@charset "UTF-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 4.75rem;
  max-width: 100%;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 3.25rem;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
  color: #1f2933;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: clip;
  word-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: calc(3.625rem + env(safe-area-inset-bottom));
  }
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}
main {
  display: block;
}

p {
  line-height: 1.9;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

h1,
h2,
h3,
.c-section-heading,
.c-section-heading__title,
.c-card__title,
.c-cta__title,
[class$=__title],
[class$=__catch] {
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

input,
textarea,
select,
button {
  letter-spacing: 0;
}

:where(input, textarea, select) {
  color: inherit;
}

:where(input, textarea, select, button, a):focus-visible {
  outline: 2px solid #f1b84b;
  outline-offset: 0;
}

a,
button {
  transition: opacity 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#footer.l-footer {
  padding-top: 3.5rem;
  padding-bottom: 2.125rem;
  color: #fff;
  background-color: #4f5658;
}
@media screen and (max-width: 767px) {
  #footer.l-footer {
    padding-top: 2.625rem;
    padding-bottom: 2.25rem;
  }
}

.l-footer__inner {
  display: block;
}

.l-footer__heading {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.l-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .l-footer__top {
    grid-template-columns: 1fr;
  }
}

.l-footer__brand {
  display: inline-grid;
  row-gap: 0.5rem;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.l-footer__brand-logo {
  display: block;
  width: 11.25rem;
  height: auto;
  filter: brightness(0) invert(1);
}

.l-footer__brand-name {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__brand-name {
    font-size: 1.5rem;
  }
}

.l-footer__brand-sub {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.875rem;
  line-height: 1.7;
}

.l-footer__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1.75rem;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    grid-template-columns: 1fr;
    gap: 1.125rem;
  }
}

.l-footer__info-text {
  margin-top: 0;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.8;
}

.l-footer__info-text a {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.l-footer__info-text a[href^="tel:"] {
  gap: 0.625rem;
  font-size: 1.375rem;
}

.l-footer__info-text a[href^="tel:"]::before {
  content: "";
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  background-color: currentColor;
  -webkit-mask: url("../images/common/icon-phone.svg") no-repeat center/contain;
  mask: url("../images/common/icon-phone.svg") no-repeat center/contain;
}

.l-footer__info-note {
  margin-top: 0.125rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  line-height: 1.6;
}

.l-footer__divider {
  height: 1px;
  margin-top: 2.625rem;
  background-color: rgba(255, 255, 255, 0.32);
}

.l-footer__sitemap {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr) minmax(0, 1fr);
  grid-column-gap: 2.625rem;
  -moz-column-gap: 2.625rem;
       column-gap: 2.625rem;
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__sitemap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sitemap {
    grid-template-columns: 1fr;
    margin-top: 2.125rem;
  }
}

.l-footer__column-title {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6;
}

.l-footer__list {
  display: grid;
  grid-row-gap: 0.625rem;
  row-gap: 0.625rem;
  margin-top: 1rem;
  padding-left: 0;
  list-style: none;
}

.l-footer__link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.875rem;
  line-height: 1.7;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.l-footer__link:hover,
.l-footer__link:focus-visible {
  color: #fff;
}

.l-footer__bottom {
  margin-top: 2.875rem;
  text-align: center;
}

.l-footer .copyright {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8125rem;
  line-height: 1.7;
}

.l-header,
.l-fixHeader {
  color: #0b2f4f;
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(15, 76, 129, 0.12);
}

.l-header__bar.pc_ {
  display: none;
}

.l-header__logo .c-headLogo__link,
.l-fixHeader__logo .c-headLogo__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  color: #0b2f4f;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.l-header__logo .c-headLogo.-img,
.l-fixHeader__logo .c-headLogo.-img {
  display: grid;
  align-items: center;
  justify-items: flex-start;
}

.l-header__logo .c-headLogo.-img .c-headLogo__link,
.l-fixHeader__logo .c-headLogo.-img .c-headLogo__link {
  display: grid;
  align-items: center;
  justify-items: flex-start;
}

.l-header__logo .c-headLogo__image,
.l-fixHeader__logo .c-headLogo__image {
  display: block;
  width: auto;
  height: 3.125rem;
}

.l-fixHeader__logo .c-headLogo__image {
  height: 2.5rem;
}

.l-header__gnav .c-gnav > li > a,
.l-fixHeader__gnav .c-gnav > li > a {
  color: #1f2933;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
}

.l-header__gnav .c-gnav > li > a::after,
.l-fixHeader__gnav .c-gnav > li > a::after {
  background-color: #0b8f8f;
}

@media (min-width: 960px) {
  #header.l-header .l-header__inner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header.l-header .l-header__upper {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 0.875rem;
  }
  #header.l-header .l-header__logo {
    display: flex;
    align-items: center;
    margin-right: 0;
    padding: 0;
  }
  #header.l-header .l-header__logo .c-headLogo__link {
    font-size: 1.75rem;
  }
  #header.l-header .l-header__gnav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(15, 76, 129, 0.12);
  }
  #header.l-header .l-header__gnav .c-gnav {
    justify-content: center;
    width: 100%;
  }
  #header.l-header .l-header__gnav .c-gnav > li > a {
    height: 3.25rem;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}
.p-header-contact {
  display: flex;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  align-items: center;
  justify-content: flex-end;
}

.p-header-contact__top {
  display: grid;
  grid-row-gap: 0.125rem;
  row-gap: 0.125rem;
  justify-items: end;
}

.p-header-contact__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  color: #0b2f4f;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-header-contact__tel::before {
  content: "";
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  background-color: currentColor;
  -webkit-mask: url("../images/common/icon-phone.svg") no-repeat center/contain;
  mask: url("../images/common/icon-phone.svg") no-repeat center/contain;
}

.p-header-contact__hours {
  color: #5d6b78;
  font-size: 0.6875rem;
  line-height: 1.4;
  white-space: nowrap;
}

.p-header-contact__buttons {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.p-header-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  height: 2.375rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border: 1px solid #0f4c81;
  border-radius: 62.4375rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-header-contact__button--download {
  color: #0b2f4f;
  background-color: #fff;
}

.p-header-contact__button--contact {
  color: #fff;
  background-color: #0f4c81;
}

.p-header-contact__button:hover,
.p-header-contact__button:focus-visible {
  color: #fff;
  background-color: #0b2f4f;
  border-color: #0b2f4f;
}

@media not all and (min-width: 960px) {
  .l-header__upper {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--logo_size_sp);
  }
  .l-header__inner {
    position: relative;
    justify-content: flex-start;
  }
  .l-header__gnav {
    display: none;
  }
  .l-fixHeader {
    display: none;
  }
  #header.l-header {
    position: sticky;
    top: 0;
  }
  .l-header__customBtn.sp_ {
    display: none;
  }
  .l-header__logo {
    flex: 1 1 auto;
    order: 1;
    max-width: calc(100% - 3.5rem);
    padding-left: 1rem;
    text-align: left;
  }
  .l-header__logo .c-headLogo__link {
    display: inline-flex;
    overflow: visible;
    font-size: 1rem;
    text-overflow: clip;
    white-space: nowrap;
  }
  .l-header__logo .c-headLogo__image {
    height: 2.375rem;
  }
  .l-header__menuBtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    order: 3;
    width: var(--logo_size_sp);
  }
  #sp_menu.p-spMenu.-left .p-spMenu__inner {
    right: 0;
    left: auto;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(88vw);
  }
  #sp_menu.p-spMenu.-left .p-spMenu__overlay {
    transition: opacity 0.32s ease;
  }
  #sp_menu.p-spMenu.-left .p-spMenu__closeBtn {
    right: 0;
    left: auto;
  }
  [data-spmenu=opened] #sp_menu.p-spMenu.-left .p-spMenu__inner {
    transform: translateX(0);
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}

.l-section__head {
  width: 100%;
}

.l-section__body {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-section__body {
    margin-top: 2rem;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.375rem;
  max-width: 100%;
  padding: 0 1.5rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}
@media (hover: hover) {
  .c-button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    height: 3.375rem;
    padding: 0 1.125rem;
    font-size: 0.9375rem;
  }
}

.c-button::after {
  content: "";
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.c-button--primary {
  color: #fff;
  background-color: #0f4c81;
  border-color: #0f4c81;
}
@media (hover: hover) {
  .c-button--primary:hover {
    color: #0f4c81;
    background-color: #fff;
    border-color: #0f4c81;
  }
}

.c-button--secondary {
  color: #fff;
  background-color: #0b8f8f;
  border-color: #0b8f8f;
}
@media (hover: hover) {
  .c-button--secondary:hover {
    background-color: #0b2f4f;
    border-color: #0b2f4f;
  }
}

.c-button--outline {
  color: #0f4c81;
  background-color: #fff;
  border-color: #0f4c81;
}
@media (hover: hover) {
  .c-button--outline:hover {
    color: #fff;
    background-color: #0f4c81;
  }
}

.c-button--light {
  color: #0b2f4f;
  background-color: #fff;
  border-color: #fff;
}
@media (hover: hover) {
  .c-button--light:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }
}

.c-button--wide {
  width: 100%;
}

.c-card {
  min-width: 0;
  padding: 1.75rem;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-card {
    padding: 1.375rem;
  }
}

.c-card__label {
  color: #0b8f8f;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.c-card__title {
  margin-top: 0.625rem;
  color: #0b2f4f;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.25rem;
  }
}

.c-card__text {
  margin-top: 0.875rem;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.9;
}

.c-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.c-cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #0b2f4f;
  background-color: #eaf5fb;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}

.c-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.c-cta__content {
  min-width: 0;
  text-align: center;
}

.c-cta__title {
  margin-top: 0.4375rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 1.5625rem;
  }
}

.c-cta__title::before {
  content: "CONTACT";
  display: block;
  margin-bottom: 0.625rem;
  color: #0b8f8f;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.c-cta__text {
  max-width: 42.5rem;
  margin-top: 0.875rem;
  margin-right: auto;
  margin-left: auto;
  color: rgba(11, 47, 79, 0.78);
  font-size: 0.9375rem;
  line-height: 1.9;
}

.c-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-cta__actions {
    justify-content: stretch;
    width: 100%;
  }
}

.c-cta__actions .c-button {
  width: 11.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta__actions .c-button {
    width: 100%;
  }
}

.c-cta__actions .c-button--light {
  color: #fff;
  background-color: #0f4c81;
  border-color: #0f4c81;
}

.c-cta__actions .c-button--outline {
  color: #0f4c81;
  background-color: #fff;
  border-color: #0f4c81;
}

.c-section-heading {
  display: grid;
  grid-row-gap: 0.625rem;
  row-gap: 0.625rem;
  text-align: center;
}

.c-section-heading__title {
  color: #0b2f4f;
  font-size: clamp(1.8125rem, 0.78125rem + 2.15vw, 2.5rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-section-heading__title {
    line-height: 1.45;
  }
}

.protech-labo-company-page #content.l-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.protech-labo-company-page #sidebar.l-sidebar,
.protech-labo-company-page .p-breadcrumb {
  display: none;
}

.p-company {
  background-color: #fff;
}

.p-company-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 5.75rem;
  padding-bottom: 4.5rem;
  color: #0b2f4f;
  background: linear-gradient(135deg, #fff 0%, rgba(234, 247, 255, 0.96) 58%, rgba(255, 248, 231, 0.88) 100%);
}
@media screen and (max-width: 767px) {
  .p-company-hero {
    padding-top: 4.25rem;
    padding-bottom: 3.5rem;
  }
}

.p-company-hero::before {
  position: absolute;
  top: 1.5rem;
  right: 2.25rem;
  z-index: -1;
  width: 26.25rem;
  height: 11.25rem;
  content: "";
  background: linear-gradient(135deg, rgba(11, 143, 143, 0.14) 0%, rgba(255, 255, 255, 0.66) 100%);
  clip-path: polygon(20% 0, 100% 0, 82% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-company-hero::before {
    right: -7.5rem;
    width: 17.5rem;
    height: 9.375rem;
  }
}

.p-company-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-company-hero__content {
  width: 100%;
  max-width: 48.75rem;
}

.p-company-hero__label {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  color: #0f4c81;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-company-hero__label::after {
  width: 2.625rem;
  height: 1px;
  content: "";
  background-color: currentColor;
  opacity: 0.72;
}

.p-company-hero__title {
  margin-top: 0.875rem;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-company-hero__title {
    font-size: 1.9375rem;
  }
}

.p-company-breadcrumb {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
  border-top: 1px solid rgba(15, 76, 129, 0.08);
  border-bottom: 1px solid #d8e3ea;
}

.p-company-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: #5d6b78;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.p-company-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.p-company-breadcrumb__item + .p-company-breadcrumb__item::before {
  content: "";
  flex: 0 0 auto;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.p-company-breadcrumb__link {
  color: #0f4c81;
  font-weight: 700;
}

.p-company-intro__layout,
.p-company-overview__layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
  align-items: start;
}

.p-company-intro__layout {
  row-gap: 1.375rem;
}

.p-company-intro__title {
  margin-top: 0.625rem;
  color: #0b2f4f;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-company-intro__title {
    font-size: 1.6875rem;
  }
}

.p-company-intro__body {
  color: #5d6b78;
  font-size: 1rem;
  line-height: 2;
}

.p-company-intro__body p + p {
  margin-top: 1.125rem;
}

.p-company-values {
  background: linear-gradient(135deg, rgba(234, 247, 255, 0.84) 0%, rgba(255, 255, 255, 0.98) 64%, rgba(255, 248, 231, 0.5) 100%);
}

.p-company-map {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  aspect-ratio: 16/5;
  margin-top: 2.5rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background-color: #f5f8fb;
}

.p-company-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p-company-values__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.125rem;
  gap: 1.125rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 1024px) {
  .p-company-values__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-company-values__grid {
    margin-top: 2rem;
  }
}

.p-company-value-card {
  position: relative;
  isolation: isolate;
  padding: 1.875rem 1.75rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(15, 76, 129, 0.13);
  border-radius: 0 2.1875rem 2.1875rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-value-card {
    padding: 1.5rem 1.375rem;
  }
}

.p-company-value-card__diagram {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: -1;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  background-color: rgba(11, 143, 143, 0.08);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-company-value-card__diagram {
    top: 1.25rem;
    right: 1.25rem;
  }
}

.p-company-value-card__diagram img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company-value-card__number {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  color: #0b8f8f;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-company-value-card__number::after {
  width: 1.875rem;
  height: 1px;
  content: "";
  background-color: currentColor;
  opacity: 0.62;
}

.p-company-value-card__title {
  margin-top: 1.125rem;
  color: #0b2f4f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-company-value-card__text {
  margin-top: 0.875rem;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.9;
}

.p-company-ecosystem__lead {
  max-width: 51.25rem;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.95;
  text-align: center;
}

.p-company-ecosystem__diagram {
  position: relative;
  width: 100%;
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 1/1;
}

.p-company-ecosystem__orbit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.p-company-ecosystem__orbit-path {
  fill: none;
  stroke: rgba(241, 184, 75, 0.85);
  stroke-width: 3;
  stroke-dasharray: 208;
  stroke-dashoffset: 0;
  vector-effect: non-scaling-stroke;
  animation: claude-orbit-draw-loop 4.5s ease-in-out infinite;
}

.p-company-ecosystem__diagram::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 42%;
  aspect-ratio: 1/1;
  content: "";
  background: radial-gradient(circle, rgba(241, 184, 75, 0.5) 0%, rgba(241, 184, 75, 0) 70%);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  pointer-events: none;
}

.p-company-ecosystem__diagram.is-armed.is-visible::after {
  animation: ecosystem-hub-pulse 3.6s ease-out 1.6s infinite;
}

@keyframes claude-orbit-draw-loop {
  0% {
    stroke-dashoffset: 208;
  }
  40% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -208;
  }
}
@keyframes ecosystem-hub-pulse {
  0% {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(0.8);
  }
  70%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-company-ecosystem__diagram .p-company-ecosystem__orbit-path {
    animation: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }
  .p-company-ecosystem__diagram::after,
  .p-company-ecosystem__diagram.is-armed.is-visible::after {
    opacity: 0;
    animation: none;
  }
}
.p-company-ecosystem__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 31%;
  aspect-ratio: 1/1;
  padding: 0.75rem;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 32% 28%, #2e6fb0 0%, #0f4c81 46%, #093863 100%);
  border-radius: 50%;
  box-shadow: inset -8px -10px 22px rgba(0, 0, 0, 0.3), inset 6px 8px 18px rgba(120, 170, 220, 0.18), 0 12px 28px rgba(9, 40, 99, 0.3);
  transform: translate(-50%, -50%);
}

.p-company-ecosystem__center-brand {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-company-ecosystem__center-sub {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.p-company-ecosystem__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-company-ecosystem__item {
  position: absolute;
  width: 8.25rem;
  transform: translate(-50%, -50%);
}

.p-company-ecosystem__item--1 {
  top: 29.33%;
  left: 39.92%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0.9);
}

.p-company-ecosystem__item--2 {
  top: 25.72%;
  left: 77.65%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.86);
}

.p-company-ecosystem__item--3 {
  top: 44.39%;
  left: 87.73%;
  z-index: 3;
  transform: translate(-50%, -50%) scale(0.97);
}

.p-company-ecosystem__item--4 {
  top: 71.67%;
  left: 62.08%;
  z-index: 5;
  transform: translate(-50%, -50%) scale(1.07);
}

.p-company-ecosystem__item--5 {
  top: 79.28%;
  left: 22.35%;
  z-index: 6;
  transform: translate(-50%, -50%) scale(1.1);
}

.p-company-ecosystem__item--6 {
  top: 55.61%;
  left: 12.27%;
  z-index: 4;
  transform: translate(-50%, -50%) scale(1.02);
}

.p-company-ecosystem__node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  color: #0b2f4f;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-company-ecosystem__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  color: #0b2f4f;
  background: radial-gradient(circle at 35% 30%, #ffe1a0 0%, #f1b84b 52%, #d4972b 100%);
  border-radius: 50%;
  box-shadow: inset -5px -6px 14px rgba(120, 70, 0, 0.3), inset 4px 5px 10px rgba(255, 240, 200, 0.35), 0 7px 16px rgba(180, 120, 30, 0.3);
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-company-ecosystem__icon-svg {
  width: 2.375rem;
  height: 2.375rem;
}

.p-company-ecosystem__name {
  position: absolute;
  top: 100%;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  max-width: 8.75rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transform: translateX(-50%);
}

.p-company-ecosystem__item--1 .p-company-ecosystem__name,
.p-company-ecosystem__item--2 .p-company-ecosystem__name {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.p-company-ecosystem__node:hover .p-company-ecosystem__icon,
.p-company-ecosystem__node:focus-visible .p-company-ecosystem__icon {
  transform: translateY(-2px);
}

@media screen and (max-width: 1024px) {
  .p-company-ecosystem__diagram {
    max-width: 35rem;
  }
  .p-company-ecosystem__item {
    width: 7.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-ecosystem__diagram {
    max-width: none;
    margin-top: 2.25rem;
    aspect-ratio: auto;
  }
  .p-company-ecosystem__orbit,
  .p-company-ecosystem__diagram::after {
    display: none;
  }
  .p-company-ecosystem__center {
    position: static;
    width: 100%;
    padding: 1.5rem;
    aspect-ratio: auto;
    background: #0f4c81;
    border-radius: 8px;
    box-shadow: none;
    transform: none;
  }
  .p-company-ecosystem__center-brand {
    font-size: 1.25rem;
  }
  .p-company-ecosystem__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.75rem 1rem;
    gap: 1.75rem 1rem;
    margin-top: 2rem;
  }
  .p-company-ecosystem__item {
    position: static;
    width: auto;
    transform: none;
  }
  .p-company-ecosystem__name,
  .p-company-ecosystem__item--1 .p-company-ecosystem__name,
  .p-company-ecosystem__item--2 .p-company-ecosystem__name,
  .p-company-ecosystem__item--3 .p-company-ecosystem__name {
    position: static;
    max-width: none;
    margin-top: 0.5rem;
    margin-bottom: 0;
    transform: none;
  }
}
.p-company-overview__body {
  min-width: 0;
}

.p-company-overview__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-company-overview__table th,
.p-company-overview__table td {
  padding: 1.125rem 0;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d8e3ea;
}

.p-company-overview__table tr:first-child th,
.p-company-overview__table tr:first-child td {
  border-top: 0;
}

.p-company-overview__table th {
  width: 10.5rem;
  color: #0b2f4f;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-company-overview__table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}

.p-company-overview__table td {
  color: #5d6b78;
}
@media screen and (max-width: 767px) {
  .p-company-overview__table td {
    display: block;
    padding-top: 0.375rem;
    border-top: 0;
  }
}

.p-company-confirm {
  margin-top: 1.875rem;
  padding: 1.5rem;
  background-color: #f5f8fb;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}

.p-company-confirm__title {
  color: #0b2f4f;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-company-confirm__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.625rem 1.125rem;
  gap: 0.625rem 1.125rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-confirm__list {
    grid-template-columns: 1fr;
  }
}

.p-company-confirm__item {
  position: relative;
  padding-left: 1.25rem;
  color: #5d6b78;
  font-size: 0.875rem;
  line-height: 1.75;
}

.p-company-confirm__item::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #0b8f8f;
  border-radius: 50%;
}

.p-fixed-cta {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 80;
  display: grid;
  width: 3.625rem;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  pointer-events: none;
  transform: translate(100%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .p-fixed-cta {
    width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-cta {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 1fr 1fr;
    width: auto;
    overflow: visible;
    border-radius: 0;
    transform: translateY(100%);
  }
}

.p-fixed-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-fixed-cta.is-visible {
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .p-fixBtnWrap {
    right: 1rem;
    bottom: calc(5.5rem + env(safe-area-inset-bottom));
  }
}

.p-fixed-cta__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 9.25rem;
  padding: 1rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  writing-mode: vertical-rl;
}
@media (hover: hover) {
  .p-fixed-cta__link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .p-fixed-cta__link {
    padding: 0.875rem 0.5rem;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__link {
    height: 3.625rem;
    padding: 0 0.625rem;
    font-size: 0.9375rem;
    writing-mode: horizontal-tb;
  }
}

.p-fixed-cta__link--contact {
  color: #fff;
  background-color: #0f4c81;
}

.p-fixed-cta__link--download {
  color: #0f4c81;
  background-color: #fff;
  border: 1px solid #0f4c81;
}

@media screen and (max-width: 767px) {
  .p-fixed-cta__link--contact::after,
  .p-fixed-cta__link--download::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: env(safe-area-inset-bottom);
  }
}

@media screen and (max-width: 767px) {
  .p-fixed-cta__link--contact::after {
    background-color: #0f4c81;
  }
}

@media screen and (max-width: 767px) {
  .p-fixed-cta__link--download::after {
    background-color: #fff;
    border-right: 1px solid #0f4c81;
    border-bottom: 1px solid #0f4c81;
    border-left: 1px solid #0f4c81;
  }
}

.p-fixed-cta__label {
  display: inline-block;
}

.protech-labo-form-page #content.l-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.protech-labo-form-page #sidebar.l-sidebar,
.protech-labo-form-page .p-breadcrumb {
  display: none;
}

.p-form-page,
.p-thanks-page {
  background-color: #fff;
}

.p-form-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 5.75rem;
  padding-bottom: 4.5rem;
  color: #0b2f4f;
  background: linear-gradient(135deg, #fff 0%, rgba(234, 247, 255, 0.96) 58%, rgba(255, 248, 231, 0.88) 100%);
}
@media screen and (max-width: 767px) {
  .p-form-hero {
    padding-top: 4.25rem;
    padding-bottom: 3.5rem;
  }
}

.p-form-hero::before {
  position: absolute;
  top: 1.5rem;
  right: 2.25rem;
  z-index: -1;
  width: 26.25rem;
  height: 11.25rem;
  content: "";
  background: linear-gradient(135deg, rgba(11, 143, 143, 0.14) 0%, rgba(255, 255, 255, 0.66) 100%);
  clip-path: polygon(20% 0, 100% 0, 82% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-form-hero::before {
    right: -7.5rem;
    width: 17.5rem;
    height: 9.375rem;
  }
}

.p-form-hero__label {
  display: inline-flex;
  padding: 0.375rem 0.75rem;
  color: #0f4c81;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-radius: 0.25rem;
}

.p-form-hero__title {
  margin-top: 0.875rem;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-form-hero__title {
    font-size: 1.9375rem;
  }
}

.p-form-breadcrumb {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
  border-top: 1px solid rgba(15, 76, 129, 0.08);
  border-bottom: 1px solid #d8e3ea;
}

.p-form-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: #5d6b78;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.p-form-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.p-form-breadcrumb__item + .p-form-breadcrumb__item::before {
  content: "";
  flex: 0 0 auto;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.p-form-breadcrumb__link {
  color: #0f4c81;
  font-weight: 700;
}

.p-form-content__lead {
  max-width: 51.25rem;
  color: #5d6b78;
  font-size: 1.0625rem;
  line-height: 1.95;
}
@media screen and (max-width: 767px) {
  .p-form-content__lead {
    font-size: 1rem;
  }
}

.p-form-content__lead + .p-form-content__layout {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-form-content__lead + .p-form-content__layout {
    margin-top: 1.625rem;
  }
}

.p-form-content__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  grid-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-form-content__layout {
    grid-template-columns: 1fr;
  }
}

.p-form-content__aside {
  padding: 1.875rem;
  background-color: #f5f8fb;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-form-content__aside {
    padding: 1.375rem;
  }
}

.p-form-content__aside-title {
  color: #0b2f4f;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-form-content__points {
  display: grid;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
  margin-top: 1.25rem;
}

.p-form-content__point {
  position: relative;
  padding-left: 1.5rem;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.85;
}

.p-form-content__point::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #0b8f8f;
  border-radius: 50%;
}

.p-form-content__body {
  padding: 2.125rem;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-form-content__body {
    padding: 1.375rem;
  }
}

.p-form-content__title {
  color: #0b2f4f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-form-content__title {
    font-size: 1.3125rem;
  }
}

.p-form-content__title + * {
  margin-top: 1.5rem;
}

.p-form-content__body--wide {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}

.p-form-content__body--wide > * + * {
  margin-top: 1.25rem;
}

.p-form-content__body--wide h2 {
  margin-top: 2.5rem;
  color: #0b2f4f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-form-content__body--wide h2 {
    font-size: 1.3125rem;
  }
}

.p-form-content__body--wide h2:first-child {
  margin-top: 0;
}

.p-form-content__body--wide p,
.p-form-content__body--wide li {
  color: #1f2933;
  font-size: 1rem;
  line-height: 1.95;
}

.p-form-content__body--wide ul,
.p-form-content__body--wide ol {
  padding-left: 1.5rem;
}

.p-form-content__fallback {
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.9;
}

.p-form-content__body .wpcf7-form {
  display: grid;
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.p-cf7-form__field {
  display: grid;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.p-cf7-form__label {
  color: #0b2f4f;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-cf7-form__required {
  display: inline-flex;
  margin-left: 0.5rem;
  padding: 0.125rem 0.4375rem;
  color: #fff;
  background-color: #0f4c81;
  border-radius: 62.4375rem;
  font-size: 0.6875rem;
  line-height: 1.4;
}

.p-form-content__body :where(input[type=text], input[type=email], input[type=tel], select, textarea) {
  width: 100%;
  padding: 0.8125rem 0.875rem;
  color: #1f2933;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.6;
}

.p-form-content__body .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.375rem;
}

.p-form-content__body .wpcf7 form .wpcf7-response-output {
  margin: 1.25rem 0 0;
}

.p-form-content__body textarea {
  height: 11.25rem;
  resize: vertical;
}

.p-form-content__body .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1rem;
}

.p-form-content__body .wpcf7-acceptance {
  display: block;
  color: #5d6b78;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}

.p-form-content__body .wpcf7-form > p:has(.wpcf7-acceptance),
.p-form-content__body .wpcf7-form > p:has(.wpcf7-submit) {
  text-align: center;
}

.p-form-content__body .wpcf7-acceptance .wpcf7-list-item {
  margin-right: 0;
}

.p-form-content__body .wpcf7-acceptance label {
  display: inline-flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  text-align: left;
}

.p-form-content__body .wpcf7-acceptance a {
  color: #0f4c81;
  font-weight: 700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.p-form-content__body .wpcf7-submit {
  display: block;
  width: min(100%, 16.25rem);
  height: 3.5rem;
  margin-top: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background-color: #0f4c81;
  border: 1px solid #0f4c81;
  border-radius: 62.4375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-form-content__body .wpcf7-submit:hover,
.p-form-content__body .wpcf7-submit:focus-visible {
  background-color: #0b2f4f;
  border-color: #0b2f4f;
}

.p-thanks {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-thanks__box {
  max-width: 51.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-thanks__box {
    padding: 1.75rem;
  }
}

.p-thanks__label {
  color: #0f4c81;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-thanks__title {
  margin-top: 0.75rem;
  color: #0b2f4f;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.6875rem;
  }
}

.p-thanks__text,
.p-thanks__note {
  max-width: 40rem;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.95;
}

.p-thanks__note {
  padding: 1rem;
  background-color: #f5f8fb;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}

.p-thanks__download,
.p-thanks__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__download,
  .p-thanks__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.p-thanks__actions .c-button,
.p-thanks__download .c-button {
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__actions .c-button,
  .p-thanks__download .c-button {
    width: 100%;
  }
}

.p-front {
  background-color: #fff;
}

.home #content.l-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home #sidebar.l-sidebar {
  display: none;
}

.home .p-mainVisual {
  display: none;
}

.home #post_slider {
  display: none;
}

.home .p-breadcrumb {
  display: none;
}

#body_wrap.is-front-hero-b #header.l-header {
  position: relative;
  z-index: 100;
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: none;
  will-change: auto;
}

#body_wrap.is-front-hero-b.is-front-hero-header-visible #header.l-header {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

#body_wrap.is-front-hero-b #pagetop {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition: opacity 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}

#body_wrap.is-front-hero-b.is-front-hero-header-visible #pagetop {
  visibility: visible;
  opacity: 0.75;
  pointer-events: auto;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  #body_wrap.is-front-hero-b #header.l-header,
  #body_wrap.is-front-hero-b #pagetop {
    transition: none;
  }
}
#body_wrap.is-front-hero-b #fix_header.l-fixHeader {
  display: block;
}

@media not all and (min-width: 960px) {
  #body_wrap.is-front-hero-b #header.l-header {
    position: sticky;
    top: 0;
  }
  #body_wrap.is-front-hero-b #fix_header.l-fixHeader {
    display: none;
  }
}
#body_wrap.is-front-hero-b :where(#front-hero,
#front-about,
#front-strength-title,
#services,
#front-industries-title,
#front-faq-title,
#front-news-title,
#front-area-title,
#front-cta) {
  scroll-margin-top: calc(10.75rem + 0px);
  scroll-margin-top: calc(10.75rem + var(--wp-admin--admin-bar--height, 0px));
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b :where(#front-hero,
  #front-about,
  #front-strength-title,
  #services,
  #front-industries-title,
  #front-faq-title,
  #front-news-title,
  #front-area-title,
  #front-cta) {
    scroll-margin-top: calc(4.75rem + 0px);
    scroll-margin-top: calc(4.75rem + var(--wp-admin--admin-bar--height, 0px));
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b :where(#front-hero,
  #front-about,
  #front-strength-title,
  #services,
  #front-industries-title,
  #front-faq-title,
  #front-news-title,
  #front-area-title,
  #front-cta) {
    scroll-margin-top: calc(3.25rem + 0px);
    scroll-margin-top: calc(3.25rem + var(--wp-admin--admin-bar--height, 0px));
  }
}

#body_wrap.is-front-hero-b #services {
  scroll-margin-top: calc(6.75rem + 0px);
  scroll-margin-top: calc(6.75rem + var(--wp-admin--admin-bar--height, 0px));
  padding-bottom: 7rem;
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b #services {
    scroll-margin-top: calc(4.75rem + 0px);
    scroll-margin-top: calc(4.75rem + var(--wp-admin--admin-bar--height, 0px));
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b #services {
    scroll-margin-top: calc(3.25rem + 0px);
    scroll-margin-top: calc(3.25rem + var(--wp-admin--admin-bar--height, 0px));
    padding-bottom: 4.25rem;
  }
}

.p-front-image-placeholder {
  display: grid;
  align-content: center;
  justify-items: center;
  grid-row-gap: 0.375rem;
  row-gap: 0.375rem;
  width: 100%;
  overflow: hidden;
  color: #62717f;
  text-align: center;
  background-color: #e1e5e9;
  border: 1px dashed #aab4bf;
  border-radius: 8px;
}

.p-front-image-placeholder__label {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.p-front-image-placeholder__note {
  max-width: 28.75rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.65;
}

.p-front-image-placeholder--hero {
  color: rgba(31, 41, 51, 0.66);
  background-color: #d7dde3;
  border: 0;
  border-radius: 0;
}

.p-front-media {
  width: 100%;
  overflow: hidden;
  background-color: #f5f8fb;
  border-radius: 8px;
}

.p-front-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-hero {
  position: relative;
  isolation: isolate;
  height: 47.5rem;
  overflow: hidden;
  color: #0b2f4f;
  background-color: #eaf5fb;
  border-bottom: 1px solid rgba(15, 76, 129, 0.12);
}
@media screen and (max-width: 1024px) {
  .p-front-hero {
    height: 42.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 32.5rem;
    padding-top: 7rem;
    padding-bottom: 4.75rem;
  }
}

.p-front-hero__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #eef7f7;
}

.p-front-hero__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0;
  transform: scale(1);
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .p-front-hero__slide {
    -o-object-position: 62% center;
       object-position: 62% center;
  }
}

/* A案（通常Hero）のJSスライダー：横スライドではなくフェードで切り替える */
.p-front-hero.is-js-slider .p-front-hero__slide {
  animation: none;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.8s ease;
}

.p-front-hero.is-js-slider .p-front-hero__slide.is-active {
  opacity: 1;
}

/* JS制御時はドットのCSSアニメを止め、JSが付与する is-active で画像と同期させる */
.p-front-hero.is-js-slider .p-front-hero__pagination-dot {
  animation: none;
}

.p-front-hero.is-js-slider .p-front-hero__pagination-dot.is-active {
  background-color: #0f4c81;
  border-color: #0f4c81;
}

.p-front-hero__slide:nth-child(1) {
  opacity: 1;
  animation-name: frontHeroSlideFirst;
}
@media screen and (max-width: 767px) {
  .p-front-hero__slide:nth-child(1) {
    -o-object-position: 72% center;
       object-position: 72% center;
  }
}

.p-front-hero__slide:nth-child(2) {
  animation-name: frontHeroSlideSecond;
}

.p-front-hero__slide:nth-child(3) {
  animation-name: frontHeroSlideThird;
}
@media screen and (max-width: 767px) {
  .p-front-hero__slide:nth-child(3) {
    -o-object-position: 90% center;
       object-position: 90% center;
  }
}

@keyframes frontHeroSlideFirst {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  26% {
    opacity: 1;
    transform: scale(1.06);
  }
  34%, 90% {
    opacity: 0;
    transform: scale(1.075);
  }
  91% {
    opacity: 0;
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes frontHeroSlideSecond {
  0%, 25% {
    opacity: 0;
    transform: scale(1);
  }
  33% {
    opacity: 1;
    transform: scale(1.015);
  }
  59% {
    opacity: 1;
    transform: scale(1.06);
  }
  67%, 100% {
    opacity: 0;
    transform: scale(1.075);
  }
}
@keyframes frontHeroSlideThird {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  58% {
    opacity: 0;
    transform: scale(1);
  }
  66% {
    opacity: 1;
    transform: scale(1.015);
  }
  92% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 0;
    transform: scale(1.075);
  }
}
.p-front-hero__pagination {
  position: absolute;
  right: 0;
  bottom: 2.625rem;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-front-hero__pagination {
    bottom: 1.5rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}

.p-front-hero__pagination-dot {
  position: relative;
  z-index: 21;
  width: 1rem;
  aspect-ratio: 1/1;
  padding: 0;
  display: block;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 76, 129, 0.42);
  border-radius: 50%;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-front-hero__pagination-dot:nth-child(1) {
  animation-name: frontHeroDotFirst;
}

.p-front-hero__pagination-dot:nth-child(2) {
  animation-name: frontHeroDotSecond;
}

.p-front-hero__pagination-dot:nth-child(3) {
  animation-name: frontHeroDotThird;
}

@keyframes frontHeroDotFirst {
  0% {
    background-color: #0f4c81;
    border-color: #0f4c81;
  }
  30% {
    background-color: #0f4c81;
    border-color: #0f4c81;
  }
  38%, 92% {
    background-color: rgba(255, 255, 255, 0.72);
    border-color: rgba(15, 76, 129, 0.42);
  }
  100% {
    background-color: #0f4c81;
    border-color: #0f4c81;
  }
}
@keyframes frontHeroDotSecond {
  0%, 30% {
    background-color: rgba(255, 255, 255, 0.72);
    border-color: rgba(15, 76, 129, 0.42);
  }
  38%, 63% {
    background-color: #0f4c81;
    border-color: #0f4c81;
  }
  71%, 100% {
    background-color: rgba(255, 255, 255, 0.72);
    border-color: rgba(15, 76, 129, 0.42);
  }
}
@keyframes frontHeroDotThird {
  0%, 63% {
    background-color: rgba(255, 255, 255, 0.72);
    border-color: rgba(15, 76, 129, 0.42);
  }
  71%, 95% {
    background-color: #0f4c81;
    border-color: #0f4c81;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.72);
    border-color: rgba(15, 76, 129, 0.42);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-front-hero__slide {
    animation: none;
  }
  .p-front-hero__slide:nth-child(n+2) {
    display: none;
  }
  .p-front-hero__pagination-dot {
    animation: none;
  }
  .p-front-hero__pagination-dot:first-child {
    background-color: #0f4c81;
    border-color: #0f4c81;
  }
}
@media screen and (max-width: 767px) {
  .p-front-hero__pagination {
    display: none;
  }
  .p-front-hero__slide {
    animation: none;
    opacity: 0;
    transition: none;
  }
  .p-front-hero__slide:nth-child(1) {
    opacity: 1;
  }
  .p-front-hero__slide:nth-child(n+2) {
    display: none;
  }
  .p-front-hero.is-js-slider .p-front-hero__slide:nth-child(1) {
    opacity: 1;
  }
}
.p-front-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(250, 253, 252, 0.96) 0%, rgba(235, 248, 244, 0.84) 33%, rgba(228, 244, 248, 0.34) 63%, rgba(255, 255, 255, 0.06) 100%);
}
@media screen and (max-width: 767px) {
  .p-front-hero__overlay {
    background: linear-gradient(90deg, rgba(250, 253, 252, 0.94) 0%, rgba(235, 248, 244, 0.82) 52%, rgba(228, 244, 248, 0.42) 100%);
  }
}

.p-front-hero__inner {
  display: flex;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-hero__inner {
    align-items: flex-start;
    min-height: 100%;
  }
}

.p-front-hero__content {
  width: 100%;
  max-width: 42.5rem;
}

.p-front-hero__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .p-front-hero__title {
    font-size: 2.25rem;
    line-height: 1.42;
  }
}

.p-front-hero__title-accent {
  color: #0f4c81;
}

.p-front-hero__title-particle {
  display: inline-block;
  font-size: 0.68em;
  line-height: 1;
}

.p-front-hero__lead {
  position: relative;
  max-width: 38.75rem;
  margin-top: 2.125rem;
  padding-top: 2rem;
  color: #0b2f4f;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-front-hero__lead {
    padding-top: 1.625rem;
    font-size: 1rem;
  }
}

.p-front-hero__lead::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6rem;
  height: 2px;
  background-color: #0f4c81;
}
@media screen and (max-width: 767px) {
  .p-front-hero__lead::before {
    width: 4.5rem;
  }
}

.p-front-hero__lead::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 6rem;
  height: 2px;
  content: "";
  background-color: rgba(15, 76, 129, 0.2);
}
@media screen and (max-width: 767px) {
  .p-front-hero__lead::after {
    left: 4.5rem;
  }
}

.p-front-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }
}

.p-front-hero__actions .c-button {
  width: 15.25rem;
  height: 4.125rem;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .p-front-hero__actions .c-button {
    width: 100%;
    height: 3.5rem;
  }
}

.p-front-hero__actions .c-button--primary {
  background-color: #0f4c81;
  border-color: #0f4c81;
}
@media (hover: hover) {
  .p-front-hero__actions .c-button--primary:hover {
    color: #0f4c81;
    background-color: #fff;
    border-color: #0f4c81;
  }
}

.p-front-hero__actions .c-button--outline {
  color: #0f4c81;
  background-color: #fff;
  border-color: #0f4c81;
}
@media (hover: hover) {
  .p-front-hero__actions .c-button--outline:hover {
    color: #fff;
    background-color: #0f4c81;
    border-color: #fff;
  }
}

.p-front-about {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #fff;
  overflow-x: clip;
  background: linear-gradient(135deg, #0b2f4f 0%, #0f4c81 54%, #0b8f8f 100%);
}
@media screen and (max-width: 767px) {
  .p-front-about {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}

.p-front-about__inner {
  width: 100%;
  max-width: 64.375rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-front-about__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-front-about__layout {
  display: flex;
  justify-content: center;
  color: #fff;
}

.p-front-about__body {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 0;
  row-gap: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.95;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .p-front-about__body {
    font-size: 1.0625rem;
  }
}

.p-front-about__body p + p {
  margin-top: 0;
}

.p-front-about__body .p-front-about__catch + p {
  margin-top: 1.125rem;
}

.p-front-about__catch {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.55;
  word-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-front-about__catch {
    font-size: 1.375rem;
  }
}

#body_wrap.is-front-hero-b .p-front-about {
  color: #1f2933;
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.58) 68%, #fff 100%), url("../images/front/mv_03.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#body_wrap.is-front-hero-b .p-front-about__layout,
#body_wrap.is-front-hero-b .p-front-about__body,
#body_wrap.is-front-hero-b .p-front-about__catch {
  color: #1f2933;
}

#body_wrap.is-front-hero-b .p-front-about__catch::after {
  display: block;
  width: 31.5rem;
  max-width: 100%;
  height: 0;
  margin: 1.375rem auto 0;
  content: "";
  border-bottom: 1px solid rgba(22, 35, 53, 0.34);
}

#body_wrap.is-front-hero-b .p-front-about__body .p-front-about__catch + p {
  margin-top: 2.125rem;
}

#body_wrap.is-front-hero-b .p-front-problem {
  padding-bottom: 3rem;
  background-color: #fff;
}

.p-front-concept__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 1024px) {
  .p-front-concept__cards {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-front-concept__cards {
    margin-top: 2rem;
  }
}

.p-front-concept-card {
  --concept-color: #0f4c81;
  --concept-color-dark: #0b2f4f;
  --concept-soft: #eaf7f6;
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  min-width: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}

.p-front-concept-card--prevent {
  --concept-color: #0f4c81;
  --concept-color-dark: #0b2f4f;
  --concept-soft: #edf5fb;
}

.p-front-concept-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.375rem;
  height: 9.375rem;
  content: "";
  background: linear-gradient(135deg, var(--concept-color) 0%, var(--concept-color-dark) 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-front-concept-card::before {
    width: 7rem;
    height: 7rem;
  }
}

.p-front-concept-card__body {
  position: relative;
  z-index: 1;
  padding: 3.375rem 3rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-concept-card__body {
    padding: 2.125rem 1.375rem 1.5rem;
  }
}

.p-front-concept-card__head {
  display: grid;
  grid-template-columns: 9.25rem minmax(0, 1fr);
  grid-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front-concept-card__head {
    grid-template-columns: 5.625rem minmax(0, 1fr);
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }
}

.p-front-concept-card__main-icon {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 8.25rem;
  aspect-ratio: 1/1;
  color: var(--concept-color);
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-front-concept-card__main-icon {
    width: 5.375rem;
  }
}

.p-front-concept-card__main-icon-svg {
  width: 52%;
  height: 52%;
}

.p-front-concept-card__title-wrap {
  min-width: 0;
}

.p-front-concept-card__title {
  color: var(--concept-color);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .p-front-concept-card__title {
    font-size: 2rem;
  }
}

.p-front-concept-card__line {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 1.125rem;
  background: linear-gradient(90deg, var(--concept-color) 0%, rgba(255, 255, 255, 0) 100%);
}

.p-front-concept-card__text {
  margin-top: 2.125rem;
  color: #1f2933;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .p-front-concept-card__text {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
  }
}

.p-front-concept-card__tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0.625rem;
  gap: 0.625rem;
  padding-top: 1.375rem;
  margin-top: 1.625rem;
  border-top: 1px solid #e4ebf0;
}
@media screen and (max-width: 767px) {
  .p-front-concept-card__tags {
    gap: 0.5rem;
    padding-top: 1.125rem;
  }
}

.p-front-concept-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.875rem 0.625rem;
  color: var(--concept-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  background-color: var(--concept-soft);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-front-concept-card__tag {
    flex-direction: column;
    row-gap: 0.25rem;
    padding: 0.625rem 0.25rem;
    font-size: 0.75rem;
  }
}

.p-front-concept-card__tag-icon {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-concept-card__tag-icon {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0;
  }
}

.p-front-concept-card__image {
  aspect-ratio: 846/306;
  overflow: hidden;
  background-color: #f5f8fb;
}

.p-front-concept-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-problem__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20rem minmax(0, 1fr);
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  margin-top: 2.75rem;
}
@media screen and (max-width: 1024px) {
  .p-front-problem__layout {
    grid-template-columns: minmax(0, 1fr) 15.625rem minmax(0, 1fr);
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-problem__layout {
    grid-template-columns: 1fr;
    row-gap: 1.125rem;
    margin-top: 2rem;
  }
}

.p-front-problem__list {
  display: grid;
  grid-gap: 1.125rem;
  gap: 1.125rem;
  justify-items: end;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .p-front-problem__list {
    gap: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-problem__list {
    justify-items: center;
  }
}

.p-front-problem__list--right {
  justify-items: start;
}
@media screen and (max-width: 767px) {
  .p-front-problem__list--right {
    justify-items: center;
  }
}

.p-front-problem__visual {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 100%;
  margin-top: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-problem__visual {
    width: min(100%, 15rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.p-front-problem__visual img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-front-problem__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
  align-items: center;
  justify-items: center;
  place-items: center;
  align-content: center;
  width: min(100%, 13.5rem);
  min-width: 0;
  aspect-ratio: 1/1;
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .p-front-problem__item {
    width: min(100%, 11.875rem);
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-problem__item {
    width: min(100%, 12rem);
    padding: 0.8125rem;
  }
}

.p-front-problem__icon {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1/1;
  color: #0f4c81;
  overflow: hidden;
  background-color: rgba(15, 76, 129, 0.06);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-front-problem__icon {
    width: 2.5rem;
  }
}

.p-front-problem__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-problem__title {
  color: #0b2f4f;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 1024px) {
  .p-front-problem__title {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-problem__title {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-front-problem__title {
    font-size: 0.8rem;
  }
}

#body_wrap.is-front-hero-b .p-front-problem__layout {
  position: relative;
  display: block;
  width: 100%;
  max-width: 67.5rem;
  height: 40rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-problem__layout {
    max-width: 57.5rem;
    height: 36.25rem;
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-problem__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-items: center;
    align-items: start;
    max-width: 30rem;
    height: auto;
  }
}

#body_wrap.is-front-hero-b .p-front-problem__list {
  display: block;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-problem__list {
    display: contents;
  }
}

#body_wrap.is-front-hero-b .p-front-problem__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 20.625rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-problem__visual {
    width: clamp(11.375rem, 2.375rem + 18.75vw, 14.375rem);
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-problem__visual {
    position: static;
    grid-column: 1/-1;
    order: 2;
    width: min(100%, 15rem);
    margin-right: auto;
    margin-left: auto;
    transform: none;
  }
}

#body_wrap.is-front-hero-b .p-front-problem__item {
  position: absolute;
  z-index: 2;
  width: 12.375rem;
  border-color: rgba(15, 76, 129, 0.18);
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-problem__item {
    width: 10.875rem;
    padding: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-problem__item {
    position: static;
    justify-self: center;
    width: min(100%, 10.25rem);
  }
}

@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-problem__list--left .p-front-problem__item:nth-child(2),
  #body_wrap.is-front-hero-b .p-front-problem__list--right .p-front-problem__item:nth-child(1),
  #body_wrap.is-front-hero-b .p-front-problem__list--right .p-front-problem__item:nth-child(3) {
    transform: translateY(50%);
  }
}

#body_wrap.is-front-hero-b .p-front-problem__list--left .p-front-problem__item:nth-child(1) {
  top: 2.125rem;
  left: 21%;
}

#body_wrap.is-front-hero-b .p-front-problem__list--left .p-front-problem__item:nth-child(2) {
  top: 13.8125rem;
  left: 7%;
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-problem__list--left .p-front-problem__item:nth-child(2) {
    top: 12.6875rem;
  }
}

#body_wrap.is-front-hero-b .p-front-problem__list--left .p-front-problem__item:nth-child(3) {
  bottom: 2.125rem;
  left: 21%;
}

#body_wrap.is-front-hero-b .p-front-problem__list--right .p-front-problem__item:nth-child(1) {
  top: 2.125rem;
  right: 21%;
}

#body_wrap.is-front-hero-b .p-front-problem__list--right .p-front-problem__item:nth-child(2) {
  top: 13.8125rem;
  right: 7%;
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-problem__list--right .p-front-problem__item:nth-child(2) {
    top: 12.6875rem;
  }
}

#body_wrap.is-front-hero-b .p-front-problem__list--right .p-front-problem__item:nth-child(3) {
  right: 21%;
  bottom: 2.125rem;
}

.p-front-services {
  position: relative;
  padding-top: 7rem;
  background-color: #eaf5fb;
}

.p-front-services::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: max(1.375rem, min(10.167vw, 8rem));
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-front-services .c-section-heading__title {
  text-align: center;
}

.p-front-services .l-inner {
  position: relative;
  z-index: 2;
}

.p-front-section-subtitle {
  display: block;
  width: 8.125rem;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
  color: rgba(22, 35, 53, 0.52);
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-front-section-subtitle {
    font-size: 0.9375rem;
  }
}

.p-front-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-services__grid {
    margin-top: 2rem;
  }
}

.p-front-service-card {
  min-width: 0;
}

.p-front-service-card__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 36%);
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-front-service-card__link {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}

.p-front-service-card__image {
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: 16/9;
  height: 100%;
  overflow: hidden;
  background-color: #f5f8fb;
}
@media screen and (max-width: 767px) {
  .p-front-service-card__image {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16/10;
  }
}

.p-front-service-card__image.p-front-image-placeholder {
  border-width: 0 0 1px;
  border-style: dashed;
  border-color: #aab4bf;
  border-radius: 0;
}

.p-front-service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-service-card__body {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: flex-end;
  min-width: 0;
  padding: 1.75rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-front-service-card__body {
    grid-column: auto;
    grid-row: auto;
    gap: 0.625rem 0.75rem;
    padding: 1.5rem;
  }
}

.p-front-service-card__label {
  flex: 0 0 auto;
  color: #0f4c81;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-front-service-card__label {
    font-size: 1.875rem;
  }
}

.p-front-service-card__title {
  flex: 1 1 0;
  min-width: 0;
  color: #0b2f4f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-front-service-card__title {
    font-size: 1.25rem;
  }
}

.p-front-service-card__text {
  flex: 0 0 100%;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.85;
}

.p-front-service-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.75rem;
  height: 2.875rem;
  margin-top: 1.75rem;
  margin-left: auto;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  background-color: #0f4c81;
  border: 1px solid #0f4c81;
  border-radius: 999px;
  transition: color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-front-service-card__button {
    width: 9.25rem;
    height: 2.625rem;
    margin-top: 1.25rem;
    margin-right: auto;
    font-size: 0.8125rem;
  }
}

#body_wrap.is-front-hero-b .p-front-services {
  padding-top: 5rem;
  background: transparent;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-services {
    padding-top: 4.25rem;
  }
}

#body_wrap.is-front-hero-b .p-front-services::before {
  content: none;
}

#body_wrap.is-front-hero-b .p-front-services__grid {
  grid-auto-rows: auto;
  row-gap: 3.25rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-services__grid {
    row-gap: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-services__grid {
    row-gap: 2rem;
    margin-top: 2.5rem;
  }
}

#body_wrap.is-front-hero-b .p-front-service-card {
  position: relative;
}

#body_wrap.is-front-hero-b .p-front-service-card__link {
  grid-template-columns: minmax(0, 0.86fr) minmax(27.5rem, 1.04fr);
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  align-items: center;
  height: auto;
  margin-top: 3rem;
  overflow: visible;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-service-card__link {
    grid-template-columns: minmax(0, 0.92fr) minmax(22.5rem, 1fr);
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-service-card__link {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 1.375rem;
    margin-top: 0;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #d8e3ea;
    border-radius: 0.75rem;
  }
}

#body_wrap.is-front-hero-b .p-front-service-card:nth-child(even) .p-front-service-card__link {
  grid-template-columns: minmax(27.5rem, 1.04fr) minmax(0, 0.86fr);
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-service-card:nth-child(even) .p-front-service-card__link {
    grid-template-columns: minmax(22.5rem, 1fr) minmax(0, 0.92fr);
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-service-card:nth-child(even) .p-front-service-card__link {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

#body_wrap.is-front-hero-b .p-front-service-card:first-child .p-front-service-card__link {
  margin-top: 0;
}

#body_wrap.is-front-hero-b .p-front-service-card__image {
  grid-column: 2;
  grid-row: 1;
  height: 22rem;
  aspect-ratio: auto;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-service-card__image {
    height: 19rem;
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-service-card__image {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    aspect-ratio: 16/10;
    border-radius: 0.5rem;
  }
}

#body_wrap.is-front-hero-b .p-front-service-card:nth-child(even) .p-front-service-card__image {
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-service-card:nth-child(even) .p-front-service-card__image {
    grid-column: auto;
  }
}

#body_wrap.is-front-hero-b .p-front-service-card__image img {
  transform: scale(1.01);
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

#body_wrap.is-front-hero-b .p-front-service-card__body {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  display: block;
  margin-right: -6rem;
  padding: 1.75rem 2rem;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
  transform: translateY(1.75rem);
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-service-card__body {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    transform: none;
  }
}

#body_wrap.is-front-hero-b .p-front-service-card:nth-child(even) .p-front-service-card__body {
  grid-column: 2;
  margin-right: 0;
  margin-left: -6rem;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-service-card:nth-child(even) .p-front-service-card__body {
    grid-column: auto;
    margin-left: 0;
  }
}

#body_wrap.is-front-hero-b .p-front-service-card__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#body_wrap.is-front-hero-b .p-front-service-card__label {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-service-card__label {
    font-size: 0.8125rem;
  }
}

#body_wrap.is-front-hero-b .p-front-service-card__label-number {
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.45;
}

#body_wrap.is-front-hero-b .p-front-service-card__title {
  display: block;
  margin-top: 1.375rem;
  color: #0b2f4f;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.38;
  word-break: auto-phrase;
  line-break: strict;
  transition: color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 1024px) {
  #body_wrap.is-front-hero-b .p-front-service-card__title {
    font-size: 1.8125rem;
  }
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-service-card__title {
    margin-top: 0;
    font-size: 1.4375rem;
  }
}

#body_wrap.is-front-hero-b .p-front-service-card__text {
  max-width: 28.75rem;
  margin-top: 1.125rem;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-service-card__text {
    max-width: none;
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.85;
  }
}

@media (hover: hover) {
  .p-front-service-card__button:hover {
    color: #0f4c81;
    background-color: #fff;
  }
}
#body_wrap.is-front-hero-b .p-front-solution-zone {
  background: linear-gradient(180deg, #eef7fc 0%, #ffffff 18%, #f6fbff 68%, #e8f3fb 100%);
}

#body_wrap.is-front-hero-b .p-front-bridge {
  position: relative;
  padding-top: 11.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-bridge {
    padding-top: 6.25rem;
    padding-bottom: 4rem;
  }
}

#body_wrap.is-front-hero-b .p-front-bridge::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: max(1.375rem, min(10.167vw, 8rem));
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#body_wrap.is-front-hero-b .p-front-bridge .l-inner {
  position: relative;
  z-index: 2;
}

#body_wrap.is-front-hero-b .p-front-bridge__catch {
  max-width: 56.25rem;
  margin-right: auto;
  margin-left: auto;
  color: #0b2f4f;
  font-size: clamp(1.8125rem, 0.78125rem + 2.15vw, 2.5rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-bridge__catch {
    line-height: 1.45;
  }
}

#body_wrap.is-front-hero-b .p-front-strength__heading,
#body_wrap.is-front-hero-b .p-front-services__heading,
#body_wrap.is-front-hero-b .p-front-industries__heading,
#body_wrap.is-front-hero-b .p-front-faq__section-heading,
#body_wrap.is-front-hero-b .p-front-news__heading,
#body_wrap.is-front-hero-b .p-front-area__heading {
  grid-template-columns: auto auto;
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-strength__heading,
  #body_wrap.is-front-hero-b .p-front-services__heading,
  #body_wrap.is-front-hero-b .p-front-industries__heading,
  #body_wrap.is-front-hero-b .p-front-faq__section-heading,
  #body_wrap.is-front-hero-b .p-front-news__heading,
  #body_wrap.is-front-hero-b .p-front-area__heading {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
    align-items: center;
    justify-items: center;
  }
}

#body_wrap.is-front-hero-b .p-front-strength__heading {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-strength__heading {
    margin-top: 0;
  }
}

#body_wrap.is-front-hero-b .p-front-faq__section-heading {
  justify-content: center;
}

#body_wrap.is-front-hero-b .p-front-services__heading .c-section-heading__title {
  text-align: left;
}

#body_wrap.is-front-hero-b .p-front-strength__heading .p-front-section-subtitle,
#body_wrap.is-front-hero-b .p-front-services__heading .p-front-section-subtitle,
#body_wrap.is-front-hero-b .p-front-industries__heading .p-front-section-subtitle,
#body_wrap.is-front-hero-b .p-front-faq__section-heading .p-front-section-subtitle,
#body_wrap.is-front-hero-b .p-front-news__heading .p-front-section-subtitle,
#body_wrap.is-front-hero-b .p-front-area__heading .p-front-section-subtitle {
  display: inline-flex;
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-strength__heading .p-front-section-subtitle,
  #body_wrap.is-front-hero-b .p-front-services__heading .p-front-section-subtitle,
  #body_wrap.is-front-hero-b .p-front-industries__heading .p-front-section-subtitle,
  #body_wrap.is-front-hero-b .p-front-faq__section-heading .p-front-section-subtitle,
  #body_wrap.is-front-hero-b .p-front-news__heading .p-front-section-subtitle,
  #body_wrap.is-front-hero-b .p-front-area__heading .p-front-section-subtitle {
    justify-self: end;
  }
}

#body_wrap.is-front-hero-b .p-front-strength__heading .p-front-section-subtitle::before,
#body_wrap.is-front-hero-b .p-front-services__heading .p-front-section-subtitle::before,
#body_wrap.is-front-hero-b .p-front-industries__heading .p-front-section-subtitle::before,
#body_wrap.is-front-hero-b .p-front-faq__section-heading .p-front-section-subtitle::before,
#body_wrap.is-front-hero-b .p-front-news__heading .p-front-section-subtitle::before,
#body_wrap.is-front-hero-b .p-front-area__heading .p-front-section-subtitle::before {
  flex: 0 0 7rem;
  width: 7rem;
  height: 1px;
  content: "";
  background-color: rgba(22, 35, 53, 0.34);
}
@media screen and (max-width: 767px) {
  #body_wrap.is-front-hero-b .p-front-strength__heading .p-front-section-subtitle::before,
  #body_wrap.is-front-hero-b .p-front-services__heading .p-front-section-subtitle::before,
  #body_wrap.is-front-hero-b .p-front-industries__heading .p-front-section-subtitle::before,
  #body_wrap.is-front-hero-b .p-front-faq__section-heading .p-front-section-subtitle::before,
  #body_wrap.is-front-hero-b .p-front-news__heading .p-front-section-subtitle::before,
  #body_wrap.is-front-hero-b .p-front-area__heading .p-front-section-subtitle::before {
    flex-basis: 4.5rem;
    width: 4.5rem;
  }
}

.p-front-strength__cards {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 65rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-front-strength__cards {
    max-width: 56.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-strength__cards {
    gap: 1.5rem;
    margin-top: 2.375rem;
  }
}

.p-front-strength-card {
  position: relative;
  display: grid;
  grid-template-columns: 19.5rem minmax(0, 1fr);
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  align-items: stretch;
  min-width: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-front-strength-card {
    grid-template-columns: 16.25rem minmax(0, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-strength-card {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

.p-front-strength-card:nth-child(1) {
  grid-column: auto;
}

.p-front-strength-card:nth-child(2) {
  grid-column: auto;
  margin-top: 0;
}

.p-front-strength-card:nth-child(3) {
  grid-column: auto;
  margin-top: 0;
}

.p-front-strength-card:nth-child(4) {
  grid-column: auto;
  margin-top: 0;
}

.p-front-strength-card:nth-child(5) {
  grid-column: auto;
  margin-top: 0;
}

.p-front-strength-card__image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16/10;
  min-width: 0;
  margin-top: 0;
  overflow: hidden;
  background-color: #f5f8fb;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: rgba(15, 76, 129, 0.14);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-front-strength-card__image {
    border-width: 1px 1px 0;
  }
}

.p-front-strength-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-strength-card__body {
  display: grid;
  grid-template-columns: 3.625rem minmax(0, 1fr);
  grid-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  align-content: center;
  align-items: baseline;
  min-width: 0;
  padding: 1.75rem 2.125rem;
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 76, 129, 0.14);
  border-left: 0;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .p-front-strength-card__body {
    padding: 1.5rem 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-strength-card__body {
    grid-template-columns: 2.875rem minmax(0, 1fr);
    padding: 1.375rem;
    border-top: 0;
    border-left: 1px solid rgba(15, 76, 129, 0.14);
  }
}

.p-front-strength-card__number {
  grid-column: 1;
  grid-row: 1;
  align-self: baseline;
  color: #0f4c81;
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  padding-bottom: 0.5rem;
}

.p-front-strength-card__title {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  margin-top: 0;
  padding-bottom: 0.875rem;
  color: #0b2f4f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .p-front-strength-card__title {
    font-size: 1.25rem;
  }
}

.p-front-strength-card__title::before,
.p-front-strength-card__title::after {
  position: absolute;
  bottom: 0;
  left: calc((3.625rem + 0.875rem) * -1);
  height: 1px;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-front-strength-card__title::before,
  .p-front-strength-card__title::after {
    left: calc((2.875rem + 0.875rem) * -1);
  }
}

.p-front-strength-card__title::before {
  z-index: 2;
  width: 9.375rem;
  background-color: #0f4c81;
}

.p-front-strength-card__title::after {
  width: calc(100% + 3.625rem + 0.875rem);
  background-color: rgba(15, 76, 129, 0.2);
}
@media screen and (max-width: 767px) {
  .p-front-strength-card__title::after {
    width: calc(100% + 2.875rem + 0.875rem);
  }
}

.p-front-strength-card__text {
  grid-column: 1/-1;
  margin-top: 0.875rem;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.9;
}

.js-front-rise {
  opacity: 0;
  transform: translateY(2.75rem);
  transition: opacity 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 0ms;
  transition-delay: var(--rise-delay, 0ms);
}

.js-front-rise.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-front-rise {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.p-front-industries {
  background-color: #eaf5fb;
}

.p-front-industries__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 3rem 1.25rem;
  gap: 3rem 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-front-industries__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-front-industries__list {
    grid-template-columns: 1fr;
  }
}

.p-front-industries__item {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(15, 76, 129, 0.14);
  border-radius: 8px;
}

.p-front-industries__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f5f8fb;
}

.p-front-industries__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-industries__body {
  display: grid;
  align-content: start;
  padding: 1.5rem;
}

.p-front-industries__field {
  color: #0b2f4f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-front-industries__detail {
  display: grid;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
  margin-top: 1.25rem;
}

.p-front-industries__detail-row {
  display: grid;
  grid-row-gap: 0.375rem;
  row-gap: 0.375rem;
}

.p-front-industries__detail-row dt {
  color: #0f4c81;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-front-industries__detail-row dd {
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-front-industries__solutions {
  margin-top: 1.25rem;
}

.p-front-industries__solutions-title {
  color: #0f4c81;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-front-industries__solution-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.p-front-industries__solution-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.375rem 0.625rem;
  color: #0f4c81;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (hover: hover) {
  .p-front-industries__solution-link:hover {
    color: #fff;
    background-color: #0f4c81;
    border-color: #0f4c81;
    opacity: 1;
  }
}

.p-front-industries__solution-text {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  min-height: 1.125rem;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
  line-height: 1;
  word-break: auto-phrase;
  line-break: strict;
}

.p-front-industries__solution-text::after {
  content: "";
  flex: 0 0 auto;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../images/front/solution-link-external.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: filter 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (hover: hover) {
  .p-front-industries__solution-link:hover .p-front-industries__solution-text::after {
    filter: brightness(0) invert(1);
  }
}

.p-front-news__head {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-news__head {
    display: grid;
    align-items: start;
    justify-items: center;
  }
}

.p-front-news__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11.875rem;
  max-width: 100%;
  height: 3.375rem;
  padding: 0 1.5rem;
  color: #0f4c81;
  background-color: #fff;
  border: 1px solid #0f4c81;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-front-news__link {
    width: 100%;
    padding: 0 1.125rem;
  }
}
@media (hover: hover) {
  .p-front-news__link:hover {
    color: #fff;
    background-color: #0f4c81;
    opacity: 1;
  }
}

.p-front-news__list {
  margin-top: 4.125rem;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid rgba(15, 76, 129, 0.14);
  border-bottom: 1px solid rgba(15, 76, 129, 0.14);
}

.p-front-news__item {
  border-bottom: 1px solid rgba(15, 76, 129, 0.14);
}

.p-front-news__item:last-child {
  border-bottom: 0;
}

.p-front-news__item-link {
  display: grid;
  grid-template-columns: 8rem 7rem minmax(0, 1fr);
  grid-column-gap: 1.375rem;
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
  align-items: center;
  padding: 1.375rem 1.5rem;
  transition: background-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-front-news__item-link {
    grid-template-columns: auto 1fr;
    row-gap: 0.5rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    padding: 1.125rem;
  }
}
@media (hover: hover) {
  .p-front-news__item-link:hover {
    background-color: rgba(15, 76, 129, 0.04);
    opacity: 1;
  }
}

.p-front-news__date {
  color: #5d6b78;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-front-news__date {
    font-size: 0.875rem;
  }
}

.p-front-news__term {
  display: inline-flex;
  grid-column: 2;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.3125rem 0.75rem;
  color: #0b8f8f;
  background-color: rgba(11, 143, 143, 0.1);
  border: 1px solid rgba(11, 143, 143, 0.28);
  border-radius: 62.4375rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-front-news__term {
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    justify-self: start;
  }
}

.p-front-news__title {
  grid-column: 3;
  color: #1f2933;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-front-news__title {
    grid-column: 1/-1;
    font-size: 1rem;
  }
}

.p-front-news__empty {
  margin-top: 1.75rem;
  color: #5d6b78;
}

.p-front-news__more {
  display: flex;
  justify-content: center;
  margin-top: 4.125rem;
}

.p-front-faq__list {
  display: grid;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
  margin-top: 4.125rem;
}

.p-front-faq {
  background-color: #fff;
}

.p-front-faq__item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border: 1px solid rgba(15, 76, 129, 0.14);
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}

.p-front-faq__heading {
  margin: 0;
}

.p-front-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  padding: 1.25rem 0;
  color: #0f4c81;
  background-color: transparent;
  border: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  cursor: pointer;
}

.p-front-faq__question::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 1.5rem;
  color: #0f4c81;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(0.125rem);
}

.p-front-faq__question-text {
  flex: 1 1 auto;
}

.p-front-faq__icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
}

.p-front-faq__icon::before,
.p-front-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0f4c81;
  border-radius: 999px;
  transform: translateY(-50%);
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-front-faq__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-front-faq__item.is-open .p-front-faq__icon::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-front-faq__answer {
  max-height: 0;
  overflow: hidden;
  color: #0b8f8f;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.9;
  transition: max-height 0.36s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-front-faq__answer-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  align-items: flex-start;
  padding-bottom: 1.375rem;
}

.p-front-faq__answer-inner::before {
  content: "A";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  color: #0b8f8f;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(0.375rem);
}

.p-front-faq__answer-inner > p {
  margin: 0;
  padding-top: 0.125rem;
}

.p-front-area {
  background-color: #fff;
}

.p-front-area__layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  padding: 2.625rem;
  background-color: #eaf5fb;
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-front-area__layout {
    row-gap: 1.5rem;
    padding: 1.625rem;
  }
}

.p-front-area__content {
  min-width: 0;
}

.p-front-area__subtitle {
  margin-right: 0;
  margin-left: 0;
}

#body_wrap.is-front-hero-b .p-front-area__heading .p-front-area__title {
  margin-top: 0;
}

.p-front-area__title {
  margin-top: 0.75rem;
  color: #0b2f4f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-front-area__title {
    font-size: 1.5625rem;
  }
}

.p-front-area__text {
  margin-top: 1.125rem;
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.9;
}

.p-front-area__panel {
  display: grid;
  grid-row-gap: 1.125rem;
  row-gap: 1.125rem;
  padding: 1.5rem;
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 100%), url("../images/front/japan-map.webp");
  background-repeat: no-repeat;
  background-position: center, right 1.5rem center;
  background-size: auto, auto calc(100% - 3rem);
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-front-area__panel {
    padding: 1.25rem;
    background-image: none;
  }
}

.p-front-area__row {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-front-area__row {
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
  }
}

.p-front-area__region {
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 0.875rem;
  color: #fff;
  background-color: #0b2f4f;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.p-front-area__prefs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-front-area__pref-item {
  display: flex;
}

.p-front-area__pref {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  color: #0b2f4f;
  background-color: #fff;
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-front-area__pref[href]:hover,
.p-front-area__pref[href]:focus-visible {
  color: #fff;
  background-color: #0f4c81;
  border-color: #0f4c81;
}

.p-front-area__note {
  margin-top: 0.125rem;
  color: #5d6b78;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.p-front-cta .l-inner {
  display: grid;
  grid-row-gap: 2.125rem;
  row-gap: 2.125rem;
}

.p-front-cta :where(h2, h3, p) {
  color: inherit;
}

.p-front-cta .wp-block-heading {
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-front-cta .wp-block-heading {
    font-size: 1.5625rem;
  }
}

.p-front-cta .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.375rem;
}

.p-front-cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  color: #0b2f4f;
  background-color: #fff;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
}

.post-type-archive-news .l-content,
.tax-news_category .l-content,
.single-news .l-content {
  display: block;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.post-type-archive-news .l-sidebar,
.tax-news_category .l-sidebar,
.single-news .l-sidebar {
  display: none;
}

.post-type-archive-news .p-breadcrumb,
.tax-news_category .p-breadcrumb,
.single-news .p-breadcrumb {
  display: none;
}

.p-news-archive,
.p-news-single {
  background-color: #fff;
}

.p-news-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 5.75rem;
  padding-bottom: 4.5rem;
  color: #0b2f4f;
  background: linear-gradient(135deg, #fff 0%, rgba(234, 247, 255, 0.96) 58%, rgba(255, 248, 231, 0.88) 100%);
}
@media screen and (max-width: 767px) {
  .p-news-hero {
    padding-top: 4.25rem;
    padding-bottom: 3.5rem;
  }
}

.p-news-hero::before {
  position: absolute;
  top: 1.5rem;
  right: 2.25rem;
  z-index: -1;
  width: 26.25rem;
  height: 11.25rem;
  content: "";
  background: linear-gradient(135deg, rgba(11, 143, 143, 0.14) 0%, rgba(255, 255, 255, 0.66) 100%);
  clip-path: polygon(20% 0, 100% 0, 82% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-news-hero::before {
    right: -7.5rem;
    width: 17.5rem;
    height: 9.375rem;
  }
}

.p-news-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-news-hero__content {
  width: 100%;
  max-width: 48.75rem;
}

.p-news-hero__label {
  display: inline-flex;
  color: #0f4c81;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-news-hero__title {
  margin-top: 1rem;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-news-hero__title {
    font-size: 2rem;
  }
}

.p-news-list {
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    padding-top: 3rem;
  }
}

.p-news-breadcrumb {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
  border-top: 1px solid rgba(15, 76, 129, 0.08);
  border-bottom: 1px solid #d8e3ea;
}

.p-news-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: #5d6b78;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.p-news-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.p-news-breadcrumb__item + .p-news-breadcrumb__item::before {
  content: "";
  flex: 0 0 auto;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.p-news-breadcrumb__link {
  color: #0f4c81;
  font-weight: 700;
}

.p-news-archive__layout,
.p-news-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20rem;
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__layout,
  .p-news-single__layout {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.p-news-archive__main,
.p-news-single__main {
  min-width: 0;
}

.p-news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-news-filter__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5625rem 1rem;
  color: #0f4c81;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 62.4375rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-news-filter__link.is-current {
  color: #fff;
  background-color: #0f4c81;
  border-color: #0f4c81;
}

.p-news-list__items {
  margin-top: 2.125rem;
  border-top: 1px solid #d8e3ea;
}

.p-news-list__item {
  border-bottom: 1px solid #d8e3ea;
}

.p-news-list__link {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2.25rem;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__link {
    grid-template-columns: 1fr;
    row-gap: 0.875rem;
  }
}

.p-news-list__item.has-thumbnail .p-news-list__link {
  grid-template-columns: 11.25rem minmax(0, 1fr);
}
@media screen and (max-width: 767px) {
  .p-news-list__item.has-thumbnail .p-news-list__link {
    grid-template-columns: 1fr;
  }
}

.p-news-list__thumbnail {
  aspect-ratio: 16/10;
  overflow: hidden;
  margin: 0;
  background-color: #eaf5fb;
  border-radius: 4px;
}

.p-news-list__thumbnail-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-list__content {
  display: grid;
  grid-template-columns: 10.625rem minmax(0, 1fr);
  grid-column-gap: 2.25rem;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-news-list__content {
    grid-template-columns: 1fr;
    row-gap: 0.875rem;
  }
}

.p-news-list__item.has-thumbnail .p-news-list__content {
  grid-template-columns: 1fr;
  row-gap: 0.625rem;
}

.p-news-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  height: -moz-fit-content;
  height: fit-content;
}

.p-news-list__date {
  color: #5d6b78;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-news-list__term {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.625rem;
  color: #0b8f8f;
  background-color: rgba(11, 143, 143, 0.1);
  border-radius: 62.4375rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-news-list__title {
  color: #0b2f4f;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-news-list__title {
    font-size: 1.25rem;
  }
}

.p-news-list__excerpt {
  margin-top: 0.625rem;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.85;
}

.p-news-list__empty {
  margin-top: 1.75rem;
  color: #5d6b78;
}

.p-news-list .navigation.pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.625rem;
}

.p-news-list .navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.p-news-list .navigation.pagination .page-numbers {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  color: #0b2f4f;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 4px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-news-list .navigation.pagination .page-numbers {
    width: 2.125rem;
    height: 2.125rem;
    font-size: 0.8125rem;
  }
}

.p-news-list .navigation.pagination .page-numbers.current {
  color: #fff;
  background-color: #0f4c81;
  border-color: #0f4c81;
}

.p-news-list .navigation.pagination .prev.page-numbers,
.p-news-list .navigation.pagination .next.page-numbers {
  font-family: inherit;
}

.p-news-list .navigation.pagination a.page-numbers:hover,
.p-news-list .navigation.pagination a.page-numbers:focus-visible {
  color: #fff;
  background-color: #0b2f4f;
  border-color: #0b2f4f;
}

.p-news-single__hero {
  background-color: #eaf5fb;
}

.p-news-single__post-head {
  padding-top: 2.75rem;
  padding-bottom: 2.25rem;
  background-color: #fff;
}

.p-news-single__post-head .p-articleHead,
.p-news-single__post-head .p-articleMetas {
  max-width: 53.75rem;
  margin-right: auto;
  margin-left: auto;
}

.p-news-single__post-head .c-postTitle__date {
  flex: 0 0 auto;
  min-width: 4rem;
  white-space: nowrap;
}

.p-news-single__post-head .c-postTitle__date .__md {
  white-space: nowrap;
}

.p-news-single__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-news-single__term {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.625rem;
  color: #0b8f8f;
  background-color: rgba(11, 143, 143, 0.1);
  border-radius: 62.4375rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.45;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-news-single__thumbnail {
  aspect-ratio: 16/9;
  max-width: 53.75rem;
  overflow: hidden;
  margin: 1.875rem auto 0;
  background-color: #eaf5fb;
  border-radius: 8px;
}

.p-news-single__thumbnail-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-list__thumbnail--default .p-news-list__thumbnail-image,
.p-news-single__thumbnail--default .p-news-single__thumbnail-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-news-single__body {
  padding-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__body {
    padding-top: 1.25rem;
  }
}

.p-news-single__content {
  color: #1f2933;
}

.p-news-single__content > * + * {
  margin-top: 1.5rem;
}

.p-news-single__content p {
  font-size: 1rem;
  line-height: 2;
}

.p-news-single__content a {
  color: #0f4c81;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.p-news-single__back {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

.p-news-sidebar {
  position: sticky;
  top: 6rem;
  align-self: start;
  display: grid;
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .p-news-sidebar {
    position: static;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-sidebar {
    grid-template-columns: 1fr;
  }
}

.p-news-sidebar__box {
  min-width: 0;
  padding: 1.5rem;
  background-color: #f5f8fb;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}

.p-news-sidebar__box--contact {
  color: #1f2933;
  background-color: #fff;
  border-color: rgba(15, 76, 129, 0.16);
}

.p-news-sidebar__title {
  color: #0b2f4f;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-news-sidebar__box--contact .p-news-sidebar__title {
  color: #0b2f4f;
  font-size: 1.25rem;
}

.p-news-sidebar__text {
  margin-top: 0.75rem;
  color: #5d6b78;
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-news-sidebar__box--contact .p-news-sidebar__text {
  color: #5d6b78;
}

.p-news-sidebar__buttons {
  display: grid;
  grid-row-gap: 0.625rem;
  row-gap: 0.625rem;
  margin-top: 1.25rem;
}

.p-news-sidebar__buttons .c-button {
  width: 100%;
}

.p-news-sidebar__buttons .c-button--outline {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.86);
}

.p-news-sidebar__form {
  margin-top: 1.25rem;
}

.p-news-sidebar__form .wpcf7-form {
  display: grid;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
}

.p-news-sidebar__form .p-cf7-form__field {
  display: grid;
  grid-row-gap: 0.375rem;
  row-gap: 0.375rem;
}

.p-news-sidebar__form .p-cf7-form__label {
  color: #0b2f4f;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-news-sidebar__form .p-cf7-form__required {
  display: inline-flex;
  margin-left: 0.375rem;
  padding: 0.125rem 0.375rem;
  color: #fff;
  background-color: #0b8f8f;
  border-radius: 62.4375rem;
  font-size: 0.625rem;
  line-height: 1.4;
}

.p-news-sidebar__form :where(input[type=text], input[type=email], input[type=tel], select, textarea) {
  width: 100%;
  padding: 0.625rem 0.6875rem;
  color: #1f2933;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-news-sidebar__form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.3125rem;
}

.p-news-sidebar__form .wpcf7 form .wpcf7-response-output {
  margin: 0.875rem 0 0;
}

.p-news-sidebar__form textarea {
  height: 7.375rem;
  resize: vertical;
}

.p-news-sidebar__form .wpcf7-list-item {
  margin-right: 0;
  margin-left: 0;
}

.p-news-sidebar__form .wpcf7-acceptance {
  display: block;
  color: #5d6b78;
  font-size: 0.75rem;
  line-height: 1.7;
  text-align: center;
}

.p-news-sidebar__form .wpcf7-acceptance label {
  display: inline-flex;
  -moz-column-gap: 0.4375rem;
       column-gap: 0.4375rem;
  align-items: center;
  text-align: left;
}

.p-news-sidebar__form .wpcf7-acceptance a {
  color: #0f4c81;
  font-weight: 700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.p-news-sidebar__form .wpcf7-submit {
  display: block;
  width: 100%;
  height: 3rem;
  color: #fff;
  background-color: #0f4c81;
  border: 1px solid #0f4c81;
  border-radius: 62.4375rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-news-sidebar__form .wpcf7-submit:hover,
.p-news-sidebar__form .wpcf7-submit:focus-visible {
  color: #fff;
  background-color: #0b2f4f;
  border-color: #0b2f4f;
}

.p-news-sidebar__swell-list {
  margin-top: 1.125rem;
}

.p-news-sidebar__swell-list .p-postList {
  display: grid;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
}

.p-news-sidebar__empty {
  margin-top: 0.875rem;
  color: #5d6b78;
  font-size: 0.875rem;
  line-height: 1.75;
}

.p-news-sidebar__category-list {
  display: grid;
  grid-row-gap: 0.625rem;
  row-gap: 0.625rem;
  margin-top: 1.125rem;
  padding: 0;
  list-style: none;
}

.p-news-sidebar__category-item {
  min-width: 0;
}

.p-news-sidebar__category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 0.625rem 0.75rem;
  color: #0f4c81;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-news-sidebar__category-link:hover,
.p-news-sidebar__category-link:focus-visible {
  color: #fff;
  background-color: #0f4c81;
  border-color: #0f4c81;
}

.p-news-sidebar__category-name {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}

.p-news-sidebar__category-count {
  flex: 0 0 auto;
  color: #5d6b78;
  font-size: 0.75rem;
  font-weight: 500;
}

.p-news-sidebar__category-link:hover .p-news-sidebar__category-count,
.p-news-sidebar__category-link:focus-visible .p-news-sidebar__category-count {
  color: rgba(255, 255, 255, 0.82);
}

.p-news-sidebar__ranking {
  display: grid;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
  margin-top: 1.125rem;
  padding: 0;
  list-style: none;
}

.p-news-sidebar__rank-item {
  min-width: 0;
}

.p-news-sidebar__rank-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  color: #1f2933;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: border-color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-news-sidebar__rank-link:hover,
.p-news-sidebar__rank-link:focus-visible {
  border-color: rgba(15, 76, 129, 0.32);
  box-shadow: 0 0.375rem 1rem rgba(11, 47, 79, 0.08);
  transform: translateY(-0.125rem);
}

.p-news-sidebar__rank-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 2.125rem;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  filter: drop-shadow(0 0.125rem 0.1875rem rgba(11, 47, 79, 0.24));
}

.p-news-sidebar__rank-ribbon--1 {
  color: #5b4413;
  background-image: linear-gradient(135deg, #fbe7a1, #d9b441 52%, #b8902a);
}

.p-news-sidebar__rank-ribbon--2 {
  color: #444b56;
  background-image: linear-gradient(135deg, #f1f3f6, #c3cad4 52%, #9aa3b0);
}

.p-news-sidebar__rank-ribbon--3 {
  color: #fff;
  background-image: linear-gradient(135deg, #efc59b, #c0824e 52%, #9c5f2f);
}

.p-news-sidebar__rank-thumb {
  flex: 0 0 auto;
  width: 6.25rem;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #f5f8fb;
}

.p-news-sidebar__rank-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-sidebar__rank-body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.25rem 0.875rem;
}

.p-news-sidebar__rank-title {
  display: -webkit-box;
  overflow: hidden;
  color: #0b2f4f;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
  transition: color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p-news-sidebar__rank-link:hover .p-news-sidebar__rank-title,
.p-news-sidebar__rank-link:focus-visible .p-news-sidebar__rank-title {
  color: #0f4c81;
}

.p-news-sidebar__rank-date {
  display: block;
  margin-top: 0.375rem;
  color: #5d6b78;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.p-news-related {
  margin-top: 3.5rem;
  padding-top: 2.125rem;
  border-top: 1px solid #d8e3ea;
}

.p-news-related__heading {
  color: #0b2f4f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-news-related__swell-list {
  margin-top: 1.375rem;
}

/* =========================================================
   製品ラインアップ ページ
   ========================================================= */
/* SWELL の .l-content 制約を解除して全幅化（他下層ページと統一） */
.protech-labo-products-page #content.l-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* SWELL 標準パンくず・サイドバーを非表示（独自パンくずに統一。他下層ページと統一） */
.protech-labo-products-page #sidebar.l-sidebar,
.protech-labo-products-page .p-breadcrumb {
  display: none;
}

.p-products-intro__text {
  max-width: 51.25rem;
  margin-right: auto;
  margin-left: auto;
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products-intro__text {
    text-align: left;
  }
}

/* 商品イメージ（写真） */
.p-products-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.75rem;
  gap: 1.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-showcase__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }
}

.p-products-card {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}

.p-products-card__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  border: 0;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: zoom-in;
}

.p-products-card__image img {
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-products-card__zoom-hint {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background-color: rgba(11, 47, 79, 0.65);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-products-card__zoom-hint {
    opacity: 1;
  }
}

.p-products-card__zoom-hint::before,
.p-products-card__zoom-hint::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.p-products-card__zoom-hint::before {
  width: 0.875rem;
  height: 2px;
}

.p-products-card__zoom-hint::after {
  width: 2px;
  height: 0.875rem;
}

.p-products-card__image:hover .p-products-card__zoom-hint,
.p-products-card__image:focus-visible .p-products-card__zoom-hint {
  opacity: 1;
}

/* クリックで拡大（lightbox） */
.p-products-zoom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.82);
}

.p-products-zoom[hidden] {
  display: none;
}

.p-products-zoom__body {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 56.25rem;
  max-height: 90vh;
}

.p-products-zoom__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 0.25rem;
}

.p-products-zoom__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.p-products-zoom__close::before,
.p-products-zoom__close::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 2px;
  background-color: #fff;
}

.p-products-zoom__close::before {
  transform: rotate(45deg);
}

.p-products-zoom__close::after {
  transform: rotate(-45deg);
}

body.is-zoom-locked {
  overflow: hidden;
}

.p-products-card__body {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding: 1.125rem 1.25rem;
}

.p-products-card__no {
  color: #0b8f8f;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-products-card__name {
  color: #0b2f4f;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-products-card__size {
  width: 100%;
  margin-top: 0.375rem;
  color: #5d6b78;
  font-size: 0.875rem;
}

/* ラインアップ一覧 */
.p-products-list__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1.75rem 2.75rem;
  gap: 1.75rem 2.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-list__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
}

.p-products-cat__name {
  padding-bottom: 0.625rem;
  color: #0b2f4f;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 2px solid #0b8f8f;
}

.p-products-cat__items {
  margin-top: 0.875rem;
  padding: 0;
  list-style: none;
}

.p-products-cat__item {
  position: relative;
  padding-left: 1.125rem;
  color: #1f2933;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.p-products-cat__item + .p-products-cat__item {
  margin-top: 0.5rem;
}

.p-products-cat__item::before {
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background-color: #0b8f8f;
  border-radius: 50%;
}

.p-products-list__note {
  margin-top: 2rem;
  color: #5d6b78;
  font-size: 0.8125rem;
}

/* サービスページ内「関連製品」セクション */
.p-service-related__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1.25rem;
  gap: 1.25rem;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .p-service-related__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-service-related__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }
}

.p-service-related__item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}

.p-service-related__image {
  aspect-ratio: 1/1;
  background-color: #fff;
}

.p-service-related__image img {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service-related__body {
  padding: 0.75rem 0.875rem;
}

.p-service-related__name {
  color: #0b2f4f;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-service-related__volume {
  margin-top: 0.25rem;
  color: #5d6b78;
  font-size: 0.8125rem;
}

.p-service-related__note {
  margin-top: 1.5rem;
  text-align: center;
}

.p-service-related__more {
  color: #0b8f8f;
  font-weight: 700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.protech-labo-service-page #content.l-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.protech-labo-service-page #sidebar.l-sidebar,
.protech-labo-service-page .p-breadcrumb {
  display: none;
}

.p-service {
  background-color: #fff;
}

.p-service-hero {
  position: relative;
  isolation: isolate;
  height: 32.5rem;
  overflow: hidden;
  color: #0b2f4f;
  background-color: #eaf7ff;
}
@media screen and (max-width: 1024px) {
  .p-service-hero {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-hero {
    height: auto;
    padding-top: 5.5rem;
    padding-bottom: 4rem;
  }
}

.p-service-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(1.08) saturate(0.88);
}

.p-service-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  background: linear-gradient(90deg, rgba(11, 47, 79, 0.92) 0%, rgba(11, 47, 79, 0.76) 50%, rgba(11, 47, 79, 0.38) 100%);
}
@media screen and (max-width: 767px) {
  .p-service-hero__overlay {
    background: linear-gradient(180deg, rgba(11, 47, 79, 0.92) 0%, rgba(11, 47, 79, 0.78) 100%);
  }
}

.p-service-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-service-hero__content {
  width: 100%;
  max-width: 50rem;
}

.p-service-hero__label {
  color: rgba(9, 36, 75, 0.72);
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-service-hero__title {
  margin-top: 1rem;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-service-hero__title {
    font-size: 2rem;
  }
}

.p-service-hero__catch {
  margin-top: 1.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service-hero__catch {
    font-size: 1.25rem;
  }
}

.p-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.p-service-hero__actions .c-button {
  width: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__actions .c-button {
    width: 100%;
  }
}

.p-service-hero__actions .c-button--primary {
  border-color: #0f4c81;
}
@media (hover: hover) {
  .p-service-hero__actions .c-button--primary:hover {
    border-color: #0f4c81;
  }
}

.p-service-breadcrumb {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
  border-top: 1px solid rgba(15, 76, 129, 0.08);
  border-bottom: 1px solid #d8e3ea;
}

.p-service-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: #5d6b78;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.p-service-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.p-service-breadcrumb__item + .p-service-breadcrumb__item::before {
  content: "";
  flex: 0 0 auto;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.p-service-breadcrumb__link {
  color: #0f4c81;
  font-weight: 700;
}

.p-service-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.125rem;
  gap: 1.125rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 1024px) {
  .p-service-features__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-service-features__grid {
    margin-top: 2rem;
  }
}

.p-service-features__lead {
  max-width: 47.5rem;
  margin-top: 1.375rem;
  margin-right: auto;
  margin-left: auto;
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-features__lead {
    text-align: left;
  }
}

.p-service-feature-card {
  padding: 1.75rem;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-service-feature-card {
    padding: 1.375rem;
  }
}

.p-service-feature-card__title {
  color: #0b2f4f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-service-mechanism__comparison-title::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 0.25rem;
  height: calc(1em + 0.25rem);
  background-color: #0b8f8f;
  border-radius: 0.25rem;
}

.p-service-feature-card__text {
  margin-top: 0.875rem;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.9;
}

.p-service-concerns {
  background-color: #fff;
}

.p-service-concerns__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
  margin-top: 2.625rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-service-concerns__list {
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
  }
}

.p-service-features {
  position: relative;
  padding-top: 11rem;
  background-color: #f5f8fb;
}
@media screen and (max-width: 767px) {
  .p-service-features {
    padding-top: 7rem;
  }
}

.p-service-features::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: max(1.375rem, min(7.167vw, 8rem));
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-service-features .l-inner {
  position: relative;
  z-index: 2;
}

.p-service-concerns__item {
  display: grid;
  grid-template-columns: 1.875rem minmax(0, 1fr);
  grid-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  align-items: center;
  padding: 1.25rem 1.375rem;
  background-color: #f5f8fb;
  border-radius: 8px;
}

.p-service-concerns__check {
  position: relative;
  display: inline-flex;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border: 2px solid #0f4c81;
  border-radius: 0.375rem;
}

.p-service-concerns__check::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.5625rem;
  width: 0.5rem;
  height: 0.9375rem;
  border-right: 3px solid #0f4c81;
  border-bottom: 3px solid #0f4c81;
  transform: rotate(45deg);
}

.p-service-concerns__text {
  min-width: 0;
  color: #0b2f4f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.p-service--hypochlorous-products .p-service-concerns__layout {
  position: relative;
  display: block;
  width: 100%;
  max-width: 67.5rem;
  height: 40rem;
  margin-top: 2.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-service--hypochlorous-products .p-service-concerns__layout {
    max-width: 57.5rem;
    height: 36.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service--hypochlorous-products .p-service-concerns__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-items: center;
    max-width: none;
    height: auto;
    margin-top: 2rem;
  }
}

.p-service--hypochlorous-products .p-service-concerns__layout .p-service-concerns__list {
  display: block;
  margin-top: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-service--hypochlorous-products .p-service-concerns__layout .p-service-concerns__list {
    display: contents;
  }
}

.p-service--hypochlorous-products .p-service-concerns__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 20.625rem;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-service--hypochlorous-products .p-service-concerns__visual {
    width: 17.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service--hypochlorous-products .p-service-concerns__visual {
    position: static;
    grid-column: 1/-1;
    order: 2;
    width: min(100%, 15rem);
    margin-right: auto;
    margin-left: auto;
    transform: none;
  }
}

.p-service--hypochlorous-products .p-service-concerns__visual img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service--hypochlorous-products .p-service-concerns__layout .p-service-concerns__item {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
  align-items: center;
  justify-items: center;
  place-items: center;
  align-content: center;
  width: 12.375rem;
  min-width: 0;
  aspect-ratio: 1/1;
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(15, 76, 129, 0.18);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .p-service--hypochlorous-products .p-service-concerns__layout .p-service-concerns__item {
    width: 10.875rem;
    padding: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service--hypochlorous-products .p-service-concerns__layout .p-service-concerns__item {
    position: static;
    justify-self: center;
    width: min(100%, 10.25rem);
  }
}

@media screen and (max-width: 767px) {
  .p-service--hypochlorous-products .p-service-concerns__list--left .p-service-concerns__item:nth-child(2),
  .p-service--hypochlorous-products .p-service-concerns__list--right .p-service-concerns__item:nth-child(1),
  .p-service--hypochlorous-products .p-service-concerns__list--right .p-service-concerns__item:nth-child(3) {
    transform: translateY(50%);
  }
}

.p-service--hypochlorous-products .p-service-concerns__icon {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: #0f4c81;
  background-color: rgba(15, 76, 129, 0.06);
  border-radius: 50%;
}

.p-service--hypochlorous-products .p-service-concerns__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service--hypochlorous-products .p-service-concerns__title {
  color: #0b2f4f;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 1024px) {
  .p-service--hypochlorous-products .p-service-concerns__title {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service--hypochlorous-products .p-service-concerns__title {
    font-size: 0.9375rem;
  }
}

.p-service--hypochlorous-products .p-service-concerns__list--left .p-service-concerns__item:nth-child(1) {
  top: 2.125rem;
  left: 21%;
}

.p-service--hypochlorous-products .p-service-concerns__list--left .p-service-concerns__item:nth-child(2) {
  top: 14.125rem;
  left: 7%;
}

.p-service--hypochlorous-products .p-service-concerns__list--left .p-service-concerns__item:nth-child(3) {
  bottom: 1.625rem;
  left: 21%;
}

.p-service--hypochlorous-products .p-service-concerns__list--right .p-service-concerns__item:nth-child(1) {
  top: 3.25rem;
  right: 21%;
}

.p-service--hypochlorous-products .p-service-concerns__list--right .p-service-concerns__item:nth-child(2) {
  top: 15.375rem;
  right: 7%;
}

.p-service--hypochlorous-products .p-service-concerns__list--right .p-service-concerns__item:nth-child(3) {
  right: 21%;
  bottom: 1.125rem;
}

.p-service-reasons {
  background-color: #fff;
}

.p-service-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1.125rem;
  gap: 1.125rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 1024px) {
  .p-service-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-service-reasons__grid {
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
  }
}

.p-service-reason-card {
  position: relative;
  display: grid;
  align-content: start;
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
  padding: 1.5rem;
  overflow: hidden;
  background-color: #f5f8fb;
  border-radius: 8px;
}

.p-service-reason-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 2.25rem solid #0b2f4f;
  border-right: 2.25rem solid transparent;
  pointer-events: none;
}

.p-service-reason-card__title {
  color: #0b2f4f;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
  word-break: auto-phrase;
  line-break: strict;
}

.p-service-reason-card__text {
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.85;
}

.p-service-quality {
  background-color: #f5f8fb;
}

.p-service-quality__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  grid-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-service-quality__layout {
    grid-template-columns: 1fr;
  }
}

.p-service-quality__lead {
  margin-top: 1.375rem;
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.95;
}

.p-service-quality__flow {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.p-service-quality__item {
  display: grid;
  grid-template-columns: 3.625rem minmax(0, 1fr);
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding: 1.125rem 1.25rem;
  background-color: #fff;
  border-radius: 8px;
}

.p-service-quality__number {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 3.625rem;
  height: 3.625rem;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  background-color: #0f4c81;
  border-radius: 50%;
}

.p-service-quality__body {
  min-width: 0;
}

.p-service-quality__title {
  color: #0b2f4f;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-service-quality__text {
  margin-top: 0.375rem;
  color: #5d6b78;
  font-size: 0.875rem;
  line-height: 1.75;
}

.p-service-mechanism {
  background-color: #fff;
}

.p-service-mechanism__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  align-items: start;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .p-service-mechanism__layout {
    grid-template-columns: 1fr;
  }
}

.p-service-mechanism__head {
  grid-column: 1/-1;
}
@media screen and (max-width: 1024px) {
  .p-service-mechanism__head {
    order: 1;
  }
}

.p-service-mechanism__title {
  color: #0b2f4f;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-service-mechanism__title {
    font-size: 1.6875rem;
  }
}

.p-service-mechanism__lead {
  margin-top: 1.125rem;
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.95;
}

@media screen and (max-width: 1024px) {
  .p-service-mechanism__content {
    order: 3;
  }
}

.p-service-mechanism__points {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.p-service-mechanism__point {
  padding: 1rem 1.125rem;
  background-color: #fff;
  border-radius: 4px;
}

.p-service-mechanism__point-title {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  color: #0b2f4f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-service-mechanism__point-title::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  background-image: url("../images/front/choice_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-service-mechanism__point-text {
  margin-top: 0.375rem;
  color: #5d6b78;
  font-size: 0.875rem;
  line-height: 1.75;
}

.p-service-mechanism__notes {
  grid-column: 1/-1;
  display: grid;
  grid-row-gap: 0.625rem;
  row-gap: 0.625rem;
  margin-top: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .p-service-mechanism__notes {
    order: 5;
  }
}

.p-service-mechanism__note {
  position: relative;
  padding-left: 1.25rem;
  color: #5d6b78;
  font-size: 0.875rem;
  line-height: 1.75;
}

.p-service-mechanism__note::before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #0b8f8f;
  border-radius: 50%;
}

.p-service-mechanism__visual {
  align-self: center;
  min-width: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-service-mechanism__visual {
    order: 2;
  }
}

.p-service-mechanism__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.p-service-mechanism__placeholder {
  display: grid;
  align-content: center;
  justify-items: center;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 1.5rem;
  overflow: hidden;
  color: #62717f;
  text-align: center;
  background-color: #e1e5e9;
  border: 1px dashed #aab4bf;
  border-radius: 8px;
}

.p-service-mechanism__placeholder-label {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.p-service-mechanism__placeholder-note {
  max-width: 26.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.65;
}

.p-service-mechanism__caption {
  margin-top: 0.625rem;
  color: #5d6b78;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.p-service-mechanism__authority {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-column-gap: 1.125rem;
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
  align-items: center;
  max-width: 47.5rem;
  margin-top: 0.375rem;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .p-service-mechanism__authority {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .p-service-mechanism__authority {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
  }
}

.p-service-mechanism__authority-images {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-mechanism__authority-images {
    justify-content: center;
  }
}

.p-service-mechanism__authority-figure {
  width: 4.875rem;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.375rem;
}

.p-service-mechanism__authority-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.p-service-mechanism__authority-body {
  min-width: 0;
}

.p-service-mechanism__authority-title {
  color: #0b2f4f;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-service-mechanism__authority-text {
  margin-top: 0.25rem;
  color: #5d6b78;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.p-service-mechanism__usage {
  margin-top: 3.5rem;
  background-color: #fff;
  border-radius: 8px;
}

.p-service-mechanism__usage-title {
  color: #0b2f4f;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.55;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .p-service-mechanism__usage-title {
    font-size: 1.25rem;
  }
}

.p-service-mechanism__usage-lead {
  margin-top: 0.625rem;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.85;
}

.p-service-mechanism__usage-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
  margin-top: 1.25rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .p-service-mechanism__usage-steps {
    grid-template-columns: 1fr;
  }
}

.p-service-mechanism__usage-step {
  position: relative;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  grid-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  align-items: start;
  padding: 1.125rem;
  background-color: #f5f8fb;
  border-radius: 4px;
}

.p-service-mechanism__usage-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #0b8f8f;
  border-right: 2px solid #0b8f8f;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .p-service-mechanism__usage-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -0.75rem;
    left: 2.25rem;
    transform: rotate(135deg);
  }
}

.p-service-mechanism__usage-number {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  background-color: #0b8f8f;
  border-radius: 50%;
}

.p-service-mechanism__usage-body {
  min-width: 0;
}

.p-service-mechanism__usage-step-title {
  color: #0b2f4f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-service-mechanism__usage-step-text {
  margin-top: 0.375rem;
  color: #5d6b78;
  font-size: 0.875rem;
  line-height: 1.75;
}

.p-service-mechanism__detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  min-width: 0;
  margin-top: 3.5rem;
}

.p-service-mechanism__comparison {
  min-width: 0;
  background-color: #fff;
  border-radius: 8px;
}

.p-service-mechanism__comparison-title {
  position: relative;
  min-width: 0;
  padding-left: 1rem;
  color: #0b2f4f;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.55;
  word-break: auto-phrase;
  line-break: strict;
  word-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-service-mechanism__comparison-title {
    font-size: 1.25rem;
  }
}

.p-service-mechanism__comparison-lead {
  margin-top: 0.625rem;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.85;
}

.p-service-mechanism__table-wrap {
  margin-top: 1.125rem;
  overflow-x: auto;
}

.p-service-mechanism__table-scroll-hint {
  display: none;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  margin-top: 0.5rem;
  color: #5d6b78;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.p-service-mechanism__table-wrap.is-scrollable .p-service-mechanism__table-scroll-hint {
  display: flex;
}

.p-service-mechanism__table-scroll-hint span {
  display: inline-block;
  color: #0f4c81;
  font-size: 1rem;
  line-height: 1;
}

.p-service-mechanism__table {
  width: 100%;
  min-width: 51.25rem;
  border-collapse: collapse;
  color: #0b2f4f;
  font-size: 0.875rem;
  line-height: 1.65;
}

.p-service-mechanism__table th,
.p-service-mechanism__table td {
  padding: 0.8125rem 0.875rem;
  border: 1px solid #d8e3ea;
  text-align: left;
  vertical-align: top;
}

.p-service-mechanism__table thead th {
  color: #fff;
  background-color: #73899b;
  font-weight: 700;
}

.p-service-mechanism__table thead th:nth-child(2) {
  color: #0b2f4f;
  background-color: #f1b84b;
}

.p-service-mechanism__table tbody th {
  width: 9.375rem;
  background-color: #f5f8fb;
  font-weight: 700;
}

.p-service-mechanism__table tbody td:nth-child(2) {
  background-color: rgba(241, 184, 75, 0.28);
  font-weight: 700;
}

.p-service-industries {
  background-color: #fff;
}

.p-service-industries__layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.p-service-industries__lead {
  max-width: 47.5rem;
  margin-right: auto;
  margin-left: auto;
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-industries__lead {
    text-align: left;
  }
}

.p-service-industries__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.p-service-industries__list--cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 1.75rem;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .p-service-industries__list--cards {
    grid-template-columns: 1fr;
  }
}

.p-service-industries__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.125rem;
  color: #0b2f4f;
  background-color: #f5f8fb;
  border-radius: 62.4375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-service-industries__item--card {
  position: relative;
  display: grid;
  align-items: start;
  justify-content: start;
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-service-industries__item--card {
    padding: 1.25rem;
  }
}

.p-service-industries__item--card::before,
.p-service-industries__item--card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.p-service-industries__list--cards .p-service-industries__item--card:nth-child(2n)::before {
  top: 1.5rem;
  bottom: 1.5rem;
  left: -1rem;
  width: 0.3125rem;
  background-image: radial-gradient(circle, rgba(15, 76, 129, 0.36) 0,rgba(15, 76, 129, 0.36) 0.125rem, transparent 0.15625rem);
  background-image: radial-gradient(circle, rgba(15, 76, 129, 0.36) 0 0.125rem, transparent 0.15625rem);
  background-position: center top;
  background-size: 0.3125rem 0.625rem;
  background-repeat: repeat-y;
}
@media screen and (max-width: 1024px) {
  .p-service-industries__list--cards .p-service-industries__item--card:nth-child(2n)::before {
    content: none;
  }
}

.p-service-industries__list--cards .p-service-industries__item--card::after {
  right: 0;
  bottom: -1rem;
  left: 0;
  height: 0.3125rem;
  background-image: radial-gradient(circle, rgba(15, 76, 129, 0.36) 0,rgba(15, 76, 129, 0.36) 0.125rem, transparent 0.15625rem);
  background-image: radial-gradient(circle, rgba(15, 76, 129, 0.36) 0 0.125rem, transparent 0.15625rem);
  background-position: left center;
  background-size: 0.625rem 0.3125rem;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1024px) {
  .p-service-industries__list--cards .p-service-industries__item--card::after {
    bottom: -1rem;
  }
}

.p-service-industries__list--cards .p-service-industries__item--card:last-child::after {
  content: none;
}

.p-service--vacation-rental-bedmaking .p-service-industries__list--cards .p-service-industries__item--card:last-child::after {
  content: "";
}

.p-service-industries__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.p-service-industries__icon {
  position: relative;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  color: #0b8f8f;
  background-color: rgba(11, 143, 143, 0.1);
  border-radius: 50%;
}

.p-service-industries__icon::before,
.p-service-industries__icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.p-service-industries__icon--image {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 4.25rem;
  height: 4.25rem;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.p-service-industries__icon--image::before,
.p-service-industries__icon--image::after {
  content: none;
}

.p-service-industries__icon--image img {
  display: block;
  width: 4rem;
  max-height: 4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service-industries__icon--care::before {
  top: 0.75rem;
  left: 0.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid currentColor;
  border-radius: 50% 50% 46% 46%;
}

.p-service-industries__icon--care::after {
  top: 1.5625rem;
  left: 1.125rem;
  width: 0.75rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.p-service-industries__icon--medical::before {
  top: 0.75rem;
  left: 1.375rem;
  width: 0.25rem;
  height: 1.5rem;
  background-color: currentColor;
  border-radius: 0.125rem;
}

.p-service-industries__icon--medical::after {
  top: 1.375rem;
  left: 0.75rem;
  width: 1.5rem;
  height: 0.25rem;
  background-color: currentColor;
  border-radius: 0.125rem;
}

.p-service-industries__icon--restaurant::before {
  top: 0.75rem;
  left: 0.875rem;
  width: 0.5625rem;
  height: 1.5rem;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.p-service-industries__icon--restaurant::after {
  top: 0.75rem;
  right: 0.875rem;
  width: 0.5rem;
  height: 1.5rem;
  border-right: 3px solid currentColor;
  border-radius: 0 0 0.5rem 0;
}

.p-service-industries__icon--factory::before {
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  height: 1.125rem;
  border: 2px solid currentColor;
  border-top: 0;
}

.p-service-industries__icon--factory::after {
  right: 0.75rem;
  bottom: 1.875rem;
  left: 0.75rem;
  height: 0.625rem;
  border-left: 0.5625rem solid currentColor;
  border-right: 0.5625rem solid currentColor;
  clip-path: polygon(0 100%, 0 30%, 34% 70%, 34% 30%, 68% 70%, 68% 30%, 100% 100%);
}

.p-service-industries__icon--cleaning::before {
  top: 0.8125rem;
  left: 1.5rem;
  width: 0.25rem;
  height: 1.375rem;
  background-color: currentColor;
  border-radius: 0.125rem;
  transform: rotate(24deg);
}

.p-service-industries__icon--cleaning::after {
  right: 0.75rem;
  bottom: 0.75rem;
  width: 1.375rem;
  height: 0.625rem;
  background-color: currentColor;
  clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%);
}

.p-service-industries__icon--home::before {
  top: 1.125rem;
  left: 0.8125rem;
  width: 1.375rem;
  height: 1.125rem;
  border: 2px solid currentColor;
  border-top: 0;
}

.p-service-industries__icon--home::after {
  top: 0.6875rem;
  left: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(45deg);
}

.p-service-industries__title-group {
  min-width: 0;
}

.p-service-industries__label {
  color: #0b8f8f;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.p-service-industries__visual {
  display: grid;
  align-content: center;
  justify-items: center;
  grid-row-gap: 0.375rem;
  row-gap: 0.375rem;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0;
  padding: 1.125rem;
  color: #62717f;
  text-align: center;
  background-color: #e1e5e9;
  border: 1px dashed #aab4bf;
  border-radius: 4px;
}

.p-service-industries__visual-label {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.p-service-industries__visual-note {
  max-width: 16.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-service-industries__title {
  color: #0b2f4f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-service-industries__detail {
  display: grid;
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
  margin: 0;
}

.p-service-industries__detail-row {
  display: grid;
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.p-service-industries__detail-row dt {
  color: #0f4c81;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-service-industries__detail-row dd {
  margin: 0;
  color: #5d6b78;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
}

.p-service-industries__scene {
  color: #5d6b78;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.9;
}

.p-service--vacation-rental-bedmaking .p-service-features,
.p-service--vacation-rental-bedmaking .p-service-quality {
  background-color: #fff7ee;
}

.p-service--vacation-rental-bedmaking .p-service-breadcrumb__link,
.p-service--vacation-rental-bedmaking .p-service-industries__detail-row dt {
  color: #a85f25;
}

.p-service--vacation-rental-bedmaking .p-service-reason-card {
  background-color: #fff7ee;
}

.p-service--vacation-rental-bedmaking .p-service-reason-card::before {
  border-top-color: #4a3a2e;
}

.p-service--vacation-rental-bedmaking .p-service-quality__number {
  background-color: #d98233;
}

.p-service--vacation-rental-bedmaking .p-service-concerns__check {
  border-color: #d98233;
}

.p-service--vacation-rental-bedmaking .p-service-concerns__check::after {
  border-color: #d98233;
}

.p-service--vacation-rental-bedmaking .p-service-industries__icon {
  color: #d98233;
  background-color: #fff;
  border-color: rgba(217, 130, 51, 0.32);
}

.p-service--vacation-rental-bedmaking .c-section-heading__title {
  color: #4a3a2e;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.p-service--vacation-rental-bedmaking .p-service-hero,
.p-service--vacation-rental-bedmaking .p-service-overview__lead,
.p-service--vacation-rental-bedmaking .p-service-overview-card__title,
.p-service--vacation-rental-bedmaking .p-service-concerns__text,
.p-service--vacation-rental-bedmaking .p-service-feature-card__title,
.p-service--vacation-rental-bedmaking .p-service-reason-card__title,
.p-service--vacation-rental-bedmaking .p-service-quality__title,
.p-service--vacation-rental-bedmaking .p-service-industries__title,
.p-service--vacation-rental-bedmaking .p-service-usage-card__title,
.p-service--vacation-rental-bedmaking .p-service-faq__question {
  color: #4a3a2e;
}

.p-service--vacation-rental-bedmaking .p-service-hero__label {
  color: rgba(74, 58, 46, 0.72);
}

.p-service--vacation-rental-bedmaking .p-service-industries__label {
  color: #a85f25;
}

.p-service--vacation-rental-bedmaking .p-service-mechanism__evidence {
  background: linear-gradient(135deg, #6a3517 0%, #a85f25 58%, #d98233 100%);
}

.p-service--vacation-rental-bedmaking .p-service-mechanism__usage-number,
.p-service--vacation-rental-bedmaking .p-service-usage-card__number {
  color: #fff;
  background-color: #d98233;
}

.p-service--vacation-rental-bedmaking .p-service-usage-card:nth-child(1) .p-service-usage-card__number {
  background-color: #f2a85c;
}

.p-service--vacation-rental-bedmaking .p-service-usage-card:nth-child(2) .p-service-usage-card__number {
  background-color: #e89244;
}

.p-service--vacation-rental-bedmaking .p-service-usage-card:nth-child(3) .p-service-usage-card__number {
  background-color: #d98233;
}

.p-service--vacation-rental-bedmaking .p-service-usage-card:nth-child(4) .p-service-usage-card__number {
  background-color: #c06d2a;
}

.p-service--vacation-rental-bedmaking .p-service-usage-card:nth-child(5) .p-service-usage-card__number {
  background-color: #a85f25;
}

.p-service--vacation-rental-bedmaking .c-button--primary {
  border-color: #a85f25;
  background-color: #a85f25;
}
@media (hover: hover) {
  .p-service--vacation-rental-bedmaking .c-button--primary:hover {
    color: #a85f25;
    border-color: #a85f25;
    background-color: #fff;
  }
}

.p-service--vacation-rental-bedmaking .c-button--outline {
  color: #a85f25;
  background-color: #fff;
  border-color: #a85f25;
}
@media (hover: hover) {
  .p-service--vacation-rental-bedmaking .c-button--outline:hover {
    color: #fff;
    background-color: #a85f25;
    border-color: #a85f25;
  }
}

.p-service--vacation-rental-bedmaking .c-cta {
  background-color: #fff7ee;
}

.p-service--vacation-rental-bedmaking .c-cta__title::before {
  color: #a85f25;
}

.p-service--vacation-rental-bedmaking .c-cta__actions .c-button--light {
  background-color: #a85f25;
  border-color: #a85f25;
}
@media (hover: hover) {
  .p-service--vacation-rental-bedmaking .c-cta__actions .c-button--light:hover {
    color: #a85f25;
    background-color: #fff;
    border-color: #a85f25;
  }
}

.p-service-mechanism__evidence {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  grid-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  align-items: start;
  margin-top: 3.5rem;
  padding: 2.125rem;
  color: #fff;
  background: linear-gradient(135deg, #0b2f4f 0%, #0f4c81 62%, #0b8f8f 100%);
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .p-service-mechanism__evidence {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-service-mechanism__evidence {
    padding: 1.5rem;
  }
}

.p-service-mechanism__evidence--text {
  grid-template-columns: minmax(0, 1fr);
}

.p-service-mechanism__evidence--text .p-service-mechanism__evidence-head {
  max-width: 57.5rem;
}

.p-service-mechanism__evidence--text .p-service-mechanism__evidence-actions {
  grid-column: auto;
}

.p-service-mechanism__evidence-title {
  position: relative;
  padding-top: 1.625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-service-mechanism__evidence-title {
    font-size: 1.25rem;
  }
}

.p-service-mechanism__evidence-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "EVIDENCE";
  color: rgba(255, 255, 255, 0.72);
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.p-service-mechanism__evidence-title::after {
  position: absolute;
  top: 0.3125rem;
  left: 5.125rem;
  width: 6rem;
  height: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.58);
}

.p-service-mechanism__evidence-lead {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.95;
}

.p-service-mechanism__evidence-media {
  min-width: 0;
}

.p-service-mechanism__evidence-images {
  display: flex;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-mechanism__evidence-images {
    flex-direction: column;
  }
}

.p-service-mechanism__evidence-figure {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background-color: #fbfdff;
  border-radius: 4px;
}

.p-service-mechanism__evidence-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.p-service-mechanism__evidence-note {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  line-height: 1.85;
}

.p-service-mechanism__evidence-reference {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.7;
}

.p-service-mechanism__evidence-reference a {
  color: #0b2f4f;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.p-service-mechanism__evidence-list {
  display: grid;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
}

.p-service-mechanism__evidence-item {
  position: relative;
  padding: 1.125rem 1.25rem 1.125rem 2.875rem;
  color: rgba(255, 255, 255, 0.94);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-service-mechanism__evidence-item::before {
  content: "";
  position: absolute;
  top: 1.5625rem;
  left: 1.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #f1b84b;
  border-radius: 50%;
}

.p-service-mechanism__evidence-actions {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
}

.p-service-mechanism__evidence-actions .c-button {
  width: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-mechanism__evidence-actions .c-button {
    width: 100%;
  }
}

.p-service-usage__grid {
  display: grid;
  grid-template-columns: minmax(0, 61.25rem);
  justify-content: center;
  grid-row-gap: 0;
  row-gap: 0;
  margin-top: 2.625rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-service-usage__grid {
    margin-top: 2rem;
  }
}

.p-service-usage-card {
  position: relative;
  display: grid;
  grid-template-columns: clamp(5.125rem, 21.09vw - 5rem, 11.875rem) minmax(0, 1fr);
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  align-items: stretch;
  min-width: 0;
  overflow: visible;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-service-usage-card {
    grid-template-columns: 5.125rem minmax(0, 1fr);
    border-radius: 4px;
  }
}

.p-service-usage-card + .p-service-usage-card {
  margin-top: 0;
}

.p-service-usage-card:nth-child(1) {
  z-index: 5;
}

.p-service-usage-card:nth-child(2) {
  z-index: 4;
}

.p-service-usage-card:nth-child(3) {
  z-index: 3;
}

.p-service-usage-card:nth-child(4) {
  z-index: 2;
}

.p-service-usage-card:nth-child(5) {
  z-index: 1;
}

.p-service-usage-card__body {
  min-width: 0;
  display: grid;
  align-content: center;
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
  padding: 2.25rem 2.625rem;
  border: 1px solid #d8e3ea;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .p-service-usage-card__body {
    row-gap: 0.5rem;
    padding: 1.375rem 1.125rem;
  }
}

.p-service-usage-card__number {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: clamp(1.875rem, 5.47vw - 0.75rem, 3.625rem);
  font-weight: 700;
  line-height: 1;
  background-color: #66c5bf;
}
@media screen and (max-width: 767px) {
  .p-service-usage-card__number {
    font-size: 1.875rem;
  }
}

.p-service-usage-card__number::after {
  position: absolute;
  bottom: -2.125rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.125rem;
  content: "";
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-service-usage-card__number::after {
    bottom: -1.125rem;
    height: 1.125rem;
  }
}

.p-service-usage-card:first-child .p-service-usage-card__number {
  border-top-left-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-service-usage-card:first-child .p-service-usage-card__number {
    border-top-left-radius: 4px;
  }
}

.p-service-usage-card:nth-child(2) .p-service-usage-card__number {
  background-color: #45b3b5;
}

.p-service-usage-card:nth-child(3) .p-service-usage-card__number {
  background-color: #2f9eac;
}

.p-service-usage-card:nth-child(4) .p-service-usage-card__number {
  background-color: #1e829a;
}

.p-service-usage-card:nth-child(5) .p-service-usage-card__number {
  background-color: #0f667f;
}

.p-service-usage-card__title {
  color: #0b2f4f;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service-usage-card__title {
    font-size: 1.125rem;
  }
}

.p-service-usage-card__text {
  color: #5d6b78;
  font-size: 1rem;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .p-service-usage-card__text {
    font-size: 0.875rem;
  }
}

.p-service-faq__list {
  display: grid;
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-faq__list {
    margin-top: 1.875rem;
  }
}

.p-service-faq__item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-service-faq__item {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

.p-service-faq__heading {
  margin: 0;
}

.p-service-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding: 1.25rem 0;
  color: #0b2f4f;
  background-color: transparent;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-service-faq__question {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding: 1.125rem 0;
  }
}

.p-service-faq__question-text {
  flex: 1 1 auto;
}

.p-service-faq__icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  color: #0f4c81;
}

.p-service-faq__icon::before,
.p-service-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: currentColor;
  border-radius: 0.125rem;
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-service-faq__icon::before {
  transform: translateY(-50%);
}

.p-service-faq__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-service-faq__item.is-open .p-service-faq__icon::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-service-faq__answer {
  max-height: 0;
  overflow: hidden;
  color: #5d6b78;
  font-size: 0.9375rem;
  line-height: 1.9;
  transition: max-height 0.36s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p-service-faq__answer-inner {
  padding-bottom: 1.375rem;
}

.p-service-faq__link {
  display: inline-flex;
  margin-top: 0.75rem;
  color: #0f4c81;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.p-service-overview__lead {
  display: grid;
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
  max-width: 52.5rem;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.p-service-overview__paragraph {
  color: #5d6b78;
  font-size: 1rem;
  line-height: 2;
}

.p-service-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-overview__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.75rem;
  }
}

.p-service-overview-card {
  padding: 1.75rem;
  background-color: #fff;
  border: 1px solid #d8e3ea;
  border-radius: 0 2.1875rem 2.1875rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-service-overview-card {
    padding: 1.375rem;
  }
}

.p-service-overview-card__title {
  color: #0f4c81;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-service-overview-card__text {
  margin-top: 0.625rem;
  color: #5d6b78;
  font-size: 0.875rem;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
