@charset "UTF-8";
body.page-service .section-intro-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  list-style: none;
}
@media (max-width: 767.98px) {
  body.page-service .section-intro-list {
    flex-direction: column;
  }
}
body.page-service .section-intro-list li {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  body.page-service .section-intro-list li {
    padding-bottom: 8px;
    border-bottom: 1px solid currentColor;
  }
}
body.page-service .section-intro-list li:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  margin-left: 16px;
  background-color: var(--color-primary);
}
@media (max-width: 767.98px) {
  body.page-service .section-intro-list li:not(:last-child)::after {
    display: none;
  }
}
body.page-service .section-intro-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: currentColor;
  text-decoration: none;
}
body.page-service .section-intro-list a::before {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
body.page-service .overline-title {
  margin-bottom: 48px;
}
body.page-service .section-copy {
  margin-bottom: 24px;
  padding-block: 16px;
  border-radius: 8px;
  font-size: clamp(1.8rem, 1.1161961367rem + 0.8915304606vw, 2.4rem);
  color: var(--color-white);
  line-height: var(--leading-md);
  text-align: center;
  background: var(--color-secondary);
}
body.page-service .section-01-image {
  text-align: center;
}
@media (max-width: 767.98px) {
  body.page-service .section-01-image {
    margin-inline: -40px;
  }
}
body.page-service .section-service-flex-list {
  display: grid;
  gap: 48px;
  list-style: none;
  margin-top: clamp(4.8rem, 2.9765230312rem + 2.3774145617vw, 6.4rem);
}
body.page-service .section-service-flex-list-item-text {
  display: grid;
  gap: 16px;
  letter-spacing: var(--tracking-wider);
  line-height: var(--leading-xl);
}
body.page-service .section-service-flex-list-item-text ul {
  list-style: none;
  margin-top: -0.5em;
}
body.page-service .section-service-flex-list-item-text ul li {
  line-height: var(--leading-md);
  margin-left: 1em;
  text-indent: -1em;
}
body.page-service .section-service-flex-list-item-text ul li::before {
  content: "・";
}
body.page-service .section-service-flex-list-item-flex {
  display: flex;
  align-items: flex-start;
  gap: 30px clamp(2.4rem, -0.3352154532rem + 3.5661218425vw, 4.8rem);
}
@media (max-width: 767.98px) {
  body.page-service .section-service-flex-list-item-flex {
    flex-direction: column;
  }
}
body.page-service .section-service-flex-list-item-flex:nth-child(odd) .section-service-flex-list-item-flex-image {
  order: 99;
}
body.page-service .section-service-flex-list-item-flex-content {
  flex: 1;
}
body.page-service .section-service-flex-list-item-flex-image {
  width: 320px;
}
@media (max-width: 767.98px) {
  body.page-service .section-service-flex-list-item-flex-image {
    width: auto;
  }
}
body.page-service .section-service-flex-list-item-flex-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-service :is(.section-service-02-text,
.section-service-04-text) ul {
  list-style: none;
  font-size: var(--text-xs);
  padding: 16px;
  border: 1px solid var(--color-gray-200);
  margin-top: 16px;
}
body.page-service :is(.section-service-02-text,
.section-service-04-text) ul li {
  margin-left: 1em;
  text-indent: -1em;
}
body.page-service .section-service-03-example {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--color-gray-200);
  font-size: var(--text-xs);
}
body.page-service .section-service-03-example::before {
  content: "例）";
}
body.page-service .section-service-03-example + .section-service-table {
  margin-top: 24px;
}
body.page-service .section-service-table .grid-table-head {
  display: flex;
  align-items: center;
}
body.page-service .section-service-remake-table {
  margin-top: 24px;
}
body.page-service .section-service-move-table tbody td:last-child {
  text-align: right;
}
body.page-service #section-01 {
  overflow: hidden;
}
body.page-service .section-04-inner {
  display: grid;
  gap: 64px;
}
@media (max-width: 767.98px) {
  body.page-service .section-service-move-table thead, body.page-service .section-service-move-table tbody, body.page-service .section-service-move-table tr, body.page-service .section-service-move-table th, body.page-service .section-service-move-table td {
    display: block;
    width: 100%;
  }
  body.page-service .section-service-move-table td:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
  }
  body.page-service .section-service-move-table td:last-child {
    padding-top: 0;
    text-align: center !important;
  }
}
body.page-service .section-move-service .img-box img {
  max-width: initial;
}
body.page-service .section-move-service .scroll-box {
  min-width: 0;
  padding-block: 8px;
}
body.page-service .section-move-service .scroll-hint-shadow-wrap {
  min-width: 0;
}
body.page-service .section-move-service .scroll-hint-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-service .section-move-service .scroll-hint-icon {
  position: static;
  padding-block: 8px;
}
body.page-service .section-move-service .scroll-hint-icon::before {
  width: 24px;
  height: 24px;
}
body.page-service .section-move-service .scroll-hint-icon::after {
  display: none;
}
body.page-service .section-move-service-title {
  margin-bottom: 16px;
  padding: 15px;
  padding-top: 0;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  font-size: var(--text-xl);
  line-height: var(--leading-md);
}
body.page-service .section-service-move-table-annotation {
  margin: 0;
  margin-top: 16px;
  list-style: none;
}
body.page-service .section-service-move-table-annotation li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: var(--text-xs);
  line-height: var(--leading-md);
}
body.page-service .section-move-service-wrapper {
  display: grid;
  gap: 48px;
}
body.page-service .section-move-service-text {
  display: grid;
  gap: 16px;
}
body.page-service .section-service-phone-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.page-service .section-service-phone {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: var(--text-4xl);
}
body.page-service .section-service-phone-num {
  font-size: var(--text-6xl);
  font-family: var(--font-scheherazade-new);
  text-box: trim-both cap alphabetic;
}
body.page-service .section-service-phone-num a {
  color: currentColor;
  text-decoration: none;
}
body.page-service .section-service-wrapper .section {
  padding-block: clamp(6.4rem, 4.5765230312rem + 2.3774145617vw, 8rem);
}
body.page-service .section-service-wrapper .section.pt-50 {
  padding-bottom: calc(clamp(3.6rem, 2.0044576523rem + 2.0802377415vw, 5rem) + 20px);
}
body.page-service .section-service-wrapper .section:nth-child(even) {
  background-color: var(--color-gray-50);
}

body.page-company #section-intro .left-border-title {
  margin-bottom: 20px;
}
body.page-company .section-intro-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(2.4rem, -0.3352154532rem + 3.5661218425vw, 4.8rem);
}
@media (max-width: 767.98px) {
  body.page-company .section-intro-inner {
    grid-template-columns: 1fr;
  }
}
body.page-company .section-intro-subtitle {
  font-size: clamp(1.8rem, 1.1161961367rem + 0.8915304606vw, 2.4rem);
  margin-bottom: 24px;
}
body.page-company .section-factory-chapter-wrapper {
  display: grid;
  gap: clamp(4.8rem, 2.9765230312rem + 2.3774145617vw, 6.4rem);
}
body.page-company .section-factory-chapter-title {
  margin-bottom: 24px;
  padding-block: 16px;
  border-radius: 8px;
  font-size: clamp(1.8rem, 1.1161961367rem + 0.8915304606vw, 2.4rem);
  color: var(--color-white);
  line-height: var(--leading-md);
  text-align: center;
  background: var(--color-secondary);
}
body.page-company .section-factory-chapter-list-item {
  list-style: none;
}
body.page-company .section-factory-chapter-list {
  display: grid;
  gap: 32px;
}
body.page-company .section-factory-chapter-list + .section-factory-chapter-subtitle {
  margin-top: 32px;
}
body.page-company .section-factory-chapter-subtitle {
  margin-bottom: 16px;
  padding: 15px;
  padding-top: 0;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  font-size: var(--text-xl);
  line-height: var(--leading-md);
}
body.page-company .section-factory-chapter-flex {
  display: grid;
  grid-template-columns: clamp(20rem, 9.0591381872rem + 14.26448737vw, 29.6rem) 1fr;
  gap: clamp(2rem, -0.279346211rem + 2.9717682021vw, 4rem);
}
body.page-company .section-factory-chapter-flex:is(.grid-col-1) {
  grid-template-columns: 1fr;
}
@media (max-width: 767.98px) {
  body.page-company .section-factory-chapter-flex {
    grid-template-columns: 1fr;
  }
}
body.page-company .section-factory-chapter-flex-image {
  text-align: center;
}
body.page-company .section-factory-chapter-flex-image img {
  border-radius: 8px;
}
body.page-company .section-factory-chapter-flex-text {
  display: grid;
  gap: 16px;
}
body.page-company .section-factory-gallery {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}
body.page-company .section-factory-gallery li {
  aspect-ratio: 1/1;
}
body.page-company .section-factory-gallery li a {
  display: block;
  width: 100%;
  height: 100%;
}
body.page-company .section-factory-gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-text-title {
  font-size: clamp(2.4rem, 0.8044576523rem + 2.0802377415vw, 3.8rem);
  font-weight: var(--font-bold);
  line-height: var(--leading-171);
}

.contact-form-title {
  margin-bottom: 24px;
  font-size: var(--text-md);
  letter-spacing: var(--tracking-wider);
  line-height: var(--leading-none);
  text-align: center;
}

.section-event-cta-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px clamp(1rem, -0.0257057949rem + 1.3372956909vw, 1.9rem);
  margin-top: clamp(3.6rem, 2.0044576523rem + 2.0802377415vw, 5rem);
  list-style: none;
}
@media (max-width: 767.98px) {
  .section-event-cta-downloads {
    grid-template-columns: 1fr;
  }
}

.section-event-cta-downloads-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 334px;
  gap: 10px;
  padding: 15px;
  padding-left: clamp(1.5rem, -0.779346211rem + 2.9717682021vw, 3.5rem);
  border-radius: 90px;
  border: 2px solid var(--color-primary);
  color: currentColor;
  text-decoration: none;
  background-color: var(--color-white);
}
@media (max-width: 767.98px) {
  .section-event-cta-downloads-btn {
    width: 100%;
  }
}

.section-event-cta-downloads-btn-inner {
  display: flex;
  align-items: center;
}

.section-event-cta-downloads-btn-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-weight: var(--font-bold);
  line-height: var(--leading-md);
}
.section-event-cta-downloads-btn-text span {
  letter-spacing: var(--tracking-tight);
}
.section-event-cta-downloads-btn-text span:nth-child(1) {
  font-size: clamp(1.4rem, 1.1720653789rem + 0.2971768202vw, 1.6rem);
}
.section-event-cta-downloads-btn-text span:nth-child(2) {
  font-size: clamp(1.2rem, 0.9720653789rem + 0.2971768202vw, 1.4rem);
}

.section-event-cta-downloads-btn-icon {
  --size: clamp(3.6rem, 2.0044576523rem + 2.0802377415vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: var(--color-primary);
}
.section-event-cta-downloads-btn-icon::before {
  display: block;
  content: "";
  width: clamp(1.6rem, 1.0301634473rem + 0.7429420505vw, 2.1rem);
  aspect-ratio: 21/19;
  background: url(../img/common/icon_dl.svg) no-repeat center center/contain;
}

@media (max-width: 559.98px) {
  body:is(.page-thanks) .entry-content p br {
    display: none;
  }
}

body.page-application .section-contact-text p {
  margin-left: 1em;
  text-indent: -1em;
  font-size: var(--text-xs);
}
body.page-application .section-event-cta-downloads {
  margin-block: clamp(3.6rem, 2.0044576523rem + 2.0802377415vw, 5rem) 24px;
}
@media (min-width: 1024px) {
  body.page-application .section-event-cta-downloads li {
    width: 100%;
  }
}
@media (max-width: 559.98px) {
  body.page-application .section-event-cta-downloads li {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.page-application .section-event-cta-downloads-btn {
    width: 100%;
  }
}

.section-message-inner {
  display: grid;
  grid-template-columns: 1fr clamp(24rem, 10.323922734rem + 17.8306092125vw, 36rem);
  gap: clamp(3.6rem, -0.2748885587rem + 5.0520059435vw, 7rem);
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .section-message-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .section-message-inner .section-message-box-primary {
    display: contents;
  }
  .section-message-inner .section-message-box-secondary {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}

.section-message-image {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.6rem, -1.1352154532rem + 3.5661218425vw, 4rem);
}
.section-message-image img {
  border-radius: 8px;
}

.section-message-lead-01 {
  margin-bottom: clamp(2.4rem, 0.5765230312rem + 2.3774145617vw, 4rem);
  font-size: clamp(2.8rem, 1.6603268945rem + 1.485884101vw, 3.8rem);
  font-weight: var(--font-bold);
  line-height: var(--leading-md);
}

.section-message-lead-02 {
  margin-bottom: clamp(2rem, -0.279346211rem + 2.9717682021vw, 4rem);
  font-size: clamp(2rem, 1.0882615156rem + 1.1887072808vw, 2.8rem);
  font-weight: var(--font-bold);
  line-height: 1.7142857143;
  letter-spacing: var(--tracking-wider);
}
@media (max-width: 374px) {
  .section-message-lead-02 br {
    display: none;
  }
}

.section-message-text {
  display: grid;
  line-height: 2.375;
}
@media (max-width: 767.98px) {
  .section-message-text {
    gap: 0.75em;
  }
}

.section-message-from {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-weight: var(--font-bold);
  line-height: var(--leading-none);
}
@media (max-width: 767.98px) {
  .section-message-from {
    gap: 8px;
  }
}

.section-message-from-pos {
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
}

.section-message-from-name {
  font-size: clamp(1.8rem, 1.1161961367rem + 0.8915304606vw, 2.4rem);
  letter-spacing: var(--tracking-wider);
}
