@charset "UTF-8";
/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs {
  background-color: #F1F1F1;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 619px) {
  .c-breadcrumbs {
    width: 100%;
  }
}
.c-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  margin: auto;
  max-width: 1820px;
  padding: clamp(8px, 1.5vw, 12px) 15px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol {
    gap: clamp(0.8rem, 1vw, 1rem);
    padding: 1.2096774194vw 23px;
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol {
    gap: 1rem;
    padding: 1.2rem 23px;
  }
}
.c-breadcrumbs ol li {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs ol li:not(:last-child)::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 15px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: clamp(0.8rem, 1vw, 1rem);
    width: clamp(15px, 2vw, 20px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: 1rem;
    width: 20px;
  }
}
.c-breadcrumbs ol li a {
  color: inherit;
}
.c-breadcrumbs ol li:first-child a {
  display: inline-flex;
  align-items: center;
}
.c-breadcrumbs ol li:first-child a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-home.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-right: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 16px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: clamp(0.8rem, 1vw, 1rem);
    width: clamp(16px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: 1rem;
    width: 24px;
  }
}

/* =========================================================
sheet
========================================================= */
.p-sheet-title {
  text-align: center;
  margin: 100px auto 50px;
  max-width: 1820px;
  width: 96%;
}
@media screen and (max-width: 992px) {
  .p-sheet-title {
    margin: 50px auto 15px;
  }
}

.p-sheet-title--main {
  display: block;
  margin-bottom: 2px;
}
.p-sheet-title--main span {
  background-color: #ffff00;
  display: inline-block;
  font-size: clamp(2.6rem, 4.1vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-sheet-title--main span {
    font-size: 2.8rem;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 768px) {
  .p-sheet-title--main span {
    font-size: 3.2258064516vw;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-sheet-title--main span {
    font-size: 4rem;
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}

.p-sheet-title--text {
  display: block;
  width: 100%;
}
.p-sheet-title--text span {
  background-color: #060c1a;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0.7rem auto;
  padding: 0.5rem 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-sheet-title--text span {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-sheet-title--text span {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}

.p-sheet_wrap {
  margin: auto;
  width: 96%;
  max-width: 1400px;
  margin: 30px auto 100px;
}

.p-sheet_ttl {
  border-left: 10px solid #000;
  font-size: 2.8rem;
  line-height: 1.6;
  padding-left: 20px;
}
@media screen and (max-width: 619px) {
  .p-sheet_ttl {
    font-size: 2.2rem;
  }
}

.p-sheet_table {
  overflow-x: scroll;
  width: 96vw;
}
@media screen and (min-width: 768px) {
  .p-sheet_table {
    overflow-x: auto;
    width: auto;
  }
}
.p-sheet_table table {
  border-collapse: collapse;
  min-width: 738px;
  width: 100%;
}
@media screen and (max-width: 619px) {
  .p-sheet_table table {
    min-width: auto !important;
    width: 93%;
  }
}
.p-sheet_table caption {
  background-color: #ffff00;
  caption-side: top;
  font-size: clamp(1.8rem, 2.6vw, 2rem);
  font-weight: 700;
  padding: 0.5rem 2.6rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-sheet_table caption {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 992px) {
  .p-sheet_table caption {
    font-size: clamp(1.8rem, 1vw, 2rem);
  }
}
.p-sheet_table th, .p-sheet_table td {
  border: 1px solid #091429;
  font-size: clamp(1.5rem, 2.3vw, 1.8rem);
  font-weight: 500;
  padding: 1.4rem 0.7rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-sheet_table th, .p-sheet_table td {
    font-size: 1.4rem;
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .p-sheet_table th, .p-sheet_table td {
    font-size: 1.814516129vw;
    padding: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-sheet_table th, .p-sheet_table td {
    font-size: clamp(1.6rem, 0.9vw, 1.8rem);
  }
}
.p-sheet_table th {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-sheet_table th {
    color: #fff;
    background-color: #091429;
    font-size: 1.4rem;
    padding: 5px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

/* =========================================================
カッティングシート：追加CSS
========================================================= */
/* シートの種類用 */
.c-guide-nav {
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  max-width: 1820px;
  width: 96%;
}
.c-guide-nav--wrap {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.c-guide-nav--wrap li {
  padding: 0 5px;
  width: 33.3%;
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li {
    width: 16.6%;
  }
}
@media screen and (max-width: 619px) {
  .c-guide-nav--wrap li {
    width: 50%;
  }
}
.c-guide-nav--wrap li a {
  background: #000000;
  color: #ffffff;
  display: block;
  padding: 15px 5px;
  text-align: center;
  transition: 0.3s;
  font-size: clamp(1rem, 4.1vw, 1.5rem);
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 619px) {
  .c-guide-nav--wrap li a {
    padding: 10px 5px;
    margin-bottom: 5px;
  }
}
.c-guide-nav--wrap li a.crr {
  background: #FFFF33;
  color: #091429;
  font-weight: 600;
}
.c-guide-nav {
  /* カッティングシートトップ用 */
}
.c-guide-nav--wrap02 {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (max-width: 619px) {
  .c-guide-nav--wrap02 {
    margin: 0;
    gap: 5px;
  }
}
.c-guide-nav--wrap02 li {
  padding: 0 5px;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap02 li {
    width: 25%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 619px) {
  .c-guide-nav--wrap02 li {
    padding: 0;
    width: calc(50% - 2.5px);
  }
}
.c-guide-nav--wrap02 li a {
  background: #000000;
  color: #ffffff;
  display: block;
  padding: 15px 5px;
  text-align: center;
  transition: 0.3s;
  font-size: clamp(1rem, 4.1vw, 1.5rem);
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap02 li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 619px) {
  .c-guide-nav--wrap02 li a span {
    display: none;
    visibility: hidden;
  }
}
.c-guide-nav--wrap02 li a.crr {
  background: #FFFF33;
  color: #000000;
  font-weight: 600;
}

/* -----------------------
シートの種類
----------------------- */
.p-top-sheet {
  padding: 5vh 0;
}

.p-top-sheet_wrap {
  margin: auto;
  width: 96%;
  max-width: 1400px;
}
@media screen and (max-width: 991px) {
  .p-top-sheet_wrap {
    width: 94%;
  }
}

.p-top-sheet_cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-top-sheet_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31.333%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_box {
    flex-direction: row;
    width: 48%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-sheet_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .p-top-sheet_box {
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sheet_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_box.culp a {
    border-bottom: 2px solid #000;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-sheet_box.culp a {
    border-bottom: none;
  }
}
@media screen and (max-width: 991px) {
  .p-top-sheet_box.culp a {
    border-bottom: 2px solid #000;
  }
}
.p-top-sheet_box.culp a:hover {
  background-color: #ff3;
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_box.acrylic a {
    border-bottom: 2px solid #000;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-sheet_box.acrylic a {
    border-bottom: none;
  }
}
@media screen and (max-width: 991px) {
  .p-top-sheet_box.acrylic a {
    border-bottom: 2px solid #000;
    padding-top: 24px;
  }
}
.p-top-sheet_box.acrylic a:hover {
  background-color: #ff3;
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_box.aluminum a {
    padding-top: 24px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-sheet_box.aluminum a {
    border-bottom: 2px solid #000;
    padding-bottom: 24px;
  }
}
.p-top-sheet_box.aluminum a:hover {
  background-color: #ff3;
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_box.cutting a {
    padding-top: 24px;
  }
}
.p-top-sheet_box.cutting a:hover {
  background-color: #ff3;
}

@media screen and (max-width: 1439px) {
  .p-top-sheet_header {
    width: 48%;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-sheet_header {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .p-top-sheet_header {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sheet_header {
    width: 100%;
  }
}

.p-top-sheet_ttlarea {
  margin: 0 0 -8px -8px;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .p-top-sheet_ttlarea {
    margin: 0 0 -8px -4px;
  }
}

.p-top-sheet_title {
  font-size: clamp(2.1rem, -1rem + 2.5vw, 3.2rem);
  font-weight: 600;
}
.p-top-sheet_title span {
  background: #FFFF33;
  display: inline-block;
  padding: 6px 22px;
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_title span {
    font-size: clamp(2rem, 0.2rem + 2vw, 2.5rem);
    padding: 10px 8px;
  }
}
.p-top-sheet_lead {
  color: #fff;
  font-size: clamp(1.4rem, 0.829rem + 0.321vw, 1.6rem);
  margin-top: 5px;
}
.p-top-sheet_lead span {
  background: #000;
  display: inline-block;
  padding: 5px 22px;
  font-weight: 400;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_lead span {
    padding: 8px;
  }
}
.p-top-sheet_image {
  text-align: center;
}

.p-top-sheet_summury {
  border-left: 2px solid #000;
  margin-top: 16px;
  padding-left: clamp(1.1rem, -0.733rem + 1.146vw, 2.2rem);
  padding-right: 6px;
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_summury {
    border-left: none;
    width: 48%;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-sheet_summury {
    border-left: 2px solid #000;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .p-top-sheet_summury {
    border-left: none;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sheet_summury {
    border-left: 2px solid #000;
    width: 100%;
  }
}

.p-top-sheet_summury--header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_summury--header {
    flex-direction: column;
    align-items: self-start;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-sheet_summury--header {
    flex-direction: row;
    align-items: center;
  }
}

.p-top-sheet_summury--price {
  font-size: clamp(2rem, -2rem + 2.5vw, 2.4rem);
  font-weight: 700;
}
.p-top-sheet_summury--price .small {
  font-size: clamp(1.4rem, -0.2rem + 1vw, 1.6rem);
}

.p-top-sheet_summury--btn {
  background-color: #000;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  padding: 6px 19px;
}
@media screen and (max-width: 1439px) {
  .p-top-sheet_summury--btn {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-sheet_summury--btn {
    margin-top: 0;
  }
}
.p-top-sheet_summury--btn::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: 19px;
  width: 16px;
}

.p-top-sheet_summury--txt {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 24px;
}

.p-top-sheet_summury--tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.p-top-sheet_summury--tag li {
  border: 1px solid #000;
  border-radius: 999px;
  font-size: 1.1rem;
  margin-top: 4px;
  margin-right: 8px;
  padding: 5px 12px;
}

/* =========================================================
service
========================================================= */
.p-service-detail {
  margin-top: 6.0483870968vw;
}
@media screen and (min-width: 992px) {
  .p-service-detail {
    margin-top: 60px;
  }
}
.p-service-detail--wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: auto;
  max-width: 1820px;
  width: 92%;
}
@media screen and (min-width: 768px) {
  .p-service-detail--wrap {
    gap: 6.0483870968vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-detail--wrap {
    grid-template-columns: 1fr 1fr;
    gap: 3.125vw;
  }
}
.p-service-gallery {
  background-color: #f4f4f4;
  overflow: hidden;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-service-gallery {
    padding: clamp(15px, 3.3vw, 33px);
  }
}
@media screen and (min-width: 992px) {
  .p-service-gallery {
    padding: 33px;
  }
}
.p-service-gallery_main figure {
  position: relative;
}
.p-service-gallery_main figure img {
  aspect-ratio: 850/567;
  display: block;
  margin: auto;
}
.p-service-gallery_main .caption {
  background-color: #ffff00;
  color: #000;
  display: block;
  padding: 1.3020833333vw 1.8229166667vw;
  width: min(65%, 300px);
  position: absolute;
  right: 1.953125vw;
  bottom: 1.953125vw;
}
@media screen and (min-width: 768px) {
  .p-service-gallery_main .caption {
    padding: 1.0080645161vw 1.4112903226vw;
    right: 1.5120967742vw;
    bottom: 1.5120967742vw;
    width: min(55%, 280px);
  }
}
@media screen and (min-width: 992px) {
  .p-service-gallery_main .caption {
    padding: clamp(3px, 0.5vw, 10px) clamp(4px, 0.7vw, 14px);
    right: 0.78125vw;
    bottom: 0.78125vw;
    width: min(55%, 340px);
  }
}
.p-service-gallery_main .caption .label {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  padding: 0.2604166667vw 1.3020833333vw;
}
@media screen and (min-width: 768px) {
  .p-service-gallery_main .caption .label {
    font-size: 1.4112903226vw;
    padding: 0.2016129032vw 1.0080645161vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-gallery_main .caption .label {
    font-size: clamp(1rem, 0.7vw, 1.4rem);
    padding: clamp(0.2rem, 0.2vw, 0.4rem) clamp(0.5rem, 0.5vw, 1rem);
  }
}
.p-service-gallery_main .caption .text {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-gallery_main .caption .text {
    font-size: 1.4112903226vw;
    line-height: 2.0161290323vw;
    margin-top: 0.5040322581vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-gallery_main .caption .text {
    font-size: clamp(1rem, 0.7vw, 1.4rem);
    line-height: clamp(1.5rem, 1vw, 2rem);
    margin-top: clamp(0.2rem, 0.2vw, 0.5rem);
  }
}
.p-service-gallery_main .caption .price {
  display: block;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 900;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-service-gallery_main .caption .price {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-gallery_main .caption .price {
    font-size: clamp(1.4rem, 1vw, 2rem);
  }
}
.p-service-gallery_main .caption .price .reduce {
  font-size: 60%;
}
.p-service-gallery_thumb {
  margin-top: 1.3020833333vw;
}
@media screen and (min-width: 768px) {
  .p-service-gallery_thumb {
    margin-top: 14px;
  }
}
.p-service-gallery_thumb .slick-slide {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-service-gallery_thumb .slick-slide {
    padding: 0 12px 0 0;
  }
}
.p-service-gallery_thumb img {
  display: block;
}
.p-service-gallery_thumb .slick-current img {
  outline: 3px solid #ffff00;
  outline-offset: -3px;
}
.p-service-summary_title .main {
  background-color: #ffff00;
  display: inline-block;
  font-size: clamp(2.8rem, 5.2vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-service-summary_title .main {
    font-size: 4.0322580645vw;
    padding: 1.814516129vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-summary_title .main {
    font-size: clamp(3.2rem, 2vw, 4rem);
    padding: clamp(1.2rem, 0.7vw, 1.8rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-service-summary_title .sub {
  background-color: #060c1a;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-top: 0.6rem;
  padding: clamp(2px, 0.6vw, 5px) clamp(5px, 3.3vw, 26px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-service-summary_title .sub {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-service-summary_title .sub {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-service-summary_price {
  margin-top: 23px;
}
@media screen and (max-width: 619px) {
  .p-service-summary_price {
    margin-top: 10px;
  }
}
.p-service-summary_price .price {
  font-size: clamp(2.4rem, 3.9vw, 3rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-summary_price .price {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-summary_price .price {
    font-size: 2.2rem;
  }
}
.p-service-summary_price .price .unit {
  font-size: 80%;
}
.p-service-summary_text {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-service-summary_text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0 15px;
  }
}
.p-service-summary_point {
  margin-top: 5.859375vw;
}
@media screen and (min-width: 768px) {
  .p-service-summary_point {
    margin-top: 45px;
  }
}
.p-service-summary_point--title {
  background-color: #060c1a;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  padding: 0.2604166667vw 3.3854166667vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-service-summary_point--title {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-service-summary_point--title {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-service-summary_point--list {
  margin-top: 3.125vw;
}
@media screen and (min-width: 992px) {
  .p-service-summary_point--list {
    margin-top: 1.25vw;
  }
}
.p-service-summary_point--list .inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 3px 0;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service-summary_point--list .inner {
    margin-top: 0.6rem;
  }
}
.p-service-summary_point--list .inner dt {
  display: flex;
  align-items: center;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
@media screen and (min-width: 768px) {
  .p-service-summary_point--list .inner dt {
    font-size: 1.6rem;
  }
}
.p-service-summary_point--list .inner dt::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 18px;
  margin-right: 8px;
}
.p-service-summary_point--list .inner dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-service-summary_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5.7291666667vw;
}
@media screen and (min-width: 768px) {
  .p-service-summary_tag {
    gap: 15px;
    margin-top: 44px;
  }
}
.p-service-summary_tag li {
  border: 1px solid #000;
  border-radius: 999px;
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  padding: 0.5rem 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-service-summary_tag li {
    font-size: 1.4rem;
  }
}
.p-service-summary_link {
  border-top: 2px solid #060c1a;
  border-bottom: 2px solid #060c1a;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: clamp(1.7rem, 3.1vw, 2.1rem);
  font-weight: 700;
  margin-top: 20px;
  padding: 3.7760416667vw 2.6041666667vw;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-service-summary_link {
    font-size: 2.4193548387vw;
    margin-top: 5.0403225806vw;
    padding: 3.7298387097vw 2.5201612903vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-summary_link {
    font-size: clamp(1.8rem, 1.3vw, 2.4rem);
    margin-top: 2.6041666667vw;
    padding: 1.9270833333vw 1.3020833333vw;
  }
}
.p-service-summary_link::before {
  background-image: url(../images/common/icon-works.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-right: clamp(10px, 2.6vw, 26px);
  width: clamp(35px, 5vw, 50px);
}
@media screen and (min-width: 768px) {
  .p-service-summary_link::before {
    margin-right: 2.6209677419vw;
    width: clamp(30px, 5vw, 50px);
  }
}
@media screen and (min-width: 992px) {
  .p-service-summary_link::before {
    margin-right: 1.3541666667vw;
    width: clamp(40px, 2.6vw, 50px);
  }
}
.p-service-summary_link::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: 30px;
  width: 31px;
  margin-left: clamp(20px, 3.9vw, 30px);
  width: clamp(20px, 4vw, 31px);
}
@media screen and (min-width: 768px) {
  .p-service-summary_link::after {
    margin-left: 7.0564516129vw;
    width: clamp(18px, 3.1vw, 31px);
  }
}
@media screen and (min-width: 992px) {
  .p-service-summary_link::after {
    margin-left: 3.6458333333vw;
    width: clamp(24px, 1.6vw, 31px);
  }
}
.p-service-summary_link .reduce {
  display: block;
  font-size: 60%;
}
.p-service-price--wrap {
  margin: auto;
  max-width: 1820px;
  padding: 16.40625vw 0 10.2864583333vw;
  width: 92%;
}
@media screen and (min-width: 768px) {
  .p-service-price--wrap {
    padding: 12.7016129032vw 0 7.9637096774vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-price--wrap {
    padding: 6.5625vw 0 4.1145833333vw;
  }
}
.p-service-price_head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px 95px;
}
@media screen and (min-width: 992px) {
  .p-service-price_head {
    flex-direction: row;
    gap: 20px 4.9479166667vw;
  }
}
.p-service-price_title .main {
  display: block;
  font-size: clamp(2.6rem, 4.1vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-service-price_title .main {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-price_title .main {
    font-size: 3.2rem;
  }
}
.p-service-price_title .sub {
  background-color: #050b19;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-top: 0.7rem;
  padding: 0.5rem 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-service-price_title .sub {
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-price_title .sub {
    font-size: 1.6rem;
  }
}
.p-service-price_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-service-price_tab li label {
  border: 1px solid #000;
  border-radius: 999px;
  cursor: pointer;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1;
  padding: 1.4322916667vw 3.7760416667vw;
}
@media screen and (min-width: 768px) {
  .p-service-price_tab li label {
    font-size: 1.6129032258vw;
    padding: 1.1088709677vw 2.9233870968vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-price_tab li label {
    font-size: clamp(1.4rem, 0.8vw, 1.6rem);
    padding: 1.1rem 2.9rem;
  }
}

/* =========================================================
カラーチャート
========================================================= */
#colorChart {
  padding: 60px 0;
  margin: 70px 0;
  text-align: center;
  background: #f1f1f1;
}
@media screen and (max-width: 619px) {
  #colorChart {
    padding: 40px 0;
    margin: 20px 0;
  }
}

#colorChart .inner {
  max-width: 1600px;
  margin: auto;
}

.p-sheet_txt {
  padding: 20px 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 619px) {
  .p-sheet_txt {
    padding: 15px 10px 25px;
  }
}
@media screen and (max-width: 619px) {
  .p-sheet_txt br {
    display: none;
  }
}

/* ========================================================
   プレビューエリアの固定 ＆ 横並び（Flexbox）確定版
   ======================================================== */
/* 1. 外側のラッパー（ここでは固定せず、単に横並びの土台にします） */
#colorDataWrap {
  width: 100%;
}

/* 2. プレビューと詳細を包む要素 */
#colorData {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start; /* 上揃え（stickyを効かせるために必須） */
  gap: 50px; /* 元の margin-right: 50px の代わり */
  width: 100%;
}

/* 3. 【ここが重要】左側：プレビュー画像本体を直接スクロール追従させる */
#colorPreview { /* Safari対応 */
  position: sticky !important;
  /* ↓ ここを 100px に変更（グロナビの高さ分、上部にマージンを開けます） */
  top: 110px !important;
  z-index: 100; /* 前面に表示（グロナビのz-indexよりは低く設定してください） */
  float: none !important; /* floatを完全に無効化 */
  margin-right: 0 !important;
  flex-shrink: 0; /* 画像が潰れるのを防ぐ */
  width: 100% !important;
  max-width: 500px !important; /* インラインを上書き */
}
@media screen and (max-width: 767px) {
  #colorPreview {
    display: none;
    visibility: hidden;
  }
}

/* 4. 右側：詳細 ＆ 縦に長いパレットエリア */
#colorDetail {
  float: none !important;
  text-align: left;
  flex-grow: 1; /* 残りの横幅をすべて使う */
} 
@media screen and (max-width: 619px) {
  .c-color-pallet-list {
    display: flex !important;
    gap: 5px !important;
  }
  .c-color-pallet-item {
    width: calc(33.333% - 5px) !important;
    padding: 5px !important;
  }
}
/* =========================================================
トップガイド
========================================================= */
.p-top-guide_wrap {
  margin: auto;
  width: 96%;
  max-width: 1820px;
}
.p-top-guide_list {
  border-bottom: 2px solid #091429;
  border-top: 2px solid #091429;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0;
}
.p-top-guide_item {
  background: #091429;
  width: 24%;
}
@media screen and (max-width: 1439px) {
  .p-top-guide_item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-guide_item {
    width: 100%;
  }
}
.p-top-guide_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(1.5rem, 0.949rem + 1.469vw, 3.3rem);
  transition: 0.3s;
}
.p-top-guide_item a:hover {
  opacity: 0.8;
}
.p-top-guide_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.p-top-guide_link .small {
  display: block;
  font-size: 1.3rem;
}
.p-top-guide_link.order::before {
  background-image: url(../images/top/guide-order.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 50px;
}
@media screen and (min-width: 992px) {
  .p-top-guide_link.order::before {
    width: clamp(30px, 2.6vw, 50px);
  }
}
.p-top-guide_link.order::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 31px;
}
@media screen and (max-width: 767px) {
  .p-top-guide_link.data {
    margin-top: 24px;
  }
}
.p-top-guide_link.data::before {
  background-image: url(../images/top/guide-data.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 50px;
}
@media screen and (min-width: 992px) {
  .p-top-guide_link.data::before {
    width: clamp(30px, 2.6vw, 50px);
  }
}
.p-top-guide_link.data::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 31px;
}
@media screen and (max-width: 1439px) {
  .p-top-guide_link.payment {
    margin-top: 24px;
  }
}
.p-top-guide_link.payment::before {
  background-image: url(../images/top/guide-payment.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 50px;
}
@media screen and (min-width: 992px) {
  .p-top-guide_link.payment::before {
    width: clamp(30px, 2.6vw, 50px);
  }
}
.p-top-guide_link.payment::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 31px;
}
@media screen and (max-width: 1439px) {
  .p-top-guide_link.faq {
    margin-top: 24px;
  }
}
.p-top-guide_link.faq::before {
  background-image: url(../images/top/guide-faq.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 50px;
}
@media screen and (min-width: 992px) {
  .p-top-guide_link.faq::before {
    width: clamp(30px, 2.6vw, 50px);
  }
}
.p-top-guide_link.faq::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 31px;
}
.p-top-guide_txt {
  color: #fff;
  font-size: clamp(1.8rem, 0.2rem + 1vw, 2rem);
}

/* ========================================================
   カッティングシート　見積りフォーム
   ======================================================== */
.estimate_box {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 619px) {
  .estimate_box {
    display: block;
  }
}

.scale_img img {
  display: block;
}

.detailtemWrap {
  display: flex;
  gap: 1.6rem;
  padding: 2.4rem 0;
  border-top: 0.2rem solid #DBDBDB;
  flex-flow: column;
}
@media screen and (min-width: 992px) {
  .detailtemWrap {
    flex-flow: initial;
  }
}
.detailtemWrap-flex {
  display: flex;
  justify-content: flex-start;
  max-width: none;
  width: 100%;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .detailtemWrap-flex {
    width: 30%;
    justify-content: space-between;
  }
}
.detailtemWrap-flex .required {
  position: static !important;
}
.detailtemWrap-flex .required:before {
  position: static !important;
}
.detailtemWrap .smallfont {
  position: static !important;
}
.detailtemWrap-colwrap {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .detailtemWrap-colwrap {
    width: calc(100% - 40rem);
  }
}
.detailtemWrap-colwrap .detailtemWrap-selectwrap {
  width: 100%;
}
.detailtemWrap-colwrap .detailtemWrap-selectwrap .num-box select {
  float: left;
  margin-right: 40px;
}
.detailtemWrap-selectwrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.detailtemWrap-selectwrap .estimateInputItem,
.detailtemWrap-selectwrap input {
  max-width: none;
  width: 100%;
  font-size: clamp(1.2rem, 4.1vw, 1.8rem);
  border: 3px solid #091429;
  padding: 1.3rem 1.8rem;
  border-radius: 0;
  margin-bottom: 0.8rem;
  text-align: right;
}
@media screen and (max-width: 619px) {
  .detailtemWrap-selectwrap .estimateInputItem,
  .detailtemWrap-selectwrap input {
    width: 70%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .detailtemWrap-selectwrap .estimateInputItem,
  .detailtemWrap-selectwrap input {
    max-width: 23rem;
  }
}
.detailtemWrap-selectwrap i {
  top: 1.3rem !important;
  position: absolute !important;
  left: auto !important;
  right: 2rem !important;
}
@media screen and (min-width: 992px) {
  .detailtemWrap-selectwrap i {
    left: 38rem !important;
  }
}
.detailtemWrap h3 {
  padding-left: 2.5rem;
  position: relative;
  font-size: clamp(16px, 4.1vw, 2rem);
  margin-right: 3rem;
  margin-bottom: 0 !important;
  width: auto !important;
}
@media screen and (min-width: 992px) {
  .detailtemWrap h3 {
    margin-bottom: 0;
  }
}
.detailtemWrap h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 1rem;
  height: 1rem;
  background: #091429;
}

#autoestimateForm {
  background: #FF3;
  display: block;
  margin-top: 20px;
  padding: 15px 30px 40px 150px;
}
@media screen and (max-width: 619px) {
  #autoestimateForm {
    padding: 15px;
  }
}
#autoestimateForm h2 {
  padding: 10px;
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 619px) {
  #autoestimateForm h2 {
    font-size: 1.4rem;
  }
}
#autoestimateForm .detailSet {
  border: 0.1rem solid #091429;
  border-radius: 0;
}

.inputItems {
  width: 100%;
  padding: 10px 50px;
}
@media screen and (max-width: 619px) {
  .inputItems {
    padding: 10px;
  }
}
.inputItems .totalBox {
  display: flex;
  gap: 15px;
}
.inputItems .totalBox input#resultPrice {
  color: #091429;
  font-size: 5rem !important;
  font-weight: 600 !important;
  border: none;
  background: #FF3;
  padding: 5px 10px;
  width: 200px;
  text-align: right;
  height: 50px;
}
.inputItems .totalBox span {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 20px 0 0;
}

.scale_img {
  padding: 50px 0 0;
}
.scale_img img {
  margin-bottom: 50px;
}
@media screen and (max-width: 619px) {
  .scale_img img {
    margin-bottom: 20px;
  }
}

#estimateToNextWrap {
  float: right;
}
#estimateToNextWrap a {
  padding: 20px 50px 20px 100px;
  font-size: 2rem;
  color: #fff;
  background-color: #091429;
  display: block;
  float: right;
}

.btnTotal {
  padding: 20px 40px 20px 150px;
  background: #091429 url(../images/common/img-calculator.svg) no-repeat left 20px center !important;
  background-size: 30px auto;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  cursor: pointer;
  margin-top: 15px;
}
.btnTotal:hover {
  color: #091429;
  background: #ff3 url(../images/common/img-calculator-black.svg) no-repeat left 20px center !important;
}
@media screen and (max-width: 619px) {
  .btnTotal {
    padding: 20px 10px 20px 70px;
    margin-top: 10px;
    font-size: 1.6rem;
    background-size: 20px auto;
  }
}

/* 貼り付け方法
---------------------------------- */
.p-service-howto--wrap {
  margin: auto;
  max-width: 1820px;
  padding: 15.625vw 0 19.53125vw;
  width: 92%;
}
@media screen and (min-width: 768px) {
  .p-service-howto--wrap {
    padding: 12.0967741935vw 0 15.1209677419vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto--wrap {
    padding: 6.25vw 0 7.8125vw;
  }
}
.p-service-howto_title {
  text-align: center;
}
.p-service-howto_title .main {
  background-color: #ffff00;
  display: inline-block;
  font-size: clamp(2.6rem, 4.1vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(10px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-service-howto_title .main {
    font-size: 3.2258064516vw;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto_title .main {
    font-size: clamp(2.8rem, 1.6vw, 3.2rem);
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-service-howto_title .sub {
  background-color: #060c1a;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0.7rem auto;
  padding: 0.5rem 2.6rem;
  padding: clamp(2px, 0.6vw, 5px) clamp(5px, 3.3vw, 26px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-service-howto_title .sub {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-service-howto_title .sub {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-service-howto_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 57px 100px;
  margin: 9.8958333333vw auto 0;
  padding: 0;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-service-howto_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.7459677419vw 7.0564516129vw;
    margin: 76px auto 0;
    max-width: 1700px;
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.96875vw 5.2083333333vw;
  }
}
.p-service-howto_list > li {
  max-width: 500px;
}
.p-service-howto_list > li figure::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service-howto_list > li figure::after {
    display: block;
  }
}
.p-service-howto_list > li:nth-child(2n) figure::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service-howto_list > li:nth-child(2n) figure::after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto_list > li:nth-child(2n) figure::after {
    display: block;
  }
}
.p-service-howto_list > li:nth-child(3n) figure::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service-howto_list > li:nth-child(3n) figure::after {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto_list > li:nth-child(3n) figure::after {
    display: none;
  }
}
.p-service-howto_list > li figure {
  position: relative;
}
.p-service-howto_list > li figure img {
  display: block;
}
.p-service-howto_list > li figure::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  margin-left: 70px;
  width: 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -50px;
  transform: translate(50%);
}
@media screen and (min-width: 768px) {
  .p-service-howto_list > li figure::after {
    right: -3.5282258065vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto_list > li figure::after {
    right: -2.6041666667vw;
  }
}
.p-service-howto_list > li .title {
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-weight: 700;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-service-howto_list > li .title {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto_list > li .title {
    font-size: clamp(2rem, 1.2vw, 2.4rem);
  }
}
.p-service-howto_list > li .title .num {
  aspect-ratio: 1/1;
  background-color: #060c1a;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-right: 2.6041666667vw;
  width: clamp(40px, 2vw, 52px);
}
@media screen and (min-width: 768px) {
  .p-service-howto_list > li .title .num {
    font-size: 2.0161290323vw;
    margin-right: 2.0161290323vw;
    width: 5.2419354839vw;
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto_list > li .title .num {
    font-size: clamp(1.6rem, 1vw, 2rem);
    margin-right: clamp(10px, 1vw, 20px);
    width: clamp(40px, 2.7vw, 52px);
  }
}
.p-service-howto_list > li .tool {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.p-service-howto_list > li .tool li {
  display: flex;
  align-items: center;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .p-service-howto_list > li .tool li {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto_list > li .tool li {
    font-size: clamp(1.4rem, 0.8vw, 1.6rem);
  }
}
.p-service-howto_list > li .tool li::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 18px;
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  .p-service-howto_list > li .tool li::before {
    width: clamp(16px, 1.8vw, 18px);
  }
}
@media screen and (min-width: 992px) {
  .p-service-howto_list > li .tool li::before {
    width: clamp(16px, 0.9vw, 18px);
  }
}
.p-service-howto_list > li .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 619px) {
  .p-service-howto_list > li .text {
    font-weight: 400;
    line-height: 1.8;
  }
}
.p-service-howto_movie {
  background-color: #f1f1f1;
  margin-top: 8.8541666667vw;
  padding: 34px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-howto_movie {
    margin-top: 68px;
  }
}
.p-service-howto_movie .button {
  background-color: #050b19;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 2.3vw, 1.8rem);
  font-weight: 500;
  padding: 1.1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-service-howto_movie .button {
    padding: 1.1rem 3rem;
    font-size: 1.8rem;
  }
}
.p-service-howto_movie .button::before {
  background-image: url(../images/common/icon-movie.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-right: 10px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-howto_movie .button::before {
    margin-right: 20px;
    width: 25px;
  }
}
.p-service-howto_movie .button::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: 10px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-howto_movie .button::after {
    margin-left: 30px;
    width: 25px;
  }
}/*# sourceMappingURL=style-sheet.css.map */