@charset "UTF-8";




/* =========================
page hero
========================= */

.page-hero {
  background: #f7f8fa;
  position: relative;
  height: min(21vw, 280px);
  overflow:hidden;
  display: flex;
  align-items: center;
}

.page-hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-hero-content {
  width: 100%;
  max-width: 680px;
}

.page-hero-title {
  font-size: clamp(24px, 2.7vw, 36px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.page-hero-text {
  margin-top: var(--space-32);
  font-size: var(--font-17);
  line-height: 1.8;
  color: #354566;
}


.page-hero-image {
  width:100%;
}

.page-hero-image img {
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:right center;
}

.page-flow .page-hero-image {
  width: 100%;
  max-width: 400px;
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .page-hero {
    height: auto;
    padding: var(--space-40) 0;
    text-align: center;
  }

  .page-hero-content {
    width: 100%;
    max-width: 100%;
  }

.page-hero-title {
  font-size: var(--font-30);
}

.page-hero-text {
  margin-top: var(--space-24);
  font-size: var(--font-17);
  line-height: 1.6;
  display: none;
}

  .page-hero-image {
    display: none;
  }
}


/* =========================
flow
========================= */
.flow-detail-list {
  position: relative;
}

.flow-detail-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--space-26);
  width: 1px;
  height: 100%;
  background: #e5eaf3;
}

.flow-detail-item {
  position: relative;
  display: flex;
  gap: var(--space-48);
  padding-bottom: var(--space-70);
}

.flow-detail-item:last-child {
  padding-bottom: 0;
}

.flow-detail-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size-54);
  height: var(--size-54);
  border-radius: 50%;
  background: var(--color-primary-pale);
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--color-primary);
  flex-shrink: 0;
}

.flow-detail-content {
  display: flex;
  gap: var(--space-32);
}

.flow-detail-icon {
  width: var(--size-50);
  flex-shrink: 0;
}

.flow-detail-icon img {
  width: 100%;
}

.flow-detail-title {
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}

.flow-detail-text {
  margin-top: var(--space-20);
  color: #354566;
  font-size: var(--font-17);
  line-height: 1.8;
}

@media (max-width: 768px) {


.flow-detail-list::before {
  left: var(--space-26);
}

.flow-detail-item {
  gap: var(--space-48);
  padding-bottom: var(--space-70);
}


.flow-detail-number {
  width: var(--size-54);
  height: var(--size-54);
  font-size: var(--font-22);
}

.flow-detail-content {
  gap: var(--space-32);
}

.flow-detail-icon {
  width: var(--size-50);
}

.flow-detail-title {
  font-size: clamp(14px, 2.9vw, 22px);
}

.flow-detail-text {
  margin-top: var(--space-20);
  font-size: var(--font-17);
  line-height: 1.8;
}



}

/* =========================
beginner
========================= */

.beginner-about {
  font-size: var(--size-17);
}

.beginner-card {
  padding: 40px 48px;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  background: #fff;
}

.beginner-card + .beginner-card {
  margin-top: 30px;
}

.beginner-card-bg {
  background: linear-gradient(135deg, #f8fbff 0%, #eef4fc 100%);
}

.beginner-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.beginner-card-icon {
  width: 50px;
  flex-shrink: 0;
}

.beginner-card-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.beginner-card-line {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.beginner-card-line span {
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-primary);
}

.beginner-card-line span:last-child {
  background: #9fc4ff;
}

.beginner-about-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.beginner-about-text {
  flex: 1;
  margin-top: 36px;  
}

.beginner-about-box {
  width: 416px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
}

.beginner-check-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.beginner-check-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
}

.beginner-check-list img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.beginner-about-note {
  margin-top: 30px;
  font-weight: 700;
  font-size: var(--size-16);
}

.beginner-feature {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.beginner-feature-content {
  flex: 1;
}

.beginner-feature-text {
  margin-top: 36px;  

}


.beginner-feature-list {
  margin: 20px 0 40px;
}


.beginner-catch {
  position: relative;
  display: inline-block;
  font-family: serif;
  padding: 0 30px;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px #fff;
}

.beginner-catch::before,
.beginner-catch::after {
  position: absolute;
  font-size: 50px;
  line-height: 1;
  color: var(--color-primary-light);
  opacity: .6;
}

.beginner-catch::before {
  content: "“";
  top: -10px;
  left: 0;
}

.beginner-catch::after {
  content: "”";
  right: 0;
  bottom: -30px;
}

.beginner-feature-image {
  width: 480px;
  flex-shrink: 0;
}

.beginner-feature-image img {
  width: 100%;
}



@media (max-width: 768px) {

  .beginner-card {
    padding: 32px 24px;
  }

  .beginner-card-title {
    font-size: 28px;
  }

  .beginner-about-content,
  .beginner-feature {
    flex-direction: column;
  }

  .beginner-about-box,
  .beginner-feature-image {
    width: 100%;
  }

}


/* =========================
consult message
========================= */
.consult-message-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.consult-message-icon {
  width: 32px;
}

.consult-message-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 10px 0;
}

.consult-message-title::before,
.consult-message-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #243a5a;
  transform: rotate(50deg);
}

.consult-message-title::after {
  transform: rotate(-50deg);
}

.consult-message-title span {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;

}

.consult-message-content {
  display: grid;
  grid-template-columns: 1fr 260px 1fr;
  gap: 40px;
  align-items: center;

  margin-top: 50px;
}


.consult-message-left {
  display:flex;
  flex-direction:column;
}

.consult-tag{
  display:inline-flex;
  align-items:center;
  align-self: flex-start;
  gap: 5px;
  padding:16px 28px;
  border-radius:999px;
  background:var(--color-primary-pale);
  color:var(--color-primary);
  font-size:24px;
  font-weight:500;
  line-height:1.4;
}

.consult-tag-icon{
  width:32px;
  height:32px;
  flex-shrink:0;
}

.consult-tag + .consult-tag {
  margin-top: 15px;
}

.consult-message-note-wrap{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:20px;
  margin-top: 20px;
}

.consult-message-note {
  font-size: 20px;
  text-align:center;
  align-self:center;
  margin-top: 10px;
}

.consult-deco{
  width:20px;
  flex-shrink:0;
}

.consult-message-image img {
  width: 100%;
}

.consult-message-text {
  font-size: 20px;
}

.consult-message-catch {
  margin-top: 24px;
  padding-top: 24px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-primary);
  border-top: 2px dotted var(--color-primary);
}

.consult-message-heart{
  width: 320px;
  display:block;
  margin:24px auto 0;
}


/* =========================
faq
========================= */

.faq-category {
  padding: var(--space-30) var(--space-40);
  border: 1px solid #e1edff;
  border-radius: clamp(20px, 4vw, 30px);
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

.faq-category + .faq-category {
  margin-top: 24px;
}

.faq-category-header {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2.1vw, 16px);
  margin-bottom: 24px;
}

.faq-category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 4.5vw, 60px);
  height: clamp(30px, 4.5vw, 60px);
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  box-shadow: 0 10px 26px rgba(28, 117, 225, .08);
}

.faq-category-title {
  font-size: var(--font-28);
  font-weight: 500;
  line-height: 1.4;
}

.faq-item {
  border: 1px solid #dbe9ff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(28, 117, 225, .04);
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 10px;
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 62px 14px 28px;
  cursor: pointer;
  font-weight: 500;
  user-select: none;
}



.faq-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
  padding-bottom: 2px;
}

.faq-question-text {
  flex: 1;
  font-size: var(--font-17);
}

.faq-arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  transform: translateY(-65%) rotate(45deg);
  transition: transform .3s ease;
}

.faq-item[open] .faq-arrow {
  transform: translateY(-35%) rotate(-135deg);
}

.faq-answer {
padding: 0 22px 14px 28px;
}

.faq-answer-inner {
  display: flex;
  gap: 16px;
  border-top: 2px dashed var(--color-primary-light);
  padding-top : 20px; 
}

.faq-label-answer {
  background: #fff;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);  
}


.faq-answer-title {
  font-size: var(--font-18);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 10px;
}


@media (max-width:768px){
  .faq-category-icon {
    width: clamp(30px, 7.8vw, 60px);
    height: clamp(30px, 7.8vw, 60px);
    padding: min(1vw, 5px);
    box-shadow: 0 var(--size-10) var(--size-26) rgba(28, 117, 225, .08);
  }
  
  .faq-question {
    gap: 10px;
    padding: 12px 44px 12px 15px;
  }

  .faq-label {
    width: 26px;
    height: 26px;
    font-size: 13px;
    padding-bottom: 2px;
  }

  .faq-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
  }

  .faq-answer {
    padding: 0 20px 12px 15px;
  }

  .faq-answer-inner {
    gap: 10px;
  }


.faq-answer-title {
  font-size: var(--font-18);
  margin-bottom: 10px;
}

  
  
  
  
}








/* =========================
product
========================= */

.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: var(--space-24);
}

.product-card{
  overflow:hidden;
  border:1px solid var(--color-border);
  border-radius: var(--size-24);
}


.product-card-image{
  width:100%;
  object-fit:cover;
}

.product-card-body {
  padding: var(--space-24);
}

.product-card-title{
  font-size: var(--font-20);
  font-weight:700;
}

.product-card-text {
  margin-top:10px;

}




@media (max-width:768px){
  .product-grid{
    grid-template-columns:repeat(2,1fr);
    gap: var(--space-24);  
  }
}



/* =========================
price guide
========================= */
.price-guide-content {
  text-align: center;
}








.price-guide-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-30);
  margin: var(--space-50) auto;
  width: 90%;
}

.price-guide-tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-36) var(--space-15);
  border: 1px solid #e3eefa;
  border-radius: var(--size-30);
  background: linear-gradient(
    135deg,
    #f7fbff 0%,
    #eef6ff 100%
  );
  color: var(--color-primary);
  font-size: min(1.5vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 0 4px rgba(28, 117, 225, .2);
}

/* 吹き出しのしっぽ */
.price-guide-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #e3eefa;
  border-bottom: 1px solid #e3eefa;
  background: #eef6ff;
  transform: translateX(-50%) rotate(45deg);
}

/* 引用符 */
.price-guide-tag::before {
  content: "“";
  position: absolute;
  top: var(--space-8);
  left: var(--space-10);
  color: var(--color-primary);
  font-size: var(--font-40);
  font-weight: 700;
  line-height: 1;
}













.price-factor-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: var(--space-24);
}

.price-factor-card {
  padding: var(--space-32);
  border-radius: var(--size-24);
  border:1px solid var(--color-border);
}

.price-factor-card-header {
  display:flex;
  align-items:center;
  gap: var(--space-16);
  margin-bottom: var(--space-24);
}

.price-factor-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width: var(--size-40);
  height: var(--size-40);
  flex-shrink:0;
  border-radius:50%;
  background:var(--color-primary);
  color:#fff;
  font-size: var(--font-20);
  font-weight:700;
  line-height:1;
}

.price-factor-card-title{
  margin:0;
  font-size: var(--font-20);
  font-weight:700;
  line-height:1.4;
}

.price-sample-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: var(--space-24);
}

.price-sample-card {
  display:flex;
  align-items:stretch;
  flex-direction: column;
  gap: var(--space-20);
  padding: var(--space-20);
  background:#fff;
  border-radius: var(--size-24);
}

.price-sample-card-content {
  width: 100%;
  text-align: center;
}

.price-sample-card-image {
  width: 80%;
  margin: 0 auto;
}

.price-sample-card-image img{
  width: 100%;
  display:block;
}


.price-sample-card-title {
  margin-bottom: 8px;
  font-size: var(--font-22);
  font-weight: 700;
}

.price-sample-card-price{
  font-size: var(--font-20);
  font-weight:700;  
  color:var(--color-primary);
}


.price-sample-spec {
  width: 100%;
  margin-top: 18px;
  border: 1px solid #cfe2ff;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  font-size: var(--font-14);
  font-weight: 700;
  table-layout: fixed;
}

.price-sample-spec th,
.price-sample-spec td {
  padding: var(--space-15);
  border-right: 1px solid #cfe2ff;
  border-bottom: 1px solid #cfe2ff;
  background: #f8fbff;
  line-height: 1.4;
  text-align: left;
}

.price-sample-spec th {
  width: clamp(100px, 11.3vw, 150px); 
  background: var(--color-primary-pale)
}

.price-sample-spec td {
  width: auto;
}

.price-sample-spec tr:last-child th,
.price-sample-spec tr:last-child td {
  border-bottom: none;
}

.price-sample-spec th:last-child,
.price-sample-spec td:last-child {
  border-right: none;
}











.delivery-guide-tags{
  display:flex;
  justify-content:center;
  gap: var(--space-18);
  margin-top: var(--space-40);
}

.delivery-guide-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  padding: var(--space-12) var(--space-22);
  background: var(--color-primary-pale);
  border-radius: 999px;
  font-weight: 500;
  font-size: var(--font-18);
}

.check-icon {
  width: var(--size-22);
  height: var(--size-22);
  flex-shrink: 0;
}

.sub-section-title {
  position: relative;
  text-align: center;
  margin: var(--space-70) 0 var(--space-40);
  font-size: var(--font-30);
  font-weight:500;
}

.delivery-schedule-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-24);
}

.delivery-card{
  display: flex;
  align-items: center;
  gap: var(--space-20);
  padding: var(--space-30);
  border-radius: var(--size-24);
}

.delivery-card--sample{
  background: #f5f8ff;
}

.delivery-card--mass{
  background: #f5fbf4;
}

.delivery-card-icon {
  width: var(--space-80);
  flex-shrink: 0;
  background: #e2eefc;
  border-radius: 100px;
  padding: 10px;
}

.delivery-card-icon--mass {
  background: #e3f5e2;
}

.delivery-card-icon img{
  display: block;
  width: 100%;
  height: auto;
}

.delivery-card-content {
  flex: 1;
}

.delivery-card-title {
  margin-bottom: 12px;
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 1.4;
}

.delivery-card-title small {
  font-size: var(--space-16);
}

.delivery-card-period{
  font-size: var(--font-60);
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}

.delivery-card-period span{
  font-size: var(--font-36);
}

.delivery-card--mass .delivery-card-period{
  color: #4eb94f;
}










@media (max-width: 768px) {
  .price-guide-content {
   text-align: left;
  }
  




  .price-guide-tags {
    gap: var(--space-15);
    margin: var(--space-40) auto;
    width: 100%;
  }

  .price-guide-tag {
    font-size: min(2.6vw, 20px);
  }

/* 吹き出しのしっぽ */
.price-guide-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #e3eefa;
  border-bottom: 1px solid #e3eefa;
  background: #eef6ff;
  transform: translateX(-50%) rotate(45deg);
}

/* 引用符 */
.price-guide-tag::before {
  content: "“";
  position: absolute;
  top: var(--space-8);
  left: var(--space-10);
  color: var(--color-primary);
  font-size: var(--font-40);
  font-weight: 700;
  line-height: 1;
}



















  
  .price-factor-grid{
    grid-template-columns:repeat(1,1fr);
    gap: var(--space-20);
  }

  .price-sample-grid{
    grid-template-columns:repeat(1,1fr);
  }

  .price-sample-card {
    gap: var(--space-28);
    padding: var(--space-32);
  }

  .price-sample-card-image {
    width: 70%;
  }

  .price-sample-card-title {
    margin-bottom: 8px;
    font-size: var(--font-30);
  }

  .price-sample-card-price{
    font-size: var(--font-28);;
  }


  .price-sample-spec {
    margin-top: var(--space-28);
    font-size: var(--font-16);
  }

  .price-sample-spec th,
  .price-sample-spec td {
    padding: var(--space-15) var(--space-20);
  }


  .price-sample-spec th {
    width: clamp(100px, 23.4vw, 180px); 
  }


  .delivery-guide-tag {
    gap: var(--space-8);
    padding: var(--space-12) var(--space-22);
    font-size: clamp(11px, 2.3vw, 18px);
  }

  .delivery-schedule-grid{
    gap: var(--space-20);
  }

  .delivery-card{
    flex-direction: column;
    text-align: center;
  }

}
  







/* =========================
quality
========================= */
.content-media-layout {
  display: flex;
  gap: var(--space-70);
  align-items: center;
}

.content-media-body {
  flex: 1;
}

.content-media-side {
  width: min(43.8vw, 584px);
}

.content-media-gallery {
  display: flex;
  gap: var(--space-24);
}


.content-media-card > img {
  width: 100%;
  border-radius: var(--size-20);
}

.example-box {
  position: relative;
  padding: var(--space-50) var(--space-30) var(--space-30);
  border: 1px solid var(--color-border);
  border-radius: var(--size-20);
}

.example-box-label {
  position: absolute;
  top: calc(var(--space-20) * -1);
  left: 50%;
  transform: translateX(-50%);
  padding: var(--space-10) var(--space-40);
  border-radius: var(--size-10);
  background: var(--color-primary-pale);
  color: var(--color-primary);
  font-weight: 700;
}

.example-box-image {
  width: 100%;
}

.visual-box {
  padding: var(--space-20);
  border: 1px solid var(--color-border);
}

.visual-box-image {
  width: 100%;
}


.quality-feature-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:var(--space-24);
  margin: var(--space-40) 0 var(--space-30);
}

.quality-feature-card{
  padding: var(--space-24) var(--space-20);
  border: 1px solid var(--color-border);
  border-radius: var(--size-20);
}

.quality-feature-icon {
  width: var(--size-80);
  height: var(--size-80);
  margin: 0 auto;
}

.quality-feature-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quality-feature-title{
  margin: var(--space-20) 0 var(--space-10);
  color: var(--color-primary);
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.quality-defect-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap: var(--space-16);
  margin: var(--space-40) 0 var(--space-80);
}

.quality-defect-item {
  text-align:center;
}

.quality-defect-item p {
  margin-top: var(--space-10);
  font-size: var(--font-15);
}

.quality-defect-item img{
  width: var(--size-110);
  margin: auto;
}


@media (max-width: 768px) {

  .content-media-layout {
    flex-direction: column;
    gap: var(--space-40);
  }

  .content-media-side {
    width: 100%;
  }

  .quality-feature-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:var(--space-20);
    margin: var(--space-40) 0 var(--space-30);
  }

  .quality-feature-icon {
    width: var(--size-90);
    height: var(--size-90);
  }


.quality-defect-grid{
  display:grid;
  grid-template-columns: repeat(8, 1fr);
  gap: var(--space-40) var(--space-20);
  margin: var(--space-40) 0 var(--space-80);
}

.quality-defect-item {
  grid-column: span 2;
}

/* 下段の先頭を半アイテム分ずらす */
.quality-defect-item:nth-child(5) {
  grid-column: 2 / span 2;
}

.quality-defect-item p {
  margin-top: var(--space-10);
  font-size: clamp(10px, 2vw, 15px);
}

.quality-defect-item img{
  width: var(--size-100);
  margin: auto;
}





}


/* =========================
privacypolicy
========================= */

.policy-section {
  margin-bottom: var(--space-32);
  padding: var(--space-36);
  border: 1px solid var(--color-border);
  border-radius: var(--size-24);
  box-shadow: 0 min(1.3vw, 10px) min(4vw, 30px) rgba(0, 0, 0, 0.035);
}

.policy-section h2 {
  position: relative;
  margin: 0 0 var(--space-30);
  padding-bottom: var(--space-15);
  font-size: var(--font-24);
  line-height: 1.4;
}

.policy-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--space-50);
  height: clamp(2px, .4vw, 3px);
  background: var(--color-primary);
  border-radius: 999px;
}



.policy-heading {
  display: grid;
  grid-template-columns: 1.2em 1fr;
  font-size: var(--font-20);
  line-height: 1.6;
  margin: var(--space-30) 0 min(2vw, 15px);  
}

.policy-heading__number {
  white-space: nowrap;
}



.policy-section h4 {
  margin: min(3.6vw, 28px) 0 min(2.1vw, 10px);
  font-weight: 700;
  font-size: var(--font-17);
}

.policy-section h5 {
  margin: 0 0 min(2.1vw, 10px);
  font-weight: bold;
}

.policy-section ol {
  padding-left: 1.6em;
  list-style: decimal;  
}



.policy-section ol li {
  margin-bottom: 10px;
  padding-left: min(.8vw, 4px);
}

.policy-section ol li:last-child {
  margin-bottom: 0;
}

.policy-sub-list {
  margin-top: 10px;
  padding: var(--space-30);
  background: #f7f8fa;
  border-radius: 12px;
}

.policy-sub-list h5:not(:first-child) {
  margin-top: 20px;
}
    
.policy-section .policy-note-list {
  margin-top: 10px;
}
    
.policy-section .policy-note-list li {
  padding-left: 1em;
  position: relative;
  font-size: var(--font-14);  
  color: var(--color-text-sub);
  margin-bottom: 5px;

  
}
.policy-note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
}
    


.policy-contact-card dl {
  display: grid;
  grid-template-columns: clamp(90px, 17vw, 130px) 1fr;
  gap: min(2.1vw, 10px) min(2.6vw, 20px);
  margin: 0;
}

.policy-contact-card dt {
  color: #6b7280;
  font-weight: 700;
}

.policy-contact-card dd {
  margin: 0;
}














/* =========================
components
========================= */

/* card */

.card-outline {
  padding: 36px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
}










/* info table */

.info-table {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 24px;
}

.info-row {
  display: grid;
  grid-template-columns: clamp(150px, 16.5vw, 220px) 1fr;
  border-bottom: 1px solid var(--color-border);
}

.info-row:last-child {
  border-bottom: none;
}

.info-label,
.info-content {
  padding: var(--space-28) var(--space-32);
}

.info-label {
  background: var(--color-primary-pale);
  color: var(--color-primary);
  font-weight: 700;
}

.info-label span {
  color: var(--color-red);
}

.info-content {
}

.radio-list label + label{
  margin-top:16px;
}

.info-content label{
  display:flex;
  align-items:center;
  gap:12px;
  line-height:1.8;
  cursor:pointer;
}

.info-content input,
.info-content textarea,
.info-content select {
  padding: 10px 16px;
  border: 1px solid #cbd8e8;
  border-radius: 6px;
  font-size: 14px;
}

.info-content input[type="text"],
.info-content textarea,
.info-content select {
  width: 100%;
}

.info-content input[type="email"],
.info-content input[type="tel"] {
  width: 360px;
}


.info-content textarea {
  height: 170px;
  resize: vertical;

}

@media (max-width:768px){
  .info-table {
    border-radius: 16px;
  }
  
  .info-row{
    grid-template-columns:1fr;
  }

  .info-label,
  .info-content{
    padding: var(--space-20) var(--space-24);
  }

}

/* =========================
contact
========================= */



.contact-block-title{
  margin-top: var(--space-70);
  margin-bottom: clamp(15px, 1.5vw, 20px);
  font-size: var(--size-24);
  font-weight: 700;
}

.contact-block-title span{
  margin-left: 12px;
  font-size: clamp(10px, 1.7vw, 13px);
  font-weight:500;
  color:var(--color-text-sub);
}








.file-upload{
  display:flex!important;
  align-items:center;
  justify-content:center;
  min-height:90px;
  border:1px dashed var(--color-primary);
  border-radius:8px;
  color:var(--color-primary);
  font-weight:700;
  text-align:center;
}

.file-upload input{
  display:none;
}

.file-upload span{
  margin-right:6px;
}

.contact-note{
  margin-top:12px;
  font-size:13px;
  color:var(--color-text-sub);
}

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

.contact-name-grid label {
  display:grid;
  grid-template-columns:30px 1fr;
  align-items:center;
  gap:10px;
}



.contact-name-grid label span {
  display:block;
}

.contact-post-grid{
  display:grid;
  grid-template-columns:20px 90px 10px 90px 1fr;
  gap:10px;
  align-items:center;
  margin-bottom:12px;
}

.privacy-box {
  margin-top:50px;
  padding:34px;
  border:1px solid var(--color-border);
  border-radius:12px;
  background:var(--color-primary-pale);
  text-align:center;
}

.privacy-box p {
  font-size:14px;
  line-height:1.8;
}

.privacy-box p a {
  text-decoration: underline;
}

.privacy-box p a:hover {
  text-decoration: none;
  color: inherit;
}




.privacy-box label {
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
  color:var(--color-primary);
  font-weight:700;
  cursor:pointer;
  user-select: none;  
}

.privacy-box input[type="checkbox"]{
  cursor:pointer;
}





.privacy-box input{
  width:22px;
  height:22px;
}

.contact-submit{
  margin-top: 50px;
  text-align: center;
}

.contact-submit .btn{
  min-width:300px;
  height:64px;
  font-size:18px;
  box-shadow:0 12px 24px rgba(28,117,225,.25);
}



@media(max-width:768px){

  .contact-faq-box{
    flex-direction:column;
    text-align:center;
  }

  .contact-faq-btn{
    margin-left:0;
    width:100%;
  }

  .contact-row{
    grid-template-columns:1fr;
  }

  .contact-head,
  .contact-body{
    padding:20px;
  }

  .contact-name-grid {
    grid-template-columns:1fr;
  }


.privacy-box p br {
  display: none;  
}


}




/* =========================
company
========================= */
.office-list {
  display: grid;
  gap: min(3.6vw, 28px);
  margin-top: 40px;
}

.office-card {
  padding: var(--space-36);
  border: 1px solid var(--color-border);
  border-radius: 24px;
}

.office-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.office-card-info {
  flex: 1;
}

.office-title {
  display:flex;
  align-items:center;
  gap: var(--space-10);
  font-size: var(--font-26);
  font-weight:500;
  line-height:1.4;
}

.office-title-icon ,
.office-tel-icon {
  width: var(--size-30);
  height: var(--size-30);
  flex-shrink: 0;
}

.office-address {
  margin: var(--space-20) 0;
  font-size: var(--font-17);
  line-height: 1.8;
}

.office-tel {
  display:flex;
  align-items:center;
  gap: var(--space-10);
  font-size: var(--font-24);
  font-weight:500;
}

.office-image {
  width: min(51vw, 680px);
  flex-shrink: 0;
}

.office-image img {
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}


@media(max-width:768px) {

.office-card {
  border-radius: 16px;
}

.office-card-content {
  align-items: stretch;
  flex-direction: column;
}

.office-title {
  gap: var(--space-10);
  font-size: var(--font-26);
}

.office-title-icon ,
.office-tel-icon {
  width: var(--size-30);
  height: var(--size-30);
  flex-shrink: 0;
}

.office-address {
  margin: var(--space-20) 0 var(--space-30);
  font-size: var(--font-17);
  line-height: 1.8;
}

  .office-image {
    width: 100%;
  }

  .office-image img {
    border-radius: 16px;
  }

}







/* =========================
lottery
========================= */

.lottery-lead {
  position: relative;
  color: var(--color-primary);
  font-size: var(--font-22);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: var(--space-24);
}

.lottery-lead::before,
.lottery-lead::after {
  content: "〜";
  color: var(--color-primary);
}

.lottery-text {
  text-align: center;
}

.lottery-text p + p {
  margin-top: var(--space-18);
}

.lottery-text p:nth-child(2) {
  display: inline-block;
  padding: 0 8px;
  background: linear-gradient(transparent 62%, #dcecff 62%);
  color: var(--color-primary);
  font-size: var(--font-20);
  font-weight: 700;  
}














.lottery-point-box {
  position: relative;
  display: grid;
  grid-template-columns: clamp(42px, 6.5vw, 86px) 1fr;
  gap: var(--space-30);
  align-items: center;
  margin-top: var(--space-24);
  padding: var(--space-28) var(--space-36);
  border: 1px solid #cfe3ff;
  border-radius: 12px;
  background: linear-gradient(90deg, #f9fcff 0%, #fff 100%);
}

.lottery-point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 6.5vw, 86px);
  height: clamp(42px, 6.5vw, 86px);
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  color: var(--color-primary);
  font-weight: 700;
}

.lottery-point-icon span {
  font-size: clamp(10px, 1.4vw, 18px);
}

.lottery-point-content {
  font-size: clamp(12px, 2.1vw, 16px);
}

.lottery-point-lead {
  color: var(--color-primary);
  font-weight: 700;
  font-size: clamp(14px, 1.5vw, 20px);
}





.lottery-strength-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-15);
}

.lottery-strength-card {
  padding: var(--space-28) var(--space-22);
  border: 1px solid #cfe3ff;
  border-radius: var(--size-16);
}

.lottery-icon {
  width: var(--size-72);
  height: var(--size-72);
  margin: 0 auto var(--space-15);
}

.lottery-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lottery-strength-card h3 {
  color: var(--color-primary);
  font-size: var(--font-17);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;  
}

.lottery-strength-card p {
  margin-top: 10px;
}





.lottery-strength-message {
  margin-top: 28px;
  text-align: center;
  color: #18253d;
  font-size: var(--font-17);

  line-height: 1.9;
}







.lottery-smalllot-text {
  color: #18253d;
  font-size: var(--font-16);
  font-weight: 600;
  line-height: 1.9;
}

.lottery-smalllot-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lottery-mini-card h3 {
  color: #18253d;
}

.lottery-contact {
  margin: 82px 0 0;
}

.lottery-contact-box {
  padding: 38px 48px 34px;
  border: 1px solid #cfe3ff;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #f6fbff 100%);
  box-shadow: 0 16px 36px rgba(28, 117, 225, .1);
}

.lottery-contact-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}

.lottery-contact-head h2 {
  position: relative;
  display: inline-block;
  padding-inline: 34px;
  color: #18253d;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.45;
}

.lottery-contact-head h2::before,
.lottery-contact-head h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #18253d;
}

.lottery-contact-head h2::before {
  left: 0;
  transform: rotate(55deg);
}

.lottery-contact-head h2::after {
  right: 0;
  transform: rotate(-55deg);
}

.lottery-contact-head p {
  margin-top: 8px;
  color: #354566;
  font-size: var(--font-17);
  font-weight: 600;
}





@media (max-width: 900px) {
  .lottery-strength-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.7vw, 15px);
  }

  .lottery-strength-card {
    padding: min(2.8vw, 25px);
  }


  .lottery-icon {
    width: clamp(40px, 7.8vw, 70px);
    height: clamp(40px, 7.8vw, 70px);
    margin: 0 auto min(1.7vw, 15px);
  }



  .lottery-strength-card h3 {
    font-size: clamp(13px, 2vw, 18px);
  }

  .lottery-strength-card p {
    margin-top: min(1.1vw, 10px);
    font-size: clamp(11px, 1.8vw, 16px);  
  }

}





@media (max-width: 768px) {
  .lottery-lead {
    text-align: left;
  }

  .lottery-text {
    text-align: left;
  }
  
}




@media (max-width: 480px) {
  .lottery-strength-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.7vw, 15px);
  }

  .lottery-strength-card {
    padding: min(2.8vw, 25px);
  }


  .lottery-icon {
    width: clamp(40px, 7.8vw, 70px);
    height: clamp(40px, 7.8vw, 70px);
    margin: 0 auto min(1.7vw, 15px);
  }



  .lottery-strength-card h3 {
    font-size: clamp(13px, 2vw, 18px);
  }

  .lottery-strength-card p {
    margin-top: min(1.1vw, 10px);
    font-size: clamp(11px, 1.8vw, 16px);  
  }

}















/* =========================
oem
========================= */
.oem-strength-grid {
  display: grid; 
  grid-template-columns: repeat(3,1fr);
  gap: var(--space-24);
}

.oem-strength-card { 
  position: relative;
  padding: var(--space-30);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #fff; text-align: center;
}

.oem-number { 
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}

.oem-card-icon {
  width: 72px;
  margin: 0 auto var(--space-20);
}


.oem-strength-card h3 { 
  color: var(--color-primary);
  font-size: clamp(11px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.6;
}

.oem-strength-card p {
  margin-top: var(--space-20);
  text-align: left;
  line-height: 1.8;
}



@media (max-width: 768px) {
  .oem-strength-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .oem-number { 
    top: 8px;
    left: 8px;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 13px;
  }

  .oem-card-icon {
    width: clamp(50px,  9.4vw, 72px);
  }

  .oem-strength-card h3 { 
    font-size: clamp(11px, 2.3vw, 18px);
  }

}



@media (max-width: 480px) {
  .oem-strength-grid {
    grid-template-columns: repeat(1,1fr);
  }

  .oem-number { 
    top: 8px;
    left: 8px;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 13px;
  }

  .oem-card-icon {
    width: clamp(50px,  15vw, 72px);
  }
  
  .oem-strength-card h3 { 
    font-size: clamp(11px, 4.2vw, 20px);
  }
  
  .oem-strength-card p {
    font-size: clamp(10px, 3.75vw, 18px);
  } 

}




















/* ========================================
   共通テーブル
======================================== */
.data-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--color-border, #cfe3ff);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(64, 125, 205, .06);
}

.data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #18253d;
  font-size: clamp(12px, 1.2vw, 16px);
}

.data-table thead th {
  padding: var(--space-10) var(--space-15);
  background: #eef6ff;
  border-right: 1px solid #dceaff;
  font-weight: 700;
  text-align: center;
}

.data-table tbody th,
.data-table tbody td {
  padding: 10px 15px;
  border-top: 1px solid #dceaff;
  border-right: 1px solid #dceaff;
  vertical-align: middle;
}

.data-table th:last-child,
.data-table td:last-child {
  border-right: 0;
}

.data-table tbody th {
  font-weight: 700;
  text-align: left;
}


/* ========================================
   共通セル
======================================== */
.data-table__image,
.data-table__center {
  text-align: center;
}

.data-table__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: contain;
}


/* ========================================
   共通列幅
======================================== */
.data-table .col-image {
  width: 15%;
}

/* ========================================
   OEMテーブル
======================================== */
.data-table--oem .col-name {
  width: 20%;
}

.data-table--oem .col-feature {
  width: 50%;
}

.data-table--oem .col-size {
  width: 15%;
}


/* ========================================
   くじテーブル
======================================== */
.data-table--lottery .col-rank {
  width: 15%;
}

.data-table--lottery .col-goods {
  width: 45%;
}

.data-table--lottery .col-count {
  width: 25%;
}



.prize-goods {
  font-weight: 700;
  line-height: 1.8;
}

.prize-count {
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}

.prize-count strong {
  color: var(--color-primary);
  font-size: clamp(18px, 2.1vw, 28px);
}

.prize-count span {
  font-size: clamp(12px,  1.4vw, 18px);
}


/* ========================================
   等賞デザイン
======================================== */
.prize-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: 700;
  line-height: 1;
}

.prize-medal {
  width: clamp(60px, 6vw, 80px);
  height: clamp(60px, 6vw, 80px);
  border: 4px dotted currentColor;
  border-radius: 50%;
  font-size: clamp(26px, 2.7vw, 36px);
}

.prize-medal::after {
  content: "賞";
  margin-left: 2px;
  font-size: 16px;
}

.prize-medal--a {
  color: #edae20;
}

.prize-medal--b {
  color: #8eb4d9;
}

.prize-medal--c {
  color: #dd9b62;
}

.prize-label--last {
  border: 4px dotted currentColor;
  border-radius: min( 16px);
  color: #7750d6;
  width: clamp(70px, 7vw, 92px);  
  font-size: clamp(12px, 1.3vw, 17px);
  padding: var(--space-14) 0 ;
}






























/* =========================
service
========================= */
.service-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-24);
  margin-top: var(--space-70);
}

.service-page-card {
  overflow: hidden;
  border: 1px solid var(--color-primary-light);
  border-radius: var(--size-17);
  background: #fff;
  box-shadow: 0 var(--size-10) var(--size-30) rgba(15, 96, 203, .06);
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.service-page-card:hover {
  box-shadow: 0 var(--size-18) var(--size-38) rgba(15, 96, 203, .12);
  transform: translateY(-3px);
}

.service-page-card-image {
  overflow: hidden;
}

.service-page-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.service-page-card:hover .service-page-card-image img {
  transform: scale(1.035);
}

.service-page-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--space-30) var(--space-28) var(--space-40);
}

.service-page-card-title {
  margin: 0;
  text-align: center;
  font-size: var(--font-22);
  font-weight: 700;
}

.service-page-card-text {
  margin: var(--space-18) 0 0;
  color: #354566;
  font-weight: 500;
}



@media (max-width: 768px) {
  .service-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


@media (max-width: 480px) {
  .service-page-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

}






















/* =========================
ぬいぐるみができるまで
========================= */
.guide-overview-panel {
  display: grid;
  grid-template-columns: min(11vw, 145px) 1fr;
  align-items: center;
  min-height: 100px;
  padding: 16px var(--space-24);
  border: 1.5px solid var(--color-border);
  border-radius: 13px;
  box-shadow: 0 9px 24px rgba(28, 94, 181, .05);
}

.guide-overview-panel h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: var(--space-20);
  border-right: 1px solid var(--color-border);
  font-size: var(--font-14);
  line-height: 1.35;
}

.guide-overview-panel h2 strong {
  margin-top: 5px;
  font-size: var(--font-22);
}

.guide-progress {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  padding-left: var(--space-20);
}

.guide-progress li {
  position: relative;
}

.guide-progress li:not(:last-child)::after {
  position: absolute;
  top: 15px;
  left: calc(50% + 18px);
  width: calc(100% - 36px);
  border-top: 2px dotted #8ab9ff;
  content: "";
}

.guide-progress a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  color: #0b2a66;
  text-align: center;
  text-decoration: none;
}

.guide-progress b {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 13px;
  transition: .2s ease;
}

.guide-progress a:hover b {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(8, 116, 249, .28);
}

.guide-progress span {
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}











.guide-phase:not(:first-child) {
  margin-top: var(--space-50);
}

.guide-phase-heading {
  display: flex;
  align-items: center;
  gap: var(--space-18);
  margin-bottom: var(--space-30);
}

.guide-phase-heading h2 {
  position: relative;
  display: grid;
  align-content: center;
  gap: 4px;
  flex: 0 0 auto;
  margin: 0;
  padding-left: clamp(15px, 1.9vw, 25px);
}

.guide-phase-heading h2::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(4px, .5vw, 6px);
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
}

.guide-phase-heading h2 span {
  color: var(--color-primary);
  font-size: clamp(10px, 1.8vw, 14px);
  font-weight: 800;
  line-height: 1;
}

.guide-phase-heading h2 strong {
  color: #0b2a66;
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3px;
}

.guide-phase-heading i {
  flex: 1;
  border-top: 3px dotted #8ab9ff;
  transform: translateY(12px);
}


@media (max-width: 768px) {
  .guide-phase-heading h2 strong {
    color: #0b2a66;
    font-size: clamp(16px, 2.6vw, 20px);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 3px;
  }
  
  .guide-phase-heading i {
    border-top: 2px dotted #8ab9ff;
    transform: translateY(10px);
  }  

}










.guide-grid {
  display: grid;
  gap: var(--space-24);
}

.guide-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.guide-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-card--full { grid-column: 1 / -1; }





.guide-card {
  scroll-margin-top: var(--space-24);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  box-shadow: 0 var(--size-10) var(--size-26) rgba(14, 79, 168, .035);
  display: grid;
  grid-template-columns: min(14.3vw, 190px) 1fr;
  padding: var(--space-20);
  gap: var(--space-30);    
}


.guide-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.guide-visual {
  border-radius: 12px;
}

.guide-card h3 {
  display: flex;
  align-items: center;
  gap: var(--space-10);
  margin-bottom: 15px;
  font-size: clamp(16px, 1.6vw, 23px);
  font-weight: 700;
  line-height: 1.4;
}

.guide-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: var(--size-40);
  height: var(--size-40);
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: var(--font-18);
}

.guide-card p {
  font-size: var(--font-14);
  line-height: 1.8;
}

.guide-card p + p { margin-top: 8px; }

.guide-card p:last-of-type {
  margin-bottom: var(--space-20);
}




.guide-card small {
  display: block;
  margin-top: auto;
  color: var(--color-text-sub);
  font-size: var(--font-12);
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;  
}

.guide-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(34px, 3vw, 40px);
  margin-top: auto;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  color: var(--color-primary);
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
  position: relative;
  max-width: 220px;
}



.guide-button::after {
    content: "";
    position: absolute;
    right: 1em;
    width: clamp(4px, .6vw, 8px);
    height: clamp(4px, .6vw, 8px);
    border-top: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    transform: rotate(45deg);
    transition: border-color .3s ease, right .3s ease;
  }


.guide-button:hover {
  background: var(--color-primary);
  color: #fff;
}

.guide-button:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }




.guide-note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
  padding: var(--space-12);
  border-radius: 9px;
  background: #fff2dc;
  color: #76541c;
  font-size: clamp(10px, 1vw, 12px);
  line-height: 1.55;
}

.guide-note strong {
  color: #a56309;
  font-size: clamp(11px, 1.1vw, 14px);
}















@media (max-width: 950px) {
  .guide-grid {
    gap: min(2.1vw, 20px);
  }

  .guide-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-content: start;
    padding: min(3.2vw, 30px);
    gap: min(4.2vw, 40px);  
  }

  .guide-card h3 {
    gap: min(1.1vw, 10px);
    margin-bottom: min(1.6vw, 15px);
    font-size: clamp(14px, 2.5vw, 24px);
  }

  .guide-step-number {
    width: clamp(24px, 4.2vw, 40px);
    height: clamp(24px, 4.2vw, 40px);
    font-size: clamp(12px, 2.1vw, 20px);
  }

  .guide-card p {
    font-size: clamp(11px, 1.6vw, 15px);
    line-height: 1.8;
  }


  .guide-card small {
    font-size: clamp(10px, 1.3vw, 12px);
  }

  .guide-button {
    min-height: clamp(34px, 4.2vw, 40px);
    font-size: clamp(11px, 1.6vw, 15px);
    max-width: 240px;
    width: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;    
  }

  .guide-note {
    padding: clamp(8px, 1.6vw, 15px);
    font-size: clamp(10px, 1.5vw, 14px);
  }

  .guide-note strong {
    font-size: clamp(11px, 1.8vw, 17px);
  }


}



@media (max-width: 480px) {
  .guide-grid {
    gap: min(3.1vw, 15px);
  }

  .guide-grid--two { 
    grid-template-columns: repeat(1, minmax(0, 1fr)); 
  }

  .guide-card {
    padding: min(4.2vw, 20px);
    gap: min(6.3vw, 30px);  
  }

  .guide-card h3 {
    gap: min(2.1vw, 10px);
    margin-bottom: min(3.1vw, 15px);
    font-size: clamp(14px, 5vw, 24px);
  }

  .guide-step-number {
    width: clamp(24px, 8.3vw, 40px);
    height: clamp(24px, 8.3vw, 40px);
    font-size: clamp(12px, 4.2vw, 20px);
  }

  .guide-card p {
    font-size: clamp(11px, 3.3vw, 16px);
  }

  .guide-card p:last-of-type {
    margin-bottom: 20px;
  }

  .guide-card small {
    font-size: clamp(10px, 2.7vw, 13px);
  }

  .guide-button {
    min-height: clamp(34px, 8.3vw, 40px);
    font-size: clamp(10px, 3.3vw, 16px);
    max-width: 240px;
    width: 100%;
    margin: auto;
  }
  
  .guide-note {
    padding: clamp(8px, 3.1vw, 15px);
    font-size: clamp(10px, 3vw, 14px);
  }

  .guide-note strong {
    font-size: clamp(11px, 3.5vw, 17px);
  }
  

}














/* =========================
factory process
========================= */

.guide-card--process {
  display: block;
  margin-top: var(--space-24);
  padding: var(--space-30);
}


.guide-card--process p:last-of-type {
  margin-bottom: 0;
}

/* ---------- head ---------- */

.guide-card--process-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-30);
  margin-bottom: var(--space-30);
}

.guide-card--process-copy {
  flex: 1;
}


.guide-card--process-title {
  display: flex;
  align-items: center;
  gap: var(--space-10);
  margin-bottom: 15px;
}

.guide-card--process-title img {
  width: 50px;
  flex-shrink: 0;
}

.guide-card--process-title h3 {
  margin: 0;
  color: #0b2a66;
  font-size: clamp(16px, 1.6vw, 23px);
  font-weight: 700;
  line-height: 1.4;
  padding-top: var(--space-8);
}

/* ---------- support ---------- */

.guide-card--process-support {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: var(--space-20);
  margin: 0;
  padding: var(--space-12) var(--space-20);
  border: 1px solid #a1c7ff;
  border-radius: 10px;
  color: #183b71;
}


.guide-card--process-support-icon {
  color: var(--color-primary);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
}


.guide-card--process-support p {
  font-size: clamp(10px, 1.1vw, 13px);
  font-weight: 700;
  line-height: 1.45;
}


.guide-card--process-support strong {
  display: block;
  color: var(--color-primary);
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 800;
}


/* ---------- flow ---------- */

.guide-card--process-flow ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-30) var(--space-20);
}

.guide-card--process-flow li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.guide-card--process-flow img {
  display: block;
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
  border-radius: 8px;
}

.guide-card--process-flow p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: var(--space-10);
  color: #0b2a66;
  font-size: clamp(10px, 1.1vw, 14px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.guide-card--process-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 38%;
  right: calc(var(--space-20) * -0.7);
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  transform: rotate(45deg);
}

.guide-card--process-flow li:nth-child(5)::after {
  display: none;
}




@media (max-width: 950px) {

  .guide-card--process {
    padding: min(3.2vw, 30px);
  }

  .guide-card--process-head {
    gap: min(2.1vw, 20px);
    margin-bottom: min(3.2vw, 30px);
  }

  .guide-card--process-flow ol {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--space-24) min(1.6vw, 15px);
  }

  .guide-card--process-flow li:nth-child(5)::after {
    display: none;
  }

}

@media (max-width: 480px) {

  .guide-card--process {
    padding: var(--space-20);
  }

  .guide-card--process-head {
    flex-direction: column;
  }

  .guide-card--process-support {
    width: 100%;
  }

  .guide-card--process-flow ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-24) var(--space-15);
  }

  .guide-card--process-flow li::after {
    display: none;
  }

  .guide-card--process-flow img {
    aspect-ratio: 1.2;
  }

  .guide-card--process-flow b {
    font-size: 12px;
  }

}














@media (max-width: 768px) {
  .guide-overview-panel {
    display: block;
    padding: 15px;
  }

  .guide-overview-panel h2 {
    display: block;
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
    font-size: 12px;
    text-align: center;
    margin: 0 var(--space-20);
  }

  .guide-overview-panel h2 strong {
    margin-left: 7px;
    font-size: 17px;
  }

  .guide-progress {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 18px 0;
    overflow: visible;
    padding: 16px 0 6px;
  }

  .guide-progress li {
    grid-column: span 2;
  }

  .guide-progress li:nth-child(6) { grid-column: 2 / span 2; }
  .guide-progress li:nth-child(7) { grid-column: 4 / span 2; }
  .guide-progress li:nth-child(8) { grid-column: 6 / span 2; }
  .guide-progress li:nth-child(9) { grid-column: 8 / span 2; }

  .guide-progress li:nth-child(5)::after {
    display: none;
  }

  .guide-progress span {
    overflow: visible;
    font-size: clamp(9px, 2.6vw, 11px);
    line-height: 1.35;
    white-space: normal;
  }
  
  
  

}




























































































