@charset "UTF-8";
/* reset.scss - 2025年最新版の軽量モダンリセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}

:focus-visible {
  outline: 2px solid #2684ff;
  outline-offset: 2px;
}

/*
 変数定義用のファイルです 
 自由に書き換えてください
*/
/*========= Media Size ===============*/
/*========= Font ===============*/
/*========= Color ===============*/
html {
  font-size: 62.5%;
  scroll-padding-top: 177px;
}
@media screen and (max-width: 800px) {
  html {
    scroll-padding-top: 66px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

body {
  width: 100%;
  min-width: 1200px;
  overflow: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #1c1c1c;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: auto;
}
@media screen and (max-width: 800px) {
  body {
    min-width: 340px;
    letter-spacing: 0.01em;
  }
}

main {
  overflow: hidden;
  padding-top: 188px;
}
@media screen and (max-width: 800px) {
  main {
    padding-top: 0px;
  }
}

p {
  line-height: 2;
}

.pc {
  display: block !important;
}
@media (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 800px) {
  .sp {
    display: block !important;
  }
}

.glightbox {
  position: relative;
  width: fit-content;
  display: block;
}
.glightbox:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/zoom-in.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.js-lightbox.black .glightbox:after {
  background-image: url(../images/icon/zoom-in-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gslide-image img {
  min-height: 70vh;
  max-height: 80vh !important;
}

/* GLightbox の背景を白に変更 */
.goverlay {
  background: rgba(255, 255, 255, 0.95) !important;
}

.gslide-media {
  box-shadow: none !important;
}

/*========= トップページ(front)用のCSS ===============*/
.p-front__fv {
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-front__fv {
    height: 500px;
  }
}
.p-front__fv__slider {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-front__fv__slider {
    height: 100%;
  }
}
.p-front__fv__slider .swiper-button-prev,
.p-front__fv__slider .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .p-front__fv__slider .swiper-button-prev,
  .p-front__fv__slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.p-front__fv__slider .swiper-button-prev {
  left: 30px !important;
}
@media screen and (max-width: 800px) {
  .p-front__fv__slider .swiper-button-prev {
    left: 18px !important;
  }
}
.p-front__fv__slider .swiper-button-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/front/fv_slide_prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-front__fv__slider .swiper-button-next {
  right: 30px !important;
}
@media screen and (max-width: 800px) {
  .p-front__fv__slider .swiper-button-next {
    right: 18px !important;
  }
}
.p-front__fv__slider .swiper-button-next::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/front/fv_slide_next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-front__fv__slide {
  width: 100%;
}
.p-front__fv img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-front__fv img {
    height: 100%;
    object-fit: cover;
  }
}
.p-front__news {
  margin-top: 55px;
  background-color: #d0dfea;
  position: relative;
}
.p-front__news::before, .p-front__news::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
}
.p-front__news::before {
  left: 0;
  background: linear-gradient(to right, #d0dfea, transparent);
}
.p-front__news::after {
  right: 0;
  background: linear-gradient(to left, #d0dfea, transparent);
}
.p-front__news__ticker {
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.p-front__news__ticker-inner {
  display: inline-block;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
  will-change: transform;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-33.33%, 0, 0);
  }
}
.p-front__news__ticker-inner:hover {
  animation-play-state: paused;
}
.p-front__news-item {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 7px 25px;
  text-decoration: none;
  color: inherit;
}
.p-front__news-item__time {
  font-size: 1.4rem;
}
.p-front__news-item__title {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-front__logo-slider {
  margin: 30px 0 0 0;
  position: relative;
}
.p-front__logo-slider__heading {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-front__logo-slider__heading {
    width: 90%;
    margin-inline: auto;
  }
}
.p-front__logo-slider__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.p-front__logo-slider__inner::before, .p-front__logo-slider__inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .p-front__logo-slider__inner::before, .p-front__logo-slider__inner::after {
    width: 10%;
  }
}
.p-front__logo-slider__inner::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.p-front__logo-slider__inner::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.p-front__logo-slider__content {
  display: flex;
  gap: 20px;
  width: fit-content;
  animation: logoSlide 60s linear infinite;
  padding: 0 20px;
}
@keyframes logoSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.33%);
  }
}
.p-front__logo-slider__item {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-front__logo-slider__item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p-front__works-slider {
  position: relative;
}
.p-front__works-slider__heading {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.p-front__works-slider__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.p-front__works-slider__inner::before, .p-front__works-slider__inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .p-front__works-slider__inner::before, .p-front__works-slider__inner::after {
    width: 10%;
  }
}
.p-front__works-slider__inner::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.p-front__works-slider__inner::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.p-front__works-slider__content {
  display: flex;
  gap: 20px;
  align-items: center;
  width: fit-content;
  animation: worksSlide 250s linear infinite;
  padding: 0 20px;
}
@keyframes worksSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-front__works-slider__item {
  flex: 0 0 auto;
  width: 280px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}
@media screen and (max-width: 800px) {
  .p-front__works-slider__item {
    width: 250px;
    padding: 20px 5px;
  }
}
.p-front__works-slider__item p {
  line-height: normal;
}
.p-front__works-slider__item-header {
  position: relative;
  margin-bottom: 15px;
}
.p-front__works-slider__item-icon {
  position: absolute;
  top: -9px;
  right: -10px;
  width: 24px;
  height: 24px;
}
.p-front__works-slider__item-name {
  text-align: center;
}
.p-front__works-slider__item-detail {
  text-align: center;
}
.p-front__products {
  margin-top: 100px;
}
.p-front__materials {
  margin-top: 100px;
}
.p-front__materials__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 800px) {
  .p-front__materials__list {
    flex-direction: column;
  }
}
.p-front__materials__item {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 20px 20px 65px;
  font-size: 1.6rem;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .p-front__materials__item {
    width: 100%;
    gap: 20px;
  }
}
.p-front__materials__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .p-front__materials__item:hover {
    opacity: 1;
  }
}
.p-front__materials__item img {
  width: 40px;
}
@media screen and (max-width: 800px) {
  .p-front__materials__item img {
    width: 30px;
  }
}
.p-front__materials__item:nth-of-type(2) img {
  width: 20px;
}
@media screen and (max-width: 800px) {
  .p-front__materials__item:nth-of-type(2) img {
    margin-right: 10px;
  }
}
.p-front__materials__item:nth-of-type(3) img {
  width: 30px;
}
@media screen and (max-width: 800px) {
  .p-front__materials__item:nth-of-type(3) img {
    width: 25px;
    margin-right: 10px;
  }
}
.p-front__materials__item:nth-of-type(4) img {
  width: 20px;
  margin-right: 10px;
}
.p-front__works {
  margin-top: 100px;
}
.p-front__column {
  margin-top: 100px;
}

.p-production-method h2 {
  margin-bottom: 10px;
}
.p-production-method__item {
  margin: 60px 0;
}
.p-production-method__item__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .p-production-method__item__content {
    flex-direction: column;
    gap: 20px;
  }
}
.p-production-method__item__content__left {
  flex: 1;
}
.p-production-method__item__content__left h3 {
  margin-bottom: 10px;
}
.p-production-method__item__content__right {
  width: 300px;
}
@media screen and (max-width: 800px) {
  .p-production-method__item__content__right {
    width: 100%;
  }
}
.p-production-method__item__mote-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: 55px;
  margin-top: 20px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.p-production-method__item__mote-btn:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/video.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.p-production-method__item__mote-btn:hover {
  background-color: #044c6c;
  color: #fff;
  border: 1px solid #044c6c;
}
.p-production-method__item__mote-btn:hover:after {
  width: 25px;
  height: 25px;
  background-image: url(../images/icon/video_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
  align-items: center;
  justify-content: center;
}
.video-modal.is-active {
  display: flex;
}
.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.video-modal__content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 1;
}
.video-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.video-modal__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  flex: 1;
}
.video-modal__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  transition: transform 0.3s ease;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.video-modal__close:hover {
  transform: scale(1.2);
}
.video-modal__video-wrapper {
  position: relative;
  width: 100%;
  max-height: 70vh;
  aspect-ratio: 16/9;
  background-color: #000;
}
.video-modal__video {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  object-fit: contain;
}
.video-modal__image {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  object-fit: contain;
}
.video-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
.video-modal__nav:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.video-modal__nav--prev {
  left: -80px;
}
.video-modal__nav--next {
  right: -80px;
}
.video-modal__nav svg {
  pointer-events: none;
}
.video-modal__indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.video-modal__indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-modal__indicator:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.video-modal__indicator.is-active {
  background-color: #fff;
  width: 30px;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .video-modal__nav {
    width: 50px;
    height: 50px;
  }
  .video-modal__nav--prev {
    left: -60px;
  }
  .video-modal__nav--next {
    right: -60px;
  }
  .video-modal__nav svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .video-modal__content {
    width: 95%;
  }
  .video-modal__nav {
    width: 40px;
    height: 40px;
  }
  .video-modal__nav--prev {
    left: 10px;
  }
  .video-modal__nav--next {
    right: 10px;
  }
  .video-modal__nav svg {
    width: 24px;
    height: 24px;
  }
  .video-modal__header {
    margin-bottom: 15px;
  }
  .video-modal__title {
    font-size: 1.6rem;
  }
  .video-modal__close {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
  .video-modal__indicators {
    margin-top: 15px;
    gap: 8px;
  }
  .video-modal__indicator {
    width: 10px;
    height: 10px;
  }
  .video-modal__indicator.is-active {
    width: 24px;
  }
}

.p-single-products .l-inner {
  padding-top: 65px;
}

.p-single-works .l-inner {
  padding-top: 65px;
}
.p-single-works .l-product__price-buttons {
  width: fit-content;
  margin: 60px 0 170px auto;
}
.p-single-works__product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 350px;
  padding: 15px 0px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.p-single-works__product-button:hover {
  opacity: 0.7;
}
.p-single-works__product-button img {
  width: 19px;
}
.p-single-works__mail-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 350px;
  height: 60px;
  padding: 15px 0px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.p-single-works__mail-button:hover {
  opacity: 0.7;
}
.p-single-works__mail-button img {
  width: 21px;
}

.p-single-blog .l-inner {
  padding-top: 65px;
}
.p-single-blog__thumbnail {
  margin-top: 60px;
  width: 100%;
  aspect-ratio: 753/413;
}
.p-single-blog__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-single-blog__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
.p-single-blog__date {
  margin-top: 60px;
}
.p-single-blog__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.p-single-blog__category {
  padding: 5px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  font-size: 1.2rem;
  transition: all 0.2s ease;
}
.p-single-blog__category:hover {
  background-color: #044c6c;
  color: #fff;
}
.p-single-blog__content {
  margin-top: 50px;
}

.p-faq__categories {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .p-faq__categories {
    flex-direction: column;
    margin-bottom: 45px;
    gap: 16px;
  }
}
.p-faq__categories__btn {
  transition: 0.4s;
}
.p-faq__categories__btn-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  line-height: 2rem;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
@media screen and (max-width: 800px) {
  .p-faq__categories__btn-content {
    padding: 17px 20px;
  }
}
.p-faq__categories__btn span {
  transition: 0.2s;
}
.p-faq__categories__btn:hover {
  color: #fff;
  background-color: #044c6c;
}
@media screen and (max-width: 800px) {
  .p-faq__categories__btn:hover {
    color: indianred;
    background-color: #fff;
  }
}
.p-faq__categories__btn:nth-child(1) span {
  width: 30px;
  height: 30px;
  background: url(../images/icon/cart_black.svg), url(../images/icon/cart_white.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
.p-faq__categories__btn:nth-child(1):hover span {
  background: url(../images/icon/cart_white.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
@media screen and (max-width: 800px) {
  .p-faq__categories__btn:nth-child(1):hover span {
    background: url(../images/icon/cart_black.svg);
    background-repeat: no-repeat;
    background-size: contain, 0;
  }
}
.p-faq__categories__btn:nth-child(2) span {
  width: 30px;
  height: 30px;
  background: url(../images/icon/check-data_black.svg), url(../images/icon/check-data_white.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
.p-faq__categories__btn:nth-child(2):hover span {
  background: url(../images/icon/check-data_white.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
@media screen and (max-width: 800px) {
  .p-faq__categories__btn:nth-child(2):hover span {
    background: url(../images/icon/check-data_black.svg);
    background-repeat: no-repeat;
    background-size: contain, 0;
  }
}
.p-faq__categories__btn:nth-child(3) span {
  width: 36px;
  height: 31px;
  background: url(../images/icon/materials.svg), url(../images/icon/materials_white.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
.p-faq__categories__btn:nth-child(3):hover span {
  background: url(../images/icon/materials_white.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
@media screen and (max-width: 800px) {
  .p-faq__categories__btn:nth-child(3):hover span {
    background: url(../images/icon/materials_black.svg);
    background-repeat: no-repeat;
    background-size: contain, 0;
  }
}
.p-faq__content {
  padding-top: 50px;
}
.p-faq__content__accordion {
  max-inline-size: 90%;
  margin: 10px 0;
}
@media screen and (max-width: 800px) {
  .p-faq__content__accordion {
    max-inline-size: 100%;
  }
}
.p-faq__content__accordion:first-of-type {
  padding-top: 30px;
}
.p-faq__content__accordion__question {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding-block: 11px;
  padding-inline: 24px;
  cursor: pointer;
  font-weight: 500;
  background-color: #f3f3f3;
}
.p-faq__content__accordion__question::-webkit-details-maker {
  display: none;
}
.p-faq__content__accordion::-webkit-details-maker {
  display: none;
}
.p-faq__content__accordion .question-btn {
  position: relative;
  display: inline-block;
  inline-size: 15px;
  aspect-ratio: 1;
}
.p-faq__content__accordion__answer-container {
  display: grid;
  transition: grid-template-rows 0.5s;
}
.p-faq__content__accordion__answer-container a {
  color: #044c6c;
  text-decoration: underline;
}
.p-faq__content__accordion__answer-text {
  overflow: hidden;
}
.p-faq__content__accordion__answer-text p {
  margin: 30px 12%;
}
@media screen and (max-width: 800px) {
  .p-faq__content__accordion__answer-text p {
    margin: 20px 4%;
  }
}
.p-faq__content__accordion .question-bold {
  padding: 0 10px 0 30px;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .p-faq__content__accordion .question-bold {
    padding: 0 4px 0 0px;
    font-size: 1.8rem;
  }
}
.p-faq__content__accordion[open] .question-btn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  border: 0;
  transform: rotate(45deg);
  border-bottom: solid 2px #838383;
  border-right: solid 2px #838383;
}
@media screen and (max-width: 800px) {
  .p-faq__content__accordion[open] .question-btn::before {
    right: 0px;
  }
}
.p-faq__content__accordion:not([open]) .question-btn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  border: 0;
  transform: rotate(45deg);
  border-bottom: solid 2px #838383;
  border-right: solid 2px #838383;
}
@media screen and (max-width: 800px) {
  .p-faq__content__accordion:not([open]) .question-btn::before {
    right: 0px;
  }
}

.p-company__table {
  border-collapse: separate;
  border-spacing: 0 40px;
}
.p-company__table tr {
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .p-company__table tr {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-company__table th {
  position: relative;
  width: 180px;
  padding-left: 10px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-company__table th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 25px;
  background-color: #044c6c;
}
@media screen and (max-width: 800px) {
  .p-company__table th {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .p-company__table td {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  .p-company__table td iframe {
    width: 100%;
  }
}
.p-company__table td span,
.p-company__table td a {
  border-bottom: 1px #044c6c solid;
  color: #044c6c;
}
.p-company__table-row__content {
  width: fit-content;
  padding: 10px;
  margin-top: 20px;
  background-color: #f3f3f3;
  color: #044c6c;
  border-radius: 2px;
}

.p-delivery-flow__flowlist {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-delivery-flow__flowlist::before {
  content: "";
  position: absolute;
  left: 29px;
  width: 3px;
  height: 100%;
  background-color: #044c6c;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-delivery-flow__flowlist::before {
    left: 24px;
    height: 98%;
  }
}
.p-delivery-flow__flowlist__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  border-radius: 50%;
  background-color: #044c6c;
}
@media screen and (max-width: 800px) {
  .p-delivery-flow__flowlist__circle {
    width: 50px;
    height: 50px;
    position: absolute;
    margin-right: 0;
  }
}
.p-delivery-flow__flowlist__circle img {
  width: 23px;
  height: auto;
  display: block;
}
.p-delivery-flow__flowlist li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .p-delivery-flow__flowlist li {
    display: block;
  }
}
.p-delivery-flow__flowlist li:nth-of-type(3) img {
  margin-left: 8px;
  width: 27px;
}
.p-delivery-flow__flowlist li:nth-of-type(4) img {
  width: 30px;
}
.p-delivery-flow__flowlist li:nth-of-type(5) img {
  width: 29px;
}
.p-delivery-flow__flowlist li:nth-of-type(6) img {
  margin-left: 3px;
  width: 22px;
}
.p-delivery-flow__flowlist li:nth-of-type(7) img {
  width: 18px;
}
.p-delivery-flow__flowlist li:nth-of-type(8) img {
  width: 27px;
}
.p-delivery-flow__flowlist li:nth-of-type(9) img {
  width: 27px;
}
.p-delivery-flow__flowlist__title {
  width: 170px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 40px;
}
@media screen and (max-width: 800px) {
  .p-delivery-flow__flowlist__title {
    margin-right: 0;
    margin-left: 72px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-delivery-flow__flowlist__text {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .p-delivery-flow__flowlist__text {
    margin-right: 0;
    margin-left: 72px;
  }
}

.p-select-material .l-page-wrapper--top-title {
  padding-bottom: 0;
}
.p-select-material__intro {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .p-select-material__intro {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.p-select-material__intro img {
  width: 40%;
}
@media screen and (max-width: 800px) {
  .p-select-material__intro img {
    width: 100%;
  }
}
.p-select-material__intro p {
  flex: 1;
}
.p-select-material__section {
  margin: 130px 0;
}
.p-select-material__section-title {
  margin-bottom: 10px;
  text-align: center;
}
.p-select-material__section-note {
  text-align: center;
  font-size: 1.3rem;
  color: #171717;
  line-height: 2.7;
}
.p-select-material__table {
  margin: 25px auto;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .p-select-material__table {
    display: block;
    overflow-x: auto;
    overflow-y: clip;
  }
  .p-select-material__table tbody {
    width: 100%;
    display: block;
    min-width: 730px;
  }
}
.p-select-material__table__header {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
.p-select-material__table__th {
  white-space: nowrap;
}
.p-select-material__table__chart img {
  width: 130px !important;
  opacity: 0.8;
}
.p-select-material__table__chart.is-hover img {
  opacity: 1;
}
.p-select-material__table tr {
  border-bottom: 0.5px solid #d5d5d5;
}
.p-select-material__table tr:nth-child(1), .p-select-material__table tr:nth-child(4) {
  border-bottom: none;
}
.p-select-material__table td,
.p-select-material__table th {
  position: relative;
  border-right: 0.5px solid #d5d5d5;
}
.p-select-material__table th {
  font-weight: normal;
}
.p-select-material__table th:nth-child(1), .p-select-material__table th:nth-child(5) {
  border-right: none;
}
.p-select-material__table th:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  bottom: -5px;
  left: 5px;
  height: 1600%;
  background-color: rgba(208, 223, 234, 0.3490196078);
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-select-material__table td {
  min-width: 200px;
}
.p-select-material__table td:nth-child(5) {
  border-right: none;
}
.p-select-material__table tr:first-child th.is-hover::before,
.p-select-material__table tr:first-child td.is-hover::before {
  opacity: 1;
}
.p-select-material__table img {
  width: 110px;
  margin: 20px auto;
}
.p-select-material #eco-table table {
  position: relative;
  left: -43px;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .p-select-material #eco-table table {
    left: 8%;
  }
}
.p-select-material #eco-table table th {
  width: 103px;
  text-align: left;
  border-right: none;
}
@media screen and (max-width: 800px) {
  .p-select-material #eco-table table th {
    width: auto;
  }
}
.p-select-material #eco-table table td {
  width: 200px;
  border-right: none;
}
.p-select-material__detail {
  padding: 50px 0;
}
.p-select-material__detail__content {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .p-select-material__detail__content {
    flex-direction: column;
  }
}
.p-select-material__detail__content__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 200px;
}
@media screen and (max-width: 800px) {
  .p-select-material__detail__content__left {
    width: 100%;
  }
  .p-select-material__detail__content__left .glightbox {
    width: 65%;
    margin: 0 auto;
  }
}
.p-select-material__detail__content__left img {
  width: 100%;
}
.p-select-material__detail__content__right {
  flex: 1;
}
.p-select-material__detail__content__right h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-select-material__detail__content__right h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: #044c6c;
  border-radius: 50%;
}
.p-select-material__detail__content__link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 10px;
  padding: 10px 5px 10px 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease;
}
@media screen and (max-width: 800px) {
  .p-select-material__detail__content__link {
    margin: 20px auto;
  }
}
.p-select-material__detail__content__link:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/select-material/link_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-select-material__detail__content__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .p-select-material__detail__content__link:hover {
    opacity: 1;
  }
}

.p-select-printing-color .l-page-wrapper--top-title {
  padding-bottom: 0;
}
.p-select-printing-color .glightbox:has(.chart):after {
  content: none;
}
.p-select-printing-color__item {
  padding: 100px 0;
}
.p-select-printing-color__item__gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 40px 0;
}
.p-select-printing-color__item__gallery img {
  width: 150px;
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
}
.p-select-printing-color__item__gallery img.chart {
  width: 200px;
  object-fit: unset;
}
@media screen and (max-width: 800px) {
  .p-select-printing-color__item__gallery img.chart {
    width: 150px;
  }
}
.p-select-printing-color__item h3 {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-select-printing-color__item h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: #044c6c;
  border-radius: 50%;
}

.p-select-option .l-page-wrapper--top-title {
  padding-bottom: 0;
}
.p-select-option .glightbox:has(.chart):after {
  content: none;
}
.p-select-option__category-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .p-select-option__category-wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.p-select-option__category-wrap h3 {
  width: 200px;
  margin-top: 10px;
  font-size: 1.4rem;
}
.p-select-option__category-wrap .l-products__category {
  flex: 1;
}
.p-select-option__item {
  padding: 50px 0;
}
.p-select-option__item__gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 40px 0;
}
.p-select-option__item__gallery img {
  width: 150px;
}
.p-select-option__item__gallery img.chart {
  width: 200px;
}
.p-select-option__item h3 {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-select-option__item h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: #044c6c;
  border-radius: 50%;
}

.p-sample-request .wpcf7-submit {
  display: none !important;
}
.p-sample-request #realForm {
  display: none !important;
  visibility: hidden;
}
.p-sample-request #realForm .wpcf7-form {
  position: absolute;
  left: -9999px;
}
.p-sample-request__help-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto 40px auto;
  transition: opacity 0.3s;
}
.p-sample-request__help-link img {
  width: 20px;
}
.p-sample-request__help-link:hover {
  opacity: 0.7;
}
.p-sample-request__card {
  position: relative;
  max-width: 660px;
  margin: 0 auto 40px auto;
  padding: 50px 70px;
  background-color: #fbfbfb;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .p-sample-request__card {
    padding: 50px 25px;
  }
}
.p-sample-request__card__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
.p-sample-request__card__delete {
  position: absolute;
  top: 9px;
  right: 12px;
  padding: 4px 10px;
  background-color: #044c6c;
  color: #fff;
  border-radius: 3px;
}
.p-sample-request__card__type-select {
  display: flex;
  justify-content: space-around;
  padding: 0 0 30px 0;
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 800px) {
  .p-sample-request__card__type-select {
    flex-direction: column;
    gap: 10px;
  }
}
.p-sample-request__card__type-select span {
  display: block;
  font-size: 1.2rem;
}
.p-sample-request__categories {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  .p-sample-request__categories {
    padding: 10px 0 0 0;
  }
}
.p-sample-request__category-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}
.p-sample-request__category-group-title {
  margin-bottom: 10px;
}
.p-sample-request__category {
  position: relative;
  width: fit-content;
}
.p-sample-request__paid-options {
  padding: 20px 30px;
  margin-top: 20px;
  border-top: 1px dashed #707070;
}
@media screen and (max-width: 800px) {
  .p-sample-request__paid-options {
    padding: 20px 0px;
  }
}
.p-sample-request__paid-option {
  margin-bottom: 20px;
}
.p-sample-request__paid-option h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-sample-request__radio-group {
  display: flex;
  gap: 20px;
}
.p-sample-request__sub-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  margin-left: 30px;
}
.p-sample-request__sub-options .c-form__checkbox input {
  width: 16px;
  height: 16px;
}
.p-sample-request__sub-options__qty {
  position: absolute;
  top: -4px;
  right: -140px;
}
.p-sample-request__sub-options__qty input {
  height: 0;
  outline: none;
  padding: 14px 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.p-sample-request__upload {
  cursor: pointer;
  width: 380px;
  margin: 40px auto 0 auto;
  background: #fff;
}
.p-sample-request__upload img {
  width: 24px;
}
.p-sample-request__upload__input {
  display: none;
}
.p-sample-request__upload span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 13px 20px;
}
.p-sample-request__upload__filename {
  margin-top: 10px;
}
.p-sample-request__upload.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.p-sample-request__add-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.p-sample-request__radio-group {
  gap: 30px;
  margin-top: 10px;
}
.p-sample-request__radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s;
}
.p-sample-request__radio-item:hover {
  background-color: #f5f5f5;
}
.p-sample-request__radio-input {
  margin-right: 8px;
  transform: scale(1.2);
}
.p-sample-request__radio-text {
  font-size: 1.3rem;
  color: #333;
}
.p-sample-request__radio-item:has(input:checked) {
  background-color: #e3f2fd;
  border-color: #2196f3;
}
.p-sample-request__quantity-input {
  width: 100px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}
.p-sample-request__summary-box {
  position: fixed;
  left: 3%;
  bottom: 10%;
  border-radius: 3px;
  background-color: #fff;
  width: 250px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
@media screen and (max-width: 800px) {
  .p-sample-request__summary-box {
    bottom: 2%;
  }
}
.p-sample-request__summary-box h4 {
  margin: 0 0 12px;
  padding: 13px 20px;
  font-weight: 500;
  background-color: #044c6c;
  color: #fff;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
.p-sample-request__summary-box ul {
  list-style: none;
  padding: 0 18px;
}
.p-sample-request__summary-box li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
.p-sample-request__summary-box .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px 16px 18px;
}
.p-sample-request__order-content {
  margin-top: 90px;
  padding: 70px 0;
  border-top: 1px solid #ddd;
}
.p-sample-request__order-table-wrapper {
  overflow: auto;
}
.p-sample-request__order-table {
  width: 100%;
  margin-top: -15px;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 600px;
}
.p-sample-request__order-table th,
.p-sample-request__order-table td {
  padding: 15px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
}
.p-sample-request__order-table th {
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  border-top: none;
}
.p-sample-request__order-table td:nth-child(2) {
  text-align: left;
  width: 120px;
}
.p-sample-request__order-table td:nth-child(3) {
  text-align: center;
  width: 80px;
}
.p-sample-request__order-table td:last-child {
  text-align: right;
  width: 120px;
}
.p-sample-request__order-table tbody tr:last-child td {
  border-bottom: none;
}
.p-sample-request__order-table tfoot {
  background-color: #f9f9f9;
}
.p-sample-request__order-table tfoot tr td {
  padding: 20px 15px;
  font-weight: bold;
  border-bottom: none;
}
.p-sample-request__order-table tfoot tr td:first-child {
  text-align: right;
}
.p-sample-request__order-table tfoot tr td:last-child {
  text-align: right;
}
.p-sample-request__order-table-tag {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 8px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #333;
}
.p-sample-request__notice {
  margin-bottom: 120px;
}

.p-sample-request__error-message {
  color: #d32f2f;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  background-color: #ffebee;
  border: 1px solid #ef9a9a;
  border-radius: 4px;
}

.p-sample-request__upload-section {
  margin-top: 20px;
}

.p-sample-request__upload-divider {
  text-align: center;
  margin: 20px 0;
  font-size: 1.4rem;
}

.p-sample-request__url-input {
  margin-top: 20px;
}
.p-sample-request__url-input label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.p-sample-request__url-input__field {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 1.6rem;
}
.p-sample-request__url-input__field:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}
.p-sample-request__url-input__note {
  font-size: 1.2rem;
  color: #000;
  margin-top: 5px;
}
.p-sample-request__url-input__note a {
  text-decoration: underline;
}
.p-sample-request__url-input.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-sample-request__url-input__remarks {
  margin-bottom: 30px;
}
.p-sample-request__url-input__remarks__textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 1.6rem;
  font-family: inherit;
  resize: vertical;
}
.p-sample-request__url-input__remarks__textarea::placeholder {
  color: #999;
}

.p-sample-request__clear-btn {
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #ff5252;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.p-sample-request__clear-btn:hover {
  background-color: #ff1744;
}

.p-templates__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .p-templates__list {
    flex-direction: column;
  }
}
.p-templates__item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 800px) {
  .p-templates__item {
    width: 100%;
  }
}
.p-templates__item h2 {
  margin-bottom: 20px;
}
.p-templates__link {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin-left: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #d5d5d5;
  transition: all 0.2s ease;
}
.p-templates__link:hover {
  opacity: 0.7;
}

.p-contact__message {
  margin-bottom: 30px;
}
.p-contact__message__textarea {
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  font-size: 1.6rem;
  resize: vertical;
}
.p-contact__message__textarea::placeholder {
  color: #999;
  font-size: 1.2rem !important;
}
.p-contact__attachment {
  margin-bottom: 120px;
}
.p-contact__attachment .p-sample-request__upload {
  display: block;
  width: 300px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .p-contact__attachment .p-sample-request__upload {
    width: 100%;
  }
}
.p-contact__error-message {
  color: #d32f2f;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  padding: 10px;
  background-color: #ffebee;
  border: 1px solid #ef9a9a;
  border-radius: 4px;
}

.p-sample-request__remarks__textarea::placeholder {
  font-size: 1.4rem !important;
}

.p-data-submission__upload-section {
  margin-bottom: 30px;
}
.p-data-submission__upload-section .p-sample-request__upload {
  width: 380px;
  margin: 0 auto;
}
.p-data-submission__upload-section__note {
  font-size: 1.2rem;
  color: #666;
  margin-top: 10px;
}
.p-data-submission__error-message {
  color: #d32f2f;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  padding: 10px;
  background-color: #ffebee;
  border: 1px solid #ef9a9a;
  border-radius: 4px;
}
.p-data-submission .c-form-btn-wrapper {
  text-align: center;
  margin-top: 50px;
}
.p-data-submission .c-form__btn--submit {
  display: block;
  margin: 0 auto;
}

.p-estimate .wpcf7-submit {
  display: none !important;
}
.p-estimate #realForm {
  display: none !important;
  visibility: hidden;
}
.p-estimate #realForm .wpcf7-form {
  position: absolute;
  left: -9999px;
}
.p-estimate__form-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  margin-bottom: 40px;
}
.p-estimate__form-title:after {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}
.p-estimate__radio-text {
  flex: 1;
}
.p-estimate__other-input {
  width: 50%;
  margin: 8px 0 0 auto;
}
.p-estimate__other-input input {
  width: 100%;
}
.p-estimate__samples {
  margin-bottom: 50px;
}
.p-estimate__samples .c-form-item {
  align-items: flex-start;
  margin: 60px 0;
}
.p-estimate__card {
  position: relative;
  max-width: 755px;
  margin: 0 auto 40px auto;
  padding: 50px 70px;
  background-color: #fbfbfb;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .p-estimate__card {
    padding: 50px 25px;
  }
  .p-estimate__card .c-form-item:nth-of-type(1) {
    margin-top: 0;
  }
}
.p-estimate__card__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
.p-estimate__card__delete {
  position: absolute;
  top: 9px;
  right: 12px;
  padding: 4px 10px;
  background-color: #044c6c;
  color: #fff;
  border-radius: 3px;
}
.p-estimate__qty {
  width: 100%;
  border-top: 1px solid #d5d5d5;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.p-estimate__qty input {
  width: 100px;
  height: 0;
  outline: none;
  padding: 14px 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.p-estimate__radio-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.p-estimate__add-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.p-estimate__remarks__textarea {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  font-size: 1.6rem;
  resize: vertical;
}
.p-estimate__remarks__textarea::placeholder {
  font-size: 1.4rem !important;
  color: #999;
}
.p-estimate__error-message {
  color: #d32f2f;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  padding: 10px;
  background-color: #ffebee;
  border: 1px solid #ef9a9a;
  border-radius: 4px;
}
.p-estimate .c-form-btn-wrapper {
  text-align: center;
  margin-top: 50px;
}
.p-estimate .c-form__btn--submit {
  display: block;
  margin: 0 auto;
}

.c-button--border-arrow {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-button--border-arrow {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}
.c-button--border-arrow::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/icon/arrow_right_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.c-button--border-arrow:hover {
  opacity: 0.7;
}

.c-button--border-arrow-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-weight: 500;
}
.c-button--border-arrow-bottom__icon {
  color: #044c6c;
  font-size: 1.2rem;
}

.c-button--estimate,
.c-button--sample {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 350px;
  padding: 15px 0px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.c-button--estimate:hover,
.c-button--sample:hover {
  opacity: 0.7;
}

.c-title--border {
  position: relative;
  padding-left: 12px;
  font-size: 2rem;
  font-weight: bold;
}
.c-title--border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #044c6c;
}

.c-products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 800px) {
  .c-products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-products-list > * {
  min-width: 0;
  max-width: 100%;
}

.c-product-item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  overflow: hidden;
}
.c-product-item__img {
  width: 100%;
  aspect-ratio: 257/153;
}
.c-product-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product-item__content {
  padding: 13px 0 5px 0;
}
.c-product-item__name {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .c-product-item__name {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.c-product-item__detail {
  line-height: normal;
}
@media screen and (max-width: 800px) {
  .c-product-item__detail {
    font-size: 1.2rem;
  }
}
.c-product-item__detail--bottom {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.c-product-item__price {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .c-product-item__price {
    margin-top: 5px;
  }
}
.c-product-item__price span {
  margin-left: 13px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #044c6c;
}
.c-product-item__price span strong {
  margin-right: -6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 800px) {
  .c-product-item__price span strong {
    margin-right: -3px;
    font-size: 2rem;
  }
}
.c-product-item:hover {
  opacity: 0.7;
}

.c-products-category-detail {
  margin: 20px 0 70px 0;
}
.c-products-category-detail__img {
  width: 100%;
  aspect-ratio: 819/247;
  margin: 30px auto;
}
.c-products-category-detail__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 800px) {
  .c-works-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-works-item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.c-works-item__img {
  width: 100%;
  aspect-ratio: 250/210;
}
.c-works-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-works-item__content {
  padding: 13px 0 5px 0;
}
.c-works-item__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-works-item__name {
    font-size: 1.4rem;
  }
}
.c-works-item__detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: normal;
}
@media screen and (max-width: 800px) {
  .c-works-item__detail {
    font-size: 1.2rem;
  }
}
.c-works-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  height: 30px;
  margin-top: 15px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-works-item__tags {
    height: 25px;
  }
}
.c-works-item__tag {
  padding: 5px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .c-works-item__tag {
    padding: 3px 8px;
    font-size: 1rem;
  }
}
.c-works-item:hover {
  opacity: 0.7;
}

.c-news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.c-news-item {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #d5d5d5;
  transition: all 0.2s ease;
}
@media screen and (max-width: 800px) {
  .c-news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 0p;
  }
}
.c-news-item__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-news-item__tag {
  padding: 5px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  font-size: 1.2rem;
}
.c-news-item__title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-news-item__title {
    font-size: 1.4rem;
  }
}
.c-news-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .c-news-item:hover {
    opacity: 1;
  }
}

.c-column-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 800px) {
  .c-column-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column-item {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.c-column-item__img {
  width: 40%;
  aspect-ratio: 167/113;
}
.c-column-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-column-item__content {
  flex: 1;
  padding: 13px 0 5px 0;
}
.c-column-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  overflow: hidden;
}
.c-column-item__date {
  font-size: 1.2rem;
  color: #666;
}
.c-column-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  height: 30px;
  margin-top: 15px;
  overflow: hidden;
}
.c-column-item__tag {
  padding: 5px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  font-size: 1.2rem;
}
.c-column-item:hover {
  opacity: 0.7;
}

.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 60px 0;
}
@media screen and (max-width: 800px) {
  .c-tag-list {
    gap: 13px;
  }
}

.c-tag-item {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  transition: 0.3s;
}
.c-tag-item.is-active {
  background-color: #044c6c;
  color: #fff;
}
.c-tag-item:hover {
  background-color: #044c6c;
  color: #fff;
}

.c-post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  width: 100%;
}
.c-post-navigation__prev {
  text-align: left;
}
.c-post-navigation__next {
  text-align: right;
}
.c-post-navigation .is-hidden {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.l-breadcrumb {
  margin-bottom: 60px;
}
.l-breadcrumb__list {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .l-breadcrumb__list {
    gap: 8px;
    flex-wrap: wrap;
    font-size: 1.2rem;
  }
}

.c-customer-form__address-wrap {
  flex: 1;
  background-color: #f8f8f8;
  padding: 16px;
  border-radius: 3px;
}
.c-customer-form__address-wrap__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}
@media screen and (max-width: 800px) {
  .c-customer-form__address-wrap__item {
    display: block;
    margin: 10px 0;
  }
}
.c-customer-form__address-wrap__label {
  width: 200px;
}
@media screen and (max-width: 800px) {
  .c-customer-form__address-wrap__label {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}
.c-customer-form__address-wrap__input {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .c-customer-form__address-wrap__input__zipcode {
    display: block;
    width: 90% !important;
    margin: 0 0 0 auto;
  }
}
.c-customer-form__address-wrap__input--short {
  flex: 0.5;
}
.c-customer-form__address-wrap .zipcode-icon {
  position: absolute;
  top: 10px;
  left: -23px;
}
@media screen and (max-width: 800px) {
  .c-customer-form__address-wrap .zipcode-icon {
    left: 5px;
  }
}
@media screen and (max-width: 800px) {
  .c-customer-form__address-wrap .zipcode-icon-info {
    display: block;
    font-size: 1.2rem;
    margin: 5px 0 20px 0;
  }
}
.c-customer-form__address-wrap input {
  background-color: rgba(4, 76, 108, 0.15) !important;
}

.c-form-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 800px) {
  .c-form-item {
    display: block;
    margin: 30px 0;
  }
}
.c-form-item--alignment-top {
  align-items: flex-start;
}
.c-form-item__label {
  width: 200px;
  border-left: 5px solid #044c6c;
  padding: 3px 0px 3px 10px;
}
@media screen and (max-width: 800px) {
  .c-form-item__label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-form-item__input {
  flex: 1;
}
.c-form-item__error {
  display: block;
  color: #e74c3c;
  font-size: 1.4rem;
  margin-top: 5px;
}
.c-form-item input[type=text],
.c-form-item input[type=email],
.c-form-item input[type=tel],
.c-form-item textarea {
  outline: none !important;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-size: 1.6rem;
  padding: 10px 10px;
}
.c-form-item input[type=url] {
  outline: none !important;
}

.c-form__radio {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: fit-content;
  gap: 10px;
}
.c-form__radio input {
  outline: none;
  width: 20px;
  height: 20px;
  accent-color: #044c6c;
}
.c-form__radio p {
  line-height: normal;
}

.c-form__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: normal;
  width: fit-content;
}
.c-form__checkbox input {
  outline: none;
  width: 20px;
  height: 20px;
  accent-color: #044c6c;
}

.c-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 380px;
  margin: 30px auto 0 auto;
  padding: 14px 0;
  border-radius: 3px;
  border: 1px solid #000;
  text-align: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 800px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form__btn img {
  width: 25px;
}
.c-form__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-form__btn--submit {
  background-color: #044c6c;
  color: #fff;
  border: none;
}

.c-filter-form-toggle {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 60px;
  padding: 12px 15px;
  border: 1px solid #707070;
  cursor: pointer;
}
.c-filter-form-toggle.is-active {
  margin-bottom: 30px;
}
.c-filter-form-toggle.is-active span::after {
  transform: rotate(0deg);
}
.c-filter-form-toggle img {
  width: 20px;
}
.c-filter-form-toggle__current {
  width: 100%;
  display: flex;
  gap: 10px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-filter-form-toggle__current {
    width: 74%;
  }
}
.c-filter-form-toggle__current .values {
  flex: 0.9;
  color: #044c6c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-filter-form-toggle span {
  position: absolute;
  right: 16px;
  top: 12px;
  color: #044c6c;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .c-filter-form-toggle span {
    top: 14px;
  }
}
.c-filter-form-toggle span:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-left: 7px;
  background: url(../images/icon/filterform_arrow.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}

.c-filter-form {
  display: none;
  margin-bottom: 60px;
  padding: 0 30px 30px 30px;
  border: 1px solid #d5d5d5;
}
.c-filter-form.is-active {
  display: block;
}
.c-filter-form .c-title--border {
  font-size: 1.5rem;
}
.c-filter-form__block {
  margin: 35px 0;
}
.c-filter-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.c-filter-form__radios input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  accent-color: #044c6c;
}
.c-filter-form__submit {
  margin-top: 40px;
  text-align: center;
}
.c-filter-form__submit button {
  padding: 10px 30px;
  background-color: #044c6c;
  color: #fff;
  border-radius: 3px;
}

/* ページネーション　*/
.wp-pagenavi {
  display: flex;
  gap: 15px;
  width: fit-content;
  margin: 70px auto 0 auto;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: unset !important;
  color: rgba(23, 23, 23, 0.4);
  font-size: 1.6rem;
}
.wp-pagenavi .current {
  color: #171717;
  text-decoration: underline;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 1000;
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .l-header {
    display: none;
  }
}
.l-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  background-color: #f0f0f0;
  color: #696969;
  font-size: 1.2rem;
}
.l-header__top h1,
.l-header__top p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
}
.l-header__top .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-header__top__menu {
  display: flex;
  align-items: center;
  gap: 18px;
}
.l-header__top__menu a {
  gap: 10px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
.l-header__top__menu a:hover {
  opacity: 0.8;
}
.l-header__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.l-header__logo img {
  width: 270px;
}
.l-header__tel {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #606060;
  letter-spacing: 0;
}
.l-header__tel span {
  font-size: 1.5rem;
}
.l-header__tel img {
  width: 13px;
  margin-right: 3px;
}
.l-header__middle {
  padding: 15px 0;
}
.l-header__middle .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-header__features {
  display: flex;
  gap: 6px;
}
.l-header__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d5d5d5;
  padding: 4px 16px;
  border-radius: 3px;
}
.l-header__feature img {
  width: 28px;
}
.l-header__actions {
  display: flex;
  gap: 10px;
}
.l-header__action {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.3rem;
  background-color: #054c6c;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  transition: opacity 0.3s;
}
.l-header__action:hover {
  opacity: 0.8;
}
.l-header__nav {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.l-header__nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 800px) {
  .l-header__nav-list {
    margin-top: 25px;
    flex-direction: column;
  }
}
.l-header__nav-item {
  position: relative;
  padding: 15px 30px;
  transition: all 0.3s ease;
  font-weight: 500;
  cursor: pointer;
}
.l-header__nav-item:hover {
  color: #fff;
  background-color: #044c6c;
}
.l-header__nav-item:hover .l-header__sub-menu {
  opacity: 1;
  visibility: visible;
  color: #000;
  pointer-events: auto;
}
@media screen and (max-width: 800px) {
  .l-header__nav-item:hover {
    color: inherit;
    background-color: transparent;
  }
  .l-header__nav-item:hover .l-header__sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 800px) {
  .l-header__nav-item {
    padding: 22px 0px;
    text-align: center;
    border-top: 1px solid #000;
  }
  .l-header__nav-item small {
    font-size: 1.4rem;
  }
  .l-header__nav-item.is-active {
    color: #fff;
    background-color: #044c6c;
  }
  .l-header__nav-item.is-active .l-header__sub-menu {
    opacity: 1;
    visibility: visible;
    color: #000;
    pointer-events: auto;
    position: relative;
  }
}
.l-header__nav-item--product {
  position: relative;
}
.l-header__nav-item--product::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  transition: border-left-color 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .l-header__nav-item--product::after {
    display: none;
  }
}
.l-header__nav-item--product:hover::after {
  border-left-color: #044c6c;
}
.l-header__nav-item--material {
  position: relative;
}
.l-header__nav-item--material::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  transition: border-left-color 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .l-header__nav-item--material::after {
    display: none;
  }
}
.l-header__nav-item--material:hover::after {
  border-left-color: #044c6c;
}
.l-header__nav-item--printing {
  position: relative;
}
.l-header__nav-item--printing::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  transition: border-left-color 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .l-header__nav-item--printing::after {
    display: none;
  }
}
.l-header__nav-item--printing:hover::after {
  border-left-color: #044c6c;
}
.l-header__nav-item--estimate {
  position: relative;
  background-color: #891104;
  color: #fff;
  padding: 0;
  text-align: center;
  min-width: 180px;
}
.l-header__nav-item--estimate a {
  display: block;
  width: 100%;
  padding: 15px;
}
.l-header__nav-item--estimate:hover {
  background-color: #a31e10;
  color: #fff;
}
.l-header__sub-menu {
  position: absolute;
  top: 51px;
  left: 0px;
  white-space: nowrap;
  border: 1px solid rgba(213, 213, 213, 0.5);
  background-color: #fff;
  padding: 25px 35px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.3s ease;
  pointer-events: none;
}
.l-header__sub-menu a {
  transition: all 0.2s ease;
}
.l-header__sub-menu a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .l-header__sub-menu {
    position: absolute;
    top: 23px;
    left: unset;
    width: 100%;
    border: none;
    background-color: #f0f0f0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.l-header__border-item {
  border-left: 4px solid #044c6c;
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-header__first-order-menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 800px) {
  .l-header__first-order-menu ul {
    gap: 15px;
    align-items: flex-start;
  }
  .l-header__first-order-menu ul li {
    width: 45%;
  }
  .l-header__first-order-menu ul li a {
    display: block;
    text-align: left;
  }
}
.l-header__product-menu {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .l-header__product-menu {
    flex-wrap: wrap;
    text-align: left;
    gap: 32px;
  }
  .l-header__product-menu div {
    width: 32%;
  }
}
.l-header__product-menu .l-header__border-item {
  display: block;
  margin-bottom: 13px;
  font-weight: 500 !important;
}
.l-header__product-menu a {
  font-weight: 400;
}
.l-header__product-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-header__material-menu {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .l-header__material-menu {
    flex-wrap: wrap;
    text-align: left;
    gap: 32px;
  }
}
.l-header__material-menu .l-header__border-item {
  display: block;
  margin-bottom: 13px;
  font-weight: 500 !important;
}
.l-header__material-menu a {
  font-weight: 400;
}
.l-header__material-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-header__printing-menu {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .l-header__printing-menu {
    flex-wrap: wrap;
    text-align: left;
    gap: 32px;
  }
}
.l-header__printing-menu li {
  padding: 5px 0;
}
.l-header__printing-menu a {
  font-weight: 400;
}
.l-header__option-menu {
  display: flex;
  gap: 50px;
  left: unset;
  right: 0px;
}
@media screen and (max-width: 800px) {
  .l-header__option-menu {
    flex-wrap: wrap;
    text-align: left;
    gap: 32px;
  }
}
.l-header__option-menu .l-header__option-menu__description {
  margin-left: 15px;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #606060;
  line-height: initial;
}
.l-header__option-menu li {
  padding: 5px 0;
}
.l-header__option-menu a {
  font-weight: 400;
  cursor: pointer !important;
}
.l-header__option-menu .l-header__border-item {
  margin-bottom: 13px;
  font-weight: 500;
  cursor: auto;
}
.l-header__estimate-menu {
  display: flex;
  gap: 50px;
  padding: 20px 15px;
  width: 100%;
}
.l-header__estimate-menu li {
  padding: 5px 0;
}
.l-header__estimate-menu a {
  font-weight: 400;
}
.l-header__estimate-menu .l-header__border-item {
  margin-bottom: 13px;
  font-weight: 500;
  border-left: 4px solid #a31e10;
}

.l-header--sp__top {
  margin-top: 57px;
  padding: 20px 15px;
  color: #696969;
  font-size: 1.2rem;
}
.l-header--sp__top h1,
.l-header--sp__top p {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: normal;
}
.l-header--sp__features {
  display: flex;
  gap: 4px;
  margin-top: 18px;
}
.l-header--sp__features img {
  height: 45px;
}
.l-header--sp__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #f0f0f0;
}
.l-header--sp__fixed__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
}
.l-header--sp__fixed__logo img {
  width: 200px;
}
.l-header--sp__fixed__tel {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: normal;
}
.l-header--sp__fixed__tel__inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-header--sp__fixed__tel__inner span {
  font-size: 1.5rem;
}
.l-header--sp__fixed__tel img {
  width: 13px;
}
.l-header--sp__fixed__menu {
  position: absolute;
  top: 66px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 0 0 0 12px;
}
.l-header--sp__fixed__menu img {
  width: 26px;
}
.l-header--sp__fixed__nav {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: calc(100vh - 66px);
  overflow: auto;
  background-color: #f0f0f0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
.l-header--sp__fixed__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header--sp__fixed__nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  margin: 0 0 0 auto;
  background-color: #f0f0f0;
  border-radius: 0 0 0 12px;
}
.l-header--sp__fixed__nav__close img {
  width: 26px;
}
.l-header--sp__fixed__nav__top__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
  gap: 14px 0;
}
.l-header--sp__fixed__nav__top__menu a {
  width: 45%;
  gap: 10px;
  display: flex;
  align-items: center;
}
.l-header--sp__fixed__nav__main {
  padding: 20px 0;
  background-color: #fff;
  overflow: hidden;
}
.l-header--sp__fixed__nav .l-header__actions {
  justify-content: center;
}

.l-footer {
  margin-top: 200px;
}
@media screen and (max-width: 800px) {
  .l-footer {
    margin-top: 100px;
  }
}
.l-footer__contact {
  position: relative;
  max-width: 800px;
  margin: 0 auto -60px auto;
  padding: 40px 70px;
  color: #fff;
  border-radius: 3px;
  background-color: rgba(4, 76, 108, 0.87);
}
.l-footer__contact__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__contact__info__tel {
  font-size: 4.3rem;
  font-weight: bold;
}
.l-footer__contact__info__tel::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url(../images/icon/telephone_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.l-footer__contact__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 17px;
  margin-top: 25px;
}
.l-footer__contact__actions a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  color: #000;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  transition: 0.3s;
}
.l-footer__contact__actions a img {
  width: 20px;
}
.l-footer__contact__actions a:hover {
  opacity: 0.7;
}
.l-footer__main {
  background-color: #f5f5f5;
}
.l-footer__main__inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 90px 0;
}
@media screen and (max-width: 800px) {
  .l-footer__main__inner {
    flex-direction: column;
    gap: 50px;
  }
}
.l-footer__main__logo img {
  width: 340px;
}
@media screen and (max-width: 800px) {
  .l-footer__main__logo img {
    width: 200px;
  }
}
.l-footer__main__info {
  margin-top: 25px;
  font-size: 1.3rem;
}
.l-footer__main__nav {
  flex: 1;
  display: flex;
  gap: 60px;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .l-footer__main__nav {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__main__nav ul li {
  margin-bottom: 15px;
}
.l-footer__main__nav ul li a {
  opacity: 0.67;
  transition: 0.3s;
}
.l-footer__main__nav ul li a:hover {
  opacity: 1;
}

.l-side-bar {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom));
  right: 0px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.l-side-bar__totop {
  width: 32px;
  top: -80px;
  position: relative;
  left: -23px;
}
@media screen and (max-width: 800px) {
  .l-side-bar__totop {
    left: -20px;
    top: -62px;
  }
}
.l-side-bar__chat-widget {
  width: 70px;
}
.l-side-bar__sample-request {
  position: absolute;
  right: 93px;
  bottom: 10px;
  width: 147px;
}
@media screen and (max-width: 800px) {
  .l-side-bar__sample-request {
    right: 74px;
    bottom: 0px;
  }
}
.l-side-bar img {
  width: 100%;
}

.l-page-wrapper {
  padding-top: 120px;
}

.l-inner {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}

.l-page-wrapper--top-title {
  padding: 90px 0;
}
.l-page-wrapper--top-title__title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.l-page-wrapper--top-title__content {
  margin-top: 60px;
}

.l-page-wrapper--thumbnail {
  padding: 40px 0;
}
.l-page-wrapper--thumbnail__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1074/290;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .l-page-wrapper--thumbnail__img-wrap {
    aspect-ratio: 4/3;
  }
}
.l-page-wrapper--thumbnail__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-page-wrapper--thumbnail__img-wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .l-page-wrapper--thumbnail__img-wrap h1 {
    width: 90%;
    font-size: 1.4rem;
    text-align: center;
  }
}
.l-page-wrapper--thumbnail__excerpt {
  position: relative;
  font-weight: 500;
  width: 100%;
  max-width: 775px;
  margin: -30px auto 70px auto;
  padding: 16px 30px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
}
.l-page-wrapper--thumbnail__content {
  margin-top: 60px;
}

.l-product dd a {
  color: #044c6c;
  text-decoration: underline;
}
.l-product__outline {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 800px) {
  .l-product__outline {
    flex-direction: column;
    gap: 30px;
  }
}
.l-product__left {
  flex: 0 0 45%;
  max-width: 45%;
  width: 45%;
}
@media screen and (max-width: 800px) {
  .l-product__left {
    width: 100%;
    max-width: 100%;
  }
}
.l-product__right {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 800px) {
  .l-product__right {
    width: 100%;
  }
}
.l-product__gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-product__gallery .main-image {
  width: 100%;
  aspect-ratio: 358/247 !important;
}
.l-product__gallery .main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 358/247 !important;
}
.l-product__gallery .thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.l-product__gallery .thumbs .thumb {
  width: 80px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.l-product__gallery .thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-product__gallery .thumbs .glightbox {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-product__gallery .thumbs .glightbox:after {
  content: none;
}
.l-product__template-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 30px;
  padding: 15px 30px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 800px) {
  .l-product__template-link {
    order: 3;
  }
}
.l-product__description {
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .l-product__description {
    padding-top: 50px;
  }
}
.l-product__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 80px 0 39px 0;
}
@media screen and (max-width: 800px) {
  .l-product__tags {
    margin: 30px 0 39px 0;
  }
}
.l-product__tag {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  transition: 0.3s;
}
.l-product__tag:hover {
  background-color: #044c6c;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .l-product__tag {
    font-size: 1.2rem;
  }
}
.l-product__spec-item {
  display: flex;
  gap: 40px;
  margin: 15px 0;
}
@media screen and (max-width: 800px) {
  .l-product__spec-item {
    gap: 10px;
  }
}
.l-product__spec-item dt {
  width: 140px;
  font-size: 1.4rem;
}
.l-product__spec-item dd {
  flex: 1;
}
.l-product__link {
  display: inline-block;
  margin-left: 15px;
  color: #044c6c;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .l-product__link {
    display: block;
    margin-left: 0px;
  }
}
.l-product__link:hover {
  text-decoration: none;
}
.l-product__price {
  margin-top: 80px;
}
.l-product__price-note {
  padding-left: 5px;
  font-size: 1.5rem;
  font-weight: 500;
}
.l-product__price-tabs {
  margin-top: 30px;
}
.l-product__price-tab {
  margin-bottom: 20px;
}
.l-product__price-tab-buttons {
  display: flex;
  gap: 10px;
}
.l-product__price-tab-button {
  padding: 10px 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.4rem;
}
.l-product__price-tab-button:hover {
  background-color: #e5e5e5;
}
.l-product__price-tab-button.active {
  background-color: #044c6c;
  color: #fff;
  border-color: #044c6c;
}
.l-product__price-content {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .l-product__price-content {
    flex-direction: column;
  }
}
.l-product__price-table {
  flex: 1;
  overflow-x: auto;
}
.l-product__price-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.l-product__price-table table th,
.l-product__price-table table td {
  padding: 15px 20px;
}
.l-product__price-table table th {
  white-space: nowrap;
  text-align: center;
}
.l-product__price-table table th:first-child, .l-product__price-table table th:nth-child(2) {
  width: 120px;
}
.l-product__price-table table td {
  text-align: left;
}
.l-product__price-table table td:first-child, .l-product__price-table table td:nth-child(2) {
  width: 120px;
  white-space: nowrap;
}
.l-product__price-table table td:last-child {
  white-space: nowrap;
  overflow: visible;
}
.l-product__price-table table tr {
  border-bottom: 1px solid #ddd;
}
.l-product__price-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-product__related {
  margin-top: 80px;
  padding-top: 35px;
  border-top: 1px solid #d5d5d5;
}

.l-products__category {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-products__item-wrap {
  padding-top: 80px;
}

.l-article {
  margin-top: 50px;
}
.l-article > * {
  padding: 15px 0;
}
@media screen and (max-width: 800px) {
  .l-article > * {
    padding: 20px 0;
  }
}
.l-article .has-deep-blue-700-background-color {
  background-color: #034c6c;
  color: #fff;
}
.l-article .has-deep-red-700-background-color {
  background-color: #891104;
  color: #fff;
}
.l-article .has-light-gray-100-background-color {
  background-color: #f5f5f5;
}
.l-article .has-light-gray-100-color {
  color: #f5f5f5;
}
.l-article .has-deep-blue-700-color {
  color: #034c6c;
}
.l-article .has-deep-red-700-color {
  color: #891104;
}
.l-article hr {
  background-color: unset;
  color: #d5d5d5;
}
.l-article h2 {
  position: relative;
  padding: 0 0 0 12px;
  font-size: 2rem;
  font-weight: bold;
}
.l-article h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #044c6c;
}
.l-article a {
  color: #054c6c;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */