@charset "utf-8";
.mv {
  padding-top: 150px;
  width: 100%;
  background: #fff;
}
.mv-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.mv-inner picture,
.mv-img {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-img {
  object-fit: cover;
}
@media (max-width: 999px) {
  .mv-inner {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .mv{
    padding-top: 63px;
  }
  .mv-inner {
    aspect-ratio: auto;
    overflow: visible;
  }

  .mv-inner picture,
  .mv-img {
    height: auto;
  }

  .mv-img {
    object-fit: contain;
  }
}
.sec-padding{
  padding: 100px 0;
}
@media(max-width:1080px){
  .sec-padding{
    padding: 60px 0;
  }
}
@media(max-width:768px){
  .sec-padding{
    padding: 40px 0;
  }
}
/* メガネ専門ページバナー */
.m-banner-area{
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 540px;
  padding: 50px 0;
}
.m-banner-area p{
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
}
.m-banner-area a{
  display: block;
  width: 100%;
}
.m-banner-area a img{
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.m-banner-area a img:hover{
  filter: brightness(0.8);
}
@media(max-width:768px){
  .m-banner-area{
  padding: 24px 0;
}
}
/* お困りごとセクション */
.solution {
  margin-top: 20px;
  width: 100%;
  background: #EFF9FD;
  padding-top: 50px;
  padding-bottom: 50px;
}

.solution .sec-h2 {
  margin-bottom: 32px;
}

.solution-body {
  width: 100%;
}

.solution-figure {
  display: none;
}

.solution-list {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-card {
  width: 100%;
  max-width: 260px;
  min-height: 148px;
  padding: 28px 20px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;

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

.solution-card-sub {
  display: block;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.solution-card-main {
  display: block;
  margin-top: 18px;
  color: #333333;
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* 768px以下：左に画像、右にBOX縦並び */
@media (max-width: 768px) {

  .solution .sec-h2 {
    margin-bottom: 20px;
  }



  .solution-card-sub {
    font-size: 0.875rem;
  }

  .solution-card-main {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
@media(max-width:600px){
    .solution {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .solution-body {
    display: grid;
    grid-template-columns: minmax(120px, 40%) minmax(170px, 1fr);
    align-items: end;
    gap: clamp(10px, 3vw, 28px);
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .solution-figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin: 0;
  }

  .solution-img {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  .solution-list {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 3vw, 24px);
    width: 100%;
    min-width: 170px;
    margin: 0;
    padding: 0 0 32px;
    list-style: none;
  }

  .solution-card {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: clamp(96px, 18vw, 148px);
    padding: clamp(16px, 3vw, 28px) clamp(10px, 3vw, 20px);
    border-radius: 8px;
  }
}
@media (max-width: 430px) {
  .solution-body {
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 8px;
  }

  .solution-figure {
    min-width: 0;
  }

  .solution-img {
    width: 100%;
    max-width: 260px;
  }

  .solution-list {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    padding-bottom: 10px;
  }

  .solution-card {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    min-height: 92px;
    padding: 14px 8px;
  }

  .solution-card-sub {
    font-size: 0.875rem;
  }

  .solution-card-main {
    margin-top: 8px;
    font-size: 1.35rem;
  }
}
/* No5にお任せくださいセクション */
.answer {
  width: 100%;
  background: #fff;
  padding: 120px 0 40px;
  margin-top: 50px;
}

.answer-inner {
  position: relative;
  min-height: 355px;
}

.answer-text {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding-left: 30px;
  bottom: 30px;
}

.answer-catch {
  margin: 0;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.answer-line {
  display: block;
}

.answer-line-small {
  font-size: 1.5rem;
  line-height: 1.5;
}

.answer-line-small strong {
  font-size: 2rem;
}

.answer-line-green {
  margin-top: 8px;
  color: var(--color-line);
  font-size: 2rem;
  line-height: 1.4;
}

.answer-line-green span {
  color: #333333;
}

.answer-line-main {
  position: relative;
  display: inline-block;
  margin-top: 4px;
  color: #333333;
  font-size: 2.5rem;
  line-height: 1.25;
  z-index: 1;
}

.answer-line-main::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 4px;
  height: 8px;
  background: #FC9100;
  z-index: -1;
}

.answer-line-main span {
  color: var(--color-blue);
  font-size: 3rem;
}

.answer-desc {
  margin: 28px 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.answer-visual {
  position: absolute;
  right: 0;
  bottom: 64px;
  z-index: 1;
  width: min(46vw, 395px);
  margin: 0;
}

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

.answer-point-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #333333;
  border-radius: 16px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.answer-point-item {
  min-height: 68px;
  padding: 12px 20px;
  text-align: center;
  box-sizing: border-box;

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

.answer-point-item + .answer-point-item {
  border-left: 1px solid #d8d8d8;
}

.answer-point-sub {
  display: block;
  color: #333333;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.answer-point-main {
  display: block;
  margin-top: 4px;
  color: var(--color-blue);
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media(max-width:1080px){
  .answer-point-list{
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .answer {
    padding: 48px 0 40px;
  }

  .answer-inner {
    min-height: auto;
    padding-bottom: 0;
  }

  .answer-text {
    max-width: 58%;
    bottom: 0;
    padding-left: 5px;
  }

  .answer-line-small {
    font-size: 1rem;
  }

  .answer-line-small strong {
    font-size: 1.375rem;
  }

  .answer-line-green {
    font-size: 1.375rem;
  }

  .answer-line-main {
    font-size: 1.75rem;
  }

  .answer-line-main span {
    font-size: 2rem;
  }

  .answer-desc {
    margin-top: 18px;
    font-size: 0.875rem;
  }

  .answer-visual {
    right: 12px;
    width: 42%;
  }

  .answer-point-list {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 40px;
    width: 100%;
  }

  .answer-point-item {
    min-height: 64px;
    padding: 10px 8px;
  }

  .answer-point-sub {
    font-size: 0.8125rem;
  }

  .answer-point-main {
    font-size: 1.125rem;
  }
}

@media (max-width: 600px) {
  .answer{
    margin-top: 0;
    padding: 20px 0 0px
  }
  .answer-inner,
  .answer-text,
  .answer-point-list{
    position: static;
  }
  .answer-point-list{
    margin-top: 20px;
  }
  .answer-text {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
  .answer-point-item{
    padding: 10px 3px;
  }
  .answer-catch {
    text-align: center;
  }

  .answer-line-main {
    text-align: center;
  }
  .answer-visual {
    display: none;
  }
    .answer-line-small {
    font-size: 1.2rem;
  }

  .answer-line-small strong {
    font-size: 1.5rem;
  }

  .answer-line-green {
    font-size: 1.5rem;
  }

  .answer-line-main {
    font-size: 1.5rem;
  }

  .answer-line-main span {
    font-size: 2.25rem;
  }

  .answer-desc {
    text-align: center;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}

/* 買取品目 */
.purchase-items {
  width: 100%;
  margin-top: 30px;
}

.purchase-items .sec-h2 {
  margin-bottom: 48px;
}

.purchase-items-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  list-style: none;
}

.purchase-items-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.purchase-items-name {
  margin: 0;
  padding: 8px 4px;
  background: var(--color-blue);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.purchase-items-img {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f5f5;
}

.purchase-items-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purchase-items-detail {
  min-height: 72px;
  margin: 0;
  padding: 8px 7px 9px;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media (max-width: 900px) {
  .purchase-items-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
  }
}

@media (max-width: 640px) {
  .purchase-items .sec-h2 {
    margin-bottom: 36px;
  }

  .purchase-items-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }

  .purchase-items-name {
    padding: 12px 6px;
    font-size: 1rem;
  }

  .purchase-items-detail {
    min-height: 84px;
    padding: 12px 10px 14px;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
/* No5選ばれる理由 */
.reason {
  width: 100%;
  background: #F5F5F2;
}

.reason-heading {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.reason-heading::after {
  content: "";
  position: absolute;
  left: -110px;
  bottom: -20px;
  width: 110px;
  aspect-ratio: 1 / 1;
  background-image: url("../img/2507set_016.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

/* コンテンツ */
.reason-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.reason-item {
  display: flex;
  align-items: center;
  gap: 44px;
}

/* 偶数番目は左右反転 */
.reason-item:nth-child(even) {
  flex-direction: row-reverse;
}

.reason-img {
  width: clamp(300px, calc(64.655vw - 196.552px), 450px);
  max-width: 450px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.reason-img img {
  display: block;
  width: clamp(300px, calc(64.655vw - 196.552px), 450px);
  height: auto;
  border-radius: 10px;
  aspect-ratio: 450 / 300;
  object-fit: cover;
}

.reason-text {
  flex: 1;
}

.reason-num {
  margin: 0 0 11px;
  color: transparent;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-text-stroke: 1px var(--color-blue);
}

.reason-title {
  margin: 0 0 16px;
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.reason-text .title-h3 span {
  color: #FC9100;
}

.reason-desc {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* タブレット */
@media (max-width: 900px) {
  .reason {
    padding: 70px 0;
  }
  .reason-item {
    gap: 32px;
  }

  .reason-num {
    font-size: 1.75rem;
  }
}

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

  .reason-list {
    gap: 44px;
  }

  .reason-num {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .reason-desc {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}
@media(max-width:767px){
    .reason-item,
  .reason-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .reason-img {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .reason-img img{
    max-width: 540px;
    width: 100%;
  }
  .reason-text{
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .reason-heading::after {
    left: -65px;
    bottom: -5px;
    width: 70px;
  }
}
/* 買取実績 */
.purchase-results {
  width: 100%;
  background: #EFF9FD;
}

.purchase-results-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
  list-style: none;
}

.purchase-results-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.purchase-results-title {
  margin: 0 0 14px;
  color: var(--color-text);
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.5em * 1);
}

.purchase-results-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.purchase-results-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purchase-results-body {
  flex: 1;
  padding-top: 14px;
}

.purchase-results-status {
  margin: 0;
  color: var(--color-text);
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.purchase-results-status span {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 10px;
  background: var(--color-blue);
  border-radius: 999px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.purchase-results-desc {
  margin: 12px 0 0;
  color: var(--color-text);
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.purchase-results-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin: 20px 0 0;
  padding: 8px 12px;
  background: #FC9100;
  border-radius: 6px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.purchase-results-price span {
  font-size: 0.9375rem;
  font-weight: 700;
}

.purchase-results-price strong {
  font-size: 1.5rem;
  font-weight: 700;
}

.purchase-results-more {
  margin-top: 50px;
  text-align: center;
}

.purchase-results-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: 60px;
  padding: 0 24px;
  background: var(--color-blue);
  border-radius: 999px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.purchase-results-button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .purchase-results-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 16px;
  }
}

@media (max-width: 640px) {
  .purchase-results-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .purchase-results-card {
    padding: 14px;
  }

  .purchase-results-title {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .purchase-results-status,
  .purchase-results-desc {
    font-size: 0.875rem;
  }

  .purchase-results-price {
    min-height: 50px;
  }

  .purchase-results-price strong {
    font-size: 1.35rem;
  }

  .purchase-results-more {
    margin-top: 36px;
  }

  .purchase-results-button {
    min-height: 54px;
    font-size: 1rem;
  }
}
/* ご利用の流れ */
.use-flow {
  width: 100%;
  background: #F5F5F2;
}

.use-flow-list {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.use-flow-step {
  margin: 0;
}

.use-flow-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  aspect-ratio: 740 / 220;
  padding: 26px 24px 10px 280px;
  background: #fff;
  border: 3px solid var(--color-blue);
  border-radius: 14px;
  box-sizing: border-box;
}
.use-flow-img {
  position: absolute;
  left: 42px;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

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

/* 画像ごとのサイズ調整 */
.use-flow-img-01 {
  width: 161px;
  left: 58px;
}

.use-flow-img-02 {
  width: 192px;
  left: 44px;
}

.use-flow-img-03 {
  width: 150px;
  left: 58px;
}

.use-flow-img-04 {
  width: 155px;
  left: 56px;
}

.use-flow-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.use-flow-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.use-flow-num {
  color: var(--color-blue);
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.use-flow-num span {
  color: var(--color-text);
}

.use-flow-title {
  margin: 0;
  color: var(--color-text);
  font-size: 1.45rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.use-flow-desc {
  margin: 6px 0 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.ues-flow-subtext{
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
.use-flow-note {
  margin: 16px 0 0;
  letter-spacing: 0.04em;
}

.use-flow-tel {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--color-text);
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.use-flow-tel img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.use-flow-buttons {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.use-flow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.use-flow-button:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.use-flow-button-mail {
  background: var(--color-blue);
}

.use-flow-button-line {
  background: var(--color-line);
}

.use-flow-arrow {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.use-flow-arrow img {
  width: 18px;
  height: auto;
}

/* タブレット */
@media (max-width: 768px) {
  .use-flow-button{
    min-width: 150px;
  }
  .use-flow-list {
    max-width: 640px;
  }

  .use-flow-card {
    padding: 20px 16px 10px 200px;
  }

  .use-flow-num {
    font-size: 1.75rem;
  }

  .use-flow-title {
    font-size: 1.25rem;
  }

  .use-flow-tel {
    font-size: 1.6rem;
  }

  .use-flow-tel img {
    width: 32px;
    height: 32px;
  }
  .use-flow-img-01{
    width: 135px;
    left: 43px;
  }
  .use-flow-img-02{
    width: 170px;
    left: 30px;
  }
  .use-flow-img-03{
    width: 128px;
    left: 50px;
  }
  .use-flow-img-04{
    width: 130px;
    left: 45px;
  }
    .use-flow-desc {
    font-size: 15px;
  }
  .use-flow-note{
    font-size: 15px;
  }
}

/* スマホ */
@media (max-width: 600px) {
  .use-flow-content {
    text-align: left;
  }

  .use-flow-head {
    gap: 12px;
  }
  .use-flow-note {
    margin-top: 10px;
  }

  .use-flow-tel {
    font-size: 1.45rem;
  }

  .use-flow-buttons {
    flex-direction: column;
    gap: 8px;
    max-width: 240px;
  }

  .use-flow-button {
    width: 100%;
    min-height: 36px;
  }
  .use-flow-card{
    padding: 16px 16px 10px 165px;
  }
  .use-flow-img-01{
    left: 14px;
  }
  .use-flow-img-02{
    width: 154px;
    left: 2px;
  }
  .use-flow-img-03{
    width: 114px;
    left: 22px;
  }
  .use-flow-img-04{
    width: 119px;
    left: 18px;
  }
}

@media (max-width: 480px) {
  .use-flow-note{
    width: 64%;
  }
  .use-flow-card {
    min-height: 250px;
    padding: 16px 10px;
  }
  .use-flow-img-01{
    left: unset;
    right: 0;
  }
  .use-flow-img-02{
    left: unset;
    right: -10px;
  }
  .use-flow-img-03{
    left: unset;
    right: 0;
  }
  .use-flow-img-04{
    left: unset;
    right: 15px;
  }

  .use-flow-num {
    font-size: 1.5rem;
  }

  .use-flow-title {
    font-size: 1.1rem;
  }

  .use-flow-tel {
    font-size: 1.25rem;
  }

  .use-flow-tel img {
    width: 28px;
    height: 28px;
  }
  .use-flow-buttons{
    width: 180px;
  }
  .use-flow-button{
    width: 180px;
  }
}
/* SDGs */
.sdgs{
  margin: 30px auto;
}
.sdgs-img{
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
}
/* FAQ */
/* よくある質問 */
.faq {
  width: 100%;
  background: #fff;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.faq-item {
  width: 100%;
  padding: 28px clamp(20px, 5vw, 56px);
  background: #f5f5f2;
  border-radius: 8px;
}

.faq-question,
.faq-answer {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: flex-start;
  gap: 12px;
}
.faq-question {
  color: #000;
  font-size: clamp(20px, calc(1.74vw + 10.61px), 28px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.faq-answer {
  margin-top: 18px;
  color: #000;
  font-size: clamp(15px, calc(0.44vw + 12.65px), 17px);
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  font-family: Arial, sans-serif;
  flex-shrink: 0;
  margin-top: 7px;
}

.faq-icon-q {
  background: var(--color-blue);
  color: #fff;
}

.faq-icon-a {
  background: #fff;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
}

/* タブレット */
@media (max-width: 768px) {
  .faq-list {
    gap: 20px;
  }

  .faq-item {
    padding: 24px 20px;
  }

  .faq-question,
  .faq-answer {
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }

  .faq-icon {
    width: 30px;
    height: 30px;
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

/* スマホ */
@media (max-width: 540px) {
  .faq-item {
    padding: 20px 16px;
    border-radius: 8px;
  }

  .faq-question {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .faq-answer {
    margin-top: 14px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .faq-question,
  .faq-answer {
    grid-template-columns: 28px 1fr;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 0.875rem;
  }
}