@charset "UTF-8";
/*==========================================================================
初期設定
============================================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

input, button, textarea, select {
  font: inherit;
}

ul, ol {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #1F2937;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

main {
  margin-top: 175px;
  padding: 30px 0;
}
@media only screen and (min-width: 2300px) {
  main {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  main {
    margin-top: 110px;
  }
}
.home main, .error404 main {
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  main {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 2300px) {
  main {
    zoom: 1.3;
  }
  @supports not (zoom: 1) {
    main {
      transform: scale(1.3);
      transform-origin: top;
      margin-bottom: 30%;
    }
  }
}

.about-us-page,
.single-page,
.contact-page {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .about-us-page,
  .single-page,
  .contact-page {
    padding: 0;
  }
}

_::-webkit-full-page-media,
_:future,
:root .about-us-page,
_::-webkit-full-page-media,
_:future,
:root .single-page,
_::-webkit-full-page-media,
_:future,
:root main {
  margin-top: 0;
  padding-top: 110px;
}
@media only screen and (min-width: 2300px) {
  _::-webkit-full-page-media,
  _:future,
  :root .about-us-page,
  _::-webkit-full-page-media,
  _:future,
  :root .single-page,
  _::-webkit-full-page-media,
  _:future,
  :root main {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  _::-webkit-full-page-media,
  _:future,
  :root .about-us-page,
  _::-webkit-full-page-media,
  _:future,
  :root .single-page,
  _::-webkit-full-page-media,
  _:future,
  :root main {
    margin: 0;
    padding: 0;
  }
}

_::-webkit-full-page-media,
_:future,
:root .home main {
  padding: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.entry-header {
  margin-bottom: 1.5rem;
}

.entry-title {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .entry-title {
    font-size: 1.5rem;
  }
}

.entry-meta {
  font-size: 0.875rem;
  color: rgb(67.7674418605, 89.6279069767, 120.2325581395);
  margin-top: 0.5rem;
}

.entry-content {
  /* h2 {
      font-size: 1.5rem;
      margin-top: $spacing-lg;
      margin-bottom: $spacing-md;
  }

  h3 {
      font-size: 1.25rem;
      margin-top: $spacing-md;
      margin-bottom: $spacing-sm;
  } */
}
.entry-content p {
  color: #4F4F4F;
  margin-bottom: 0.5rem;
  font-size: 15px;
  line-height: 1.5;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .entry-content p {
    font-size: 14px;
  }
}

.flex-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .flex-wrapper {
    flex-direction: column;
  }
}

.works-list {
  max-width: 1540px;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media only screen and (max-width: 1200px) {
  .works-list {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 992px) {
  .works-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .works-list {
    padding: 0 15px;
    gap: 15px;
  }
}

.sp-list {
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.works-card {
  position: relative;
  background-color: #fff;
  width: calc((100% - 50px) / 3);
  overflow: visible;
  transition: 0.2s all;
}
@media only screen and (max-width: 1200px) {
  .works-card {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 992px) {
  .works-card {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 576px) {
  .works-card {
    width: 100%;
  }
}
.works-card:hover {
  transform: scale(1.02);
}

.works-card-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.works-card-link:hover {
  opacity: 0.8;
}

.works-image {
  aspect-ratio: 2560/1393;
  overflow: hidden;
  position: relative;
}
.works-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-content {
  background-color: #fff;
  padding: 0;
}

.works-title-area {
  padding: 15px 25px 15px;
  border-bottom: 1px solid #D9D9D9;
  min-height: 100px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .works-title-area {
    padding: 15px 20px;
    min-height: 70px;
  }
}

.works-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #4F4F4F;
  line-height: 30px;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .works-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .works-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.works-info {
  padding: 10px 20px 19px;
}
@media only screen and (max-width: 576px) {
  .works-info {
    padding: 15px 15px;
  }
}

.works-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 576px) {
  .works-location {
    margin-bottom: 15px;
  }
}
.works-location img {
  width: 25px;
  height: 31px;
  flex-shrink: 0;
}
@media only screen and (max-width: 576px) {
  .works-location img {
    width: 20px;
    height: 25px;
  }
}
.works-location span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #4F4F4F;
}
@media only screen and (max-width: 576px) {
  .works-location span {
    font-size: 14px;
  }
}

.works-tags {
  padding-left: 35px;
}
@media only screen and (max-width: 576px) {
  .works-tags {
    padding-left: 30px;
  }
}
.works-tags p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #797979;
  margin: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 576px) {
  .works-tags p {
    font-size: 16px;
  }
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.gallery-modal.active {
  display: block;
}
.gallery-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.gallery-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .gallery-modal .modal-content {
    max-width: calc(100% - 20px);
    max-height: calc(100vh - 40px);
    width: calc(100% - 20px);
    margin: 20px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .gallery-modal .modal-content {
    max-width: 90%;
    max-height: 100vh;
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    transform: none;
  }
}
.gallery-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
.gallery-modal .modal-close:hover {
  background: #fff;
  transform: rotate(90deg);
}
.gallery-modal .modal-close svg {
  width: 20px;
  height: 20px;
  color: #333;
}
@media only screen and (max-width: 576px) {
  .gallery-modal .modal-close {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
  }
  .gallery-modal .modal-close svg {
    width: 24px;
    height: 24px;
    color: #fff;
  }
}
.gallery-modal .modal-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  overflow: hidden;
  flex-grow: 1;
}
.gallery-modal .modal-image-wrapper .modal-image {
  min-width: 40vw;
  min-height: 60vh;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .gallery-modal .modal-image-wrapper .modal-image {
    max-height: 65vh;
  }
}
@media only screen and (max-width: 576px) {
  .gallery-modal .modal-image-wrapper .modal-image {
    max-height: 75vh;
  }
}
.gallery-modal .modal-info {
  padding: 20px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 768px) {
  .gallery-modal .modal-info {
    padding: 15px 20px;
  }
}
.gallery-modal .modal-info .modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .gallery-modal .modal-info .modal-title {
    font-size: 18px;
  }
}
.gallery-modal .modal-info .modal-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.gallery-modal .modal-info .modal-meta .modal-location:not(:empty)::before,
.gallery-modal .modal-info .modal-meta .modal-company:not(:empty)::before {
  content: "•";
  margin-right: 8px;
}
.gallery-modal .modal-info .modal-meta .modal-location:first-child::before,
.gallery-modal .modal-info .modal-meta .modal-company:first-child::before {
  display: none;
}
.gallery-modal .modal-info .modal-tags {
  font-size: 13px;
  color: #4D85D9;
}
.gallery-modal .modal-info .modal-tags:empty {
  display: none;
}

.common-btn {
  display: inline-flex;
  width: fit-content;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease;
  background-color: #EA5405;
  border: 0;
  border-bottom: 5px solid rgb(134.1338912134, 48.1506276151, 2.8661087866);
}
.common-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 12px rgba(234, 84, 5, 0.3);
}
.common-btn:active {
  transform: translateY(0);
  border-bottom-width: 3px;
}
.common-btn.common-btn-blue {
  background-color: #4D85D9;
  border-bottom-color: #1C2A75;
}
.common-btn.common-btn-blue:hover {
  box-shadow: 0 4px 12px rgba(77, 133, 217, 0.3);
}
.common-btn.common-btn-green {
  background-color: #75BE75;
  border-bottom-color: #1E801E;
}
.common-btn.common-btn-green:hover {
  box-shadow: 0 4px 12px rgba(45, 183, 50, 0.3);
}
.common-btn .btn-arrow,
.common-btn svg {
  width: 30px;
  height: auto;
  flex-shrink: 0;
}
.common-btn .btn-arrow path,
.common-btn svg path {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media only screen and (max-width: 768px) {
  .common-btn {
    padding: 12px 25px;
  }
}
.pipit-vision .common-btn {
  margin-top: 20px;
  padding: 15px 30px;
  color: #fff;
  font-size: 23px;
}
@media only screen and (max-width: 1500px) {
  .pipit-vision .common-btn {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .pipit-vision .common-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .pipit-vision .common-btn {
    font-size: 20px;
  }
}

.common-title {
  display: flex;
  align-items: center;
  padding: 39px 0 39px 30px;
  margin-bottom: 10px;
  position: relative;
}
.common-title .common-title-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 98.64px;
  height: 124.816px;
}
.common-title .common-title-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common-title h2 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 34px;
  color: #4f4f4f;
  margin: 0;
  margin-left: 15px;
  padding: 6px 0;
}
@media only screen and (max-width: 1500px) {
  .common-title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .common-title h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .common-title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .common-title {
    padding: 10px 0 10px 30px;
  }
  .common-title .common-title-icon {
    width: 58.64px;
  }
  .common-title h2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .pipit-vision .common-title, .partner-page .common-title {
    width: 100%;
    padding: 10px;
    padding-bottom: 7px;
    justify-content: center;
    text-align: center;
    border: 2px dashed #4D85D9;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .pipit-vision .common-title .common-title-icon, .partner-page .common-title .common-title-icon {
    display: none;
  }
  .pipit-vision .common-title h2, .partner-page .common-title h2 {
    font-size: 22px;
  }
}

.new-badge {
  position: absolute;
  top: -8px;
  left: -7px;
  width: 83px;
  height: 83px;
  background-color: #F7AF13;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 2px solid #fff;
}
@media only screen and (max-width: 576px) {
  .new-badge {
    width: 66px;
    height: 66px;
    top: -6px;
    left: -6px;
  }
}
.new-badge span {
  font-family: "Alatsi", sans-serif;
  font-size: 31px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .new-badge span {
    font-size: 24px;
  }
}

.new-tag {
  color: red;
  font-weight: bold;
}

.sp-badge {
  position: absolute;
  top: -8px;
  left: -7px;
  background-color: #EA5405;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  z-index: 2;
  border: 2px solid #fff;
}
@media only screen and (max-width: 576px) {
  .sp-badge {
    top: -6px;
    left: -6px;
  }
}
.sp-badge span {
  font-family: "Alatsi", sans-serif;
  font-size: 31px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .sp-badge span {
    font-size: 24px;
  }
}

.triangle-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .triangle-title-wrapper {
    gap: 10px;
  }
}
.triangle-title-wrapper::before, .triangle-title-wrapper::after {
  content: "";
  background-image: url("../assets/images/icon/triangle-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 14px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .triangle-title-wrapper::before, .triangle-title-wrapper::after {
    width: 50px;
  }
}
.triangle-title-wrapper::before {
  order: -1;
}
.triangle-title-wrapper::after {
  order: 1;
}
.triangle-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #4f4f4f;
  text-align: center;
  margin: 0;
  padding: 7px 0;
  order: 0;
}
@media only screen and (max-width: 1500px) {
  .triangle-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .triangle-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .triangle-title {
    font-size: 20px;
  }
}

.quotation-title {
  border-radius: 10px;
  padding: 10px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
}
.quotation-title-border-top {
  width: 27px;
  height: 16px;
  border: 2px solid #4d85d9;
  border-bottom: none;
  border-right: none;
  align-self: flex-start;
}
.quotation-title h3 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  font-size: 28px;
  color: #4f4f4f;
  margin: 0;
  padding: 0 30px;
}
@media only screen and (max-width: 1500px) {
  .quotation-title h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .quotation-title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .quotation-title h3 {
    font-size: 22px;
  }
}
.quotation-title-border-bottom {
  width: 27px;
  height: 16px;
  border: 2px solid #4d85d9;
  border-top: none;
  border-left: none;
  align-self: flex-end;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  margin-top: 40px;
}
.pagination .pagination-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  background: #EDF4FF;
  border: 1px solid #E5E7EB;
  color: #4D85D9;
  transition: all 0.3s ease;
}
.pagination .pagination-number:hover {
  background: rgb(211.5, 228.4166666667, 255);
}
.pagination .pagination-number.pagination-current {
  background: #4D85D9;
  border-color: #4D85D9;
  color: #fff;
}
.pagination .pagination-number.pagination-current:hover {
  background: rgb(42.75, 105.75, 200.25);
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-number {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}
.pagination .pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #EDF4FF;
  border: 1px solid #E5E7EB;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination .pagination-btn:hover {
  background: rgb(211.5, 228.4166666667, 255);
}
.pagination .pagination-btn:hover svg path {
  stroke: rgb(38.2638888889, 94.6527777778, 179.2361111111);
}
.pagination .pagination-btn svg {
  flex-shrink: 0;
}
.pagination .pagination-btn svg path {
  transition: stroke 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-btn {
    width: 44px;
    height: 44px;
  }
  .pagination .pagination-btn svg {
    width: 7px;
    height: 14px;
  }
}
.pagination .pagination-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 5px;
  color: #4D85D9;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (max-width: 576px) {
  .pagination {
    gap: 15px;
  }
}

.number-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .number-title {
    width: 100%;
  }
}
.number-title h2,
.number-title h4 {
  font-size: 23px;
  font-weight: bold;
  color: #4F4F4F;
  letter-spacing: 1.56px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1500px) {
  .number-title h2,
  .number-title h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .number-title h2,
  .number-title h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 576px) {
  .number-title h2,
  .number-title h4 {
    font-size: 19px;
  }
}
.number-title .number-area {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #4D85D9;
  color: white;
  padding: 3px 15px;
  border-radius: 5px;
  width: fit-content;
}
.number-title .number-area.orange {
  background: #EA5405;
}
.number-title .number-area .number-label {
  font-family: "Alatsi", sans-serif;
  font-size: 25px;
}
@media only screen and (max-width: 1500px) {
  .number-title .number-area .number-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .number-title .number-area .number-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .number-title .number-area .number-label {
    font-size: 22px;
  }
}
.number-title .number-area .number {
  font-family: "Alatsi", sans-serif;
  font-size: 30px;
}
@media only screen and (max-width: 1500px) {
  .number-title .number-area .number {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .number-title .number-area .number {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .number-title .number-area .number {
    font-size: 27px;
  }
}
@media only screen and (max-width: 576px) {
  .number-title {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }
  .number-title .number-area {
    padding: 2px 9px;
  }
}
.pipit-vision .number-title h2,
.pipit-vision .number-title h4, .service-page .number-title h2,
.service-page .number-title h4 {
  font-size: 27px;
}
@media only screen and (max-width: 1500px) {
  .pipit-vision .number-title h2,
  .pipit-vision .number-title h4, .service-page .number-title h2,
  .service-page .number-title h4 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .pipit-vision .number-title h2,
  .pipit-vision .number-title h4, .service-page .number-title h2,
  .service-page .number-title h4 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 576px) {
  .pipit-vision .number-title h2,
  .pipit-vision .number-title h4, .service-page .number-title h2,
  .service-page .number-title h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 576px) {
  .pipit-vision .number-title h2,
  .pipit-vision .number-title h4, .service-page .number-title h2,
  .service-page .number-title h4 {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .pipit-vision .number-title .number-area, .service-page .number-title .number-area {
    width: 100%;
    justify-content: center;
  }
}
.pipit-vision .number-title .number-area .number-label, .service-page .number-title .number-area .number-label {
  font-size: 32px;
}
@media only screen and (max-width: 1500px) {
  .pipit-vision .number-title .number-area .number-label, .service-page .number-title .number-area .number-label {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .pipit-vision .number-title .number-area .number-label, .service-page .number-title .number-area .number-label {
    font-size: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .pipit-vision .number-title .number-area .number-label, .service-page .number-title .number-area .number-label {
    font-size: 26px;
  }
}
.pipit-vision .number-title .number-area .number, .service-page .number-title .number-area .number {
  font-size: 40px;
}
@media only screen and (max-width: 1500px) {
  .pipit-vision .number-title .number-area .number, .service-page .number-title .number-area .number {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .pipit-vision .number-title .number-area .number, .service-page .number-title .number-area .number {
    font-size: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .pipit-vision .number-title .number-area .number, .service-page .number-title .number-area .number {
    font-size: 28px;
  }
}

.subtitle-underline {
  margin-bottom: 30px;
  position: relative;
}
.subtitle-underline p {
  font-size: 23px;
  color: #4F4F4F;
  font-weight: 600;
  margin: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  padding: 0 !important;
  border-bottom: 4px solid;
  border-color: #4D85D9;
  width: fit-content;
}
@media only screen and (max-width: 1500px) {
  .subtitle-underline p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .subtitle-underline p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .subtitle-underline p {
    font-size: 17px;
  }
}
.subtitle-underline.orange p {
  border-color: #EA5405;
}
.pipit-vision .subtitle-underline p, .service-page .subtitle-underline p {
  font-size: 25px;
}
@media only screen and (max-width: 1500px) {
  .pipit-vision .subtitle-underline p, .service-page .subtitle-underline p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .pipit-vision .subtitle-underline p, .service-page .subtitle-underline p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .pipit-vision .subtitle-underline p, .service-page .subtitle-underline p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .subtitle-underline p {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .subtitle-underline {
    text-align: center;
  }
  .subtitle-underline::after {
    right: 0;
    margin: auto;
    width: 200px;
    height: 3px;
  }
}
.subtitle-underline.orange-line p {
  border-color: #EA5405;
}

.sub-infinite-scroll-session {
  padding: 20px 0;
  background-color: #fff;
}
.sub-infinite-scroll-session .sub-infinite-scroll-wrapper {
  background: url("../assets/images/common/bg-pattern01.png");
  padding: 26px 15px;
  overflow: hidden;
  position: relative;
}
.sub-infinite-scroll-session .sub-infinite-scroll-wrapper:hover {
  cursor: grab;
}
.sub-infinite-scroll-session .sub-infinite-scroll-wrapper:active {
  cursor: grabbing;
}
.sub-infinite-scroll-session .sub-infinite-scroll-wrapper::before, .sub-infinite-scroll-session .sub-infinite-scroll-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.sub-infinite-scroll-session .sub-infinite-scroll-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #EDF4FF 0%, rgba(255, 237, 220, 0) 100%);
}
.sub-infinite-scroll-session .sub-infinite-scroll-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, #EDF4FF 0%, rgba(255, 237, 220, 0) 100%);
}
.sub-infinite-scroll-session .sub-infinite-scroll {
  display: flex;
  gap: 15px;
  width: max-content;
  transition: none;
  will-change: transform;
}
.sub-infinite-scroll-session .sub-infinite-scroll-item {
  position: relative;
  width: 436px;
  height: 330px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  transition: box-shadow 0.3s ease;
}
.sub-infinite-scroll-session .sub-infinite-scroll-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sub-infinite-scroll-session .sub-infinite-scroll-item {
    width: 280px;
    height: 210px;
  }
}
.sub-infinite-scroll-session .sub-infinite-scroll-item .study-item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.sub-infinite-scroll-session .sub-infinite-scroll-item .study-item-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.sub-infinite-scroll-session .sub-infinite-scroll-item .study-item-link:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.sub-infinite-scroll-session .sub-infinite-scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-slider {
  position: relative;
  aspect-ratio: 13/9;
  min-height: 390px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1500px) {
  .sub-slider {
    min-height: 320px;
  }
}
@media only screen and (max-width: 1400px) {
  .sub-slider {
    min-height: 290px;
  }
}
.sub-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .sub-slider img {
    height: 100%;
  }
}
.sub-slider .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.sub-slider .slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sub-slider .slider-wrapper .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d6dbe2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.sub-slider .slider-wrapper .slide-item.active {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .sub-slider .slider-wrapper {
    border: 1px solid rgba(171, 197, 240, 0.1725490196);
  }
}
.sub-slider .slider-indicators {
  width: 100%;
  bottom: -36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(171, 197, 240, 0.1725490196);
  gap: 17px;
  padding: 10px 0;
}
.sub-slider .slider-indicators .indicator {
  width: 15.95px;
  height: 15.95px;
  background: #ABC7F0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sub-slider .slider-indicators .indicator.active {
  background: #4D85D9;
}
.sub-slider .slider-indicators .indicator:hover {
  background: rgb(119.0277777778, 161.8055555556, 225.9722222222);
}
@media only screen and (max-width: 1024px) {
  .sub-slider {
    flex: 0 0 100%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-slider {
    flex: 1;
  }
  .sub-slider .slider-indicators {
    position: static;
  }
  .sub-slider .slider-indicators .indicator {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .sub-slider {
    width: 100%;
  }
}

.blank {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
@media only screen and (min-width: 2300px) {
  .blank {
    width: 26px;
    height: 26px;
  }
}

.side-menu .blank,
.mobile-menu .blank {
  background-image: url("../assets/images/icon/blank-icon.svg");
}

.site-footer .blank {
  background-image: url("../assets/images/icon/blank-white-icon.svg");
}
@media only screen and (min-width: 2300px) {
  .site-footer .blank {
    width: 19px;
    height: 16px;
  }
}

.side-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
}
.side-navigation .menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-navigation .menu-item {
  width: 100%;
  text-align: center;
  position: relative;
}
.side-navigation .menu-item a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #1C2A75;
  text-decoration: none;
  padding: 10px 0;
  transition: opacity 0.3s ease;
}
.side-navigation .menu-item a:hover {
  opacity: 0.7;
}
.side-navigation .menu-item a p {
  font-size: 13px;
}
@media only screen and (min-width: 2300px) {
  .side-navigation .menu-item a {
    font-size: 29px;
    padding: 18px 0;
  }
  .side-navigation .menu-item a p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1500px) {
  .side-navigation .menu-item a {
    font-size: 16px;
    padding: 7px 0;
  }
}
.side-navigation .menu-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 183px;
  height: 1px;
  background-color: #E5E7EB;
}
@media only screen and (max-width: 1200px) {
  .side-navigation .menu-item:not(:last-child)::after {
    width: 100%;
  }
}
.side-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-navigation .sub-menu .menu-item {
  width: 100%;
}
.side-navigation .sub-menu .menu-item a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  background-color: #fff;
}
.side-navigation .sub-menu .menu-item a:hover {
  background-color: #f5f5f5;
}
.side-navigation .sub-menu .menu-item:not(:last-child)::after {
  width: calc(100% - 40px);
  left: 20px;
  transform: none;
}
.side-navigation .menu-item:hover > .sub-menu {
  display: block;
}

.sns-link {
  display: block;
  transition: opacity 0.3s ease;
}
.sns-link:hover {
  opacity: 0.7;
}
.sns-link.youtube img {
  width: 47px;
  height: 33px;
}
.sns-link.instagram img {
  width: 43px;
  height: 43px;
}

.production-flow {
  padding: 50px 0 20px;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .production-flow {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow {
    padding: 50px 0;
  }
}
.production-flow .flow-content {
  padding: 20px 55px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .production-flow .flow-content {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 1400px) {
  .production-flow .flow-content {
    padding: 10px 25px 14px 25px;
  }
}
@media only screen and (max-width: 992px) {
  .production-flow .flow-content {
    padding: 18px 45px;
  }
}
@media only screen and (max-width: 768px) {
  .production-flow .flow-content {
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .flow-content {
    padding: 16px 30px;
  }
}
.production-flow .flow-content.orange {
  background-color: #EA5405;
}
.production-flow .flow-content.blue {
  background-color: #4D85D9;
}
.production-flow .flow-content h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1500px) {
  .production-flow .flow-content h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .production-flow .flow-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .flow-content h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .flow-content h3 {
    white-space: normal;
  }
}
.production-flow .section-header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .production-flow .section-header {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .section-header {
    margin-bottom: 20px;
  }
}
.production-flow .production-flow-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  .production-flow .production-flow-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .production-flow-container {
    padding: 0 20px;
  }
}
.production-flow .flow-description {
  font-size: 26px;
  font-weight: bold;
  color: #4F4F4F;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 1500px) {
  .production-flow .flow-description {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .production-flow .flow-description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .flow-description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .production-flow .flow-description {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .production-flow .flow-description {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .flow-description {
    margin-bottom: 30px;
  }
}
.production-flow .flow-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding: 10px 5px 0 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .production-flow .flow-steps {
    gap: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .production-flow .flow-steps {
    flex-wrap: wrap;
    gap: 30px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .flow-steps {
    flex-direction: column;
    gap: 25px;
    padding: 10px 0;
  }
}
.production-flow .flow-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .production-flow .flow-item {
    width: 100%;
    max-width: none;
  }
  .production-flow .flow-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: currentColor transparent transparent transparent;
    z-index: 10;
  }
  .production-flow .flow-item:has(.flow-content.orange) {
    color: #EA5405;
  }
  .production-flow .flow-item:has(.flow-content.blue) {
    color: #4D85D9;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .flow-item {
    position: relative;
  }
  .production-flow .flow-item:has(.flow-content.orange) {
    color: #EA5405;
  }
  .production-flow .flow-item:has(.flow-content.blue) {
    color: #4D85D9;
  }
}
.production-flow .flow-item:not(:first-child) .flow-content {
  padding-left: 75px;
}
@media only screen and (max-width: 1700px) {
  .production-flow .flow-item:not(:first-child) .flow-content {
    padding: 20px 25px 20px 55px;
  }
}
@media only screen and (max-width: 1400px) {
  .production-flow .flow-item:not(:first-child) .flow-content {
    padding: 10px 25px 14px 45px;
  }
}
@media only screen and (max-width: 992px) {
  .production-flow .flow-item:not(:first-child) .flow-content {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .production-flow .flow-item:not(:first-child) .flow-content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .production-flow .flow-item:not(:first-child) .flow-content {
    padding-left: 30px;
  }
}
.production-flow .flow-arrow-shape {
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 26.045px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: inherit;
  z-index: 1;
}
.production-flow .flow-arrow-shape.orange {
  background-color: #EA5405;
}
.production-flow .flow-arrow-shape.blue {
  background-color: #4D85D9;
}
@media only screen and (max-width: 1200px) {
  .production-flow .flow-arrow-shape {
    right: -20px;
    width: 21px;
  }
}
@media only screen and (max-width: 992px) {
  .production-flow .flow-arrow-shape {
    display: none;
  }
}
.production-flow .transparent {
  right: auto;
  left: -1px;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .production-flow .transparent {
    left: -1px;
  }
}
.production-flow .flow-arrow-tail {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26.045px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  z-index: 2;
}
.production-flow .flow-arrow-tail.orange {
  background-color: #EA5405;
}
.production-flow .flow-arrow-tail.blue {
  background-color: #4D85D9;
}
@media only screen and (max-width: 1200px) {
  .production-flow .flow-arrow-tail {
    width: 21px;
  }
}
@media only screen and (max-width: 992px) {
  .production-flow .flow-arrow-tail {
    display: none;
  }
}

/*==========================================================================
共通パーツ
============================================================================*/
.site-header {
  background-color: #fff;
  position: relative;
}

.header-container {
  display: flex;
  align-items: flex-start;
  /*  min-height: 100vh; */
  position: relative;
}

.side-menu {
  width: 300px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-height: 90vh;
  gap: 15px;
  left: 0;
  top: 0;
  z-index: 1000;
  position: fixed;
}
.home .side-menu {
  position: static;
  width: 420px;
  padding: 10px 0 20px;
}
@media only screen and (min-width: 2300px) {
  .home .side-menu {
    width: 500px;
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .home .side-menu {
    width: 260px;
  }
}
@media only screen and (min-width: 2300px) {
  .side-menu {
    width: 500px;
  }
}
@media only screen and (max-width: 1500px) {
  .side-menu {
    width: 250px;
  }
}

.logo-wrapper {
  width: 200px;
  position: relative;
  padding-top: 30px;
  /*  .home & {
      height: 162px;
  }

  // 下層ページ用
  .page-template-default &,
  .single &,
  .archive & {
      width: 173.751px;
      height: 140.038px;
  } */
}
.logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 2300px) {
  .logo-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 1500px) {
  .logo-wrapper {
    font-size: 16px;
    padding: 7px 0;
  }
}
@media only screen and (max-width: 1500px) {
  .logo-wrapper {
    width: 140px;
    height: 110px;
  }
}

.menu-list {
  list-style: none;
  padding: 0 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-list .menu-item {
  width: 100%;
  text-align: center;
}
.menu-list .menu-item a {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #1C2A75;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .menu-list .menu-item a {
    font-size: 16px;
    padding: 7px 0;
  }
}
.menu-list .menu-item a:hover {
  opacity: 0.7;
}
.menu-list .menu-item a .small-text {
  font-size: 12px;
  display: block;
}
.menu-list .menu-item a .external-link-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.menu-list .menu-item a .external-link-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231C2A75"><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/></svg>') no-repeat center;
  background-size: contain;
}
.menu-list .menu-item a p {
  font-size: 13px;
}
.menu-list .menu-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 183px;
  height: 1px;
  background-color: rgba(28, 42, 117, 0.2);
  margin: 5px auto 0;
}

.side-buttons,
.mobile-menu-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.side-buttons .btn,
.mobile-menu-buttons .btn {
  padding: 12px 34px;
  border-radius: 900px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.side-buttons .btn.btn-outline,
.mobile-menu-buttons .btn.btn-outline {
  background-color: #fff;
  color: #1C2A75;
  border: 2px solid #1C2A75;
}
.side-buttons .btn.btn-outline:hover,
.mobile-menu-buttons .btn.btn-outline:hover {
  background-color: #1C2A75;
  color: #fff;
}
.side-buttons .btn.btn-primary,
.mobile-menu-buttons .btn.btn-primary {
  background-color: #1C2A75;
  color: #fff;
  border: 2px solid #1C2A75;
}
.side-buttons .btn.btn-primary:hover,
.mobile-menu-buttons .btn.btn-primary:hover {
  background-color: rgb(18.1517241379, 27.2275862069, 75.8482758621);
  border-color: rgb(18.1517241379, 27.2275862069, 75.8482758621);
}
.side-buttons .btn .icon-mail,
.mobile-menu-buttons .btn .icon-mail {
  width: 20px;
  height: 16px;
}
.side-buttons .btn .icon-mail::before,
.mobile-menu-buttons .btn .icon-mail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../assets/images/icon/contact-icon-white.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 2300px) {
  .side-buttons .btn,
  .mobile-menu-buttons .btn {
    padding: 20px 54px;
    font-size: 30px;
  }
  .side-buttons .btn .icon-mail,
  .mobile-menu-buttons .btn .icon-mail {
    width: 30px;
    height: 24px;
  }
}
@media only screen and (max-width: 1500px) {
  .side-buttons .btn,
  .mobile-menu-buttons .btn {
    font-size: 16px;
    padding: 7px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .side-buttons .btn,
  .mobile-menu-buttons .btn {
    font-size: 16px;
  }
}

.side-sns {
  display: flex;
  gap: 20px;
  align-items: center;
}
.side-sns a {
  display: block;
  transition: opacity 0.3s ease;
}
.side-sns a:hover {
  opacity: 0.7;
}
.side-sns a img {
  display: block;
}
.side-sns a:first-child img {
  width: 47px;
  height: 33px;
}
.side-sns a:last-child img {
  width: 43px;
  height: 43px;
}
@media only screen and (min-width: 2300px) {
  .side-sns a:first-child img {
    width: 63px;
    height: 63px;
  }
  .side-sns a:last-child img {
    width: 67px;
    height: 53px;
  }
}

.page-title-section {
  position: fixed;
  z-index: 999;
  width: calc(100% - 300px);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3.5px);
  border-bottom: 1px solid rgba(28, 42, 117, 0.2);
}
@media only screen and (min-width: 2300px) {
  .page-title-section {
    width: calc(100% - 500px);
  }
}
@media only screen and (max-width: 1500px) {
  .page-title-section {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1200px) {
  .page-title-section {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .page-title-section {
    margin-left: 0;
  }
}

.page-title-container {
  display: flex;
  align-items: center;
  padding: 75px 30px 40px;
  position: relative;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .page-title-container {
    padding: 35px 30px 20px;
  }
}
.page-title-container.is-shrunk {
  padding: 20px 30px;
}
.page-title-container.is-shrunk .page-title-icon {
  width: 36px;
  height: 36px;
}
.page-title-container.is-shrunk .page-title {
  font-size: 28px;
}
@media only screen and (max-width: 1500px) {
  .page-title-container.is-shrunk .page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .page-title-container.is-shrunk .page-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .page-title-container.is-shrunk .page-title {
    font-size: 23px;
  }
}
.page-title-container.is-shrunk .page-title-en {
  font-size: 16px;
}
@media only screen and (min-width: 2300px) {
  .page-title-container.is-shrunk .page-title-icon {
    width: 56px;
    height: 56px;
  }
  .page-title-container.is-shrunk .page-title {
    font-size: 45px;
  }
  .page-title-container.is-shrunk .page-title-en {
    font-size: 25px;
  }
}

.page-title-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.page-title-icon {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.page-title-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 2300px) {
  .page-title-icon {
    width: 68px;
    height: 68px;
  }
}
@media only screen and (max-width: 768px) {
  .page-title-icon {
    width: 36px;
    height: 36px;
  }
}

.page-title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: normal;
  color: #4F4F4F;
  letter-spacing: -0.42px;
  margin: 0;
  transition: font-size 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .page-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .page-title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 576px) {
  .page-title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 2300px) {
  .page-title {
    font-size: 56px;
  }
}

.page-title-en {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  color: #a6a6a6;
  letter-spacing: 1.2px;
  white-space: nowrap;
  margin: 0;
}

#page {
  margin-left: 300px;
}
@media only screen and (min-width: 2300px) {
  #page {
    margin-left: 500px;
  }
}
@media only screen and (max-width: 1500px) {
  #page {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 1200px) {
  #page {
    margin-left: 0;
  }
}

.home #page {
  margin-left: 0;
}

@media only screen and (max-width: 1200px) {
  .side-menu {
    display: none;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .menu-open .side-menu {
    transform: translateX(0);
  }
  .page-title-section {
    position: relative;
  }
  .page-title-container {
    padding: 20px;
  }
  .page-title-en {
    display: none;
    /* font-size: 16px;
    position: static;
    transform: none;
    margin-top: 10px;
    text-transform: uppercase; */
  }
  .page-title-inner {
    align-items: center;
  }
}
.site-footer {
  background-color: #1C2A75;
  color: #fff;
  padding: 15px 0;
  margin-top: 30px;
}
@media only screen and (min-width: 2300px) {
  .site-footer {
    zoom: 1.4;
  }
  @supports not (zoom: 1) {
    .site-footer {
      transform: scale(1.4);
      transform-origin: top;
      margin-bottom: 40%;
    }
  }
}

.footer-contact-section {
  text-align: center;
  padding: 20px 0 30px;
}

.footer-contact-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .footer-contact-title {
    font-size: 24px;
  }
}

.footer-contact-buttons {
  display: flex;
  max-width: 880px;
  width: 95%;
  margin: 0 auto;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-contact-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.footer-contact-button {
  flex: 1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #fff;
  color: #1C2A75;
  padding: 17px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 330px;
}
.footer-contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 576px) {
  .footer-contact-button {
    padding: 15px 30px;
    width: 100%;
    max-width: 450px;
    min-width: auto;
  }
}
.footer-contact-button svg {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
.footer-contact-button svg path {
  fill: #1C2A75;
}

.contact-form-icon,
.contact-phone-icon {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}

.contact-button-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact-button-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 576px) {
  .contact-button-title {
    font-size: 20px;
  }
}

.contact-phone .contact-button-title {
  font-family: "Alatsi", sans-serif;
  font-size: 36px;
  line-height: 0.8;
  font-weight: normal;
}
@media only screen and (max-width: 576px) {
  .contact-phone .contact-button-title {
    font-size: 28px;
  }
}

.contact-button-subtitle {
  font-size: 19px;
  font-weight: 500;
  opacity: 0.8;
}
@media only screen and (max-width: 576px) {
  .contact-button-subtitle {
    font-size: 16px;
  }
}

.contact-phone .contact-button-subtitle {
  font-family: "Alatsi", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  opacity: 1;
}
@media only screen and (max-width: 576px) {
  .contact-phone .contact-button-subtitle {
    font-size: 16px;
  }
}

.footer-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0;
}

.footer-main {
  padding: 20px 0;
}

.footer-container {
  max-width: 1296px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.footer-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .footer-info {
    gap: 30px;
  }
}

.footer-logo-section {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 576px) {
  .footer-logo-section {
    flex-direction: column;
    gap: 20px;
  }
}

.footer-logo {
  width: 134px;
  height: auto;
  transition: 0.2s all;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-logo:hover {
  opacity: 0.8;
}

.footer-company-name p {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
}
.footer-company-name p.company-name {
  font-size: 25px;
  font-weight: bold;
  margin-top: 8px;
}
@media only screen and (max-width: 576px) {
  .footer-company-name p {
    font-size: 16px;
    text-align: center;
  }
  .footer-company-name p.company-name {
    font-size: 22px;
  }
}

.footer-nav p {
  font-size: 11px;
}
.footer-nav .footer-nav-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px 26px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .footer-nav .footer-nav-list {
    gap: 15px;
  }
}
.footer-nav li {
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .footer-nav li {
    font-size: 16px;
    width: calc(50% - 8px);
  }
}
.footer-nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: opacity 0.3s ease;
  /* display: inline-flex;
  align-items: center; */
  gap: 4px;
}
.footer-nav a:hover {
  opacity: 1;
  color: #fff;
}
.footer-nav a .sub-text {
  display: block;
  font-size: 12px;
  letter-spacing: -0.36px;
  margin-top: 2px;
}
.footer-nav a .external-link-icon {
  width: 11px;
  height: 11px;
  opacity: 0.85;
  margin-left: 2px;
  display: inline-block;
}
.footer-nav a .external-link-icon svg {
  width: 100%;
  height: 100%;
}
.footer-nav a .external-link-icon svg path {
  fill: rgba(255, 255, 255, 0.85);
}
.footer-nav a.has-subtext {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.footer-nav a.has-subtext .main-text {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-sns {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-sns a {
  display: block;
  transition: opacity 0.3s ease;
}
.footer-sns a:hover {
  opacity: 0.7;
}
.footer-sns a img {
  height: 23px;
  width: auto;
}

.footer-map {
  width: 396px;
  height: 244px;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 992px) {
  .footer-map {
    width: 100%;
    height: 300px;
  }
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer-copyright {
  text-align: center;
  padding: 5px 0;
}
.footer-copyright p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}

.main-navigation {
  text-align: center;
  margin-top: 1.5rem;
}
.main-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.main-navigation a {
  display: block;
  padding: 0.5rem 1rem;
  color: #1F2937;
}

.menu-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
    margin: 0 auto;
    background: #4D85D9;
    color: #fff;
    border: none;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
  }
}

.sharesign-national {
  padding: 30px 0;
  background-color: #fff;
}
.sharesign-national .sharesign-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
  justify-content: center;
  max-width: 1480px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sharesign-national .sharesign-gallery {
    justify-content: center;
  }
}
.sharesign-national .sharesign-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .sharesign-national .sharesign-item {
    gap: 5px;
  }
}
.sharesign-national .sharesign-item .sharesign-location {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: black;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .sharesign-national .sharesign-item .sharesign-location {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .sharesign-national .sharesign-item .sharesign-location {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .sharesign-national .sharesign-item .sharesign-location {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .sharesign-national .sharesign-item .sharesign-location {
    line-height: 20px;
    white-space: normal;
    text-align: center;
  }
}
.sharesign-national .sharesign-item .sharesign-image {
  width: 480px;
  transition: 0.2s all;
}
@media only screen and (max-width: 1024px) {
  .sharesign-national .sharesign-item .sharesign-image {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .sharesign-national .sharesign-item .sharesign-image {
    width: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .sharesign-national .sharesign-item .sharesign-image {
    width: 280px;
  }
}
.sharesign-national .sharesign-item .sharesign-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sharesign-national .sharesign-item .sharesign-image:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/*==========================================================================
コンポーネント
============================================================================*/
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-menu-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.mobile-menu-toggle.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}
.mobile-menu-toggle .menu-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1C2A75;
  margin: 0 auto 5px;
  transition: all 0.3s ease;
}
.mobile-menu-toggle .menu-bar:last-of-type {
  margin-bottom: 0;
}
.mobile-menu-toggle .menu-text {
  display: block;
  font-size: 10px;
  color: #1C2A75;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}
.mobile-menu.is-active {
  right: 0;
}
.mobile-menu .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.mobile-menu .mobile-menu-header .mobile-menu-logo {
  max-width: 130px;
}
.mobile-menu .mobile-menu-header .mobile-menu-logo img {
  width: 100%;
  height: auto;
}
.mobile-menu .mobile-menu-header .mobile-menu-close {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
}
.mobile-menu .mobile-menu-header .mobile-menu-close:hover {
  transform: rotate(90deg);
}
.mobile-menu .mobile-menu-header .mobile-menu-close span {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #1C2A75;
  left: 50%;
  top: 50%;
}
.mobile-menu .mobile-menu-header .mobile-menu-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu .mobile-menu-header .mobile-menu-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu .mobile-menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 30px;
}
.mobile-menu .mobile-menu-list .menu-item {
  width: 100%;
  text-align: center;
}
.mobile-menu .mobile-menu-list .menu-item a {
  display: block;
  padding: 12px 16px;
  color: #1C2A75;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.mobile-menu .mobile-menu-list .menu-item a:hover {
  background-color: #F5F7FA;
}
.mobile-menu .mobile-menu-list .menu-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 42, 117, 0.2);
  margin: 1px auto 0;
}
.mobile-menu .mobile-menu-list .menu-item.menu-item-has-children {
  position: relative;
}
.mobile-menu .mobile-menu-list .menu-item.menu-item-has-children > a {
  padding-right: 50px;
}
.mobile-menu .submenu-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.mobile-menu .submenu-toggle:hover {
  background-color: rgba(28, 42, 117, 0.05);
}
.mobile-menu .submenu-toggle.is-active .submenu-toggle-icon {
  transform: rotate(180deg);
}
.mobile-menu .submenu-toggle.is-active .submenu-toggle-icon::before {
  transform-origin: right center;
  left: 2px;
}
.mobile-menu .submenu-toggle.is-active .submenu-toggle-icon::after {
  transform-origin: left center;
  right: 2px;
}
.mobile-menu .submenu-toggle .submenu-toggle-icon {
  width: 12px;
  height: 12px;
  position: relative;
  transition: transform 0.3s ease;
}
.mobile-menu .submenu-toggle .submenu-toggle-icon::before, .mobile-menu .submenu-toggle .submenu-toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #1C2A75;
  transition: all 0.3s ease;
}
.mobile-menu .submenu-toggle .submenu-toggle-icon::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) rotate(45deg);
}
.mobile-menu .submenu-toggle .submenu-toggle-icon::after {
  width: 12px;
  height: 2px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%) rotate(-45deg);
}
.mobile-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: rgba(28, 42, 117, 0.02);
}
.mobile-menu .sub-menu.is-open {
  padding: 10px 0;
}
.mobile-menu .sub-menu .menu-item a {
  padding: 8px;
  font-size: 16px;
}
.mobile-menu .sub-menu .menu-item:not(:last-child)::after {
  width: calc(100% - 32px);
}
.mobile-menu .mobile-menu-buttons {
  padding: 20px;
  border-top: 1px solid #E5E5E5;
}
.mobile-menu .mobile-menu-sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  border-top: 1px solid #E5E5E5;
}
.mobile-menu .mobile-menu-sns a {
  display: block;
  width: 40px;
  height: 40px;
}
.mobile-menu .mobile-menu-sns a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.menu-open {
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .front-page-wrapper .side-menu {
    display: none;
  }
}
.section-header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .section-header {
    gap: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .section-header {
    gap: 50px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .section-header {
    gap: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .section-header {
    flex-direction: column;
    gap: 0;
  }
}

.section-title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 576px) {
  .section-title-wrapper {
    gap: 15px;
  }
}

.section-icon {
  width: 59px;
  height: 62px;
  position: relative;
  flex-shrink: 0;
}
@media only screen and (max-width: 992px) {
  .section-icon {
    width: 50px;
    height: 52px;
  }
}
@media only screen and (max-width: 576px) {
  .section-icon {
    width: 40px;
    height: 42px;
  }
}
.section-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-title-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 11px;
}

.section-title-en {
  font-family: "Alatsi", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin: 0;
}

.orange {
  color: #EA5405;
}

.blue {
  color: #4D85D9;
}

.section-title-jp {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 37px;
  font-weight: 700;
  color: #4F4F4F;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 576px) {
  .section-title-jp {
    font-size: 28px;
  }
}

/*==========================================================================
ページ固有スタイル
============================================================================*/
.home {
  /* .section-header {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 40px;
  } */
  /*  .section-header-center {
      display: flex;
      align-items: center;
      gap: 10px;
      text-align: center;
      margin-bottom: 40px;
  } */
}
.home .front-page-wrapper {
  position: relative;
  min-height: 100vh;
  background-color: #fff;
}
.home .logo {
  width: 200px;
}
.home .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 2300px) {
  .home .logo {
    width: 260px;
  }
}
@media only screen and (max-width: 1500px) {
  .home .logo {
    width: 140px;
    height: 108px;
  }
}
.home .side-menu-nav {
  width: 100%;
}
.home .first-view {
  position: relative;
  height: 90vh;
  overflow: hidden;
  width: calc(100% + 240px);
  flex: 4;
}
@media only screen and (max-width: 1500px) {
  .home .first-view {
    aspect-ratio: 1507/911;
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .home .first-view {
    margin-left: 0;
    width: 100%;
  }
}
.home .first-view-wrapper {
  display: flex;
}
.home .first-view-slider {
  position: relative;
  height: 100%;
}
.home .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease, visibility 0s 1.5s;
}
.home .slide-item.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease, visibility 0s;
}
.home .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 140px;
}
@media only screen and (max-width: 1200px) {
  .home .slide-item img {
    border-bottom-left-radius: 0;
  }
}
.home .slide-content-fixed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  text-shadow: 0px 4px 6px rgba(27, 59, 127, 0.35);
}
.home .slide-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.home .slide-title-en {
  font-family: "Alata", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 91px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 2300px) {
  .home .slide-title-en {
    font-size: 121px;
  }
}
@media only screen and (max-width: 1400px) {
  .home .slide-title-en {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .home .slide-title-en {
    font-size: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .home .slide-title-en {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home .slide-title-en {
    font-size: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .home .slide-title-en {
    font-size: 35px;
  }
}
.home .slide-title-jp {
  font-size: 41px;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (min-width: 2300px) {
  .home .slide-title-jp {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  .home .slide-title-jp {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .home .slide-title-jp {
    font-size: 29px;
  }
}
@media only screen and (max-width: 576px) {
  .home .slide-title-jp {
    font-size: 21px;
  }
}
.home .slide-indicators {
  position: absolute;
  bottom: 40px;
  right: 100px;
  display: flex;
  gap: 26px;
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  .home .slide-indicators {
    right: 50%;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 576px) {
  .home .slide-indicators {
    bottom: 20px;
    gap: 16px;
  }
}
.home .indicator {
  width: 16px;
  height: 16px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.home .indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: #EA5405;
  transition: transform 0.3s ease;
}
.home .indicator.active::before {
  transform: translate(-50%, -50%) scale(1);
}
.home .indicator:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 576px) {
  .home .indicator {
    width: 12px;
    height: 12px;
  }
}
.home .banner-section {
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  .home .banner-section {
    padding: 54px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .banner-section {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 576px) {
  .home .banner-section {
    padding: 45px 0;
  }
}
.home .banner-section .banner-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.home .banner-section .banner-item {
  flex: 1;
  max-width: 500px;
  width: 100%;
  min-height: 120px;
}
.home .banner-section .banner-item img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home .banner-section .banner-item img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 992px) {
  .home .banner-section .banner-wrapper {
    max-width: 900px;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home .banner-section {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1200px) {
  .home .banner-section {
    padding: 40.5px 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .home .banner-section {
    padding: 33.75px 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 576px) {
  .home .banner-section {
    padding: 33.75px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .banner-section .banner-wrapper {
    flex-direction: column;
    max-width: 500px;
    gap: 20px;
  }
  .home .banner-section .banner-item {
    width: 100%;
    max-width: 400px;
    min-height: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .home .banner-section {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 576px) and (max-width: 1200px) {
  .home .banner-section {
    padding: 27px 0;
  }
}
@media only screen and (max-width: 576px) and (max-width: 768px) {
  .home .banner-section {
    padding: 22.5px 0;
  }
}
@media only screen and (max-width: 576px) and (max-width: 576px) {
  .home .banner-section {
    padding: 22.5px 0;
  }
}
@media only screen and (max-width: 576px) {
  .home .banner-section .banner-wrapper {
    padding: 0 15px;
    gap: 15px;
  }
  .home .banner-section .banner-item {
    min-height: 80px;
  }
}
.home .pickup-section {
  padding: 80px 0;
  background: linear-gradient(229deg, rgba(234, 84, 5, 0.2) 31.59%, rgba(234, 84, 5, 0.2) 57.41%, #FFF 57.41%);
  min-height: 500px;
  padding-left: 110px;
}
@media only screen and (max-width: 1200px) {
  .home .pickup-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 992px) {
  .home .pickup-section {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .pickup-section {
    min-height: 450px;
  }
}
@media only screen and (max-width: 576px) {
  .home .pickup-section {
    padding: 40px 20px;
    min-height: 400px;
  }
}
.home .pickup-section-inner {
  max-width: 2000px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .home .pickup-section-inner {
    gap: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .home .pickup-section-inner {
    gap: 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .home .pickup-section-inner {
    gap: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .home .pickup-section-inner {
    gap: 30px;
  }
}
.home .pickup-section:first-child {
  margin-top: 0;
}
.home .pickup-section .section-header {
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .home .pickup-section .section-header {
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .home .pickup-section .section-header {
    flex-direction: column;
    gap: 0;
  }
}
.home .section-tag {
  display: inline-block;
  padding: 6px 20px;
  background-color: #EA5405;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.home .pickup-slider-wrapper {
  max-width: 1400px;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .home .pickup-slider-wrapper {
    max-width: 100%;
    padding: 0 40px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home .pickup-slider-wrapper {
    padding: 0 30px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .home .pickup-slider-wrapper {
    padding: 0 20px 15px;
  }
}
.home .pickup-slider-wrapper::-webkit-scrollbar {
  height: 8px;
}
.home .pickup-slider-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.home .pickup-slider-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.home .pickup-slider-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.home .pickup-slider {
  display: flex;
  gap: 20px;
  width: max-content;
  transition: none;
  will-change: transform;
  padding: 5px;
}
@media only screen and (max-width: 992px) {
  .home .pickup-slider {
    gap: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .home .pickup-slider {
    gap: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .home .pickup-slider {
    gap: 15px;
  }
}
.home .pickup-slide {
  flex: 0 0 340px;
  scroll-snap-align: start;
}
@media only screen and (max-width: 1200px) {
  .home .pickup-slide {
    flex: 0 0 300px;
  }
}
@media only screen and (max-width: 992px) {
  .home .pickup-slide {
    flex: 0 0 280px;
  }
}
@media only screen and (max-width: 768px) {
  .home .pickup-slide {
    flex: 0 0 260px;
  }
}
@media only screen and (max-width: 576px) {
  .home .pickup-slide {
    flex: 0 0 280px;
  }
}
.home .pickup-card {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: -2px 3px 0 0 rgba(150, 101, 75, 0.12);
  transition: all 0.3s ease;
}
.home .pickup-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.home .pickup-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .home .pickup-image {
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .home .pickup-image {
    height: 160px;
  }
}
@media only screen and (max-width: 576px) {
  .home .pickup-image {
    height: 180px;
  }
}
.home .pickup-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.home .pickup-content {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .home .pickup-content {
    padding: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .home .pickup-content {
    padding: 16px;
  }
}
.home .pickup-date {
  flex-grow: 1;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .home .pickup-date {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.home .pickup-title {
  display: flex;
  gap: 5px;
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  color: #4F4F4F;
  margin: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .home .pickup-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home .pickup-title {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 576px) {
  .home .pickup-title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.home .customer-expectations {
  padding: 100px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .home .customer-expectations {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .customer-expectations {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 576px) {
  .home .customer-expectations {
    padding: 75px 0;
  }
}
.home .expectations-container {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
}
.home .expectations-text {
  font-size: 26px;
  color: #4F4F4F;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1250px;
}
@media only screen and (max-width: 1500px) {
  .home .expectations-text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .home .expectations-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .home .expectations-text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 576px) {
  .home .expectations-text {
    margin-bottom: 40px;
  }
}
.home .signage-diagram {
  position: relative;
}
.home .signage-diagram img {
  width: 80%;
  margin: 0px auto;
  height: auto;
  display: block;
}
.home .signage-diagram svg {
  position: absolute;
  top: 0;
  left: 6%;
  width: 96%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .home .signage-diagram {
    display: none;
  }
}
.home .sign-illustration-md {
  display: none;
}
@media only screen and (max-width: 992px) {
  .home .sign-illustration-md {
    display: block;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.home .gallery-section {
  padding: 20px 0;
  background-color: #fff;
}
.home .gallery-list-wrapper {
  background-color: #FFEDDC;
  padding: 26px 15px;
  overflow: hidden;
  position: relative;
}
.home .gallery-list-wrapper:hover {
  cursor: grab;
}
.home .gallery-list-wrapper:active {
  cursor: grabbing;
}
.home .gallery-list-wrapper::before, .home .gallery-list-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.home .gallery-list-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #FFEDDC 0%, rgba(255, 237, 220, 0) 100%);
}
.home .gallery-list-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, #FFEDDC 0%, rgba(255, 237, 220, 0) 100%);
}
.home .gallery-list {
  display: flex;
  gap: 15px;
  width: max-content;
  transition: none;
  will-change: transform;
}
.home .gallery-list-item {
  position: relative;
  width: 366px;
  height: 270px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  transition: box-shadow 0.3s ease;
}
.home .gallery-list-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .home .gallery-list-item {
    width: 280px;
    height: 210px;
  }
}
.home .gallery-list-item .gallery-item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.home .gallery-list-item .gallery-item-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.home .gallery-list-item .gallery-item-link:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.home .gallery-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .gallery-list-item .gallery-item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.home .gallery-list-item .gallery-item-placeholder img {
  max-width: 60%;
  max-height: 60%;
  opacity: 0.3;
}
.home .gallery-list-item .gallery-new-tag {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 66px;
  height: 66px;
  background-color: #F7AF13;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.home .gallery-list-item .gallery-new-tag span {
  font-family: "Alatsi", sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .home .gallery-list-item .gallery-new-tag {
    width: 50px;
    height: 50px;
    top: -5px;
    left: -5px;
  }
  .home .gallery-list-item .gallery-new-tag span {
    font-size: 20px;
  }
}
.home .latest-works {
  padding: 60px 0;
  background: linear-gradient(0deg, rgba(220, 238, 255, 0.06) 0%, rgba(220, 238, 255, 0.06) 100%), linear-gradient(35deg, rgba(112, 174, 255, 0.2) 19.86%, rgba(112, 174, 255, 0.2) 40.87%, rgba(112, 174, 255, 0) 40.88%, rgba(112, 174, 255, 0) 80.14%);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .home .latest-works {
    padding: 54px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .latest-works {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 576px) {
  .home .latest-works {
    padding: 45px 0;
  }
}
.home .latest-works-header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .home .latest-works-header {
    max-width: 1200px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .home .latest-works-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .home .latest-works-header {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.home .instagram-section {
  padding: 80px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .home .instagram-section {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .instagram-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  .home .instagram-section {
    padding: 60px 0;
  }
}
.home .instagram-container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.home .instagram-logo {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}
.home .instagram-account {
  font-size: 18px;
  font-weight: bold;
  color: #4F4F4F;
}
.home .sbi_bio {
  display: none;
}
.home .sbi_feedtheme_header_text h3 {
  color: #000;
}
.home .instagram-item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}
.home .instagram-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home .instagram-item:hover img {
  transform: scale(1.05);
}
.home .news-section {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.home .news-content-wrapper {
  display: flex;
  gap: 25px;
  padding: 20px 20px 0 20px;
}
@media only screen and (max-width: 1500px) {
  .home .news-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .home .news-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .home .news-content-wrapper {
    gap: 30px;
    padding: 20px 15px 0 15px;
  }
}
@media only screen and (max-width: 576px) {
  .home .news-content-wrapper {
    padding: 0;
    gap: 12px;
  }
}
.home .news-left-section,
.home .news-right-section {
  display: flex;
  flex: 1;
  padding-left: 0;
  gap: 10px;
}
@media only screen and (max-width: 1500px) {
  .home .news-left-section,
  .home .news-right-section {
    gap: 0px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .home .news-left-section,
  .home .news-right-section {
    gap: 0;
  }
}
.home .news-category-header {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
  padding-top: 20px;
  margin-bottom: 20px;
  min-width: 182px;
}
@media only screen and (max-width: 1500px) {
  .home .news-category-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 0;
    margin-bottom: 15px;
    min-width: auto;
  }
}
@media only screen and (max-width: 992px) {
  .home .news-category-header {
    gap: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .home .news-category-header {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.home .news-category-badge {
  padding: 6px 20px;
  border: 1px solid;
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .home .news-category-badge {
    min-width: 120px;
    padding: 4px 16px;
  }
}
@media only screen and (max-width: 576px) {
  .home .news-category-badge {
    min-width: 100px;
    padding: 3px 12px;
  }
}
.home .news-category-badge span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 1500px) {
  .home .news-category-badge span {
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .home .news-category-badge span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 576px) {
  .home .news-category-badge span {
    font-size: 23px;
  }
}
.home .news-list-container {
  width: 100%;
  max-width: 550px;
}
@media only screen and (max-width: 1500px) {
  .home .news-list-container {
    max-width: none;
  }
}
@media only screen and (max-width: 576px) {
  .home .news-list-container {
    padding-left: 0;
  }
}
.home .news-list-item {
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.home .news-list-item:last-child {
  border-bottom: none;
}
.home .news-list-item a {
  display: flex;
  gap: 50px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  padding: 15px 20px;
}
@media only screen and (max-width: 992px) {
  .home .news-list-item a {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home .news-list-item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 11px 20px;
  }
}
.home .news-list-item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.home .news-date {
  font-family: "Alatsi", sans-serif;
  font-size: 18px;
  color: #797979;
  white-space: nowrap;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .home .news-date {
    font-size: 14px;
  }
}
.home .news-title {
  display: flex;
  gap: 5px;
  font-size: 18px;
  color: #4F4F4F;
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .home .news-title {
    font-size: 16px;
    white-space: normal;
  }
}
.home .news-divider {
  width: 1px;
  background-color: #D8D8D8;
  align-self: stretch;
  flex-shrink: 0;
}
@media only screen and (max-width: 1500px) {
  .home .news-divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }
}
.home .no-news {
  text-align: center;
  color: #797979;
  padding: 40px 20px;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .home .no-news {
    padding: 30px 15px;
    font-size: 14px;
  }
}
.home .category-info {
  border-color: #44A900;
}
.home .category-info span {
  color: #49A900;
}
.home .category-youtube {
  border-color: #DF0000;
}
.home .category-youtube span {
  color: #DF0000;
}
.home .banner-section {
  padding: 60px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .home .banner-section {
    padding: 54px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .banner-section {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 576px) {
  .home .banner-section {
    padding: 45px 0;
  }
}
.home .banner-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .home .banner-wrapper {
    max-width: 900px;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home .banner-wrapper {
    flex-direction: column;
    max-width: 500px;
    gap: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .home .banner-wrapper {
    padding: 0 15px;
    gap: 15px;
  }
}
.home .banner-item {
  flex: 1;
  min-width: 500px;
  min-height: 120px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home .banner-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .home .banner-item {
    width: 100%;
    max-width: 400px;
    min-height: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .home .banner-item {
    min-height: 80px;
  }
}
.home .recruit-section {
  padding: 70px 0;
}
@media only screen and (max-width: 1200px) {
  .home .recruit-section {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .recruit-section {
    padding: 52.5px 0;
  }
}
@media only screen and (max-width: 576px) {
  .home .recruit-section {
    padding: 52.5px 0;
  }
}
.home .recruit-container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.home .recruit-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 992px) {
  .home .recruit-content {
    flex-direction: column;
    gap: 15px;
  }
}
.home .recruit-image {
  flex: 0 0 300px;
}
@media only screen and (max-width: 992px) {
  .home .recruit-image {
    flex: none;
    width: 250px;
  }
}
.home .recruit-image img {
  width: 100%;
  height: auto;
}
.home .recruit-text {
  flex: 1;
}
.home .recruit-heading {
  font-size: 24px;
  font-weight: bold;
  color: #4F4F4F;
  margin: 0 0 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 992px) {
  .home .recruit-heading {
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .home .recruit-heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .home .recruit-heading {
    font-size: 21px;
  }
}
.home .recruit-border {
  display: block;
  width: 100px;
  height: 3px;
  background-color: #EA5405;
  margin-bottom: 20px;
}
.home .recruit-description, .home .recruit-message {
  font-size: 18px;
  color: #4F4F4F;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  .home .recruit-description, .home .recruit-message {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .home .recruit-description, .home .recruit-message {
    font-size: 17px;
  }
}
@media only screen and (max-width: 576px) {
  .home .recruit-description, .home .recruit-message {
    font-size: 16px;
  }
}
.home .scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #4D85D9;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.home .scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home .scroll-to-top:hover {
  background-color: rgb(18.1517241379, 27.2275862069, 75.8482758621);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.home .scroll-to-top svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 576px) {
  .home .scroll-to-top {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
  }
  .home .scroll-to-top svg {
    width: 20px;
    height: 20px;
  }
}

.works-archive {
  padding: 40px 0;
  background-color: #fff;
}
.works-archive .container {
  margin: 0 auto;
}
.works-archive .work-item {
  display: flex;
  width: 100%;
  gap: 5px;
  background: #fff;
  border: 1px solid #f1f4ff;
  box-shadow: 8px 8px 0px -1px rgba(55, 113, 200, 0.1);
  position: relative;
}
.works-archive .work-item .work-image {
  flex-shrink: 0;
  width: 615px;
  aspect-ratio: 2560/1393;
  overflow: hidden;
}
.works-archive .work-item .work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-archive .work-item .work-content {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.works-archive .work-item .work-content .work-title {
  font-size: 22px;
  font-weight: bold;
  color: #4F4F4F;
  line-height: 1.3;
  padding: 0 25px 0;
  font-family: "Noto Sans JP", sans-serif;
}
.works-archive .work-item .work-content .work-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #4F4F4F;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.works-archive .work-item .work-content .work-excerpt p {
  margin: 0;
}
.works-archive .work-item .work-content .work-excerpt h2 {
  display: none;
}
.works-archive .work-item .work-content .work-excerpt p:not(:first-of-type) {
  display: none;
}
.works-archive .work-item .work-content .common-btn {
  width: fit-content;
  margin-left: 30px;
  margin-top: 0;
}
.works-archive .work-item .work-content .common-btn img {
  width: 20px;
}
.works-archive .work-item .work-content .work-meta {
  padding: 10px 25px 0;
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.works-archive .work-item .work-content .work-meta .work-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #4F4F4F;
  font-family: "Noto Sans JP", sans-serif;
}
.works-archive .work-item .work-content .work-meta .work-location .location-icon {
  width: 20px;
  height: 25px;
}
.works-archive .work-item .work-content .works-tags {
  padding-left: 35px;
}
@media only screen and (max-width: 576px) {
  .works-archive .work-item .work-content .works-tags {
    padding-left: 30px;
  }
}
.works-archive .work-item .work-content .works-tags p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #797979;
  margin: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 576px) {
  .works-archive .work-item .work-content .works-tags p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .works-archive .work-item {
    flex-direction: column;
  }
  .works-archive .work-item .work-image {
    width: 100%;
    max-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .works-archive {
    /*         .pagination {
        li {
            a, span {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
        }
    } */
  }
  .works-archive .page-header .page-title {
    font-size: 24px;
  }
  .works-archive .work-item .work-content {
    padding: 10px 5px;
  }
  .works-archive .work-item .work-content .work-title {
    font-size: 18px;
    padding: 0 15px;
  }
  .works-archive .work-item .work-content .work-excerpt {
    font-size: 14px;
    padding: 0 15px;
  }
  .works-archive .work-item .work-content .common-btn {
    margin-left: 15px;
    font-size: 14px;
    padding: 12px 16px;
  }
  .works-archive .work-item .work-content .work-meta {
    padding: 10px 15px 0;
  }
  .works-archive .work-item .work-content .work-meta .work-location {
    font-size: 14px;
  }
  .works-archive .work-item .work-content .work-meta .work-tags {
    font-size: 14px;
  }
}

/* =============================================
   Gallery Archive Page Styles
   ============================================= */
.gallery-archive {
  padding: 40px 0 80px;
}
.gallery-archive .container {
  padding: 20px 0;
  width: 95%;
  margin: 0 auto;
}

/* フィルターセクション */
.gallery-filters {
  margin-bottom: 40px;
}
.gallery-filters .filter-section {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .gallery-filters .filter-section {
    flex-direction: column;
    gap: 20px;
  }
}
.gallery-filters .filter-group {
  flex: 1;
}
.gallery-filters .filter-group label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}
.gallery-filters .filter-group .filter-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.gallery-filters .filter-group .filter-select:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}
.gallery-filters .filter-group .filter-select:hover {
  border-color: #999;
}
.gallery-filters .filter-tags {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgba(28, 41, 117, 0.2470588235);
}
@media only screen and (max-width: 576px) {
  .gallery-filters .filter-tags {
    gap: 10px;
  }
}
.gallery-filters .filter-tags .filter-tag {
  padding: 8px;
  font-size: 14px;
  color: #4F4F4F;
}

/* ギャラリーグリッド */
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}

/* ギャラリーアイテム */
.gallery-item {
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
  width: calc(25% - 23px);
}
@media only screen and (max-width: 1500px) {
  .gallery-item {
    width: calc(33.3333333333% - 23px);
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-item {
    width: calc(33.3333333333% - 23px);
  }
}
@media only screen and (max-width: 768px) {
  .gallery-item {
    width: calc(50% - 8px);
  }
}
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.gallery-item .gallery-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.gallery-item .gallery-item-link:hover {
  text-decoration: none;
}
.gallery-item .gallery-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #f5f5f5;
}
.gallery-item .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  object-position: top;
}
.gallery-item .gallery-content {
  padding: 10px 15px;
}
.gallery-item .gallery-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0;
}
.gallery-item .gallery-meta .gallery-location {
  margin-bottom: 8px;
}
.gallery-item .gallery-meta .gallery-location .location-label,
.gallery-item .gallery-meta .gallery-location .company-name {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.gallery-item .gallery-meta .gallery-location .location-label {
  font-weight: 500;
}
.gallery-item .gallery-meta .gallery-location .company-name {
  color: #999;
}
.gallery-item .gallery-meta .gallery-tags p {
  font-size: 12px;
  color: #0073aa;
  margin: 0;
  line-height: 1.4;
  word-break: break-all;
  border-top: 1px solid rgba(28, 42, 117, 0.2);
  padding-top: 10px;
}

/* メッセージ表示 */
.no-gallery-found {
  width: 100%;
  text-align: center;
  padding: 60px 20px;
}
.no-gallery-found p {
  font-size: 18px;
  color: #666;
  margin: 0;
}

/* レスポンシブ調整 */
@media only screen and (max-width: 768px) {
  .gallery-archive {
    padding: 20px 0 40px;
  }
  .gallery-filters {
    margin-bottom: 30px;
  }
  .gallery-grid {
    margin-bottom: 40px;
    gap: 15px;
  }
  .gallery-item .gallery-content {
    padding: 10px;
  }
  .gallery-item .gallery-title {
    font-size: 14px;
    min-height: 36px;
  }
}
.about-us-page .greeting-section {
  position: relative;
}
.about-us-page .greeting-bg-overlay {
  margin-bottom: 80px;
  position: relative;
  background-image: url("../assets/images/common/bg-pattern01.png");
  background-repeat: repeat;
  background-size: 576px 384px;
  background-position: top left;
}
@media only screen and (max-width: 768px) {
  .about-us-page .greeting-bg-overlay {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .greeting-bg-overlay {
    margin-bottom: 40px;
  }
}
.about-us-page .greeting-hero-image {
  height: 254px;
  width: 100%;
}
.about-us-page .greeting-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-page .greeting-content {
  width: 95%;
  margin: 0 auto;
  padding: 0 45px;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.about-us-page .greeting-text {
  margin-top: 35px;
}
.about-us-page .greeting-text p {
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #1F2937;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .greeting-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .greeting-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .greeting-text p {
    font-size: 17px;
  }
}
.about-us-page .signature {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 29px;
  padding: 50px 20px;
}
.about-us-page .company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #1F2937;
  width: 264px;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .company-name {
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .company-name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .company-name {
    font-size: 21px;
  }
}
.about-us-page .executives {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  color: #1F2937;
  width: 264px;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .executives {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .executives {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .executives {
    font-size: 18px;
  }
}
.about-us-page .executives p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
.about-us-page .philosophy-section {
  padding: 0 70px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .about-us-page .philosophy-section {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .philosophy-section {
    margin-bottom: 40px;
  }
}
.about-us-page .philosophy-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.about-us-page .philosophy-image {
  flex: 1;
  flex-shrink: 0;
}
.about-us-page .philosophy-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-us-page .philosophy-boxes {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}
@media only screen and (max-width: 992px) {
  .about-us-page .philosophy-boxes {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .philosophy-boxes {
    gap: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .philosophy-boxes {
    gap: 10px;
  }
}
.about-us-page .philosophy-box {
  background: white;
  border: 1px solid rgba(112, 174, 255, 0.7);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.about-us-page .philosophy-box:nth-child(2) {
  padding: 20px 30px;
}
.about-us-page .philosophy-text {
  padding: 0 15px;
  width: 100%;
}
.about-us-page .philosophy-text p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #1F2937;
  text-align: center;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .philosophy-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .philosophy-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .philosophy-text p {
    font-size: 18px;
  }
}
.about-us-page .company-overview-section {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .about-us-page .company-overview-section {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .company-overview-section {
    margin-bottom: 40px;
  }
}
.about-us-page .company-overview-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  margin: 0 auto;
  gap: 200px;
}
.about-us-page .company-table {
  width: 860px;
}
.about-us-page .table-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid rgba(28, 42, 117, 0.2);
  padding: 20px 25px;
}
.about-us-page .table-row:first-child {
  border-top: none;
}
.about-us-page .table-header {
  width: 150px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1c2a75;
  flex-shrink: 0;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .table-header {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .table-header {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .table-header {
    font-size: 18px;
  }
}
.about-us-page .table-data {
  flex: 1;
  padding-left: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .table-data {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .table-data {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .table-data {
    font-size: 18px;
  }
}
.about-us-page .table-data p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .table-data p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .table-data p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .table-data p {
    font-size: 18px;
  }
}
.about-us-page .table-data p:last-child {
  margin-bottom: 0;
}
.about-us-page .executives-row .table-data {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
  padding: 0 15px;
}
.about-us-page .executive-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(28, 42, 117, 0.2);
}
.about-us-page .executive-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.about-us-page .executive-title {
  width: 150px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1c2a75;
  flex-shrink: 0;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .executive-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .executive-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .executive-title {
    font-size: 18px;
  }
}
.about-us-page .executive-name {
  flex: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .executive-name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .executive-name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .executive-name {
    font-size: 18px;
  }
}
.about-us-page .map-section {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .about-us-page .map-section {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .map-section {
    margin-bottom: 40px;
  }
}
.about-us-page .map-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 118px;
}
.about-us-page .map-wrapper {
  width: 792.889px;
  height: 414.451px;
  overflow: hidden;
  border-radius: 10px;
}
.about-us-page .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.about-us-page .safety-section {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .about-us-page .safety-section {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .safety-section {
    margin-bottom: 40px;
  }
}
.about-us-page .safety-container {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
}
.about-us-page .safety-table-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.about-us-page .safety-table {
  flex: 1;
}
.about-us-page .safety-table-header {
  background: #edf4ff;
  padding: 20px 25px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-page .safety-table-header h3 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #4f4f4f;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .safety-table-header h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .safety-table-header h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .safety-table-header h3 {
    font-size: 18px;
  }
}
.about-us-page .safety-table-body {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 5px;
}
.about-us-page .safety-table-left,
.about-us-page .safety-table-right {
  flex: 1;
}
.about-us-page .safety-table-item {
  padding: 20px 25px 20px 40px;
  border-top: 1px solid rgba(28, 42, 117, 0.2);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
@media only screen and (max-width: 1500px) {
  .about-us-page .safety-table-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .safety-table-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-page .safety-table-item {
    font-size: 18px;
  }
}
.about-us-page .safety-table-item:first-child {
  border-top: none;
}
.about-us-page .safety-table-right {
  border-left: 1px solid rgba(28, 42, 117, 0.2);
}

@media only screen and (max-width: 1700px) {
  .about-us-page .safety-table-item {
    padding: 12px 15px 10px 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1500px) {
  .about-us-page .safety-table-group {
    flex-direction: column;
  }
  .about-us-page .safety-table {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .about-us-page .greeting-content {
    padding: 0;
  }
  .about-us-page .greeting-text .signature {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 25px;
  }
  .about-us-page .company-name,
  .about-us-page .executives {
    width: auto;
    text-align: center;
  }
  .about-us-page .philosophy-section {
    padding: 0 20px;
  }
  .about-us-page .philosophy-content {
    flex-direction: column;
    gap: 40px;
  }
  .about-us-page .philosophy-image {
    width: 70%;
  }
  .about-us-page .philosophy-boxes {
    width: 100%;
    flex-direction: row;
  }
  .about-us-page .company-overview-container,
  .about-us-page .map-container,
  .about-us-page .safety-container {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 40px;
  }
  .about-us-page .company-table {
    width: 100%;
  }
  .about-us-page .table-row {
    flex-direction: column;
    gap: 2px;
  }
  .about-us-page .table-header {
    width: 100%;
  }
  .about-us-page .table-data {
    padding-left: 0;
    width: 100%;
    text-align-last: left;
  }
  .about-us-page .executives-row .table-data {
    padding: 0;
    padding-left: 6px;
    padding-top: 10px;
  }
  .about-us-page .executive-item {
    flex-direction: column;
    gap: 2px;
  }
  .about-us-page .executive-title {
    width: 100%;
  }
  .about-us-page .map-wrapper {
    width: 100%;
    margin: 0;
    height: 300px;
  }
  .about-us-page .safety-tables {
    padding: 0;
  }
  .about-us-page .safety-table-group {
    flex-direction: column;
    gap: 30px;
  }
  .about-us-page .safety-table {
    width: 100%;
  }
  .about-us-page .safety-table-body {
    flex-direction: column;
  }
  .about-us-page .safety-table-right {
    border-left: none;
    border-top: 1px solid rgba(28, 42, 117, 0.2);
  }
}
@media only screen and (max-width: 992px) {
  .about-us-page .philosophy-boxes {
    flex-direction: column;
  }
  .about-us-page .philosophy-image {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .greeting-title {
    padding-left: 0;
  }
  .about-us-page .greeting-title-icon {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 50px;
    height: 60px;
    align-self: center;
  }
  .about-us-page .greeting-text {
    margin-top: 15px;
  }
  .about-us-page .greeting-text .signature {
    padding: 0;
    margin-top: 10px;
  }
  .about-us-page .philosophy-image {
    height: 250px;
  }
  .about-us-page .philosophy-box {
    padding: 15px;
  }
  .about-us-page .philosophy-text p {
    line-height: 24px;
  }
  .about-us-page .table-header {
    line-height: 26px;
  }
  .about-us-page .table-data p {
    line-height: 20px;
  }
  .about-us-page .executive-title {
    line-height: 26px;
  }
  .about-us-page .executive-name {
    line-height: 26px;
  }
  .about-us-page .map-wrapper {
    height: 250px;
  }
  .about-us-page .safety-table-header h3 {
    line-height: 26px;
  }
  .about-us-page .safety-table-item {
    padding: 12px 15px;
    line-height: 20px;
  }
}
.responsive-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .responsive-table {
    border-radius: 8px;
  }
}

.responsive-text {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 576px) {
  .responsive-text {
    line-height: 1.6;
  }
}

.responsive-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}
.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .responsive-map {
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 768px) {
  .responsive-map {
    aspect-ratio: 1/1;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .responsive-map {
    aspect-ratio: 4/3;
    margin: 0 -10px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 768px) {
  .empty-item {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .about-us-page .greeting-content {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .about-us-page .table-row {
    padding: 15px 20px;
  }
  .about-us-page .table-header {
    line-height: 22px;
    font-weight: 700;
  }
  .about-us-page .table-data p {
    line-height: 18px;
  }
  .about-us-page .executive-item {
    gap: 2px;
    padding-bottom: 10px;
  }
  .about-us-page .executive-title {
    line-height: 22px;
    font-weight: 600;
  }
  .about-us-page .executive-name {
    line-height: 22px;
  }
  .about-us-page .safety-table-header {
    padding: 15px 20px;
  }
  .about-us-page .safety-table-header h3 {
    line-height: 22px;
  }
  .about-us-page .safety-table-item {
    padding: 10px 15px;
    line-height: 18px;
  }
}
.flow-page .flow-details-section {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.flow-page .flow-detail-item {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 30px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 1800px) {
  .flow-page .flow-detail-item {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .flow-detail-item:nth-child(odd) {
    border: 4px solid rgba(112, 174, 255, 0.2);
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .flow-detail-item:nth-child(even) {
    border: 4px solid rgba(255, 155, 112, 0.2);
  }
}
.flow-page .flow-detail-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -45px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 45px solid #4D85D9;
  border-bottom: 0;
}
.flow-page .flow-detail-item:last-child {
  margin-bottom: 30px;
}
.flow-page .flow-detail-item:last-child:after {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .flow-page .flow-detail-item {
    gap: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .flow-detail-item {
    flex-direction: column;
    gap: 25px;
    padding: 20px 0px;
    border-radius: 10px;
  }
  .flow-page .flow-detail-item:after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 35px solid #4D85D9;
  }
}
.flow-page .flow-image {
  aspect-ratio: 5/3;
}
.flow-page .flow-image-pc {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .flow-page .flow-image-pc {
    display: none;
  }
}
.flow-page .flow-image-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .flow-page .flow-image-sp {
    display: block;
  }
}
@media only screen and (max-width: 1800px) {
  .flow-page .flow-image {
    aspect-ratio: auto;
    flex: 0.7;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .flow-image {
    width: 80%;
    margin: 0 auto;
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .flow-image {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .flow-image {
    height: 180px;
  }
}
.flow-page .flow-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flow-page .flow-detail-item .flow-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
@media only screen and (max-width: 992px) {
  .flow-page .flow-detail-item .flow-content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .flow-detail-item .flow-content {
    gap: 15px;
  }
}
.flow-page .flow-title {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .flow-page .flow-title {
    justify-content: center;
    text-align: center;
  }
}
.flow-page .step-number {
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 24px;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 1500px) {
  .flow-page .step-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .step-number {
    font-size: 33px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .step-number {
    font-size: 28px;
  }
}
.flow-page .step-number.orange {
  color: #EA5405;
}
.flow-page .step-number.blue {
  color: #4D85D9;
}
.flow-page .flow-title h2 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: #4F4F4F;
  margin: 0;
  padding-bottom: 3px;
  white-space: nowrap;
}
@media only screen and (max-width: 1500px) {
  .flow-page .flow-title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .flow-title h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .flow-title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .flow-title h2 {
    line-height: 30px;
    white-space: normal;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .flow-title h2 {
    line-height: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .flow-title h2 {
    line-height: 26px;
  }
}
.flow-page .flow-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #4F4F4F;
}
@media only screen and (max-width: 1500px) {
  .flow-page .flow-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .flow-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .flow-text {
    font-size: 17px;
  }
}
.flow-page .flow-text strong {
  background-color: rgba(246, 255, 73, 0.6);
}
.flow-page .flow-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .flow-page .flow-text {
    text-align: left;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .flow-text {
    padding: 0 10px;
  }
}
.flow-page .aftercare-section {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .flow-page .aftercare-section {
    padding: 0 30px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .aftercare-section {
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .aftercare-section {
    padding: 0 15px 15px;
    margin-top: 20px;
  }
}
.flow-page .aftercare-container {
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 30px;
  max-width: 1130px;
  width: 95%;
  display: flex;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .flow-page .aftercare-container {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .aftercare-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .aftercare-container {
    padding: 15px;
  }
}
.flow-page .title-border-top {
  width: 27px;
  height: 16px;
  border: 2px solid #4D85D9;
  border-bottom: none;
  border-right: none;
  align-self: flex-start;
}
.flow-page .title-border-bottom {
  width: 27px;
  height: 16px;
  border: 2px solid #4D85D9;
  border-top: none;
  border-left: none;
  align-self: flex-end;
}
.flow-page .aftercare-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.flow-page .aftercare-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #4F4F4F;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .flow-page .aftercare-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .aftercare-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .aftercare-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .aftercare-content p {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .aftercare-content p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .aftercare-content p {
    line-height: 1.7;
  }
}
.flow-page .guidebook-section {
  background: url("../assets/images/common/bg-pattern01.png");
  padding: 30px 0;
}
@media only screen and (max-width: 992px) {
  .flow-page .guidebook-section {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-section {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .guidebook-section {
    padding: 15px 0;
  }
}
.flow-page .guidebook-container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  z-index: 1;
}
.flow-page .guidebook-content {
  display: flex;
  justify-content: center;
  max-width: 1060px;
  width: 95%;
  margin: 0 auto;
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .flow-page .guidebook-content {
    flex-direction: column;
    gap: 25px;
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-content {
    gap: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .guidebook-content {
    gap: 15px;
  }
}
.flow-page .guidebook-image {
  width: 307.892px;
  height: auto;
  position: relative;
  flex-shrink: 0;
}
@media only screen and (max-width: 992px) {
  .flow-page .guidebook-image {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-image {
    width: 200px;
  }
}
.flow-page .guidebook-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flow-page .guidebook-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 992px) {
  .flow-page .guidebook-text {
    gap: 25px;
    width: 100%;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-text {
    gap: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .guidebook-text {
    gap: 15px;
  }
}
.flow-page .guidebook-title {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .flow-page .guidebook-title {
    justify-content: center;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-title {
    gap: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .guidebook-title {
    gap: 10px;
  }
}
.flow-page .guidebook-title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #1c2a75;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1500px) {
  .flow-page .guidebook-title h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .guidebook-title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .guidebook-title h3 {
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-title h3 {
    line-height: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .guidebook-title h3 {
    line-height: 24px;
    white-space: normal;
  }
}
.flow-page .guidebook-icon {
  width: 46.79px;
  height: 37.914px;
  flex-shrink: 0;
}
@media only screen and (max-width: 992px) {
  .flow-page .guidebook-icon {
    width: 40px;
    height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-icon {
    width: 35px;
    height: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .guidebook-icon {
    width: 30px;
    height: 24px;
  }
}
.flow-page .guidebook-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flow-page .guidebook-description p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  color: #000000;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1500px) {
  .flow-page .guidebook-description p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-description p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .guidebook-description p {
    font-size: 16px;
  }
}
.flow-page .guidebook-description p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .flow-page .guidebook-description p {
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .guidebook-description p {
    line-height: 26px;
    margin: 0 0 12px 0;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .guidebook-description p {
    line-height: 24px;
    margin: 0 0 10px 0;
  }
}
.flow-page .mission-section {
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  .flow-page .mission-section {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-section {
    padding: 37.5px 0;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-section {
    padding: 37.5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-section .common-title h2 {
    font-size: 21px;
  }
  .flow-page .mission-section .number-title h4 {
    font-size: 18px;
  }
}
.flow-page .mission-container {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-container {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-container {
    gap: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-container {
    gap: 20px;
  }
}
.flow-page .mission-header {
  display: flex;
  flex-direction: column;
  width: 95%;
  align-items: center;
  gap: 25px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-header {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-header {
    gap: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-header {
    gap: 12px;
  }
}
.flow-page .mission-description {
  padding: 0 15px;
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-description {
    padding: 0;
  }
}
.flow-page .mission-description p {
  font-size: 21px;
  color: #1F2937;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .flow-page .mission-description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-description p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-description p {
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-description p {
    line-height: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-description p {
    line-height: 24px;
  }
}
.flow-page .mission-blocks {
  display: flex;
  width: 95%;
  margin: 0 auto;
  gap: 50px;
  align-items: stretch;
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-blocks {
    gap: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-blocks {
    gap: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-blocks {
    gap: 45px;
  }
}
@media only screen and (max-width: 1500px) {
  .flow-page .mission-blocks .number-title {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 1400px) {
  .flow-page .mission-blocks {
    gap: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-blocks {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-blocks {
    gap: 25px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-blocks .number-title {
    flex-direction: row;
    align-items: center;
  }
}
.flow-page .mission-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-block {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-block {
    gap: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-block {
    gap: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-block {
    flex: auto;
    width: calc(50% - 30px);
    max-width: 400px;
    border: 2px solid #E5E7EB;
    padding-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-block {
    width: 100%;
    max-width: none;
  }
}
.flow-page .column-2 {
  max-width: 1040px;
}
.flow-page .mission-image {
  width: 100%;
  aspect-ratio: 800/480;
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-image {
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-image {
    aspect-ratio: 16/10;
  }
}
.flow-page .mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flow-page .mission-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-content {
    gap: 8px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-content {
    gap: 6px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-content {
    gap: 5px;
  }
}
.flow-page .mission-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #4F4F4F;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1500px) {
  .flow-page .mission-text p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-text p {
    font-size: 15px;
  }
}
.flow-page .mission-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .flow-page .mission-text p {
    line-height: 1.6;
    margin: 0 0 12px 0;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .mission-text p {
    line-height: 1.6;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .mission-text p {
    line-height: 1.7;
    margin: 0 0 8px 0;
  }
}
.flow-page .installation-examples-section {
  padding: 30px 0;
  position: relative;
}
.flow-page .installation-examples-section.bg-image {
  background: url("../assets/images/common/bg-pattern01.png");
}
.flow-page .installation-example.container01 .sub-slider .slider-indicators {
  background-color: #fff;
}
.flow-page .installation-examples-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .flow-page .installation-examples-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .installation-examples-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .installation-examples-container {
    padding: 0 15px;
  }
}
.flow-page .installation-examples-container .sub-slider {
  flex: none;
  min-height: 250px;
  aspect-ratio: 12/9;
}
@media only screen and (max-width: 992px) {
  .flow-page .installation-example {
    margin-bottom: 30px;
  }
}
.flow-page .example-content {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .flow-page .example-content {
    flex-direction: column;
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .example-content {
    gap: 20px;
  }
}
.flow-page .sub-images .slide-item {
  width: 100%;
  height: 250px;
}
.flow-page .sub-images .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .flow-page .sub-images .slide-item {
    height: 340px;
  }
}
.flow-page .example-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 992px) {
  .flow-page .example-text {
    width: 100%;
    gap: 0px;
  }
}
.flow-page .example-title {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .flow-page .example-title {
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .example-title {
    gap: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .example-title {
    gap: 10px;
  }
}
.flow-page .example-title.danger .title-group h3 {
  color: #9d2200;
}
.flow-page .example-title.safe .title-group h3 {
  color: #1c2a75;
}
.flow-page .example-icon {
  width: 48.184px;
  height: 48.184px;
  flex-shrink: 0;
}
@media only screen and (max-width: 992px) {
  .flow-page .example-icon {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .example-icon {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .example-icon {
    width: 40px;
    height: 40px;
  }
}
.flow-page .example-icon img {
  width: 100%;
  height: 100%;
}
.flow-page .title-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 6px 0;
}
@media only screen and (max-width: 1500px) {
  .flow-page .title-group {
    gap: 0;
  }
}
@media only screen and (max-width: 992px) {
  .flow-page .title-group {
    flex-direction: column;
  }
}
.flow-page .title-group h3 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .flow-page .title-group h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .title-group h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .title-group h3 {
    font-size: 22px;
  }
}
.flow-page .title-group h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #4F4F4F;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .flow-page .title-group h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .title-group h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .title-group h4 {
    font-size: 16px;
  }
}
.flow-page .example-description p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #000000;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1500px) {
  .flow-page .example-description p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-page .example-description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .flow-page .example-description p {
    font-size: 16px;
  }
}
.flow-page .example-description p:last-child {
  margin-bottom: 0;
  padding: 0 25px;
}

/* ========================================
   コンタクトページ
======================================== */
.contact-page .error {
  color: #B70000;
  font-weight: bold;
}
.contact-page .contact-intro {
  padding: 30px 70px;
}
.contact-page .contact-intro__text {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  margin-bottom: 30px;
  letter-spacing: 1.02px;
}
@media only screen and (max-width: 768px) {
  .contact-page .contact-intro__text br {
    display: none;
  }
}
.contact-page .contact-intro__confirm {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  margin-bottom: 30px;
  letter-spacing: 1.02px;
}
@media only screen and (max-width: 768px) {
  .contact-page .contact-intro__confirm br {
    display: none;
  }
}
.contact-page .contact-warning {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  background-color: #ffe4e4;
  border-radius: 10px;
  padding: 20px 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-page .contact-warning__icon {
  width: 46px;
  height: 42px;
  flex-shrink: 0;
}
.contact-page .contact-warning__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.579;
  color: #9d2200;
  letter-spacing: 1.02px;
}
@media only screen and (max-width: 768px) {
  .contact-page .contact-warning__text {
    font-size: 14px;
  }
}
.contact-page .contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 70px 50px;
  background-image: url("../assets/images/common/bg-pattern01.png");
  background-repeat: repeat;
  background-size: 576px 384px;
  background-position: top left;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .contact-page .contact-form {
    padding: 30px 20px 50px;
  }
}
.contact-page .form-row {
  display: flex;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact-page .form-row {
    flex-direction: column;
    gap: 2px;
  }
}
.contact-page .form-flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-page .horizontal-item {
  margin: 0 !important;
}
.contact-page .horizontal-item label {
  display: flex;
  align-items: center;
}
.contact-page .horizontal-item label input[type=checkbox] {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(55, 113, 200, 0.7);
  border-radius: 2px;
  background-color: white;
  appearance: none;
  margin-right: 7px;
  flex-shrink: 0;
}
.contact-page .horizontal-item label input[type=checkbox]:checked {
  background-color: #4d85d9;
  border-color: #4d85d9;
  position: relative;
}
.contact-page .horizontal-item label input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.contact-page .form-label {
  width: 240px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .contact-page .form-label {
    width: 100%;
  }
}
.contact-page .form-label .label-required,
.contact-page .form-label .label-optional {
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  display: inline-block;
}
.contact-page .form-label .label-required {
  background-color: #ea5405;
  border: 1px solid #ea5405;
}
.contact-page .form-label .label-optional {
  background-color: #4d85d9;
  border: 1px solid #4d85d9;
}
.contact-page .form-label .label-text {
  font-size: 16px;
  font-weight: 400;
  color: #231815;
  line-height: 1.4;
  margin-bottom: 5px;
}
.contact-page .form-label .label-note {
  font-size: 12px;
  color: #4d85d9;
  display: flex;
  align-items: center;
}
.contact-page .form-label .label-note::before {
  content: "※";
  font-size: 14px;
  margin-right: 2px;
}
.contact-page .form-input {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  flex: 1;
  gap: 30px;
  min-width: 0;
}
@media only screen and (max-width: 768px) {
  .contact-page .form-input {
    gap: 15px;
  }
}
.contact-page .form-input .text-input,
.contact-page .form-input .textarea-input {
  width: 100%;
  padding: 11px 15px;
  border: 1px solid rgba(55, 113, 200, 0.6);
  border-radius: 6px;
  background-color: white;
  font-size: 16px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #231815;
}
@media only screen and (max-width: 1024px) {
  .contact-page .form-input .text-input,
  .contact-page .form-input .textarea-input {
    padding: 11px 15px;
  }
}
.contact-page .form-input .text-input::placeholder,
.contact-page .form-input .textarea-input::placeholder {
  color: #aaaaaa;
}
.contact-page .form-input .text-input:focus,
.contact-page .form-input .textarea-input:focus {
  outline: none;
  border-color: rgba(55, 113, 200, 0.8);
}
.contact-page .form-input .textarea-input {
  height: 200px;
  resize: vertical;
  padding: 13.5px 15px;
}
.contact-page .form-input .select-wrapper {
  position: relative;
}
.contact-page .form-input .select-wrapper .select-input {
  width: 100%;
  height: 45px;
  padding: 11px 15px;
  border: 1px solid rgba(55, 113, 200, 0.6);
  border-radius: 6px;
  background-color: white;
  font-size: 16px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #231815;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.222' height='13' viewBox='0 0 7.222 13'%3E%3Cpath d='M1 1l5 5.5L1 12' stroke='%23aaa' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
}
@media only screen and (max-width: 1024px) {
  .contact-page .form-input .select-wrapper .select-input {
    padding: 11px 15px;
  }
}
.contact-page .form-input .select-wrapper .select-input:focus {
  outline: none;
  border-color: rgba(55, 113, 200, 0.8);
}
.contact-page .mw_wp_form .error {
  position: absolute;
  top: -25px;
}
.contact-page input[type=radio].checkbox-group {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(55, 113, 200, 0.7);
  border-radius: 50%;
  background-color: white;
  appearance: none;
  margin-right: 7px;
  flex-shrink: 0;
  cursor: pointer;
}
.contact-page input[type=radio].checkbox-group:checked {
  background-color: #4d85d9;
  border-color: #4d85d9;
  position: relative;
}
.contact-page input[type=radio].checkbox-group:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
}
.contact-page input[type=radio].checkbox-group:focus {
  outline: 2px solid rgba(77, 133, 217, 0.3);
  outline-offset: 2px;
}
.contact-page .mwform-radio-field-text {
  font-size: 16px;
  color: #231815;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  margin-right: 30px;
}
.contact-page .checkbox-group,
.contact-page .checkbox-horizontal {
  display: flex;
  gap: 7px;
  align-items: center;
  flex-wrap: wrap;
}
.contact-page .checkbox-group label,
.contact-page .checkbox-horizontal label {
  font-size: 16px;
  color: #231815;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact-page .checkbox-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-page .checkbox-horizontal label {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.contact-page .contact-submit {
  padding: 20px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-page .contact-submit .flex-wrapper {
  gap: 20px;
}
.contact-page .contact-submit .checkbox-single {
  display: flex;
  align-items: center;
  position: relative;
  gap: 7px;
}
.contact-page .privacy-agreement {
  display: flex;
  align-items: center;
  position: relative;
  gap: 7px;
}
.contact-page .submit-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact-page .submit-button {
    flex-direction: column;
    gap: 10px;
  }
}
.contact-page .submit-button .btn-back {
  padding: 10px 20px;
  border-radius: 80px;
  border: none;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-page .submit-button .btn-back::after {
  content: "→";
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}
.contact-page .submit-button .btn-back {
  background-color: #6b7280;
  color: white;
}
.contact-page .submit-button .btn-back::after {
  content: "←";
}
.contact-page .submit-button .btn-back:hover {
  background-color: #4b5563;
  transform: translateY(-2px);
}
.contact-page .submit-button .btn-back:active {
  transform: translateY(0);
  border-bottom-width: 2px;
}

/* レスポンシブ対応 */
@media only screen and (max-width: 768px) {
  .contact-page .contact-intro {
    padding: 20px 15px;
  }
  .contact-page .contact-form {
    padding: 20px 15px 30px;
  }
  .contact-page .contact-form__wrapper {
    padding: 20px 15px;
  }
  .contact-page .contact-warning {
    padding: 15px 20px 20px;
    margin-bottom: 20px;
  }
  .contact-page .contact-submit {
    padding: 15px 15px 30px;
  }
  .contact-page .contact-submit__warning {
    padding: 15px 20px;
  }
}
.confirm-page .contact-submit__warning {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}
.confirm-page .contact-warning {
  background-color: #fff;
  padding: 0;
  margin-bottom: 10px;
}
.confirm-page .contact-warning__text, .confirm-page .contact-warning__icon {
  display: none;
}
.confirm-page .form-input {
  padding: 11px 15px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.85);
}
.confirm-page .submit-button {
  padding-top: 30px;
}
.confirm-page .common-btn {
  font-size: 25px;
  padding: 10px 70px;
}
.confirm-page .privacy-agreement,
.confirm-page .checkbox-single {
  position: relative;
}
.confirm-page .privacy-agreement::before,
.confirm-page .checkbox-single::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/icon/check-icon.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translate(-50%, -50%);
  color: #EA5405;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .confirm-page .contact-warning {
    padding: 0;
    margin-bottom: 10px;
  }
}

/* ========================================
   同業者の皆様へページ
======================================== */
.partner-page .section-container {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  .partner-page .section-container {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .section-container {
    padding: 37.5px 0;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .section-container {
    padding: 37.5px 0;
  }
}
.partner-page .section-title-with-icon {
  position: relative;
  padding: 25px 0 25px 30px;
  margin-bottom: 25px;
}
.partner-page .section-title-with-icon .section-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  height: 85px;
}
.partner-page .section-title-with-icon .section-title {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.21;
  color: #4F4F4F;
  text-align: center;
  margin: 0;
  padding: 6px 0 10px;
}
@media only screen and (max-width: 1500px) {
  .partner-page .section-title-with-icon .section-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .section-title-with-icon .section-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .section-title-with-icon .section-title {
    font-size: 25px;
  }
}
.partner-page .partner-intro .section-container {
  padding-top: 0;
}
.partner-page .partner-intro .intro-text {
  padding: 0 15px;
  margin-bottom: 30px;
}
.partner-page .partner-intro .intro-text p {
  font-size: 19px;
  line-height: 1.68;
  color: #1F2937;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .partner-intro .intro-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-intro .intro-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .partner-intro .intro-text p {
    font-size: 16px;
  }
}
.partner-page .partner-intro .reason-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1400px) {
  .partner-page .partner-intro .reason-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1200px) {
  .partner-page .partner-intro .reason-blocks {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.partner-page .partner-intro .reason-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
}
.partner-page .partner-intro .reason-block .reason-image {
  width: 100%;
  aspect-ratio: 800/480;
}
.partner-page .partner-intro .reason-block .reason-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-intro .reason-block .reason-image {
    width: 95%;
    margin: 0 auto;
  }
}
.partner-page .partner-intro .reason-block .reason-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 1200px) {
  .partner-page .partner-intro .reason-block .reason-content {
    width: 90%;
    margin: 0 auto;
    gap: 10px;
  }
}
.partner-page .partner-intro .reason-block .number-title {
  margin-bottom: 0;
}
.partner-page .partner-intro .reason-block .reason-description p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #4F4F4F;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .partner-intro .reason-block .reason-description p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-intro .reason-block .reason-description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .partner-intro .reason-block .reason-description p {
    font-size: 15px;
  }
}
.partner-page .led-comparison {
  padding: 30px 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .partner-page .led-comparison {
    padding: 27px 0;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .led-comparison {
    padding: 22.5px 0;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .led-comparison {
    padding: 22.5px 0;
  }
}
.partner-page .led-comparison::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/images/common/bg-pattern01.png");
  background-repeat: repeat;
  background-size: 576px 384px;
  background-position: top left;
  opacity: 0.5;
  z-index: -1;
}
.partner-page .led-comparison .comparison-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 1200px) {
  .partner-page .led-comparison .comparison-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .led-comparison .comparison-container {
    flex-direction: column;
    padding: 0 15px;
  }
}
.partner-page .led-comparison .comparison-image {
  background-color: white;
  flex-shrink: 0;
}
.partner-page .led-comparison .comparison-image img {
  display: block;
  width: 416px;
  height: 313px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .partner-page .led-comparison .comparison-image img {
    width: 100%;
    height: auto;
  }
}
.partner-page .led-comparison .comparison-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.partner-page .led-comparison .comparison-content .comparison-title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #1C2A75;
  margin: 0;
  padding: 5px 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .led-comparison .comparison-content .comparison-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .led-comparison .comparison-content .comparison-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .led-comparison .comparison-content .comparison-title {
    font-size: 21px;
  }
}
.partner-page .led-comparison .comparison-content .comparison-text p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #1F2937;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .led-comparison .comparison-content .comparison-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .led-comparison .comparison-content .comparison-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .led-comparison .comparison-content .comparison-text p {
    font-size: 16px;
  }
}
.partner-page .business-start .business-text {
  padding: 0 70px;
  margin-bottom: 10px;
}
.partner-page .business-start .business-text p {
  font-size: 19px;
  color: #1F2937;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .business-start .business-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .business-start .business-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .business-start .business-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .business-start .business-text {
    padding: 0 15px;
  }
}
.partner-page .partner-voices {
  padding: 30px 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .partner-page .partner-voices {
    padding: 27px 0;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices {
    padding: 22.5px 0;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .partner-voices {
    padding: 22.5px 0;
  }
}
.partner-page .partner-voices::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/images/common/bg-pattern01.png");
  background-repeat: repeat;
  background-size: 576px 384px;
  background-position: top left;
  opacity: 0.5;
  z-index: -1;
}
.partner-page .partner-voices .voices-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voices-container {
    padding: 0 15px;
  }
}
.partner-page .partner-voices .voice-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.partner-page .partner-voices .voice-item {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voice-item {
    flex-direction: column;
    gap: 15px;
  }
}
.partner-page .partner-voices .voice-avatar-pc {
  display: block;
  width: 78px;
  height: 92px;
  flex-shrink: 0;
}
.partner-page .partner-voices .voice-avatar-pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voice-avatar-pc {
    display: none;
  }
}
.partner-page .partner-voices .voice-avatar-sp {
  display: none;
  width: 80px;
  height: 80px;
  background-color: white;
  border: 2px solid #4D85D9;
  border-radius: 300px;
  overflow: hidden;
  flex-shrink: 0;
}
.partner-page .partner-voices .voice-avatar-sp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voice-avatar-sp {
    display: block;
  }
}
.partner-page .partner-voices .voice-content {
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.partner-page .partner-voices .voice-header {
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voice-header {
    gap: 5px;
    padding-left: 0;
    padding: 0 15px;
  }
}
.partner-page .partner-voices .voice-header .voice-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voice-header .voice-inner {
    flex-direction: column;
    align-items: start;
  }
}
.partner-page .partner-voices .voice-header .voice-company {
  background-color: #4D85D9;
  border-radius: 7px;
  padding: 12px 15px;
  display: block;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: white;
  letter-spacing: 1.02px;
  white-space: nowrap;
}
.partner-page .partner-voices .voice-header .voice-title-text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #1F2937;
  letter-spacing: 1.02px;
}
@media only screen and (max-width: 1500px) {
  .partner-page .partner-voices .voice-header .voice-title-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voice-header .voice-title-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .partner-voices .voice-header .voice-title-text {
    font-size: 14px;
  }
}
.partner-page .partner-voices .voice-balloon {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 9px 0 0;
  z-index: 1;
}
.partner-page .partner-voices .voice-balloon .voice-balloon-tail {
  width: 30.092px;
  height: 29.991px;
  margin-right: -3px;
  z-index: 2;
  flex-shrink: 0;
  position: relative;
}
.partner-page .partner-voices .voice-balloon .voice-balloon-tail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3.29%;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' viewBox='0 0 31 30'%3E%3Cpath d='M0 15L30 0v30L0 15z' fill='%23ffffff'/%3E%3Cpath d='M0 15L30 0' stroke='%23005a96' stroke-width='1' fill='none'/%3E%3Cpath d='M30 30L0 15' stroke='%23005a96' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voice-balloon .voice-balloon-tail {
    display: none;
  }
  .partner-page .partner-voices .voice-balloon .voice-balloon-tail::before {
    display: none;
  }
}
.partner-page .partner-voices .voice-balloon .voice-balloon-content {
  background-color: white;
  border: 1px solid #4D85D9;
  border-radius: 10px;
  padding: 18px 25px;
  margin-right: -9px;
  z-index: 1;
  flex: 1;
  position: relative;
}
.partner-page .partner-voices .voice-balloon .voice-balloon-content p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
  color: #1F2937;
  letter-spacing: 1.02px;
  margin: 0;
  max-width: 100%;
}
@media only screen and (max-width: 1500px) {
  .partner-page .partner-voices .voice-balloon .voice-balloon-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voice-balloon .voice-balloon-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .partner-voices .voice-balloon .voice-balloon-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .partner-voices .voice-balloon .voice-balloon-content p {
    width: auto;
  }
}
.partner-page .culture-creation {
  background-color: white;
}
.partner-page .culture-creation .culture-text {
  padding: 0 15px;
  margin-bottom: 30px;
}
.partner-page .culture-creation .culture-text p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.68;
  color: #1F2937;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .culture-creation .culture-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .culture-creation .culture-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .culture-creation .culture-text p {
    font-size: 16px;
  }
}
.partner-page .culture-creation .culture-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 1200px) {
  .partner-page .culture-creation .culture-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .culture-creation .culture-content {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .culture-creation .culture-logo {
    display: flex;
    justify-content: center;
  }
}
.partner-page .culture-creation .culture-image {
  position: relative;
  width: 642px;
  height: 325px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .partner-page .culture-creation .culture-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 642/325;
  }
}
.partner-page .culture-creation .culture-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-page .culture-creation .culture-image .image-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 17px;
}
.partner-page .culture-creation .culture-image .image-indicators .indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
}
.partner-page .culture-creation .culture-image .image-indicators .indicator.active {
  background-color: #EA5405;
}
.partner-page .culture-creation .culture-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px;
}
.partner-page .culture-creation .culture-description .culture-logo img {
  height: 60px;
  width: auto;
}
.partner-page .culture-creation .culture-description .culture-text-content p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.68;
  color: #1F2937;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .culture-creation .culture-description .culture-text-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .culture-creation .culture-description .culture-text-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .culture-creation .culture-description .culture-text-content p {
    font-size: 17px;
  }
}
.partner-page .culture-creation .culture-description .culture-text-content p:last-child {
  margin-bottom: 0;
}
.partner-page .sharesign-national {
  padding-top: 0;
}
.partner-page .sharesign-national .section-container {
  padding: 0;
}
.partner-page .package-diagram {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}
.partner-page .package-diagram img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-page .sharesign-system {
  background-color: white;
}
.partner-page .sharesign-system .system-description {
  padding: 0 15px;
  margin-bottom: 40px;
}
.partner-page .sharesign-system .system-description p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.68;
  color: #1F2937;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .sharesign-system .system-description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .sharesign-system .system-description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .sharesign-system .system-description p {
    font-size: 16px;
  }
}
.partner-page .sharesign-system .system-diagram {
  width: 70%;
  margin: 0 auto;
}
.partner-page .sharesign-system .system-diagram img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-page .support-section {
  padding: 30px 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .partner-page .support-section {
    padding: 27px 0;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .support-section {
    padding: 22.5px 0;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .support-section {
    padding: 22.5px 0;
  }
}
.partner-page .support-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/images/common/bg-pattern01.png");
  background-repeat: repeat;
  background-size: 576px 384px;
  background-position: top left;
  opacity: 0.5;
  z-index: 1;
}
.partner-page .support-section .section-container {
  position: relative;
  z-index: 2;
}
.partner-page .support-section .support-description {
  padding: 0 15px;
  margin-bottom: 30px;
}
.partner-page .support-section .support-description p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.68;
  color: #1F2937;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .support-section .support-description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .support-section .support-description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .support-section .support-description p {
    font-size: 16px;
  }
}
.partner-page .support-section .support-team {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .partner-page .support-section .support-team {
    flex-direction: column;
    gap: 30px;
  }
}
.partner-page .support-section .team-member {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.partner-page .support-section .team-member .member-image {
  width: 100%;
  aspect-ratio: 800/480;
}
.partner-page .support-section .team-member .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-page .support-section .team-member .member-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.partner-page .support-section .team-member .member-info .member-title {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 47px;
}
@media only screen and (max-width: 768px) {
  .partner-page .support-section .team-member .member-info .member-title {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 10px;
  }
}
.partner-page .support-section .team-member .member-info .member-title .member-tag {
  background-color: #EA5405;
  border-radius: 5px;
  padding: 8px 10px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: white;
  line-height: normal;
  white-space: nowrap;
  flex-shrink: 0;
}
.partner-page .support-section .team-member .member-info .member-title h4 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #4F4F4F;
  letter-spacing: 1.32px;
  margin: 0;
  flex: 1;
}
@media only screen and (max-width: 1500px) {
  .partner-page .support-section .team-member .member-info .member-title h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .support-section .team-member .member-info .member-title h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .support-section .team-member .member-info .member-title h4 {
    font-size: 18px;
  }
}
.partner-page .support-section .team-member .member-info p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4F4F4F;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .support-section .team-member .member-info p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .support-section .team-member .member-info p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .support-section .team-member .member-info p {
    font-size: 16px;
  }
}
.partner-page .support-section .youtube-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.partner-page .support-section .youtube-section .youtube-video {
  width: 615px;
  height: 350px;
}
@media only screen and (max-width: 768px) {
  .partner-page .support-section .youtube-section .youtube-video {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 615/350;
  }
}
.partner-page .support-section .youtube-section .youtube-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-page .support-section .youtube-section .youtube-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.partner-page .support-section .youtube-section .youtube-description p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.79;
  color: #1F2937;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .partner-page .support-section .youtube-section .youtube-description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .support-section .youtube-section .youtube-description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .support-section .youtube-section .youtube-description p {
    font-size: 16px;
  }
}
.partner-page .support-section .youtube-section .youtube-btn {
  background-color: #EA5405;
  border: 0px 0px 5px solid rgb(134.1338912134, 48.1506276151, 2.8661087866);
  border-radius: 80px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  height: 48px;
  color: white;
  transition: 0.2s all;
}
.partner-page .support-section .youtube-section .youtube-btn .youtube-icon img {
  height: 26px;
  width: auto;
}
.partner-page .support-section .youtube-section .youtube-btn span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: white;
  letter-spacing: 1.02px;
  white-space: nowrap;
}
@media only screen and (max-width: 1500px) {
  .partner-page .support-section .youtube-section .youtube-btn span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-page .support-section .youtube-section .youtube-btn span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-page .support-section .youtube-section .youtube-btn span {
    font-size: 14px;
  }
}
.partner-page .support-section .youtube-section .youtube-btn:hover {
  background-color: rgb(184.0669456067, 66.0753138075, 3.9330543933);
}

/* レスポンシブ対応 */
@media only screen and (max-width: 768px) {
  .partner-page .reason-blocks .reason-block {
    gap: 10px;
  }
  .partner-page .reason-blocks .reason-block .reason-title {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 10px;
  }
  .partner-page .package-diagram .package-item {
    position: static;
    margin-bottom: 20px;
  }
  .partner-page .package-diagram .package-item .package-circle {
    width: 100px;
    height: 100px;
  }
  .partner-page .package-diagram .package-item .package-label {
    font-size: 14px;
    line-height: 20px;
  }
  .partner-page .voice-item .voice-balloon .voice-balloon-content {
    padding: 20px 15px;
  }
}
.service-page .service-container {
  margin: 0 auto;
  padding: 0;
}
.service-page .service-section {
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  .service-page .service-section {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .service-page .service-section {
    padding: 50px 0;
  }
}
.service-page .service-section .service-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1470px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .service-page .service-section .service-content {
    gap: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .service-page .service-section .service-content {
    gap: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .service-page .service-section .service-content {
    gap: 35px;
  }
}
@media only screen and (max-width: 1500px) {
  .service-page .service-section .service-content {
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .service-page .service-section .service-content {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .service-page .service-section .service-content.reverse {
    flex-direction: column-reverse;
  }
}
.service-page .service-section .service02 {
  margin-bottom: 50px;
}
.service-page .service-section .service-text .service-description {
  margin-top: 30px;
}
.service-page .service-section .service-text .service-description p {
  font-size: 18px;
  color: #4F4F4F;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1500px) {
  .service-page .service-section .service-text .service-description p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .service-page .service-section .service-text .service-description p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .service-page .service-section .service-text .service-description p {
    font-size: 15px;
  }
}
.service-page .service-planning {
  background: linear-gradient(0deg, rgba(220, 238, 255, 0.06) 0%, rgba(220, 238, 255, 0.06) 100%), linear-gradient(-5deg, rgba(112, 174, 255, 0.2) 19.86%, rgba(112, 174, 255, 0.2) 70.87%, rgba(112, 174, 255, 0) 40.88%, rgba(112, 174, 255, 0) 80.14%);
}
@media only screen and (max-width: 1024px) {
  .service-page .service-planning {
    background: linear-gradient(0deg, rgba(220, 238, 255, 0.06) 0%, rgba(220, 238, 255, 0.06) 100%), linear-gradient(-155deg, rgba(112, 174, 255, 0.2) 19.86%, rgba(112, 174, 255, 0.2) 60.87%, rgba(112, 174, 255, 0) 40.88%, rgba(112, 174, 255, 0) 80.14%);
  }
}
.service-page .service-planning .sub-slider .slider-indicators {
  background-color: #1C2A75;
}
.service-page .service-planning .sub-slider .slider-indicators .indicator.active {
  background-color: #EA5405;
}
.service-page .service-graphic {
  background: linear-gradient(0deg, rgba(220, 238, 255, 0.06) 0%, rgba(220, 238, 255, 0.06) 100%), linear-gradient(185deg, rgba(112, 174, 255, 0.2) 19.86%, rgba(112, 174, 255, 0.2) 70.87%, rgba(112, 174, 255, 0) 40.88%, rgba(112, 174, 255, 0) 80.14%);
}
@media only screen and (max-width: 1024px) {
  .service-page .service-graphic {
    background: linear-gradient(0deg, rgba(220, 238, 255, 0.06) 0%, rgba(220, 238, 255, 0.06) 100%), linear-gradient(-155deg, rgba(112, 174, 255, 0.2) 19.86%, rgba(112, 174, 255, 0.2) 60.87%, rgba(112, 174, 255, 0) 40.88%, rgba(112, 174, 255, 0) 80.14%);
  }
}
.service-page .service-graphic .sub-slider .slider-indicators {
  background-color: #1C2A75;
}
.service-page .service-graphic .sub-slider .slider-indicators .indicator.active {
  background-color: #EA5405;
}
.service-page .service-sharesign {
  background: linear-gradient(8deg, rgba(234, 84, 5, 0.2) 67.59%, rgba(234, 84, 5, 0.2) 37.41%, #FFF 37.41%);
}
@media only screen and (max-width: 1024px) {
  .service-page .service-sharesign {
    background: linear-gradient(-152deg, rgba(234, 84, 5, 0.2) 47.59%, rgba(234, 84, 5, 0.2) 37.41% 37.41%, #FFF 37.41%);
  }
}
.service-page .service-sharesign .sub-slider .slider-indicators {
  background-color: #1C2A75;
}
.service-page .service-sharesign .sub-slider .slider-indicators .indicator.active {
  background-color: #EA5405;
}

.sign-types-section {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  border: 1px solid #4D85D9;
  border-radius: 10px;
  padding: 20px 0;
}
.sign-types-section .sign-types-container {
  max-width: 1560px;
  margin: 0 auto;
}
.sign-types-section .sign-types-container .title-wrapper {
  text-align: center;
}
.sign-types-section .sign-types-container .title-wrapper .subtitle-underline p {
  margin: 0 auto;
}
.sign-types-section .sign-types-subtitle {
  margin-top: 30px;
  margin-bottom: 60px;
}
.sign-types-section .sign-types-subtitle p {
  font-size: 18px;
  color: #666;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .sign-types-section .sign-types-subtitle p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-types-section .sign-types-subtitle p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .sign-types-section .sign-types-subtitle p {
    font-size: 15px;
  }
}
.sign-types-section .sign-types-subtitle strong {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sign-types-section .sign-types-subtitle {
    margin-bottom: 30px;
  }
  .sign-types-section .sign-types-subtitle strong {
    display: none;
  }
}
.sign-types-section .sign-illustration {
  position: relative;
  max-width: 1357px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sign-types-section .sign-illustration {
    display: none;
  }
}
.sign-types-section .sign-illustration .sign-base-image {
  position: relative;
}
.sign-types-section .sign-illustration .sign-base-image img {
  width: 80%;
  margin: 0 80px auto;
  height: auto;
  display: block;
}
.sign-types-section .sign-illustration .sign-base-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sign-types-section .sign-illustration .sign-base-image svg .hover-area {
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
  fill: transparent;
  stroke: transparent;
  stroke-width: 20;
}
.sign-types-section .sign-illustration .sign-base-image svg .hover-area:hover {
  fill-opacity: 0.1;
  fill: #007ACC;
}
.sign-types-section .sign-illustration .sign-base-image svg path,
.sign-types-section .sign-illustration .sign-base-image svg rect {
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
}
.sign-types-section .sign-illustration .sign-base-image svg path:hover,
.sign-types-section .sign-illustration .sign-base-image svg rect:hover {
  fill: #ffdcc9;
}
.sign-types-section .sign-illustration .sign-base-image svg path {
  pointer-events: none;
}
.sign-types-section .sign-illustration .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.sign-types-section .sign-illustration .popup-overlay.active {
  display: block;
}
.sign-types-section .sign-illustration .sign-popup {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  z-index: 1001;
  min-height: 90vh;
  overflow-y: auto;
  pointer-events: auto;
  /* &::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.98);
  } */
}
@media only screen and (min-width: 2300px) {
  .sign-types-section .sign-illustration .sign-popup {
    min-height: 50vh;
  }
}
@media only screen and (max-width: 1024px) {
  .sign-types-section .sign-illustration .sign-popup {
    min-height: auto;
  }
}
.sign-types-section .sign-illustration .sign-popup.active {
  display: block;
  animation: fadeIn 0.2s ease;
}
.sign-types-section .sign-illustration .sign-popup .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
.sign-types-section .sign-illustration .sign-popup .modal-close:hover {
  background: #fff;
  transform: rotate(90deg);
}
.sign-types-section .sign-illustration .sign-popup .modal-close svg {
  width: 20px;
  height: 20px;
  color: #333;
}
@media only screen and (max-width: 576px) {
  .sign-types-section .sign-illustration .sign-popup .modal-close {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
  }
  .sign-types-section .sign-illustration .sign-popup .modal-close svg {
    width: 24px;
    height: 24px;
    color: #fff;
  }
}
.sign-types-section .sign-illustration .sign-popup .popup-content {
  /* display: flex;
  gap: 15px;
  align-items: flex-start; */
}
.sign-types-section .sign-illustration .sign-popup .popup-content .popup-image {
  flex-shrink: 0;
  min-height: 75vh;
  aspect-ratio: 167/117;
  object-fit: contain;
  overflow: hidden;
  border-radius: 10px;
}
.sign-types-section .sign-illustration .sign-popup .popup-content .popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 2300px) {
  .sign-types-section .sign-illustration .sign-popup .popup-content .popup-image {
    min-height: 50vh;
  }
}
@media only screen and (max-width: 1024px) {
  .sign-types-section .sign-illustration .sign-popup .popup-content .popup-image {
    height: auto;
    width: 80vw;
  }
}
.sign-types-section .sign-illustration .sign-popup .popup-content .popup-title {
  color: #EA5405;
}
.sign-types-section .sign-illustration .sign-popup .popup-content .popup-text {
  flex: 1;
}
.sign-types-section .sign-illustration .sign-popup .popup-content .popup-text h4 {
  font-size: 24px;
  margin: 10px 0;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1500px) {
  .sign-types-section .sign-illustration .sign-popup .popup-content .popup-text h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-types-section .sign-illustration .sign-popup .popup-content .popup-text h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .sign-types-section .sign-illustration .sign-popup .popup-content .popup-text h4 {
    font-size: 16px;
  }
}
.sign-types-section .sign-illustration .sign-popup .popup-content .popup-text p {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .sign-types-section .sign-illustration .sign-popup .popup-content .popup-text p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-types-section .sign-illustration .sign-popup .popup-content .popup-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .sign-types-section .sign-illustration .sign-popup .popup-content .popup-text p {
    font-size: 16px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.sign-types-section .sign-illustration-md {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sign-types-section .sign-illustration-md {
    display: block;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

.sign-list-section {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sign-list-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    gap: 20px;
    flex-direction: column;
    gap: 0;
  }
}
.sign-list-section .sign-list-container {
  max-width: 1200px;
  margin: 0 auto;
  flex: 1;
}
.sign-list-section .sign-list-accordion .accordion-item {
  margin-bottom: 3px;
}
.sign-list-section .sign-list-accordion .accordion-item:first-child {
  border-radius: 8px 8px 0 0;
}
.sign-list-section .sign-list-accordion .accordion-item:last-child {
  border-radius: 0 0 8px 8px;
}
.sign-list-section .sign-list-accordion .accordion-item .accordion-header {
  background: #EDF4FF;
  padding: 20px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
.sign-list-section .sign-list-accordion .accordion-item .accordion-header:hover {
  background: #DCEAFF;
}
.sign-list-section .sign-list-accordion .accordion-item .accordion-header h3 {
  font-size: 18px;
  color: #1C2A75;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-header h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-header h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-header h3 {
    font-size: 15px;
  }
}
.sign-list-section .sign-list-accordion .accordion-item .accordion-header .accordion-icon {
  font-size: 18px;
  color: #99A3C8;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-header .accordion-icon {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-header .accordion-icon {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-header .accordion-icon {
    font-size: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-header {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-header {
    padding: 16px 20px;
  }
}
.sign-list-section .sign-list-accordion .accordion-item .accordion-content {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  background: #EDF4FF;
}
.sign-list-section .sign-list-accordion .accordion-item .accordion-content hr {
  border: 0.7px solid rgba(153, 163, 200, 0.5098039216);
}
.sign-list-section .sign-list-accordion .accordion-item .accordion-content .accordion-images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.sign-list-section .sign-list-accordion .accordion-item .accordion-content .accordion-images img {
  border-radius: 10px;
  overflow: hidden;
}
.sign-list-section .sign-list-accordion .accordion-item .accordion-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: 30px 0;
}
@media only screen and (max-width: 1500px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-list-section .sign-list-accordion .accordion-item .accordion-content {
    padding: 0 20px;
  }
  .sign-list-section .sign-list-accordion .accordion-item .accordion-content p {
    margin: 20px 0;
  }
}
.sign-list-section .sign-list-accordion .accordion-item.expanded .accordion-header {
  background: #EDF4FF;
}
.sign-list-section .sign-list-accordion .accordion-item.expanded .accordion-header:hover {
  background: #E4EDFF;
}
.sign-list-section .sign-list-accordion .accordion-item.expanded .accordion-header h3 {
  color: #4F4F4F;
}
.sign-list-section .sign-list-accordion .accordion-item.expanded .accordion-header .accordion-icon {
  color: #4D85D9;
}

.sign-gallery-section {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sign-gallery-section {
    display: none;
  }
}
.sign-gallery-section .sign-gallery-container {
  width: 95%;
  margin: 0 auto;
}
.sign-gallery-section .sign-gallery-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
.sign-gallery-section .sign-gallery-grid .sign-gallery-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  grid-column: span 4;
}
.sign-gallery-section .sign-gallery-grid .sign-gallery-item img {
  width: 100%;
  aspect-ratio: 167/117;
  object-fit: cover;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.sign-gallery-section .sign-gallery-grid .sign-gallery-item .sign-gallery-item-title {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin: 0;
  padding: 15px 15px 10px 20px;
  text-align: left;
  position: relative;
}
.sign-gallery-section .sign-gallery-grid .sign-gallery-item .sign-gallery-item-title::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #EA5405;
}
.sign-gallery-section .sign-gallery-grid .sign-gallery-item:nth-child(n+10) {
  grid-column: span 3;
}
@media only screen and (max-width: 768px) {
  .sign-gallery-section {
    padding: 40px 0;
  }
  .sign-gallery-section .sign-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .sign-gallery-section .sign-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .service-page .service-section .service-content {
    padding: 0;
    flex-direction: column;
    gap: 20px;
  }
  .service-page .service-production .service-content,
  .service-page .service-led .service-content {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 576px) {
  .service-page .service-section {
    border-bottom: solid 4px #dddddd;
  }
}
.service-page .service-led .service-logo-title {
  gap: 15px;
}
.service-page .service-led .service-logo-title.pipit-vision {
  background-color: #231815;
  padding: 10px;
}
.service-page .service-led .service-logo-title img {
  height: 47px;
  width: auto;
}
.service-page .service-sharesign .service-logo-title img {
  height: 48px;
  width: auto;
}
.service-page .flex-wrapper {
  display: block;
}
@media only screen and (max-width: 768px) {
  .service-page .flex-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.news-archive {
  padding: 60px 0;
}
.news-archive .news-section .container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 0 50px;
}
.news-archive .news-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}
.news-archive .news-filter .filter-btn {
  background: #9d9d9d;
  border: none;
  border-bottom: 5px solid #5f5f5f;
  border-radius: 80px;
  color: white;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1.02px;
  padding: 14px 20px;
  padding-bottom: 10px;
  width: 177px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-align: center;
}
.news-archive .news-filter .filter-btn.active {
  background: #4d85d9;
  border-bottom-color: #1c2a75;
}
.news-archive .news-filter .filter-btn.active[data-category=pickup] {
  background: #EA5405;
  border-bottom-color: #9d2200;
}
.news-archive .news-filter .filter-btn.active[data-category=youtube] {
  background: #E12222;
  border-bottom-color: #9d2200;
}
.news-archive .news-filter .filter-btn:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}
.news-archive .news-grid {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .news-archive .news-grid {
    gap: 41px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive .news-grid {
    gap: 36px;
  }
}
@media only screen and (max-width: 576px) {
  .news-archive .news-grid {
    gap: 31px;
  }
}
.news-archive .news-grid .news-card {
  position: relative;
  background: white;
  border-radius: 0;
  box-shadow: -2px 3px 0px 0px rgba(150, 101, 75, 0.12);
  width: 348px;
  transition: 0.3s ease;
  border: 1px solid transparent;
}
.news-archive .news-grid .news-card:hover {
  transform: translateY(-5px);
  opacity: 0.85;
  border: 1px solid #EA5405;
}
.news-archive .news-grid .news-card .news-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-archive .news-grid .news-card .news-image {
  aspect-ratio: 16/9;
  object-fit: contain;
  width: 100%;
  overflow: hidden;
}
.news-archive .news-grid .news-card .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.news-archive .news-grid .news-card .news-image .no-image {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-archive .news-grid .news-card .news-image .no-image .atlas-logo {
  opacity: 0.3;
}
.news-archive .news-grid .news-card .news-card-content {
  padding: 10px 25px 15px;
  color: #4f4f4f;
}
.news-archive .news-grid .news-card .news-card-content .news-date {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 2px;
}
.news-archive .news-grid .news-card .news-card-content .news-date time {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.news-archive .news-grid .news-card .news-card-content .news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 19px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: flex;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  margin: 0;
}
.news-archive .loading,
.news-archive .error,
.news-archive .no-posts {
  text-align: center;
  padding: 60px 0;
  color: #666;
  font-size: 18px;
}
.news-archive .loading {
  color: #4d85d9;
}
.news-archive .loading::after {
  content: "...";
  animation: loading-dots 1.5s infinite;
}
@keyframes loading-dots {
  0%, 20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.news-archive .error {
  color: #ea5405;
}

@media only screen and (max-width: 1200px) {
  .news-archive .news-section .container {
    padding: 0 30px;
  }
  .news-archive .news-grid {
    justify-content: center;
  }
  .news-archive .news-grid .news-card {
    width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive {
    padding: 40px 0;
  }
  .news-archive .news-section .container {
    padding: 0 20px;
  }
  .news-archive .news-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
  .news-archive .news-filter .filter-btn {
    width: 280px;
    font-size: 16px;
  }
  .news-archive .news-grid {
    gap: 20px;
  }
  .news-archive .news-grid .news-card {
    width: 100%;
    max-width: 350px;
  }
}
.single-info .product_catch {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .single-info .product_catch {
    height: 250px;
  }
}
.single-info .product_catch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.single-info .product_catch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}
.single-info .product_body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body {
    padding: 0 15px;
  }
}
.single-info .product_body p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #1F2937;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
}
.single-info .product_body h2 {
  font-size: 24px;
  font-weight: 600;
  color: #4D85D9;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #EA5405;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body h2 {
    font-size: 20px;
    margin: 30px 0 16px 0;
    padding-bottom: 8px;
  }
}
.single-info .product_body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #4D85D9;
  margin: 30px 0 16px 0;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body h3 {
    font-size: 18px;
    margin: 24px 0 12px 0;
  }
}
.single-info .product_body ul,
.single-info .product_body ol {
  margin: 20px 0;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body ul,
  .single-info .product_body ol {
    margin: 16px 0;
    padding-left: 16px;
  }
}
.single-info .product_body ul li,
.single-info .product_body ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body ul li,
  .single-info .product_body ol li {
    margin-bottom: 6px;
  }
}
.single-info .product_body blockquote {
  background: url("../assets/images/common/bg-pattern01.png");
  border-left: 4px solid #EA5405;
  margin: 20px 0;
  padding: 20px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body blockquote {
    margin: 16px 0;
    padding: 16px;
  }
}
.single-info .product_body blockquote p {
  margin-bottom: 0;
  font-style: italic;
}
.single-info .product_body .wp-block-image {
  margin: 15px 5px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body .wp-block-image {
    margin: 24px 0;
  }
}
.single-info .product_body .wp-block-image img {
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.single-info .product_body .wp-block-image + .wp-block-image {
  display: inline-block;
  height: 500px;
  vertical-align: top;
  width: calc(50% - 10px);
}
.single-info .product_body .wp-block-image + .wp-block-image img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .single-info .product_body .wp-block-image + .wp-block-image {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .single-info .product_body .wp-block-image + .wp-block-image + .wp-block-image {
    margin-left: 0;
    width: 100%;
  }
}
.single-info .product_body .wp-block-image:has(+ .wp-block-image) {
  display: inline-block;
  width: calc(50% - 10px);
  height: 500px;
  margin-right: 0;
}
.single-info .product_body .wp-block-image:has(+ .wp-block-image) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .single-info .product_body .wp-block-image:has(+ .wp-block-image) {
    width: 100%;
    display: block;
  }
}
.single-info .product_body .image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body .image-gallery {
    gap: 15px;
    margin: 24px 0;
  }
}
@media only screen and (max-width: 576px) {
  .single-info .product_body .image-gallery {
    gap: 10px;
  }
}
.single-info .product_body .image-gallery .wp-block-image {
  flex: 1;
  min-width: 200px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body .image-gallery .wp-block-image {
    min-width: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .single-info .product_body .image-gallery .wp-block-image {
    min-width: 120px;
    flex-basis: calc(50% - 5px);
  }
}
.single-info .product_body .image-gallery .wp-block-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body .image-gallery .wp-block-image img {
    height: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .single-info .product_body .image-gallery .wp-block-image img {
    height: 120px;
  }
}
.single-info .product_body .image-row {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .single-info .product_body .image-row {
    gap: 15px;
    margin: 24px 0;
  }
}
@media only screen and (max-width: 576px) {
  .single-info .product_body .image-row {
    flex-direction: column;
    gap: 10px;
  }
}
.single-info .product_body .image-row .wp-block-image {
  flex: 1;
  margin: 0;
}
.single-info .product_body .image-row .wp-block-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.single .product_catch {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .single .product_catch {
    height: 250px;
  }
}
.single .product_catch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}
.single .product_body {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
}
.single .product_body p {
  font-size: 21px;
  line-height: 1.8;
  margin: 24px 0;
  color: #1F2937;
}
@media only screen and (max-width: 1500px) {
  .single .product_body p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_body p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_body p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_body p {
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_body p {
    margin-bottom: 16px;
  }
}
.single .product_body .wp-block-heading {
  font-size: 28px;
  font-weight: 700;
  color: #4F4F4F;
  margin: 50px 0 24px 0;
  padding-bottom: 12px;
  border-bottom: 3px solid #4D85D9;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .single .product_body .wp-block-heading {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_body .wp-block-heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_body .wp-block-heading {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_body .wp-block-heading {
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_body .wp-block-heading {
    margin: 30px 0 16px 0;
    padding-bottom: 8px;
  }
}
.single .product_body .wp-block-heading::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #1C2A75;
  border-radius: 2px;
}
.single .product_body h3 {
  font-size: 22px;
  font-weight: 600;
  color: #4D85D9;
  margin: 40px 0 20px 0;
}
@media only screen and (max-width: 992px) {
  .single .product_body h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_body h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_body h3 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_body h3 {
    margin: 30px 0 16px 0;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_body h3 {
    margin: 24px 0 12px 0;
  }
}
.single .product_works {
  background: url("../assets/images/common/bg-pattern01.png");
  padding: 80px 0;
  margin-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .single .product_works {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_works {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_works {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_works {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_works {
    margin-bottom: 40px;
  }
}
.single .product_works .producttitle {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .single .product_works .producttitle {
    margin-bottom: 22.5px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_works .producttitle {
    margin-bottom: 15px;
  }
}
.single .product_works .producttitle_title {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 37px;
  font-weight: 700;
  color: #4F4F4F;
  margin: 0 0 12px 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .single .product_works .producttitle_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_works .producttitle_title {
    font-size: 25px;
    margin-bottom: 8px;
  }
}
.single .product_works .producttitle_text {
  font-family: "Alatsi", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #EA5405;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .single .product_works .producttitle_text {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.single .product_works .m_inner {
  width: 95%;
  margin: 0 auto;
}
.single .product_works .product_works_wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.single .product_works .product_works_wrapper .swiper-container {
  overflow: visible;
}
.single .product_works .product_works_wrapper .swiper-slide {
  height: auto !important;
}
@media only screen and (max-width: 768px) {
  .single .product_works .product_works_wrapper .swiper-slide {
    width: 600px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_works .product_works_wrapper .swiper-slide {
    width: 80vw;
  }
}
.single .product_works .product_works_wrapper .swiper-slide img {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  width: 100%;
  height: 600px;
  max-height: 600px;
  object-fit: cover;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .single .product_works .product_works_wrapper .swiper-slide img {
    height: 450px;
    max-height: 450px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_works .product_works_wrapper .swiper-slide img {
    height: 300px;
    max-height: 300px;
    border-radius: 6px;
  }
}
.single .product_works .product_works_wrapper .swiper-slide .swiper-slide-text {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  color: #4F4F4F;
  padding: 10px 15px;
  margin-top: 10px;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .single .product_works .product_works_wrapper .swiper-slide .swiper-slide-text {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_works .product_works_wrapper .swiper-slide .swiper-slide-text {
    border-radius: 6px;
  }
}
.single .product_works .product_works_wrapper .swiper-button-prev,
.single .product_works .product_works_wrapper .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .single .product_works .product_works_wrapper .swiper-button-prev,
  .single .product_works .product_works_wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_works .product_works_wrapper .swiper-button-prev,
  .single .product_works .product_works_wrapper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.single .product_works .product_works_wrapper .swiper-button-prev:hover,
.single .product_works .product_works_wrapper .swiper-button-next:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}
.single .product_works .product_works_wrapper .swiper-button-prev::after,
.single .product_works .product_works_wrapper .swiper-button-next::after {
  font-size: 16px;
  color: #4D85D9;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .single .product_works .product_works_wrapper .swiper-button-prev::after,
  .single .product_works .product_works_wrapper .swiper-button-next::after {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_works .product_works_wrapper .swiper-button-prev::after,
  .single .product_works .product_works_wrapper .swiper-button-next::after {
    font-size: 12px;
  }
}
.single .product_story {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .single .product_story {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_story {
    margin-bottom: 40px;
  }
}
.single .product_story .producttitle {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .single .product_story .producttitle {
    margin-bottom: 37.5px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_story .producttitle {
    margin-bottom: 25px;
  }
}
.single .product_story .producttitle_title {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 37px;
  font-weight: 700;
  color: #4F4F4F;
  margin: 0 0 12px 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .single .product_story .producttitle_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_story .producttitle_title {
    font-size: 25px;
    margin-bottom: 8px;
  }
}
.single .product_story .producttitle_text {
  font-family: "Alatsi", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #EA5405;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .single .product_story .producttitle_text {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.single .product_story .product_flow {
  width: 40%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 992px) {
  .single .product_story .product_flow {
    width: 95%;
  }
}
.single .product_story .product_flow tr {
  border-bottom: 1px solid #e9ecef;
}
.single .product_story .product_flow tr:last-child {
  border-bottom: none;
}
.single .product_story .product_flow_head {
  width: 70px;
  padding: 24px 20px;
  padding-right: 0;
  color: #EA5405;
  font-family: "Alatsi", sans-serif;
  font-weight: 500;
  font-size: 35px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1500px) {
  .single .product_story .product_flow_head {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_story .product_flow_head {
    font-size: 21px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_story .product_flow_head {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_story .product_flow_head {
    width: 150px;
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_story .product_flow_head {
    width: 60px;
    padding: 16px 12px;
  }
}
.single .product_story .product_flow_body {
  padding: 24px 10px;
  font-size: 19px;
  line-height: 1.7;
  color: #1F2937;
}
@media only screen and (max-width: 1500px) {
  .single .product_story .product_flow_body {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_story .product_flow_body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_story .product_flow_body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_story .product_flow_body {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_story .product_flow_body {
    padding: 16px 12px;
  }
}
.single .product_other {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .single .product_other {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_other {
    margin-bottom: 30px;
  }
}
.single .product_other .producttitle {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .single .product_other .producttitle {
    margin-bottom: 22.5px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_other .producttitle {
    margin-bottom: 15px;
  }
}
.single .product_other .producttitle_title {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 37px;
  font-weight: 700;
  color: #4F4F4F;
  margin: 0 0 12px 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .single .product_other .producttitle_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_other .producttitle_title {
    font-size: 25px;
    margin-bottom: 8px;
  }
}
.single .product_other .producttitle_text {
  font-family: "Alatsi", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #EA5405;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .single .product_other .producttitle_text {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.single .product_other_wrapper {
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .single .product_other_wrapper {
    gap: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_other_wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_other_wrapper {
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_other_wrapper {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_other_wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .single .product_other_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media only screen and (max-width: 576px) {
  .single .product_other_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.single .product_other_item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .single .product_other_item {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_other_item {
    border-radius: 6px;
  }
}
.single .product_other_item a {
  display: block;
  position: relative;
  overflow: hidden;
  position: relative;
}
.single .product_other_item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.single .product_other_item a:hover img {
  transform: scale(1.1);
}
.single .product_other_item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}
.single .product_other_item a:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.single .product_other_item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .single .product_other_item img {
    height: 200px;
  }
}
@media only screen and (max-width: 576px) {
  .single .product_other_item img {
    height: 150px;
  }
}

.error404 .page-title-section {
  display: none;
}

.error-404-page {
  background-color: #fff;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.error-404-page .error-404-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 576px) {
  .error-404-page .error-404-container {
    padding: 0 15px;
  }
}

.error-404-hero {
  padding: 80px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .error-404-hero {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  .error-404-hero {
    padding: 40px 0;
  }
}
.error-404-hero .error-hero-content {
  max-width: 700px;
  margin: 0 auto;
}
.error-404-hero .error-404-icon {
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .error-404-hero .error-404-icon {
    margin-bottom: 30px;
  }
}
.error-404-hero .error-404-icon .error-number {
  font-family: "Alatsi", sans-serif;
  font-size: 150px;
  font-weight: 700;
  color: #4D85D9;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .error-404-hero .error-404-icon .error-number {
    font-size: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .error-404-hero .error-404-icon .error-number {
    font-size: 96px;
  }
}
.error-404-hero .common-title {
  margin-bottom: 30px;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .error-404-hero .common-title {
    margin-bottom: 25px;
    padding: 20px 0;
  }
}
.error-404-hero .common-title h1 {
  font-size: 36px;
  font-weight: 700;
  color: #4F4F4F;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .error-404-hero .common-title h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .error-404-hero .common-title h1 {
    font-size: 21px;
    margin-left: 10px;
  }
}
.error-404-hero .error-message {
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .error-404-hero .error-message {
    margin-bottom: 30px;
  }
}
.error-404-hero .error-message p {
  font-size: 18px;
  line-height: 1.8;
  color: #797979;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .error-404-hero .error-message p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .error-404-hero .error-message p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.error-404-hero .error-action .common-btn {
  font-size: 18px;
  padding: 15px 30px;
}
@media only screen and (max-width: 576px) {
  .error-404-hero .error-action .common-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}

.policy-page .policy-content {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: 4px dotted #dddddd;
}
.policy-page .common-title h2 {
  font-size: 28px;
}
@media only screen and (max-width: 1500px) {
  .policy-page .common-title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .policy-page .common-title h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .policy-page .common-title h2 {
    font-size: 24px;
  }
}
.policy-page .policy-text {
  margin-top: 15px;
}
.policy-page .policy-text p {
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #1F2937;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1500px) {
  .policy-page .policy-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .policy-page .policy-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .policy-page .policy-text p {
    font-size: 17px;
  }
}/*# sourceMappingURL=style.css.map */