@charset "UTF-8";
/*
Theme Name: エイジェック健康経営コンサルティング
Theme URI: https://www.agekke.co.jp/health-mgmt/
Author: 株式会社エイジェック
Author URI: https://agekke-group.co.jp/
Description: health-mgmt
Version: 1.0
*/
/* ============================
TOPページ
============================ */
/* ----- Hero ----- */
.hero {
  position: relative;
  overflow: hidden;
  height: clamp(400px, 43.4722222222vw, 626px);
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (width <= 800px) {
  .hero {
    height: auto;
    flex-direction: column;
  }
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right bottom;
  object-position: right bottom;
}

.hero-text-wwapper {
  padding: var(--space-6) 0 var(--space-6) clamp(var(--space-2), 13.75vw, 198px);
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: auto;
  z-index: 1;
}

.hero-text-wwapper p {
  color: #fff;
  font-weight: 700;
}

@media (width <= 800px) {
  .hero-text-wwapper {
    align-self: flex-start;
  }
}

@media (width <= 600px) {
  .hero-text-wwapper {
    padding: var(--space-4);
  }
}

@media (width <= 400px) {
  .hero-text-wwapper {
    padding: var(--space-4) var(--space-2);
  }
}

.copy-sub {
  font-size: clamp(1.2rem, 1.9166666667vw, 2.074rem);
  line-height: 1.5;
  padding-bottom: 10px;
}

.copy {
  font-size: clamp(1.2rem, 3.3194444444vw, 3.583rem);
  line-height: 1.2;
}

.copy span {
  font-size: 87.4%;
}

@media (width <= 800px) {
  .copy-sub {
    font-size: clamp(1.2rem, 1.5277777778vw, 1.375rem);
  }
  .copy {
    font-size: clamp(2.11125rem, 2.9013888889vw, 2.61125rem);
    line-height: 1.2;
  }
  .copy span {
    font-size: 87.4%;
  }
}

.hero-illust {
  position: absolute;
  top: 1.6666666667vw;
  left: 50.8333333333vw;
  z-index: 0;
  width: clamp(369px, 41.6666666667vw, 600px);
}

.hero-illust img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}

@media (width <= 800px) {
  .hero-illust {
    right: 20px;
    left: auto;
    width: clamp(260px, 20.8333333333vw, 300px);
  }
}

@media (width <= 600px) {
  .hero-illust {
    right: -30px;
  }
}

@media (width <= 560px) {
  .hero-illust {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    max-width: calc(100% - var(--space-4));
  }
}

.hero-btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--space-2);
  justify-content: flex-start;
}

.hero-btn {
  display: inline-block;
  padding: clamp(var(--space-1), 1.1111111111vw, var(--space-2))
    clamp(var(--space-2), 2.2222222222vw, var(--space-4));
  border-radius: 999px;
  vertical-align: middle;
  font-size: clamp(0.833rem, 1.1111111111vw, 1.25rem);
  font-weight: bold;
}

.hero-btn svg,
.hero-btn .hero-btn-text {
  vertical-align: middle;
}

.hero-btn svg {
  width: clamp(18px, 1.6666666667vw, 24px);
  height: clamp(18px, 1.6666666667vw, 24px);
}

/* ----- 社員の健康が、企業の未来を変える。 ----- */
.top-overview {
  position: relative;
}

.top-overview::before {
  content: "";
  width: clamp(40px, 13.1944444444vw, 190px);
  height: clamp(42px, 13.6805555556vw, 197px);
  display: block;
  background: url("./img/home/top-overview-bg-left@2x.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 2.7777777778vw;
  bottom: 20px;
  z-index: 0;
}

.top-overview::after {
  content: "";
  width: clamp(40px, 13.1944444444vw, 190px);
  height: clamp(42px, 13.6805555556vw, 197px);
  display: block;
  background: url("./img/home/top-overview-bg-right@2x.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 2.7777777778vw;
  top: 20px;
  z-index: 0;
}

.top-overview-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2, 1rem);
  padding-block: var(--space-10);
  position: relative;
}

.top-overview-title {
  font-size: clamp(1.25rem, 2.3055555556vw, 2.075rem);
  font-weight: bold;
  background: linear-gradient(90deg, #2196f3 0%, #13578d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.top-overview-content {
  font-size: clamp(1rem, 1.3333333333vw, 1.2rem);
  color: var(--c-text-dark);
  font-weight: bold;
  z-index: 1;
}

.top-overview-content em {
  color: var(--c-primary);
}

/* ----- こんなお悩みはありませんか？ ----- */
.top-issue {
  padding-top: var(--space-8);
  padding-bottom: var(--space-13);
  background: var(--c-bg-blue);
}

.issue-items {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: calc(23.275862069% + var(--space-3));
  background-image: url("./img/home/top-issue-img.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23.275862069%;
}

.issue-items li {
  background: #fff;
  border-radius: var(--radius-md);
  padding: clamp(var(--space-2), 2.2222222222vw, var(--space-3));
  box-shadow: var(--shadow-card-normal);
  position: relative;
}

.issue-items li::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}

.issue-items li em {
  color: var(--c-primary);
  font-weight: bold;
}

@media (width <= 800px) {
  .issue-items {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-bottom: 260px;
    background-position: bottom center;
    background-size: 243px 243px;
  }
  .issue-items li::after {
    left: 50%;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
  }
}

/* ----- 青い背景枠 ----- */
.top-solution {
  margin-top: -40px;
}

.top-solution-container {
  width: 72.5vw;
  border-radius: clamp(var(--radius-lg), 1.6666666667vw, var(--radius-x3));
  padding: clamp(var(--space-3), 2.2222222222vw, var(--space-4));
  background: url("./img/home/top-solution-bg.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.top-solution-heading {
  font-size: clamp(1.2rem, 1.9201388889vw, 1.728125rem);
  font-weight: bold;
}

.top-solution-heading .underline {
  padding: 0 0 0.2em;
  border-bottom: 4px solid var(--c-third);
  display: inline-block;
  line-height: 1.8;
  margin-bottom: var(--space-2);
}

.top-solution-text {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
}

.solution-02 .top-solution-container {
  background: url("./img/home/top-solution-02.png") no-repeat center center;
}

.solution-02 .top-solution-heading {
  line-height: 2;
  font-size: clamp(1.2rem, 1.9201388889vw, 1.728125rem);
}

.solution-02 span:first-child {
  display: block;
  margin-bottom: 1rem;
}

.solution-02 em {
  display: inline-block;
  padding: 0 10px;
  margin-inline: 0.3em;
}

.solution-02 em.bg-blue {
  background-color: var(--c-primary);
}

.solution-02 em.bg-orange {
  background-color: var(--c-secondary);
}

@media (width <= 800px) {
  .top-solution-container {
    width: calc(100% - 32px);
  }
  .solution-02 span:first-child {
    display: inline;
  }
  .solution-02 em {
    display: inline;
  }
}

/* ----- 健康経営とは ----- */
.top-about {
  padding-top: clamp(var(--space-5), 5.5555555556vw, var(--space-10));
  background-image: url("./img/home/bg-network.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: clamp(320px, 61.5277777778vw, 886px) auto;
}

.top-about-texts {
  max-width: clamp(50px, 60.0694444444vw, 865px);
  margin-left: auto;
  margin-right: auto;
  text-wrap: pretty;
}

.top-about-texts span {
  display: block;
}

@media (width <= 800px) {
  .top-about-texts {
    max-width: 100%;
  }
}

.top-about-lead {
  font-size: clamp(1.2rem, 1.6vw, 1.44rem);
  margin-bottom: var(--space-3);
  text-align: center;
  font-weight: bold;
}

.top-about-lead em {
  color: var(--c-primary);
}

.top-about-texts p:not(.top-about-lead) {
  width: clamp(500px, 603.2638888889vw, 687px);
  max-width: 100%;
  margin-inline: auto;
  font-size: var(--font-size-base);
}

@media (width <= 800px) {
  .top-about-texts p:not(.top-about-lead) {
    font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
    width: 100%;
  }
}

.top-about-img {
  padding-top: var(--space-5);
  text-align: center;
}

.top-about-img img {
  width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}

@media (width <= 800px) {
  .top-about-img img {
    max-width: 540px;
  }
}

/* ----- 健康経営が進まない理由とは ----- */
.top-what-to-know {
  padding-top: clamp(var(--space-5), 5.5555555556vw, var(--space-10));
  padding-bottom: clamp(var(--space-5), 5.5555555556vw, var(--space-10));
  background-color: var(--c-bg-blue);
}

.top-what-to-know-lead {
  font-size: clamp(1.2rem, 1.6vw, 1.44rem);
  color: var(--c-primary);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(var(--space-3), 3.3333333333vw, var(--space-6));
}

.top-what-to-know-lead span {
  display: block;
}

/* ----- 他社との違いでわかる、実行力ある健康経営サポート ----- */
.top-difference-container {
  padding-top: clamp(var(--space-5), 5vw, var(--space-9));
  padding-bottom: clamp(var(--space-4), 4.4444444444vw, var(--space-8));
}

.top-difference-heading {
  font-size: clamp(1.2rem, 1.9201388889vw, 1.728125rem);
  text-align: center;
  font-weight: bold;
  color: var(--c-text-darkblue);
  padding-bottom: var(--space-2);
}

.top-difference-heading span {
  background: var(--gr-yellow-line);
}

.top-difference-lead {
  text-align: center;
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  margin: var(--space-2) auto;
}

.top-difference-table {
  width: 100%;
}

.top-difference-table th,
.top-difference-table td {
  padding: clamp(var(--space-1), 1.1111111111vw, var(--space-2))
    clamp(var(--space-2), 1.6666666667vw, var(--space-3));
  text-align: left;
  font-size: clamp(0.875rem, 1.3333333333vw, 1.2rem);
}

.top-difference-table th {
  font-weight: bold;
}

.top-difference-table thead .thaed-th-01 {
  background-color: var(--c-primary);
  color: #fff;
}

.top-difference-table thead .thaed-th-02 {
  background-color: var(--c-bg-gray);
}

.top-difference-table thead .thaed-th-03 {
  background-color: var(--c-third);
}

.top-difference-table tbody th,
.top-difference-table tbody td {
  border-bottom: 1px solid var(--c-border-dark);
}

.top-difference-table tbody .bg-yellow {
  background-color: rgba(var(--c-third-rgb), 0.2);
  font-weight: bold;
}

.top-difference-table tbody .bg-yellow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.5em;
  vertical-align: middle;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 10px solid var(--c-secondary);
}

.top-difference-table tbody .bg-yellow em {
  color: var(--c-primary);
}

@media (width <= 640px) {
  .top-difference-table thead,
  .top-difference-table thead tr,
  .top-difference-table thead th {
    display: none !important;
  }
  .top-difference-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 14px 16px;
    margin: 12px 0;
    background-color: rgba(var(--c-bg-gray-rgb), 0.7);
    align-items: stretch;
  }
  .top-difference-table tbody tr > th {
    grid-column: 1/-1;
    display: block;
    font-weight: 700;
    font-size: 1rem;
    color: var(--c-primary);
    padding: 0 0 8px;
    border: 0;
  }
  .top-difference-table td {
    display: grid;
    position: relative;
    padding: 12px;
    padding-top: 2.8em;
    border: none !important;
    background: #fff;
    border-radius: var(--radius-md);
    align-content: center;
  }
  .top-difference-table td::after {
    content: attr(data-label);
    position: absolute;
    inset: 0 0 auto;
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: var(--c-text-light);
    border-bottom: 0;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    padding: 0.35em 0.7em;
  }
  .top-difference-table td.bg-yellow {
    background: #fff9db;
  }
  .top-difference-table td.bg-yellow::after {
    background: var(--c-third);
    color: var(--c-text-dark);
  }
  .top-difference-table td.bg-yellow::before {
    content: none !important;
    border: 0 !important;
    width: 0;
    height: 0;
  }
  .top-difference-table em {
    color: #0b5aa9;
    font-style: normal;
    font-weight: 700;
  }
}

/* ----- ご相談から、サポート実施までの流れ ----- */
.top-flow {
  background-color: var(--c-bg-blue);
  padding: clamp(var(--space-5), 5.5555555556vw, var(--space-10)) 0;
}

.top-support-lead {
  font-size: var(--font-size-base);
  text-align: center;
  padding-bottom: var(--space-5);
}

.top-support-anchor {
  padding-bottom: var(--space-8);
}

.top-support-anchor ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--space-3);
}

.top-support-anchor li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.6875rem, 0.9027777778vw, 0.8125rem);
  color: #fff;
  background: linear-gradient(90deg, #2196f3 0%, #17bdd3 100%);
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-x3);
  overflow: hidden;
}

.top-support-anchor li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0f79cd 0%, #179eb0 100%);
  opacity: 0;
  transition: opacity var(--transition-normal) ease;
  z-index: 0;
  border-radius: inherit;
}

.top-support-anchor li a:hover {
  color: #fff;
}

.top-support-anchor li a:hover::before {
  opacity: 1;
}

.top-support-anchor li a .label,
.top-support-anchor li a .icon {
  position: relative;
  z-index: 2;
}

.top-support-anchor li a .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5em;
  position: relative;
  z-index: 1;
}

.top-support-anchor li a .icon svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

@media (width <= 640px) {
  .sp-hidden {
    display: none;
  }
}

@media (width <= 800px) {
  .top-support-anchor ul {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-1_5);
  }
}

@media (width <= 640px) {
  .top-support-anchor ul {
    gap: var(--space-1);
  }
}

.top-support-menu-container {
  display: flex;
  flex-direction: column;
}

.top-support-menu-container.menu-left {
  align-items: flex-start;
}

.top-support-menu-container.menu-right {
  align-items: flex-end;
}

.top-support-menu-contents {
  background-color: var(--c-bg-blue);
  background-image: url("./img/home/top-menu-bg-square.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  padding-block: var(--space-12) var(--space-10);
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.top-support-menu-contents::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/715;
  background: url("./img/home/porigon-white.svg") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.top-support-menu-contents::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/715;
  background: url("./img/home/porigon-blue.svg") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

@media (width <= 800px) {
  .top-support-menu-contents {
    padding-block: var(--space-4) var(--space-6);
    gap: var(--space-10);
  }
}

/* ----- サポートメニュー ----- */
.top-support-menu {
  padding-block: clamp(var(--space-5), 5.5555555556vw, var(--space-10));
}

.top-support-item {
  position: relative;
  padding-bottom: var(--space-6);
  z-index: 2;
}

.top-support-item.menu-01 {
  background: url("./img/home/top-menu-01.webp") no-repeat right bottom;
}

.top-support-item.menu-02 {
  background: url("./img/home/top-menu-02.webp") no-repeat left bottom;
}

.top-support-item.menu-03 {
  background: url("./img/home/top-menu-03.webp") no-repeat right bottom;
}

.top-support-item.menu-04 {
  background: url("./img/home/top-menu-04.webp") no-repeat left bottom;
}

.top-support-item.menu-05 {
  background: url("./img/home/top-menu-05.webp") no-repeat right bottom;
}

.top-support-item.menu-06 {
  background: url("./img/home/top-menu-06.webp") no-repeat left bottom;
}

.top-support-item.menu-07 {
  background: url("./img/home/top-menu-07.webp") no-repeat right bottom;
}

.top-support-item .label {
  position: absolute;
  left: 0;
  top: calc(-1 * var(--front-overlap));
  background: var(--gr-orange-horizontal);
  color: #fff;
  will-change: transform;
  font-size: clamp(0.875rem, 1.6vw, 1.44rem);
  font-weight: bold;
  padding: clamp(var(--space-0_5), 0.5555555556vw, var(--space-1))
    clamp(var(--space-1), 1.6666666667vw, var(--space-3));
}

.top-support-item .label::after {
  content: "";
  position: absolute;
  bottom: -8.8px;
  left: 3%;
  width: 15px;
  height: 9px;
  background: var(--c-secondary);
  clip-path: polygon(15px 0, 0 0, 15px 9px);
}

.top-support-menu-heading {
  display: flex;
  flex-direction: row;
  gap: var(--space-3);
  align-items: center;
}

.top-support-menu-inner {
  width: 65.9003831418%;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(var(--space-3), 2.7777777778vw, var(--space-5));
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  box-shadow: var(--shadow-card-normal);
}

.top-support-menu-inner .top-support-menu-title {
  font-size: clamp(1.2rem, 2.3041666667vw, 2.07375rem);
  font-weight: 700;
  color: var(--c-text-darkblue);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5em;
}

.top-support-menu-inner .top-support-menu-title .logo-img {
  width: 202px;
  height: auto;
  aspect-ratio: 202/40;
  display: block;
  vertical-align: middle;
  flex: 0 0 auto;
}

@media (width <= 800px) {
  .top-support-menu-inner {
    width: 100%;
  }
}

@media (width <= 640px) {
  .top-support-menu-inner .top-support-menu-title {
    align-items: flex-start;
  }
  .top-support-menu-inner .top-support-menu-title .logo-img {
    height: 1.5em;
    width: auto;
  }
}

@media (width <= 500px) {
  .top-support-menu-inner .top-support-menu-heading {
    flex-direction: column;
  }
  .top-support-menu-inner .top-support-menu-img img {
    width: 150px;
    height: 150px;
  }
}

.top-support-menu-img {
  flex: 0 0 100px;
}

.top-support-heading-body {
  flex: 1 1 auto;
  min-width: 0;
}

.top-support-menu-lead-contents {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  padding: var(--space-2) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  border-bottom: 1px solid var(--c-border-light);
  border-top: 1px solid var(--c-border-light);
}

.top-support-menu-lead-contents .top-support-menu-h {
  padding-left: var(--space-2);
  position: relative;
  font-size: clamp(1rem, 1.3333333333vw, 1.2rem);
  font-weight: bold;
  color: var(--c-primary);
}

.top-support-menu-lead-contents .top-support-menu-h::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gr-blue-rightblue-vertical);
}

.top-support-menu-lead-contents .top-support-menu-h + p {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  padding-top: var(--space-0_5);
}

.top-support-menu-lead-contents ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.top-support-menu-lead-contents .lead-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-0_5);
}

.top-support-menu-merit {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.top-support-menu-merit li {
  font-size: clamp(1rem, 1.3333333333vw, 1.2rem);
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.top-support-menu-merit li::before {
  content: "";
  display: inline-block;
  background: url("./img/home/icon-check.svg") no-repeat center/contain;
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  margin-top: 4px;
}

.top-supprt-menu-arrow-bottom img {
  width: 100%;
  height: auto;
}

/* ----- サポート活用で、認定取得も視野に----- */
.top-support-menu-auth {
  padding-top: clamp(var(--space-5), 5.5555555556vw, var(--space-10));
}

.top-support-menu-auth-container {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  align-items: center;
}

.top-support-menu-auth-container img {
  max-width: 100%;
  height: auto;
}

.top-support-menu-auth-lead {
  font-size: clamp(1.125rem, 1.3333333333vw, 1.2rem);
  font-weight: bold;
  text-align: center;
}

.top-support-menu-auth-lead > span {
  display: block;
}

@media (width <= 600px) {
  .top-support-menu-auth-lead > span {
    display: inline;
  }
}

.top-benefit {
  background: url("./img/graphical-blue-bg.webp") no-repeat center center;
  background-size: cover;
  padding: var(--space-8) 0 var(--space-10);
}

.top-benefit-lead {
  font-size: clamp(1.125rem, 1.3333333333vw, 1.2rem);
  padding-bottom: clamp(var(--space-6), 4.4444444444vw, var(--space-8));
  text-align: center;
  color: #fff;
}

.top-benefit-btn {
  padding-top: var(--space-4);
}

/* ----- サポートの活用事例----- */
.top-case {
  padding-block: clamp(var(--space-5), 5.5555555556vw, var(--space-10));
}

/* ----- FAQ----- */
.faq-list {
  width: min(100% - var(--space-2), 688px);
  margin-inline: auto;
}

.faq-list .faq-item {
  border-bottom: 1px solid var(--c-border-light);
}

.faq-list .question {
  padding: var(--space-2) var(--space-2) var(--space-3) 0;
  display: flex;
  gap: var(--space-2);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all var(--transition-normal) ease;
  flex: 1 1 auto;
  min-width: 0;
}

.faq-list .question-heading {
  color: var(--c-primary);
  font-weight: 700;
  font-size: clamp(1rem, 1.3333333333vw, 1.2rem);
}

.faq-list .icon {
  margin-left: auto;
  flex: 0 0 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--c-text-dark);
  border-bottom: 2px solid var(--c-text-dark);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-list .faq-item.open .icon {
  transform: rotate(225deg);
}

.faq-list .answer {
  height: 0;
  overflow: hidden;
  transition: height var(--transition-normal) ease;
}

.faq-list .answer-inner {
  padding: 0 0 24px;
}
