@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
strong,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

:where(figure) {
  margin: 0;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
dialog {
  overflow: visible;
  top: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

dialog:not([open]) {
  display: block;
  opacity: 0;
  visibility: hidden;
}

dialog[open] {
  display: block;
  opacity: 1;
  visibility: visible;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

address {
  font-style: normal;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.wpcf7-form p br {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.recaptcha__text {
  opacity: 0;
  visibility: hidden;
}

.wpcf7-response-output {
  display: none;
}

@font-face {
  font-family: "Oswald";
  src: url(../fonts/Oswald-VariableFont_wght.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-VariableFont_wdth_wght.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.ttf) format("truetype");
}
@font-face {
  font-family: "Actor";
  src: url(../fonts/Actor-Regular.ttf) format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  color: #1A1F30;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFF;
}

body:has(.c-drawer.js-open) {
  overflow: hidden;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

main {
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  transition: opacity 0.6s ease, translate 0.6s ease;
}

.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}
.grecaptcha-badge {
  visibility: hidden;
}

.l-section {
  margin-top: clamp(60px, 4.615px + 7.212vw, 120px);
}
.l-section.l-section--top {
  margin-top: 40px;
}
.l-section__inner {
  width: min(1920px, 100%);
  max-width: 1440px;
  margin-inline: auto;
}
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  background-color: #FFF;
  border-bottom: 0.5px solid #c8c8c8;
}

.l-header::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 100%;
  left: 0;
  z-index: 89;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.l-header.js-until-loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.l-header.js-slide-up {
  translate: 0 -100%;
}

.l-header:has(.js-open) {
  background-color: #000E40;
}

.l-header:has(.js-open) .l-header__logo {
  opacity: 0;
}

.l-header:has(.js-show)::before {
  opacity: 1;
  visibility: visible;
}

.l-header__inner {
  display: grid;
  grid-template-columns: 297px 1fr;
  align-items: center;
  padding-left: 6.25vw;
}
.l-header__logo {
  padding-block: 24px 24px;
  position: relative;
  z-index: 110;
  transition: opacity 0.3s ease;
}

.l-header__logo img {
  width: 240px;
}

.l-header__logo span {
  display: none;
}
.l-header__nav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 25px;
  height: 100%;
}
.l-header__nav-inner {
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #FFF;
  height: inherit;
}

.l-header__nav-list {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 24px;
}
.l-header__nav-item {
  height: inherit;
}

.l-header__nav-item:has(.js-show) .l-header__nav-link {
  opacity: 1 !important;
}

.l-header__nav-item:has(.js-show) .l-header__nav-link::after {
  scale: 1;
}

.l-header__nav-link {
  display: grid;
  height: 100%;
  place-content: center;
  padding-inline: clamp(4px, -9.333px + 1.111vw, 12px);
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4px + 0.625vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
  position: relative;
  transition: 0.3s opacity ease-in-out;
}

.l-header__nav-link.is-current {
  opacity: 1;
}

.l-header__nav-link.is-current::after {
  scale: 1;
}

.l-header__nav-link.is-not-current {
  opacity: 0.5;
}

.l-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  translate: -50%;
  width: calc(100% - 24px);
  height: 5px;
  background-color: #1a1f30;
  scale: 0;
  transform-origin: center center;
  transition: 0.3s scale ease;
}
.l-header__btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.l-header__btn {
  display: grid;
  place-content: center;
  width: clamp(160px, -2.5px + 10.156vw, 173px);
  height: 100%;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4px + 0.625vw, 16px);
  font-weight: 600;
  letter-spacing: 1.54px;
  transition: 0.3s opacity ease-in-out;
}

.l-header__btn.l-header__btn--download {
  background-color: #0f2679;
}

.l-header__btn.l-header__btn--contact {
  background-color: #a48044;
}
.l-header__nav2 {
  position: absolute;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 100vw;
  height: auto;
  background-color: #1a1f30;
  top: 100%;
  left: 50%;
  translate: -50%;
  padding-block: clamp(48px, 34.667px + 1.736vw, 68px) clamp(64px, 53.333px + 1.389vw, 80px);
  transition: all 0.3s ease-in-out;
}

.l-header__nav2.js-show {
  opacity: 1;
  visibility: visible;
}

.l-header__nav2-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 18.667px + 2.778vw, 72px);
  padding-inline: clamp(30px, -16.667px + 6.076vw, 100px);
  margin-inline: auto;
}
.l-header__nav2-title {
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 16px;
}

.l-header__nav2-title--large {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 10.667px + 2.778vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3.84px;
}

.l-header__nav2-title--small {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 14px + 0.521vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
}

.l-header__nav2-title--small span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.l-header__nav2-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 6.667px + 1.736vw, 40px) clamp(56px, -24px + 5vw, 72px);
}

.l-header__nav2-list.l-header__nav2-list--products .l-header__nav2-item:nth-of-type(1) {
  grid-area: 1/1/2/2;
}

.l-header__nav2-list.l-header__nav2-list--products .l-header__nav2-item:nth-of-type(2) {
  grid-area: 1/2/2/3;
}

.l-header__nav2-list.l-header__nav2-list--products .l-header__nav2-item:nth-of-type(3) {
  grid-area: 1/3/3/4;
}

.l-header__nav2-list.l-header__nav2-list--products .l-header__nav2-item:nth-of-type(4) {
  grid-area: 2/1/3/2;
}

.l-header__nav2-list.l-header__nav2-list--products .l-header__nav2-item:nth-of-type(5) {
  grid-area: 2/2/3/3;
}

.l-header__nav2-list.l-header__nav2-list--order-made .l-header__nav2-item:nth-of-type(1) {
  grid-area: 1/1/2/2;
}

.l-header__nav2-list.l-header__nav2-list--order-made .l-header__nav2-item:nth-of-type(2) {
  grid-area: 1/2/2/3;
}

.l-header__nav2-list.l-header__nav2-list--order-made .l-header__nav2-item:nth-of-type(3) {
  grid-area: 2/1/3/2;
}

.l-header__nav2-list.l-header__nav2-list--order-made .l-header__nav2-item:nth-of-type(4) {
  grid-area: 2/2/4/3;
}

.l-header__nav2-list.l-header__nav2-list--order-made .l-header__nav2-item:nth-of-type(5) {
  margin-top: calc(-1 * clamp(40px, 3.077px + 4.808vw, 80px));
  grid-area: 3/1/4/2;
}

.l-header__nav2-list.l-header__nav2-list--order-made .l-header__nav2-item:nth-of-type(6) {
  grid-area: 1/3/4/4;
}
.l-header__nav2-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: clamp(8px, 5.333px + 0.347vw, 12px);
  padding-bottom: clamp(8px, 5.333px + 0.347vw, 12px);
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4px + 0.833vw, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
}

.l-header__nav2-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #FFF;
}

.l-header__nav2-link::after {
  content: "";
  width: clamp(24px, 19.333px + 0.608vw, 31px);
  height: clamp(24px, 19.333px + 0.608vw, 31px);
  border-radius: 50%;
  background: url(../../dist/imgs/header/icon-header-nav2.svg) no-repeat center center/cover;
  transition: all 0.3s ease-in-out;
}
.l-header__sub-list {
  margin-top: clamp(4px, -1.333px + 0.694vw, 12px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: clamp(2px, -4.667px + 0.868vw, 12px);
}

.l-header__sub-item {
  padding-left: 14px;
}

.l-header__sub-link {
  display: inline-block;
  padding-left: clamp(8px, 5.333px + 0.347vw, 12px);
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 6px + 0.625vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}

.l-header__sub-link.l-header__sub-link--long {
  font-size: clamp(14px, 4px + 0.625vw, 16px);
}

.l-header__sub-link .l-header__sub-link--name {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.l-header__sub-link::before {
  content: "";
  position: absolute;
  width: clamp(3px, 1.667px + 0.174vw, 5px);
  height: clamp(3px, 1.667px + 0.174vw, 5px);
  border-radius: 50%;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-color: #FFF;
}
.l-footer {
  margin-top: clamp(120px, 53.333px + 5.556vw, 160px);
}
.l-footer__top {
  background-color: #1A1F30;
  padding-block: clamp(48px, -138.667px + 15.556vw, 160px) clamp(48px, -120.333px + 14.028vw, 149px);
}
.l-footer__inner {
  padding-inline: clamp(80px, -253.333px + 27.778vw, 280px);
  margin-inline: auto;
}
.l-footer__top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0;
}
.l-footer__top-head {
  margin-top: -6px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.l-footer__top-title {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(32px, -1.333px + 2.778vw, 52px);
  font-weight: 700;
  line-height: normal;
}
.l-footer__top-subtitle {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 8px + 1.667vw, 40px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.295px;
}
.l-footer__top-tel {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.l-footer__tel-title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10px + 0.521vw, 20px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.95px;
}
.l-footer__tel-info {
  margin-top: 2px;
  width: clamp(332px, 195.636px + 11.364vw, 392px);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
  position: relative;
}
.l-footer__top-body {
  display: contents;
}
.l-footer__top-list {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, -18.667px + 3.472vw, 48px);
}
.l-footer__top-item {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: start;
  gap: clamp(8px, 1.333px + 0.556vw, 12px);
}
.l-footer__item-title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 9.333px + 0.556vw, 20px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.95px;
}
.l-footer__item-btn {
  display: block;
  text-align: center;
  width: clamp(280px, 146.667px + 11.111vw, 360px);
  padding-block: clamp(16px, 6px + 0.833vw, 22px);
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #1A1F30;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10px + 0.521vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.461px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.l-footer__item-info {
  width: clamp(332px, 195.636px + 11.364vw, 392px);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
  position: relative;
}
.l-footer__info-location {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  border: 1px solid #FFF;
  padding-block: 6px 8px;
  padding-inline: 8px;
  margin-top: 2px;
}
.l-footer__info-tel {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, -5.333px + 2.778vw, 48px);
  font-weight: 500;
  line-height: normal;
}
.l-footer__info-time {
  position: absolute;
  white-space: nowrap;
  top: clamp(48px, 0.273px + 3.977vw, 69px);
  left: clamp(52px, 29.273px + 1.894vw, 62px);
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 8px + 0.521vw, 18px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.41px;
}
.l-footer__bottom {
  background-color: #151515;
  padding-block: clamp(48px, 9.6px + 5vw, 96px) 27px;
}
.l-footer__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.l-footer__bottom-head {
  padding-top: 3px;
}
.l-footer__logo-link {
  transition: opacity 0.3s ease-in-out;
}
.l-footer__company-logo img {
  width: 182px;
}
.l-footer__company-name {
  margin-top: 21px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.65px;
}
.l-footer__company-address {
  margin-top: 28px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: clamp(20px, 1.538px + 2.404vw, 40px);
}
.l-footer__address-head {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
.l-footer__address-body {
  padding-top: 3px;
}
.l-footer__address-location {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 10.154px + 0.24vw, 14px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
.l-footer__address-tel {
  display: inline-block;
  margin-top: 16px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
.l-footer__bottom-list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.l-footer__bottom-up {
  display: contents;
}
.l-footer__bottom-down {
  display: contents;
}
.l-footer__bottom-link {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 8.308px + 0.481vw, 16px);
  padding-inline: 6px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}

.l-footer__bottom-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  translate: -50%;
  width: calc(100% - 16px);
  height: 1px;
  background-color: #FFF;
  scale: 0;
  transform-origin: right center;
  transition: 0.3s scale ease-in-out;
}
.l-footer__copyright {
  padding-block: 7px 12px;
  background-color: #060606;
  text-align: center;
}
.l-footer__copyright-text {
  color: #949494;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
}

.l-footer__copyright-text span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.l-main {
  padding-top: 91px;
  overflow-x: hidden;
}
.c-btn-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn-wrapper.c-btn-wrapper--thanks {
  display: none;
}

.c-btn {
  display: block;
  width: 300px;
  padding-block: clamp(16px, 10px + 0.781vw, 25px);
  text-align: center;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid transparent;
  font-size: clamp(14px, 12.667px + 0.174vw, 16px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.32px;
  transition: all 0.3s ease-in-out;
}

.c-btn.c-btn--white {
  color: #1A1F30;
  background-color: #FFF;
}

.c-btn.c-btn--navy {
  color: #FFF;
  background-color: #000E40;
}

.c-btn.c-btn--gray-light {
  color: #555555;
  background-color: #FFF;
}

.c-btn.c-btn--black {
  color: #323232;
  background-color: #FFF;
}
.c-arrow-btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.c-arrow-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1F30;
  border-radius: 50%;
}

.c-arrow-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 20px;
  background: url(../../dist/imgs/common/icon-chevron-right.svg) no-repeat center center/cover;
}
.c-dl-btn__wrapper {
  width: min(1728px, 100%);
  padding-inline: clamp(64px, -276.909px + 28.409vw, 214px);
  margin-inline: auto;
}
.c-dl-btn {
  display: block;
  padding-block: clamp(64px, -22.364px + 7.197vw, 102px) clamp(64px, -65.545px + 10.795vw, 121px);
  position: relative;
  border-radius: 20px;
  transition: opacity 0.3s ease-in-out;
}

.c-dl-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: url(../../dist/imgs/common/download-btn/bg.webp) no-repeat center center/cover;
}

.c-dl-btn::after {
  content: "";
  position: absolute;
  top: -62px;
  right: clamp(40px, -85.6px + 16.354vw, 197px);
  width: clamp(240px, 151.2px + 11.563vw, 351px);
  height: auto;
  aspect-ratio: 351/427;
  background: url(../../dist/imgs/common/download-btn/img.webp) no-repeat center center/cover;
}
.c-dl-btn__context {
  padding-left: clamp(32px, -24.8px + 7.396vw, 103px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-dl-btn__title {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(42px, 19.273px + 1.894vw, 52px);
  font-weight: 700;
  line-height: normal;
}
.c-dl-btn__subtitle {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 18.364px + 1.136vw, 38px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.295px;
}
.c-drawer {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #000E40;
  overflow-y: scroll;
}

.c-drawer.js-open {
  opacity: 1;
  visibility: visible;
}

.c-drawer__inner {
  padding-top: 18.8405797101vw;
  padding-inline: 7.2463768116vw;
  margin-inline: auto;
}

.c-drawer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 4.347826087vw;
  color: #FFF;
}

.c-drawer__nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-drawer__nav-btn {
  display: block;
  text-align: left;
  width: 100%;
  padding-block: 1.4492753623vw;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8647342995vw;
  font-weight: 500;
  letter-spacing: 0.154589372vw;
  position: relative;
}

.c-drawer__nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 7.4879227053vw;
  height: 7.4879227053vw;
  background: url(../../dist/imgs/header/icon-drawer-arrow.svg) no-repeat center center/cover;
  transition: rotate 0.3s ease-in-out;
}

.c-drawer__nav-btn.js-open::after {
  rotate: 90deg;
}

.c-drawer__btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.347826087vw;
  margin-top: 9.6618357488vw;
}

.c-drawer__btn {
  display: block;
  width: 38.1642512077vw;
  text-align: center;
  padding-block: 4.347826087vw;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3816425121vw;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0676328502vw;
  border-radius: 2.4154589372vw;
  border: 1px solid transparent;
}

.c-drawer__btn.c-drawer__btn--download {
  border-color: #FFF;
  background-color: #0F2679;
}

.c-drawer__btn.c-drawer__btn--contact {
  background-color: #A48044;
}

.c-drawer__address-top {
  margin-top: 5.7971014493vw;
  background-color: #FFF;
  padding-block: 4.8309178744vw 5.7971014493vw;
  position: relative;
}

.c-drawer__address-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: -7.2463768116vw;
  background-color: #FFF;
}

.c-drawer__address-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8985507246vw;
}

.c-drawer__tel-icon {
  width: 9.6618357488vw;
  height: 9.6618357488vw;
  border-radius: 50%;
  position: relative;
}

.c-drawer__tel-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(../../dist/imgs/header/icon-tel.svg) no-repeat center center/cover;
}

.c-drawer__tel-text {
  color: #000E40;
  font-family: "Oswald", sans-serif;
  font-size: 7.2463768116vw;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.5797101449vw;
  text-transform: uppercase;
}

.c-drawer__address-time {
  display: block;
  text-align: center;
  margin-top: 2.4154589372vw;
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6570048309vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0531400966vw;
}

.c-drawer__address-time span {
  color: inherit;
  font-family: inherit;
  font-size: 2.4154589372vw;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0.0483091787vw;
}

.c-drawer__address-bottom {
  padding-block: 9.1787439614vw 7.729468599vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 3.8647342995vw;
}

.c-drawer__address-logo img {
  width: 100%;
}

.c-drawer__address-name {
  margin-top: 1.4492753623vw;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6231884058vw;
  font-weight: 400;
  line-height: 1;
}

.c-drawer__address-info {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8985507246vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3333;
}

.c-drawer__address-map {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.2077294686vw;
  color: #0EACF0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.1400966184vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0628019324vw;
}

.c-drawer__address-map::after {
  content: "";
  display: inline-block;
  padding-top: 0.4830917874vw;
  width: 2.1739130435vw;
  height: 2.8985507246vw;
  background: url(../../dist/imgs/header/icon-google-map.svg) no-repeat center center/cover;
}

.c-drawer__nav2 {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out, padding-block 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  position: relative;
}

.c-drawer__nav2::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: -7.2463768116vw;
  background-color: #FFF;
}

.c-drawer__nav2.js-open {
  margin-top: 5.7971014493vw;
  padding-block: 5.7971014493vw 5.7971014493vw;
  grid-template-rows: 1fr;
}

.c-drawer__nav2-inner {
  overflow-y: hidden;
  color: #000E40;
}

.c-drawer__nav2-title {
  display: block;
  text-align: center;
  color: #000E40;
  font-family: "Oswald", sans-serif;
  font-size: 7.729468599vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4637681159vw;
  position: relative;
}

.c-drawer__nav2-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 7.4879227053vw;
  height: 7.4879227053vw;
  background: url(../../dist/imgs/header/icon-drawer-arrow2.svg) no-repeat center center/cover;
}

.c-drawer__nav2-list {
  margin-top: 7.729468599vw;
}

.c-drawer__nav2-list .c-drawer__nav2-item:first-child {
  padding-top: 0;
  border-top: none;
}

.c-drawer__nav2-list .c-drawer__nav2-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.c-drawer__nav2-list.c-drawer__nav2-list--small {
  font-size: 3.3816425121vw;
}

.c-drawer__nav2-item {
  border-bottom: 0.2415458937vw solid #000E40;
}

.c-drawer__nav2-link {
  display: block;
  padding-block: 4.8309178744vw;
  position: relative;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.347826087vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1739130435vw;
  padding-right: 7.729468599vw;
  word-break: auto-phrase;
}

.c-drawer__nav2-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 7.4879227053vw;
  height: 7.4879227053vw;
  background: url(../../dist/imgs/header/icon-drawer-arrow2.svg) no-repeat center center/cover;
}

.c-drawer-icon {
  display: none;
}
.c-drawer-icon__bar {
  width: 100%;
  height: 0.4830917874vw;
  background-color: #1A1F30;
  transition: all 0.3s ease;
}

.c-drawer-icon__bar:nth-of-type(1) {
  width: 80%;
}

.c-page-top {
  padding-block: 24px 24px;
  position: relative;
}
.c-page-top__inner {
  width: min(1920px, 100%);
  max-width: 1440px;
  margin-inline: auto;
}
.c-page-top__head {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, -4px + 1.042vw, 16px);
}
.c-page-top__subtitle {
  color: #000E40;
  font-family: "Oswald", sans-serif;
  font-size: clamp(40px, 29.333px + 1.389vw, 56px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.96px;
}

.c-page-top__subtitle span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.c-page-top__title {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 12.667px + 0.174vw, 16px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.7px;
}

.c-page-top__title span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.c-page-top__breadcrumb {
  color: #00002B;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: clamp(12px, 8px + 0.521vw, 18px);
}

.c-page-top__breadcrumb span[property=name]:not(:has(.current-item)) {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 12.667px + 0.174vw, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.32px;
}

.c-page-top__breadcrumb .current-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 13.333px + 0.087vw, 15px);
  color: #737373;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.32px;
}

.c-page-top__breadcrumb a {
  transition: opacity 0.3s ease-in-out;
}
.c-page-top__breadcrumb-span {
  width: 15px;
  height: 2px;
  background-color: #00002B;
}
.c-page-title {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(44px, 24px + 1.25vw, 48px);
  font-weight: 700;
  line-height: 1.344;
  letter-spacing: 0.96px;
}

.c-page-title span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.c-loading__container {
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: #000E40;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.c-loading__container.js-active {
  opacity: 1;
  visibility: visible;
}

.c-loading {
  width: 75px;
  height: 75px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.c-loading .c-loading__cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.c-loading .c-loading__cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.c-loading .c-loading__cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A48044;
  animation: cssload-fold-thecube 3.12s infinite linear both;
  -o-animation: cssload-fold-thecube 3.12s infinite linear both;
  -ms-animation: cssload-fold-thecube 3.12s infinite linear both;
  -webkit-animation: cssload-fold-thecube 3.12s infinite linear both;
  -moz-animation: cssload-fold-thecube 3.12s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}

.c-loading .c-loading__cube--2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}

.c-loading .c-loading__cube--3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}

.c-loading .c-loading__cube--4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}

.c-loading .c-loading__cube--2:before {
  animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
}

.c-loading .c-loading__cube--3:before {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
}

.c-loading .c-loading__cube--4:before {
  animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
}

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.c-loading__bg {
  position: fixed;
  inset: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: #fff;
  display: grid;
  place-content: center;
}

.c-loading__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  translate: 0 100%;
}

.c-loading__bg.js-show {
  opacity: 1;
  visibility: visible;
  animation: bgTranslate 3s 0.3s ease forwards;
}

.c-loading__bg.js-show::before {
  animation: bgBeforeTranslate 3s 0.3s ease forwards;
}

.c-loading__text {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.24px;
  position: relative;
}

@keyframes bgBeforeTranslate {
  0% {
    translate: 0 100%;
  }
  50% {
    translate: 0 0;
  }
  60% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes bgTranslate {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 0;
  }
  60% {
    translate: 0 0;
  }
  100% {
    translate: 0 -100%;
  }
}
.c-feature-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-feature-head__subtitle {
  color: #000E40;
  font-family: "Oswald", sans-serif;
  font-size: clamp(40px, 24px + 2.083vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: clamp(3px, 2.259px + 0.082vw, 3.84px);
  position: relative;
}

.c-feature-head__subtitle .c-feature-head__subtitle--jp {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: inherit;
}

.c-feature-head__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-1 * clamp(45px, 35px + 1.302vw, 60px));
  translate: 0 -50%;
  width: 43px;
  height: 5px;
  background-color: #000E40;
}
.c-feature-head__title {
  padding-left: clamp(16px, 1.231px + 1.923vw, 32px);
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 12px + 1.042vw, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
}
.c-section__title {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 12.769px + 1.202vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.64px;
}

.c-section__title span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.c-section__sub-title {
  color: #000E40;
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 2.462px + 3.846vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3.84px;
}

.c-section__sub-title span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.c-section__title-mix {
  color: #000E40;
  font-family: "Oswald", sans-serif;
  font-size: clamp(22px, 12.769px + 1.202vw, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3.84px;
}

.c-section__title-mix .c-section__title-mix--jp {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: inherit;
}
.c-title-vl {
  padding-left: 0.75em;
  position: relative;
}

.c-title-vl::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0.3em;
  height: 100%;
  background-color: #1A1F30;
}

.c-title-vl.c-title-vl--small {
  padding-left: 0.5em;
}

.c-title-vl.c-title-vl--small::before {
  width: 0.1em;
}

.c-title-hl {
  padding-left: 0.5em;
  position: relative;
}

.c-title-hl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.4em;
  height: 5px;
  background-color: #000E40;
}
.c-bullet-small::before {
  content: "・";
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  line-height: 1;
}

.c-bullet-dot {
  padding-left: 1em;
  position: relative;
}

.c-bullet-dot::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.3em;
  width: 0.25em;
  height: 0.25em;
  background-color: #000E40;
}

.c-bullet-square {
  padding-left: 1em;
  position: relative;
}

.c-bullet-square::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.3em;
  width: 0.25em;
  height: 0.25em;
  background-color: #000E40;
}
.c-bullet-square--large::before {
  width: 0.5em;
  height: 0.5em;
}

.c-bullet-square--center::before {
  top: 0.5em;
}

.c-products-archive__cards {
  margin-top: clamp(48px, 11.077px + 4.808vw, 88px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 0;
}

.c-products-archive__cards .c-products-archive__card:not(:nth-child(4n)) {
  position: relative;
}

.c-products-archive__cards .c-products-archive__card:not(:nth-child(4n))::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: 95%;
  opacity: 0.4;
  background-color: #000E40;
}

.c-products-archive__cards .c-products-archive__card:nth-child(n+5) {
  position: relative;
}

.c-products-archive__cards .c-products-archive__card:nth-child(n+5)::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  top: 0;
  left: 50%;
  translate: -50%;
  opacity: 0.4;
  background-color: #000E40;
}
.c-products-archive__card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding-top: 36px;
  gap: 0px;
  position: relative;
}
.c-products-archive__card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-products-archive__card-img {
  width: 100%;
  height: 320px;
  padding-inline: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: scale 0.3s ease-in-out;
}

.c-products-archive__card-img img {
  width: 100%;
  height: auto;
}
.c-products-archive__card-text {
  margin-top: 32px;
  padding-left: clamp(8px, -112px + 7.5vw, 32px);
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 10px + 0.625vw, 22px);
  font-weight: 700;
  line-height: normal;
}

.c-products-archive__card-text.c-products-archive__card-text--long {
  font-size: clamp(18px, 13px + 0.313vw, 19px);
}
.c-products-archive__card-title {
  padding-left: clamp(8px, -112px + 7.5vw, 32px);
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.c-item-title {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 18.667px + 0.694vw, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
}

.c-item-title span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.c-counter-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: li;
}

.c-counter-list li {
  position: relative;
  padding-left: 1.5em;
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.32px;
}

.c-counter-list li span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.c-counter-list li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  top: 0.4em;
  left: 0;
  display: grid;
  place-content: center;
  border-radius: 4px;
  padding-bottom: 2px;
  background: #000E40;
  width: 21px;
  height: 21px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.32px;
}

.c-counter-list.c-counter-list--large {
  gap: 24px;
}

.c-counter-list.c-counter-list--large li {
  font-size: 24px;
  letter-spacing: 0.48px;
}

.c-counter-list.c-counter-list--large li::before {
  top: 0.5em;
}
.c-text {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10.308px + 0.481vw, 18px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: clamp(0.32px, 0.213px + 0.014vw, 0.48px);
}
.c-text span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.c-text .c-text--bold {
  font-weight: 500;
}

.p-fv {
  height: 41vw;
}
.p-fv__inner {
  position: relative;
}

.p-fv__inner::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -85px;
  right: 0;
  width: 100%;
  height: 40vw;
  background-color: #1a1f30;
}
.p-fv__context {
  position: absolute;
  z-index: 10;
  top: 3vw;
  left: 45vw;
  display: flex;
  flex-direction: column;
  gap: min(1vw, 20px);
}
.p-fv__title {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, -17.6px + 6.458vw, 94px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -1.88px;
}
.p-fv__container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: min(1vw, 16px);
}

.p-fv__logo {
  flex-shrink: 0;
}

.p-fv__logo img {
  width: min(16vw, 262px);
  height: auto;
  aspect-ratio: 262/69;
}
.p-fv__sub-title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 3.333px + 1.389vw, 30px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 2px;
}
.p-fv__img1 {
  position: absolute;
  z-index: 9;
  top: 1vw;
  left: 9vw;
}

.p-fv__img1 img {
  width: 32vw;
}
.p-fv__img2 {
  position: absolute;
  z-index: 9;
  top: 23vw;
  left: 43vw;
}

.p-fv__img2 img {
  width: 20vw;
}
.p-fv__img3 {
  position: absolute;
  z-index: 9;
  top: 20vw;
  left: 64vw;
}

.p-fv__img3 img {
  width: 32vw;
}
.p-fv__img4 {
  display: none;
}
.p-top-section__head {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
}
.p-top-section__title {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.p-top-section__subtitle {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 2px + 1.875vw, 38px);
  font-weight: 500;
  letter-spacing: 2.295px;
  line-height: 1;
}
.p-top-about {
  margin-top: min(8vw, 100px);
}
.p-top-about__inner {
  width: min(1920px, 100%);
  padding-inline: clamp(60px, -240px + 25vw, 240px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  gap: 16px;
}
.p-top-about__subtitle {
  color: #00002B;
}

.p-top-about__subtitle span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.p-top-about__title {
  color: #00002B;
}

.p-top-about__title span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.p-top-about__body {
  margin-top: clamp(32px, 5.333px + 2.222vw, 48px);
}
.p-top-about__text {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10.308px + 0.481vw, 18px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: clamp(0.32px, 0.213px + 0.014vw, 0.48px);
}

.p-top-about__text + .p-top-about__text {
  margin-top: 16px;
}
.p-top-about__img {
  flex-shrink: 0;
  padding-right: 20px;
}

.p-top-about__img img {
  width: 19vw;
}
.p-top-about__btn-wrapper {
  margin-top: 44px;
}
.p-top-benefits {
  margin-top: clamp(120px, 53.333px + 5.556vw, 160px);
  padding-block: clamp(120px, -80px + 12.5vw, 160px);
  position: relative;
}

.p-top-benefits::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #1A1F30;
  width: 93vw;
  height: 100%;
  top: 0;
  left: 0;
}
.p-top-benefits__inner {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: clamp(40px, -93.333px + 11.111vw, 120px);
  width: min(1920px, 100%);
  padding-inline: clamp(60px, -196.667px + 21.389vw, 214px) clamp(60px, 8.333px + 4.306vw, 91px);
}
.p-top-benefits__context {
  padding-inline: 0;
}
.p-top-benefits__body {
  margin-top: 40px;
}
.p-top-benefits__bold-text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 12px + 1.042vw, 32px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: clamp(2px, 1.364px + 0.053vw, 2.28px);
}

.p-top-benefits__bold-text span {
  color: inherit;
  font-family: "Oswald", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-top-benefits__text {
  margin-top: 16px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10.308px + 0.481vw, 18px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: clamp(0.32px, 0.213px + 0.014vw, 0.48px);
}
.p-top-benefits__btn-wrapper {
  margin-top: 48px;
  margin-inline: auto;
}
.p-top-benefits__img {
  flex-shrink: 0;
  margin: 0;
}

.p-top-benefits__img img {
  width: 41.25vw;
}
.p-top-benefits__bg-text {
  position: absolute;
  bottom: calc(-1 * clamp(30px, 15px + 0.938vw, 33px));
  left: clamp(550px, -100px + 54.167vw, 940px);
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}

.p-top-benefits__bg-text span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(80px, -8.333px + 7.361vw, 133px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -5.314px;
}

.p-top-benefits__bg-text span:nth-of-type(1) {
  color: #FFF;
}

.p-top-benefits__bg-text span:nth-of-type(2) {
  color: #1A1F30;
  padding-left: 234px;
  position: relative;
  z-index: 1;
}

.p-top-benefits__bg-text span:nth-of-type(2)::after {
  content: "J-STD-033D";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 234px;
  color: #FFF;
  width: 80%;
  font-family: "Oswald", sans-serif;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -5.314px;
  clip-path: polygon(0 0, 100% 0, 100% 74%, 0 74%);
}
.p-top-criteria {
  margin-top: clamp(120px, 66.667px + 6.944vw, 200px);
}
.p-top-criteria__inner {
  width: min(1920px, 100%);
  padding-block: clamp(64px, -2.667px + 5.556vw, 104px) clamp(64px, 24px + 3.333vw, 88px);
  padding-inline: clamp(30px, -3.333px + 2.778vw, 50px);
  margin-inline: auto;
  position: relative;
}

.p-top-criteria__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - clamp(30px, -3.333px + 2.778vw, 50px) * 2);
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(../../dist/imgs/front-page/criteria/bg.webp) no-repeat center left/cover;
}

.p-top-criteria__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(89.63deg, rgba(0, 14, 64, 0.84) 38.81%, rgba(0, 14, 64, 0) 63.5%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: calc(100% - clamp(30px, -3.333px + 2.778vw, 50px) * 2);
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50%;
}
.p-top-criteria__context {
  width: clamp(525px, 425px + 8.333vw, 585px);
  margin-inline: auto clamp(24px, -136px + 13.333vw, 120px);
}
.p-top-criteria__body {
  margin-top: clamp(32px, 5.333px + 2.222vw, 48px);
}
.p-top-criteria__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10.308px + 0.481vw, 18px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: clamp(0.32px, 0.213px + 0.014vw, 0.48px);
}
.p-top-criteria__btn-wrapper {
  margin-top: clamp(32px, 20px + 1.563vw, 50px);
  margin-inline: auto;
}
.p-top-products {
  margin-top: clamp(120px, -80px + 16.667vw, 240px);
  padding-block: clamp(120px, 66.667px + 4.444vw, 152px) clamp(170px, 130px + 3.333vw, 194px);
  position: relative;
}

.p-top-products::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 93vw;
  height: 90%;
  inset: 0;
  background-color: #1A1F30;
}

.p-top-products::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  height: calc(100% - 125px);
  top: 125px;
  left: 0;
  background: url(../../dist/imgs/front-page/products/bg.webp) no-repeat center center/cover;
}
.p-top-products__inner {
  width: min(1728px, 100%);
  padding-inline: clamp(60px, -196.667px + 21.389vw, 214px);
  margin-inline: auto;
}
.p-top-products__body {
  margin-top: clamp(32px, 8px + 3.125vw, 68px);
  margin-inline: auto;
}
.p-top-products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-inline: 0;
  max-width: none;
}
.p-top-products__swiper-container,
.p-top-products__swiper,
.p-top-products__swiper-wrapper,
.p-top-products__swiper-slide {
  position: relative;
}

.p-top-products__swiper-container {
  padding-inline: 0;
  margin-inline: auto;
}
.p-top-products__button-prev,
.p-top-products__button-next {
  position: relative !important;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.p-top-products__button-prev::after,
.p-top-products__button-next::after {
  content: "";
}

.p-top-products__button-prev,
.p-top-products__button-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border-radius: 37.626px;
  border: 1.42px solid #fff;
  transition: all 0.3s ease-in-out;
}
.p-top-products__button-prev::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../../dist/imgs/front-page/custom/arrow-left.svg) no-repeat center center/cover;
  transition: background 0.3s ease-in-out;
}
.p-top-products__button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../../dist/imgs/front-page/custom/arrow-right.svg) no-repeat center center/cover;
  transition: background 0.3s ease-in-out;
}
.p-top-products__link {
  white-space: nowrap;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 9.455px + 0.379vw, 16px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.321px;
}

.p-top-products__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  scale: 0;
  transform-origin: center top;
  transition: 0.4s scale ease;
}
.p-top-products__nav-wrapper {
  display: none;
}
.p-top-products__item-link {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.p-top-products__item-container {
  padding-block: 48px;
  position: relative;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.7;
  border-radius: 8px;
}

.p-top-products__item-container::before {
  content: "";
  position: absolute;
  border-radius: 8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #FFF;
}
.p-top-products__item-img {
  display: grid;
  place-content: center;
  width: 100%;
  height: 327px;
  overflow: hidden;
}

.p-top-products__item-img img {
  transition: scale 0.3s ease-in-out;
}
.p-top-products__item-title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 20.667px + 0.434vw, 29px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.884px;
}
.p-top-products__item-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.32px;
}
.p-top-products__btn-wrapper {
  margin-top: clamp(60px, 57.333px + 0.347vw, 64px);
  margin-inline: auto;
}
.p-top-custom {
  padding-block: clamp(120px, -80px + 16.667vw, 240px);
  background-color: #323232;
}
.p-top-custom__inner {
  padding-right: clamp(60px, -196.667px + 21.389vw, 214px);
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: start;
  gap: clamp(40px, -26.667px + 5.556vw, 80px);
}
.p-top-custom__body {
  margin-top: clamp(32px, 5.333px + 2.222vw, 48px);
}
.p-top-custom__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10.308px + 0.481vw, 18px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: clamp(0.32px, 0.213px + 0.014vw, 0.48px);
}
.p-top-custom__swiper-container,
.p-top-custom__swiper,
.p-top-custom__swiper-wrapper,
.p-top-custom__swiper-slide {
  position: relative;
}

.p-top-custom__swiper-container {
  flex-shrink: 0;
}

.p-top-custom__swiper {
  width: clamp(640px, -293.333px + 77.778vw, 1200px);
}
.p-top-custom__swiper-slide {
  height: auto;
}

.p-top-custom__button-prev,
.p-top-custom__button-next {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.p-top-custom__button-prev::after,
.p-top-custom__button-next::after {
  content: "";
}

.p-top-custom__button-prev,
.p-top-custom__button-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border-radius: 37.626px;
  border: 1.42px solid #fff;
  top: clamp(365px, 269.545px + 7.955vw, 407px);
  transition: all 0.3s ease-in-out;
}
.p-top-custom__button-prev {
  left: clamp(680px, -320px + 83.333vw, 1280px);
}

.p-top-custom__button-prev::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../../dist/imgs/front-page/custom/arrow-left.svg) no-repeat center center/cover;
  transition: background 0.3s ease-in-out;
}
.p-top-custom__button-next {
  left: clamp(870px, -205px + 89.583vw, 1515px);
}

.p-top-custom__button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../../dist/imgs/front-page/custom/arrow-right.svg) no-repeat center center/cover;
  transition: background 0.3s ease-in-out;
}
.p-top-custom__link {
  position: absolute;
  top: clamp(372px, 281.091px + 7.576vw, 412px);
  left: clamp(740px, -276.667px + 84.722vw, 1350px);
  white-space: nowrap;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 9.455px + 0.379vw, 16px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.32px;
}

.p-top-custom__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  scale: 0;
  transform-origin: center top;
  transition: 0.4s scale ease;
}
.p-top-custom__card {
  height: 100%;
}

.p-top-custom__card-link {
  transition: opacity 0.3s ease-in-out;
}
.p-top-custom__card-img {
  display: grid;
  place-content: center;
  overflow: hidden;
  position: relative;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
  border-radius: 8px;
  padding-block: 40px;
}

.p-top-custom__card-img img {
  width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: scale 0.3s ease-in-out;
}

.p-top-custom__card-img::before {
  border-radius: 8px;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FFF;
}
.p-top-custom__card-title {
  margin-top: 12px;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.96px;
  text-align: left;
}

.p-top-custom__card-title span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.p-top-technology {
  margin-top: clamp(120px, -80px + 16.667vw, 240px);
  padding-top: clamp(60px, -40px + 8.333vw, 120px);
  position: relative;
}

.p-top-technology::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 93vw;
  height: 100%;
  background-color: #555555;
}
.p-top-technology__inner {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: clamp(60px, -173.333px + 19.444vw, 200px);
  padding-left: clamp(60px, -196.667px + 21.389vw, 214px);
}
.p-top-technology__context {
  padding-bottom: clamp(32px, -21.333px + 4.444vw, 64px);
}
.p-top-technology__body {
  margin-top: clamp(32px, 5.333px + 2.222vw, 48px);
}
.p-top-technology__text {
  margin-top: clamp(32px, 5.333px + 2.222vw, 48px);
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10.308px + 0.481vw, 18px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: clamp(0.32px, 0.213px + 0.014vw, 0.48px);
}
.p-top-technology__list {
  margin-top: clamp(24px, -16px + 3.333vw, 48px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.p-top-technology__item {
  position: relative;
}

.p-top-technology__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  background: url(../../dist/imgs/front-page/technology/arrow-right.svg) no-repeat center center/cover;
}
.p-top-technology__item-link {
  display: inline-block;
  padding-left: 32px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 12.154px + 0.24vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: clamp(0.32px, 0.213px + 0.014vw, 0.48px);
  white-space: nowrap;
  position: relative;
}

.p-top-technology__item-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 32px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #FFF;
  scale: 0;
  transform-origin: left center;
  transition: 0.3s scale ease;
}
.p-top-technology__btn-wrapper {
  margin-top: 32px;
  margin-inline: auto;
}
.p-top-technology__img {
  position: relative;
  top: 32px;
  margin-top: auto;
  flex-shrink: 0;
}

.p-top-technology__img img {
  width: 47.8vw;
}
.p-top-case-study {
  padding-block: clamp(120px, -120px + 20vw, 200px);
  position: relative;
}

.p-top-case-study::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../../dist/imgs/front-page/case-study/bg.webp) no-repeat center center/cover;
}
.p-top-case-study__inner {
  width: min(1920px, 100%);
  padding-inline: clamp(60px, -196.667px + 21.389vw, 214px);
  margin-inline: auto;
}
.p-top-case-study__body {
  padding-top: clamp(60px, 41.538px + 2.404vw, 80px);
}
.p-top-case-study__swiper-container,
.p-top-case-study__swiper,
.p-top-case-study__swiper-wrapper,
.p-top-case-study__swiper-slide {
  position: relative;
}

.p-top-case-study__swiper-container {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.p-top-case-study__swiper-wrapper {
  transition-timing-function: linear;
}

.p-top-case-study__swiper-slide {
  height: auto;
  padding-top: 32px;
}
.p-top-case-study__card {
  height: 100%;
  position: relative;
}

.p-top-case-study__card-num {
  position: absolute;
  z-index: 10;
  top: -48px;
  right: 48px;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.746px;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.2);
}
.p-top-case-study__card-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #FFF;
  height: 100%;
  border-radius: 8px;
  padding-bottom: 12px;
}
.p-top-case-study__card-img {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.p-top-case-study__card-img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.p-top-case-study__card-name {
  margin-inline: 8px;
  padding-bottom: 2px;
  padding-inline: 8px;
  border-radius: 8px;
  background-color: #1A1F30;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.p-top-case-study__card-title {
  padding-inline: 8px;
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  flex-grow: 1;
}
.p-top-case-study__btn-wrapper {
  margin-top: clamp(84px, 24.909px + 4.924vw, 110px);
  margin-inline: auto;
}
.p-top-quality {
  margin-block: clamp(120px, -80px + 16.667vw, 240px);
}
.p-top-quality__inner {
  width: min(1920px, 100%);
  max-width: 1280px;
  margin-inline: auto;
}
.p-top-quality__head {
  padding-inline: clamp(0px, -256.667px + 21.389vw, 154px);
}

.p-top-quality__title {
  color: #00002B;
}

.p-top-quality__subtitle {
  color: #00002B;
}

.p-top-quality__list {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-inline: 0;
  max-width: none;
}
.p-top-quality__item {
  flex-shrink: 0;
  padding-block: 440px 48px;
  padding-inline: 32px;
  width: 640px;
  position: relative;
  overflow: hidden;
}

.p-top-quality__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(50, 50, 50, 0.4) 50%, #323232 100%);
  background-blend-mode: multiply;
  transition: opacity 0.3s ease-in-out;
}

.p-top-quality__item.p-top-quality__item--support::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: url(../../dist/imgs/front-page/quality/quality-bg.webp) no-repeat center center/cover;
  transition: scale 0.3s ease-in-out;
}

.p-top-quality__item.p-top-quality__item--hygrometer {
  background-color: #323232;
  margin-top: 72px;
}

.p-top-quality__item.p-top-quality__item--hygrometer::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  translate: -50%;
  width: 360px;
  height: auto;
  aspect-ratio: 330/240;
  background: url(../../dist/imgs/front-page/quality/hygrometer.webp) no-repeat center center/cover;
  transition: scale 0.3s ease-in-out;
}

.p-top-quality__item.p-top-quality__item--hygrometer::after {
  display: none;
}
.p-top-quality__item:has(.p-top-quality__btn:hover)::before {
  scale: 1.1;
}

.p-top-quality__item:has(.p-top-quality__btn:hover)::after {
  opacity: 0.6;
}

.p-top-quality__item-head {
  gap: 8px;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.2);
}
.p-top-quality__item-title {
  font-size: clamp(20px, -1.538px + 1.538vw, 28px);
}
.p-top-quality__item-subtitle {
  font-size: clamp(18px, 1.846px + 1.154vw, 24px);
}
.p-top-quality__text {
  margin-top: clamp(16px, -6.154px + 2.885vw, 40px);
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10.308px + 0.481vw, 18px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: clamp(0.32px, 0.213px + 0.014vw, 0.48px);
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.2);
}
.p-top-quality__btn-wrapper {
  margin-top: clamp(32px, 2.462px + 3.846vw, 64px);
  margin-right: auto;
}
.p-top-quality__btn {
  width: 240px;
  padding-block: 16px;
}
.p-page-about-lead__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.p-page-about-lead__context {
  padding-top: clamp(32px, -88px + 7.5vw, 56px);
}

.p-page-about-lead__context .p-page-about-lead__text:first-of-type {
  margin-top: clamp(16px, -6.154px + 2.885vw, 40px);
}

.p-page-about-lead__context .p-page-about-lead__text:last-of-type {
  margin-top: clamp(8px, 0.615px + 0.962vw, 16px);
}
.p-page-about-lead__title {
  padding-left: clamp(16px, 1.231px + 1.923vw, 32px);
}
.p-page-about-lead__text {
  max-width: 92%;
  padding-left: 0.75em;
}
.p-page-about-lead__img {
  flex-shrink: 0;
}

.p-page-about-lead__img img {
  width: 28.125vw;
}
.p-page-about__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-page-about__title {
  padding-left: clamp(16px, 1.231px + 1.923vw, 32px);
}
.p-page-about__subtitle {
  color: #00002B;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}
.p-page-about__body {
  margin-top: 64px;
}

.p-page-about__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-bottom: 16px;
}
.p-page-about__item {
  background-color: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
}
.p-page-about__item-link {
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.91px + 1.444vw, 24px);
  height: 100%;
}
.p-page-about__item-title {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
.p-page-about__item-text {
  flex-grow: 1;
}

.p-page-about__item-btn-wrapper {
  margin-left: auto;
  margin-right: 12px;
  transition: margin-right 0.3s ease-in-out;
}
.p-page-about__item-btn {
  width: 40px;
  height: 40px;
}

.p-page-about__item-btn::before {
  background-color: #1A1F30;
}

.p-page-about__item-btn::after {
  width: 20px;
  height: 20px;
  background: url(../../dist/imgs/common/icon-chevron-right.svg) no-repeat center center/cover;
}
.p-about-detail__body {
  margin-top: 48px;
  padding-left: 4em;
}
.p-about-detail__list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.p-about-detail__item:has(.p-hm__item-head) .c-counter-list {
  padding-inline: clamp(0px, -29.538px + 3.846vw, 32px);
}

.p-about-detail__item-title {
  margin-bottom: 64px;
}
.p-about-detail__item-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 64px;
}

.p-about-detail__item-wrapper.p-about-detail__item-wrapper--small {
  gap: 40px;
}

.p-about-detail__item-wrapper.p-about-detail__item-wrapper--small .p-about-detail__item-textWrap {
  padding-left: 0;
}
.p-about-detail__item-img {
  position: relative;
  flex-shrink: 0;
  width: 440px;
  display: grid;
  place-content: center;
}
.p-about-detail__item-textWrap {
  margin-top: 8px;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.p-function-top {
  padding-bottom: 24px;
  position: relative;
}

.p-function-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 0;
  border-radius: 0 10px 10px 0;
  width: 42.5vw;
  height: 535px;
  background: url(../../dist/imgs/about/function/top-bg.webp) no-repeat center center/cover;
}
.p-function-top__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 56px;
}
.p-function-top__img {
  flex-shrink: 0;
}

.p-function-top__img img {
  width: 570px;
}
.p-function-top__contexts {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.p-function-top__text {
  margin-top: 1.5em;
  padding-left: 0.5em;
}
.p-function-top__list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-function-top__item {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 32px;
}
.p-function-top__item-img {
  flex-shrink: 0;
  width: 121px;
  text-align: center;
}
.p-function-top__item-context {
  position: relative;
  flex-grow: 1;
}

.p-function-top__item-title {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.p-function-top__item-text {
  padding-left: 0.5em;
  margin-top: 0.75em;
}
.p-function-top__item-ast {
  position: absolute;
  top: 2px;
  left: calc(50% + 160px);
  translate: -50%;
}
.p-function-top__item-ast-text {
  white-space: nowrap;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-function-top__contextList {
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-function-top__contextItem {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 12.308px + 0.481vw, 20px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.p-function-top__contextItem br {
  display: none;
}
.p-func-concept {
  padding-block: 100px;
  background-color: #f3f3f3;
}
.p-func-concept__head-title {
  padding-left: clamp(32px, 2.462px + 3.846vw, 64px);
}
.p-func-concept__body {
  margin-top: 32px;
  padding-left: 5em;
}
.p-func-concept__list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.p-func-concept__item-text {
  margin-top: 2em;
  padding-left: 0.5em;
}
.p-func-concept__list2 {
  margin-top: 32px;
  padding-left: 0.5em;
}

.p-func-qf__head-title {
  padding-left: clamp(32px, 2.462px + 3.846vw, 64px);
}
.p-func-qf__body {
  margin-top: 32px;
  padding-left: 5em;
}
.p-func-qf__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.p-func-qf__item-wrapper {
  padding-left: 0.5em;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-func-qf__item-context {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-func-qf__item-context .p-func-qf__list2 {
  margin-top: 0;
}
.p-func-qf__item-container {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 32px;
}
.p-func-qf__list2 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-about-detail__item-lead {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
.p-hm__item-head {
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 32px;
  margin-bottom: 64px;
}
.p-hm__item-subtitle {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
.p-hm__item-wrapper2 {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.p-hm__item-graph {
  flex-basis: 47.5%;
}
.p-hm__item-graph-title {
  width: 75%;
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 12px + 0.625vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  padding-block: 8px;
  letter-spacing: 0.48px;
  border-radius: 10px;
  background: #000E40;
  padding-inline: 27px;
}
.p-hm__item-img--graph {
  display: block;
  width: auto;
  margin-top: 16px;
}

.p-hm__item-img--graph img {
  width: 100%;
}
.p-hm__item-img--web-logger {
  flex-basis: 47.5%;
  display: block;
  width: auto;
  padding-top: 40px;
  position: relative;
  text-align: center;
}

.p-hm__item-img--web-logger span {
  position: absolute;
}

.p-hm__item-img--web-logger img {
  width: 100%;
}

.p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1) {
  top: 24px;
  left: 140px;
}

.p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 165px;
  width: 75px;
  height: 3px;
  background-color: #000E40;
  rotate: 30deg;
}

.p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 46px;
  left: 222px;
  width: 100px;
  height: 100px;
  border: 3px solid #000E40;
  border-radius: 50%;
}
.p-hm__item-img-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.32px;
}
.p-control__item-table .p-technology-detail__table-row div:nth-of-type(1) {
  width: 180px;
}

.p-control__item-table .p-technology-detail__table-row div:nth-of-type(2) {
  width: 420px;
}
.p-control__table-head {
  text-align: center;
  padding-block: 6px;
  border-radius: 10px;
  background: #000E40;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
}

.p-control__table-head span {
  color: inherit;
  font-family: inherit;
  font-size: 10px;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-control__item-graph {
  width: 50%;
  text-align: center;
  flex-shrink: 0;
  position: relative;
}

.p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(1) {
  top: 2%;
  right: 10%;
}

.p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(2) {
  top: 52%;
  right: 10%;
}

.p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(1) {
  top: 2%;
  right: 2%;
}

.p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(2) {
  top: 43%;
  right: 2%;
}

.p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(3) {
  top: 58%;
  right: 2%;
}

.p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(1) {
  top: 2%;
  right: 2%;
}

.p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(2) {
  top: 62%;
  right: 2%;
}
.p-control__item-graphArea {
  display: block;
  position: absolute;
  width: 240px;
  border-radius: 10px;
  background: #000E40;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4px;
}

.p-control__item-graphArea.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(1) {
  right: 0;
}

.p-control__item-graphArea.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(2) {
  right: 0;
}

.p-control__item-graphArea {
  padding-block: 12px;
  text-align: center;
}
.p-about-detail__item-graphList {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-about-detail__item-graphItem {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-about-detail__item-graphItem > .p-about-detail__item-graphContext,
.p-about-detail__item-graphItem > .c-counter-list {
  padding-left: 1.5em;
}
.p-about-detail__item-graphHead {
  width: 145px;
  text-align: center;
  padding-block: 6px;
  border-radius: 10px;
  border: 1px solid #000E40;
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
}
.p-about-detail__item-graphContext {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-about-detail__item-graphText {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.4px;
}
.p-about-detail__item-graphBody {
  display: flex;
  justify-content: start;
  padding-left: 1.5em;
}

.p-about-detail__item-graphBody.p-about-detail__item-graphBody--row {
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.p-about-detail__item-graphBody.p-about-detail__item-graphBody--column {
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.p-about-detail__item-graphImg.p-about-detail__item-graphImg--prevent-mc {
  width: 106px;
  display: grid;
  place-content: center;
}
.p-prevention__list {
  margin-top: 32px;
}
.p-prevention__list-name {
  margin-bottom: 12px;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.p-prevention__dry-box,
.p-prevent-led_feeder-box {
  margin-top: 64px;
}
.p-prevent-mc__item-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-prevent-mc__item-graph {
  width: 50%;
  text-align: center;
  flex-shrink: 0;
  position: relative;
}

.p-prevent-mc__item-graph.p-prevent-mc__item-graph-wm img {
  width: 100%;
}
.p-prevent-mc__wrapper {
  margin-top: 32px;
  padding-inline: 32px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
}
.p-prevent-mc__normal {
  flex-basis: 25%;
}
.p-prevent-mc__list-wrapper {
  flex-basis: 75%;
}
.p-prevent-mc__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-prevent-mc__list-title {
  margin-inline: auto;
  padding-block: 8px;
  text-align: center;
  border-radius: 10px;
  background: #000E40;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.32px;
}
.p-prevent-mc__item {
  display: flex;
  flex-direction: column;
}
.p-prevent-mc__item-text {
  flex-grow: 1;
  display: grid;
  place-content: center;
  padding: 16px 12px;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.32px;
}

.p-prevent-mc__item-text.p-prevent-mc__item-text--height {
  height: 128px;
}

.p-prevent-mc__item-text.p-prevent-mc__item-text--height-led {
  height: 160px;
}
.p-prevent-mc__item-img {
  text-align: center;
}

.p-prevent-mc__item-img img {
  width: 80%;
}

.p-prevent-mc__item-img.p-prevent-mc__item-img--led img {
  width: 60%;
}
.p-prevent-led__item-contexts {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-package__list {
  display: flex;
  flex-direction: column;
}

.p-package__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 16px;
  border-top: 1px solid #7D7D7D;
}

.p-package__item:last-of-type {
  border-bottom: 1px solid #7D7D7D;
}

.p-package__item.p-package__item--accent {
  position: relative;
}

.p-package__item.p-package__item--accent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 16px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0.43;
  background-color: #FFBA66;
}
.p-package__item-head {
  flex-basis: 25%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.p-package__item-mark {
  position: relative;
}

.p-package__item-mark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-package__item-mark.p-package__item-mark--circle {
  width: 41px;
  height: 41px;
}

.p-package__item-mark.p-package__item-mark--circle::before {
  background: url(../../dist/imgs/about/package-management/circle.svg) no-repeat center center/cover;
}

.p-package__item-mark.p-package__item-mark--triangle {
  width: 52px;
  height: 46px;
}

.p-package__item-mark.p-package__item-mark--triangle::before {
  background: url(../../dist/imgs/about/package-management/triangle.svg) no-repeat center center/cover;
}
.p-package__item-title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 12.462px + 0.721vw, 24px);
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.48px;
}
.p-package__item-body {
  flex-grow: 1;
}

.p-package__list2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-package__item2 {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 10.308px + 0.481vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.32px;
}
.p-package__img {
  text-align: center;
  margin-top: 32px;
}
.p-drybox__table-wrapper {
  margin-top: 32px;
}
.p-drybox__table {
  display: grid;
  grid-template-columns: 0.7fr 0.3fr 1fr 1fr;
  gap: 8px 12px;
}
.p-drybox__table-head {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  border-radius: 10px;
  padding-block: 12px;
  background: #000E40;
  white-space: nowrap;
  display: grid;
  place-content: center;
}

.p-drybox__table-head.p-drybox__table-head--1 {
  grid-area: 1/1/3/2;
}

.p-drybox__table-head.p-drybox__table-head--2 {
  grid-area: 1/2/3/3;
}

.p-drybox__table-head.p-drybox__table-head--3 {
  grid-area: 1/3/2/5;
}

.p-drybox__table-head.p-drybox__table-head--4 {
  grid-area: 2/3/3/4;
}

.p-drybox__table-head.p-drybox__table-head--5 {
  grid-area: 2/4/3/5;
}
.p-drybox__table-item {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  white-space: nowrap;
  display: grid;
  place-content: center;
  padding-block: 8px;
  border-bottom: 1px solid #7D7D7D;
}

.p-drybox__table-item.p-drybox__table-item--1 {
  grid-area: 3/1/9/2;
}

.p-drybox__table-item.p-drybox__table-item--2 {
  grid-area: 9/1/15/2;
}
.p-criteria__table-wrapper {
  margin-top: 48px;
}
.p-criteria__table {
  display: grid;
  grid-template-columns: 0.4fr 0.2fr 0.2fr 0.2fr 0.3fr 0.5fr 1.3fr;
  gap: 12px 12px;
  padding-bottom: 8px;
  position: relative;
}
.p-criteria__table-hl {
  position: absolute;
  height: 1px;
  background: #7D7D7D;
}
.p-criteria__table-hl--1 {
  width: 100%;
  top: 292px;
  left: 50%;
  translate: -50%;
}
.p-criteria__table-hl--2 {
  width: 100%;
  top: 948px;
  left: 50%;
  translate: -50%;
}
.p-criteria__table-hl--3 {
  width: 100%;
  bottom: 0;
  left: 50%;
  translate: -50%;
}

.p-criteria__table-head {
  padding-block: 8px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  border-radius: 10px;
  background: #000E40;
}
.p-criteria__table-item {
  padding-block: 4px;
  display: grid;
  place-content: center;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  position: relative;
}

.p-criteria__table-item span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-criteria__table-item.p-criteria__table-item--long1 {
  grid-area: 3/1/6/2;
}

.p-criteria__table-item.p-criteria__table-item--long2 {
  grid-area: 3/2/6/3;
}

.p-criteria__table-item.p-criteria__table-item--long3 {
  grid-area: 3/3/6/4;
}

.p-criteria__table-item.p-criteria__table-item--long4 {
  grid-area: 3/5/6/6;
}

.p-criteria__table-item.p-criteria__table-item--long5 {
  grid-area: 6/1/8/2;
}

.p-criteria__table-item.p-criteria__table-item--long6 {
  grid-area: 6/2/8/3;
}

.p-criteria__table-item.p-criteria__table-item--long7 {
  grid-area: 6/3/8/4;
}

.p-criteria__table-item.p-criteria__table-item--long8 {
  grid-area: 6/5/8/6;
}

.p-criteria__table-item.p-criteria__table-item--long9 {
  grid-area: 6/7/8/8;
}

.p-criteria__table-item.p-criteria__table-item--g2-1 {
  grid-area: 3/4/4/5;
}

.p-criteria__table-item.p-criteria__table-item--g2-2 {
  grid-area: 4/4/5/5;
}

.p-criteria__table-item.p-criteria__table-item--g2-3 {
  grid-area: 5/4/6/5;
}

.p-criteria__table-item.p-criteria__table-item--g2-4 {
  grid-area: 3/7/4/8;
}

.p-criteria__table-item.p-criteria__table-item--g2-5 {
  grid-area: 4/7/5/8;
}

.p-criteria__table-item.p-criteria__table-item--g2-6 {
  grid-area: 5/7/6/8;
}

.p-criteria__table-item.p-criteria__table-item--g3-1 {
  grid-area: 6/4/7/5;
}

.p-criteria__table-item.p-criteria__table-item--g3-2 {
  grid-area: 7/4/8/5;
}

.p-criteria__table-item.p-criteria__table-item--g3-3 {
  grid-area: 6/6/7/7;
}

.p-criteria__table-item.p-criteria__table-item--g3-4 {
  grid-area: 7/6/8/7;
}

.p-criteria__table-item:has(.p-criteria__table-item-link) {
  position: relative;
}

.p-criteria__table-item:has(.p-criteria__table-item-link:hover) figcaption {
  opacity: 0.7;
}

.p-criteria__table-item:has(.p-criteria__table-item-link:hover) img {
  scale: 1.1;
}

.p-criteria__table-item figcaption {
  text-align: center;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  transition: opacity 0.3s ease-in-out;
}

.p-criteria__table-item img {
  width: 120px;
  margin-inline: auto;
  transition: scale 0.3s ease-in-out;
}
.p-criteria__table-item.p-criteria__table-item--accent {
  font-weight: 700;
}

.p-criteria__table-item.p-criteria__table-item--accent::before {
  display: none;
}

.p-criteria__table-item.p-criteria__table-item--accent::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.43;
}

.p-criteria__table-item.p-criteria__table-item--accent1::after {
  background: #FFBA66;
}

.p-criteria__table-item.p-criteria__table-item--accent2::after {
  background: #FBFF00;
}

.p-criteria__table-item.p-criteria__table-item--accent3::after {
  background: #F66;
}

.p-criteria__table-item::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -4px;
  width: 1px;
  height: 100%;
  background: #7D7D7D;
}
.p-criteria__table-item.p-criteria__table-item--g2-1::after, .p-criteria__table-item.p-criteria__table-item--g2-2::after, .p-criteria__table-item.p-criteria__table-item--g3-1::after, .p-criteria__table-item.p-criteria__table-item--g3-3::after, .p-criteria__table-item.p-criteria__table-item--underline::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  translate: -50%;
  width: 90%;
  height: 1px;
  background: #7D7D7D;
}
.p-criteria__table-item.p-criteria__table-item--g2-4::after, .p-criteria__table-item.p-criteria__table-item--g2-5::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  translate: -50%;
  width: 95%;
  height: 1px;
  background: #7D7D7D;
}
.p-criteria__table-item-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-page-benefits__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10.4166666667vw;
}
.p-page-benefits__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}
.p-page-benefits__title {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(40px, 0px + 2.5vw, 48px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}

.p-page-benefits__title span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-page-benefits__subtitle {
  color: #00002B;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}
.p-page-benefits__list .p-page-benefits__item:first-of-type {
  padding-top: 0;
}

.p-page-benefits__list .p-page-benefits__item:last-of-type {
  padding-bottom: 0;
}

.p-page-benefits__list .p-page-benefits__item:last-of-type::after {
  display: none;
}

.p-page-benefits__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.p-page-benefits__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #000E40;
}
.p-page-benefits__item-title {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 19.425px + 0.286vw, 24px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
.p-page-benefits__item-text {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.32px;
}

.p-page-benefits__item-text.p-page-benefits__item-text--small {
  font-size: 14px;
  font-weight: 400;
  padding-left: 16px;
}

.p-page-benefits__item-text.p-page-benefits__item-text--small:nth-of-type(1) {
  margin-top: 16px;
}
.p-page-products__head-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.p-page-products__head-list.p-page-products__head-list--order-made .p-page-products__head-link {
  font-size: clamp(28px, 0px + 2vw, 32px);
}

.p-page-products__head-list .p-page-products__head-item:not(:last-child) {
  position: relative;
}

.p-page-products__head-list .p-page-products__head-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  translate: 0 -50%;
  width: 4px;
  height: 100%;
  background-color: #000E40;
}
.p-page-products__head-link {
  color: #000E40;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  transition: opacity 0.3s ease-in-out;
}

.p-page-products__head-link span {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-page-products__body {
  margin-top: clamp(80px, 43.077px + 4.808vw, 120px);
}
.p-page-products__lists {
  display: flex;
  flex-direction: column;
  gap: clamp(120px, 83.077px + 4.808vw, 160px);
}
.p-page-products__items {
  padding-top: 80px;
  margin-top: -80px;
}
.p-page-products__list {
  margin-top: clamp(48px, 11.077px + 4.808vw, 88px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 0;
}

.p-page-products__list .p-page-products__item:not(:nth-child(4n)) {
  position: relative;
}

.p-page-products__list .p-page-products__item:not(:nth-child(4n))::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: 95%;
  opacity: 0.4;
  background-color: #000E40;
}

.p-page-products__list .p-page-products__item:nth-child(n+5) {
  position: relative;
}

.p-page-products__list .p-page-products__item:nth-child(n+5)::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  top: 0;
  left: 50%;
  translate: -50%;
  opacity: 0.4;
  background-color: #000E40;
}
.p-page-products__item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding-top: 36px;
  gap: 0px;
  position: relative;
}
.p-page-products__item-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-page-products__item-img {
  width: 100%;
  height: 320px;
  padding-inline: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-page-products__item-img img {
  width: 100%;
  height: auto;
}

.p-page-products__item-img.p-page-products__item-img--hm1 img {
  aspect-ratio: 202/302;
}

.p-page-products__item-img.p-page-products__item-img--hm2 img {
  aspect-ratio: 202/302;
}

.p-page-products__item-img.p-page-products__item-img--hm3 img {
  aspect-ratio: 202/302;
}

.p-page-products__item-img.p-page-products__item-img--hm4 img {
  aspect-ratio: 202/302;
}

.p-page-products__item-img.p-page-products__item-img--dxu1 img {
  width: 114px;
  aspect-ratio: 114/264;
}
.p-page-products__item-img.p-page-products__item-img--dxu2 img {
  aspect-ratio: 203/217;
}

.p-page-products__item-img.p-page-products__item-img--dxu3 img {
  aspect-ratio: 202/302;
}

.p-page-products__item-img.p-page-products__item-img--dxu4 img {
  aspect-ratio: 202/302;
}

.p-page-products__item-img.p-page-products__item-img--mcu1 img {
  aspect-ratio: 228/266;
}

.p-page-products__item-img.p-page-products__item-img--mcu2 img {
  width: 124px;
  aspect-ratio: 124/228;
}
.p-page-products__item-img.p-page-products__item-img--mcu3 img {
  width: 114px;
  aspect-ratio: 114/264;
}
.p-page-products__item-img.p-page-products__item-img--mcu4 img {
  aspect-ratio: 203/217;
}

.p-page-products__item-img.p-page-products__item-img--mcu5 img {
  aspect-ratio: 203/217;
}

.p-page-products__item-img.p-page-products__item-img--mc1 img {
  aspect-ratio: 203/217;
}

.p-page-products__item-img.p-page-products__item-img--mc2 img {
  aspect-ratio: 202/302;
}

.p-page-products__item-img.p-page-products__item-img--mc3 img {
  aspect-ratio: 202/302;
}

.p-page-products__item-img.p-page-order-made__item-img--hm1 img {
  aspect-ratio: 213/312;
}

.p-page-products__item-img.p-page-order-made__item-img--hm2 img {
  aspect-ratio: 228/322;
}

.p-page-products__item-img.p-page-order-made__item-img--dxu1 img {
  aspect-ratio: 317/238;
}

.p-page-products__item-img.p-page-order-made__item-img--dxu2 img {
  aspect-ratio: 333/535;
}

.p-page-products__item-img.p-page-order-made__item-img--dxu3 img {
  width: 160px;
  aspect-ratio: 234/524;
}

.p-page-products__item-img.p-page-order-made__item-img--dxu4 img {
  aspect-ratio: 226/301;
}

.p-page-products__item-img.p-page-order-made__item-img--dxu5 img {
  aspect-ratio: 240/319;
}

.p-page-products__item-img.p-page-order-made__item-img--dxu6 img {
  aspect-ratio: 240/319;
}

.p-page-products__item-img.p-page-order-made__item-img--dxu7 img {
  aspect-ratio: 346/298;
}

.p-page-products__item-img.p-page-order-made__item-img--dxu8 img {
  aspect-ratio: 314/314;
}

.p-page-products__item-img.p-page-order-made__item-img--dxu9 img {
  aspect-ratio: 237/313;
}

.p-page-products__item-img.p-page-order-made__item-img--mcu1 img {
  aspect-ratio: 207/267;
}

.p-page-products__item-img.p-page-order-made__item-img--mc1 img {
  width: 156px;
  aspect-ratio: 116/254;
}

.p-page-products__item-img.p-page-order-made__item-img--mc2 img {
  aspect-ratio: 326/245;
}

.p-page-products__item-img.p-page-order-made__item-img--mb1 img {
  aspect-ratio: 222/337;
}

.p-page-products__item-img.p-page-order-made__item-img--mb2 img {
  width: 132px;
  aspect-ratio: 112/283;
}

.p-page-products__item-img.p-page-order-made__item-img--mb3 {
  padding-inline: 30px;
}

.p-page-products__item-img.p-page-order-made__item-img--mb3 img {
  aspect-ratio: 275/365;
}

.p-page-products__item-img.p-page-order-made__item-img--fe1 img {
  width: 137px;
  aspect-ratio: 117/266;
}

.p-page-products__item-img.p-page-order-made__item-img--fe2 img {
  aspect-ratio: 277/266;
}

.p-page-products__item-img.p-page-order-made__item-img--fe3 img {
  aspect-ratio: 277/266;
}

.p-page-products__item-img.p-page-order-made__item-img--fe4 img {
  aspect-ratio: 300/235;
}

.p-page-products__item-img.p-page-order-made__item-img--fe5 img {
  aspect-ratio: 300/235;
}

.p-page-products__item-img.p-page-order-made__item-img--fe6 img {
  aspect-ratio: 254/278;
}

.p-page-products__item-img.p-page-order-made__item-img--fe7 img {
  aspect-ratio: 300/328;
}

.p-page-products__item-img.p-page-order-made__item-img--fe8 img {
  aspect-ratio: 238/244;
}

.p-page-products__item-img.p-page-order-made__item-img--fe9 img {
  aspect-ratio: 287/244;
}

.p-page-products__item-img.p-page-order-made__item-img--fe10 img {
  aspect-ratio: 325/350;
}

.p-page-products__item-img.p-page-order-made__item-img--fe11 img {
  aspect-ratio: 211/260;
}

.p-page-products__item-img.p-page-order-made__item-img--fe12 img {
  aspect-ratio: 354/322;
}

.p-page-products__item-img.p-page-order-made__item-img--fe13 img {
  aspect-ratio: 349/273;
}
.p-page-products__item-text {
  margin-top: 32px;
  padding-left: clamp(8px, -112px + 7.5vw, 32px);
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 10px + 0.625vw, 22px);
  font-weight: 700;
  line-height: normal;
}

.p-page-products__item-text.p-page-products__item-text--long {
  font-size: clamp(18px, 13px + 0.313vw, 19px);
}
.p-page-products__item-title {
  padding-left: clamp(8px, -112px + 7.5vw, 32px);
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.p-page-products__btn-wrapper {
  margin-top: 64px;
}
.page-products__btn {
  display: block;
  border-radius: 20px;
  border: 1px solid #000E40;
  padding-top: 16px;
  padding-left: 24px;
  padding-bottom: 240px;
  overflow: hidden;
  position: relative;
}

.page-products__btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: scale 0.3s ease-in-out;
  background: url(../../dist/imgs/products/top/bg-option-btn.webp) no-repeat center center/cover;
}

.page-products__btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFF;
  opacity: 0.4;
  border-radius: 20px;
  transition: opacity 0.3s ease-in-out;
}
.page-products__btn-text-large {
  color: #000E40;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.84px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.page-products__btn-text-small {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 1.5px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.p-page-products-hm__swiper-container,
.p-page-products-hm__swiper,
.p-page-products-hm__swiper-wrapper,
.p-page-products-hm__swiper-slide {
  position: relative;
}

.p-page-products-hm__swiper-container {
  display: none;
}
.p-page-products-dxu__swiper-container,
.p-page-products-dxu__swiper,
.p-page-products-dxu__swiper-wrapper,
.p-page-products-dxu__swiper-slide {
  position: relative;
}

.p-page-products-dxu__swiper-container {
  display: none;
}
.p-page-products-mcu__swiper-container,
.p-page-products-mcu__swiper,
.p-page-products-mcu__swiper-wrapper,
.p-page-products-mcu__swiper-slide {
  position: relative;
}

.p-page-products-mcu__swiper-container {
  display: none;
}
.p-page-products-mc__swiper-container,
.p-page-products-mc__swiper,
.p-page-products-mc__swiper-wrapper,
.p-page-products-mc__swiper-slide {
  position: relative;
}

.p-page-products-mc__swiper-container {
  display: none;
}
.p-page-products-mb__swiper-container,
.p-page-products-mb__swiper,
.p-page-products-mb__swiper-wrapper,
.p-page-products-mb__swiper-slide {
  position: relative;
}

.p-page-products-mb__swiper-container {
  display: none;
}
.p-page-products-fe__swiper-container,
.p-page-products-fe__swiper,
.p-page-products-fe__swiper-wrapper,
.p-page-products-fe__swiper-slide {
  position: relative;
}

.p-page-products-fe__swiper-container {
  display: none;
}
.p-page-products__about {
  margin-top: 40px;
}
.p-page-products__about-title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}

.p-page-products__about-title span {
  display: block;
}

.p-page-products__about-title span:first-of-type {
  padding-block: 8px;
  padding-inline: 18px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.32px;
  border-radius: 10px;
  background: #000E40;
}

.p-page-products__about-title span:last-of-type {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.64px;
}
.p-page-products__about-text {
  margin-top: 32px;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
.p-page-products__about-list {
  padding-inline: 64px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px clamp(40px, -185.126px + 16.08vw, 72px);
}
.p-page-products__about-img img {
  margin-top: -20px;
}
.p-page-products__about-caption {
  margin-left: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 12px;
  padding-block: 8px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, -0.07px + 1.005vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  border-radius: 10px;
  background: #000E40;
  position: relative;
  z-index: 1;
}
.p-product-detail.is-hide {
  opacity: 0;
}

.p-product-detail__inner {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: start;
  gap: 48px;
}

.p-product-detail__inner:not(:has(.p-product-detail__img-list)) .p-product-detail__active-img-list {
  width: 580px;
}
.p-product-detail__inner:not(:has(.p-product-detail__img-list)) .p-product-detail__active-img-item {
  width: 100%;
}
.p-product-detail__context-head {
  padding-left: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000E40;
}
.p-product-detail__logo img {
  width: clamp(120px, 53.333px + 8.681vw, 220px);
}
.p-product-detail__title {
  margin-top: 8px;
}

.p-product-detail__title .p-product-detail__title--middle {
  display: block;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(32px, -48px + 5vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: clamp(2px, -2.4px + 0.275vw, 2.88px);
}

.p-product-detail__title .p-product-detail__title--middle span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-product-detail__title .p-product-detail__title--large {
  margin-top: clamp(12px, -8px + 1.25vw, 16px);
  display: block;
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(48px, -32px + 5vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: clamp(5px, 1.2px + 0.237vw, 5.76px);
}

.p-product-detail__title .p-product-detail__title--semi-large {
  margin-top: clamp(12px, -8px + 1.25vw, 16px);
  display: block;
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(72px, -8px + 5vw, 88px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: clamp(5px, 1.2px + 0.237vw, 5.76px);
}

.p-product-detail__title .p-product-detail__title--small {
  margin-top: clamp(12px, -8px + 1.25vw, 16px);
  display: block;
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(28px, -32px + 3.75vw, 40px);
  font-weight: 700;
  line-height: 1;
}

.p-product-detail__title .p-product-detail__title--small span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-product-detail__context-body {
  margin-top: 24px;
  padding-left: 18px;
}
.p-product-detail__text {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 8px + 1.25vw, 32px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: clamp(1.6px, 0px + 0.1vw, 1.92px);
}
.p-product-detail__list {
  margin-top: 24px;
}
.p-product-detail__item {
  padding-left: 20px;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 12px + 0.625vw, 24px);
  font-weight: 700;
  line-height: 2.14;
  letter-spacing: 0.48px;
  position: relative;
}

.p-product-detail__item span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-product-detail__item::before {
  content: "";
  position: absolute;
  top: calc(50% + clamp(1px, -14px + 0.938vw, 4px));
  translate: 0 -50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000E40;
}
.p-product-detail__swiper-container,
.p-product-detail__swiper,
.p-product-detail__swiper-wrapper,
.p-product-detail__swiper-slide {
  position: relative;
}

.p-product-detail__swiper-container {
  display: none;
}
.p-product-detail__swiper-wrapper {
  transition-timing-function: linear;
  height: 91.7874396135vw;
}

.p-product-detail__swiper-slide {
  height: 100%;
}

.p-product-detail__slide-card {
  background-color: #FFF;
  height: 100%;
}

.p-product-detail__slide-img {
  text-align: center;
  position: relative;
  padding-top: 4.8309178744vw;
  padding-inline: 4.8309178744vw;
  height: 100%;
}

.p-product-detail__slide-img img {
  width: 100%;
}

.p-product-detail__slide-img-title {
  position: absolute;
  bottom: 1.9323671498vw;
  left: 4.347826087vw;
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8647342995vw;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.115942029vw;
}

.p-product-detail__img-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
  flex-shrink: 0;
}
.p-product-detail__active-img-item {
  position: relative;
  padding-top: 0;
  width: 470px;
  height: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
}

.p-product-detail__active-img-item.is-active {
  opacity: 1;
  visibility: visible;
  padding-block: 32px 24px;
  padding-inline: 40px;
  height: 630px;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.p-product-detail__active-img-item.is-single {
  height: auto;
  padding-bottom: 56px;
}
.p-product-detail__active-img {
  text-align: center;
}

.p-product-detail__active-img img {
  width: 100%;
}

.p-product-detail__active-img-title {
  position: absolute;
  bottom: 8px;
  left: 18px;
  color: #00002B;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 8.941px + 0.784vw, 24px);
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: clamp(0.16px, 0.107px + 0.026vw, 0.48px);
}

.p-product-detail__active-img-title span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-product-detail__img-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-product-detail__img-item {
  border: 1px solid transparent;
}

.p-product-detail__img-item.is-active {
  border-color: #000E40;
  transition: border-color 0.5s ease-in-out;
}
.p-product-detail__img {
  background-color: #FFF;
  width: 100px;
  height: 116px;
  display: grid;
  place-content: center;
  overflow: hidden;
}

.p-product-detail__img img {
  width: 80%;
  margin-inline: auto;
  transition: scale 0.3s ease-in-out;
}
.p-product-detail-features {
  padding-block: clamp(64px, 26.667px + 4.861vw, 120px);
  background-color: #f3f3f3;
}
.p-product-detail-features__head {
  padding-left: 12px;
}
.p-product-detail-features__body {
  margin-top: 32px;
}
.p-product-detail-features__list-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
}
.p-product-detail-features__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding-inline: 180px;
  position: relative;
}

.p-product-detail-features__list.p-product-detail-features__list--col1 {
  grid-template-columns: repeat(1, 1fr);
}
.p-product-detail-features__item {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 10px + 0.625vw, 22px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.4px;
  padding-left: 20px;
  position: relative;
}

.p-product-detail-features__item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #000E40;
}
.p-product-detail-features__item.p-product-detail-features__item--hm1 {
  grid-area: 1/1/2/2;
}

.p-product-detail-features__item.p-product-detail-features__item--hm2 {
  grid-area: 1/2/2/3;
}

.p-product-detail-features__item.p-product-detail-features__item--hm3 {
  grid-area: 2/1/3/2;
}

.p-product-detail-features__item.p-product-detail-features__item--hm4 {
  grid-area: 2/2/3/3;
}

.p-product-detail-features__item.p-product-detail-features__item--hm5 {
  grid-area: 3/1/4/2;
}

.p-product-detail-features__item.p-product-detail-features__item--hm6 {
  grid-area: 4/1/5/2;
}

.p-product-detail-features__item.p-product-detail-features__item--hm7 {
  grid-area: 5/1/6/2;
}
.p-product-detail-features__item-other {
  margin-top: 48px;
  border-radius: 10px;
  border: 1px solid #000E40;
  position: absolute;
  bottom: 0;
  left: calc(50% + 210px);
  translate: -50%;
  padding-block: 28px;
  padding-inline: 32px;
}

.p-product-detail-features__item-other.p-product-detail-features__item-other--hm, .p-product-detail-features__item-other.p-product-detail-features__item-other--dxu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mcu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mc {
  width: 420px;
}
.p-product-detail-features__item-other-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -56px;
  padding-inline: 16px;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.4px;
  background-color: #f3f3f3;
}
.p-product-detail-features__item-other-text {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.32px;
}
.p-product-detail-features__body-upper {
  margin-top: clamp(120px, -80px + 12.5vw, 160px);
}
.p-product-detail-features__body-text {
  margin-top: clamp(24px, -16px + 2.5vw, 32px);
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 0px + 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
.p-product-detail-features__wrapper1 {
  padding-inline: 56px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.p-product-detail-features__container-title {
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(28px, -32px + 3.75vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  border-radius: 10px;
  background: #000E40;
  padding-block: 8px;
}

.p-product-detail-features__container-title span {
  color: inherit;
  font-family: inherit;
  font-size: clamp(14px, 10px + 0.521vw, 20px);
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0.4px;
}
.p-product-detail-features__container-img {
  margin-top: 32px;
}

.p-product-detail-features__container-img img {
  width: 100%;
}
.p-product-detail-features__body-bottom {
  margin-top: clamp(120px, -80px + 12.5vw, 160px);
}
.p-product-detail-features__wrapper2 {
  margin-top: clamp(20px, -40px + 5vw, 40px);
  display: flex;
  justify-content: space-between;
}

.p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--mcu {
  padding-inline: 56px;
}

.p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--reverse {
  justify-content: center;
  flex-direction: row-reverse;
  gap: 24px;
}
.p-product-detail-features__graph {
  margin-top: 40px;
}

.p-product-detail-features__graph img {
  width: clamp(700px, 600px + 6.25vw, 720px);
}

.p-product-detail-features__graph.p-product-detail-features__graph--mcu img {
  width: 640px;
}

.p-product-detail-features__graph.p-product-detail-features__graph--nmt {
  margin-top: 0;
}
.p-product-detail-features__box {
  display: contents;
}
.p-product-detail-features__table {
  margin-top: 24px;
}
.p-product-detail-features__table-title {
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 12px + 0.625vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  padding-block: 8px;
  letter-spacing: 0.48px;
  border-radius: 10px;
  background: #000E40;
  padding-inline: 27px;
}
.p-product-detail-features__table-list {
  margin-top: 8px;
}

.p-product-detail-features__table-list .p-product-detail-features__table-item:first-of-type {
  padding-top: 0;
}
.p-product-detail-features__table-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4px + 0.625vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  padding-block: 8px;
  border-bottom: 1px solid #7d7d7d;
  gap: 12px;
}

.p-product-detail-features__table-item.p-product-detail-features__table-item--mc {
  flex-direction: column;
  align-items: start;
  gap: 0;
}

.p-product-detail-features__table-item.p-product-detail-features__table-item--mc span:last-of-type {
  width: 100%;
  display: block;
  text-align: right;
}

.p-product-detail-features__table-item span:first-of-type {
  color: #000;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-product-detail-features__table-item span:last-of-type {
  color: #000E40;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-product-detail-features__img img {
  width: 360px;
}

.p-product-detail-features__img.p-product-detail-features__img--mcu img {
  width: 280px;
}
.p-product-detail-specifications__body {
  margin-top: 64px;
}

.p-product-detail-specifications__table-wrapper {
  overflow-x: scroll;
}

.p-product-detail-specifications__table {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}

.p-product-detail-specifications__table .p-product-detail-specifications__table-row:first-of-type .p-product-detail-specifications__item-head::before {
  display: none;
}

.p-product-detail-specifications__table .p-product-detail-specifications__table-row:first-of-type .p-product-detail-specifications__item-body {
  border-top: none;
}

.p-product-detail-specifications__table .p-product-detail-specifications__table-row:last-of-type .p-product-detail-specifications__item-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 16px);
  height: 1px;
  background-color: #000E40;
}

.p-product-detail-specifications__table .p-product-detail-specifications__table-row:last-of-type .p-product-detail-specifications__item-body {
  border-bottom: 1px solid #d7d7d7;
}
.p-product-detail-specifications__table .p-product-detail-specifications__table-row:nth-of-type(2) {
  margin-top: 56px;
}
.p-product-detail-specifications__table.p-product-detail-specifications__table--hm .p-product-detail-specifications__item-body, .p-product-detail-specifications__table.p-product-detail-specifications__table--dxu .p-product-detail-specifications__item-body {
  width: 964px;
}
.p-product-detail-specifications__table.p-product-detail-specifications__table--col5 .p-product-detail-specifications__item-body, .p-product-detail-specifications__table.p-product-detail-specifications__table--mcu .p-product-detail-specifications__item-body {
  width: 1211px;
}
.p-product-detail-specifications__table.p-product-detail-specifications__table--mc .p-product-detail-specifications__item-body, .p-product-detail-specifications__table.p-product-detail-specifications__table--col3 .p-product-detail-specifications__item-body {
  width: 717px;
}
.p-product-detail-specifications__table.p-product-detail-specifications__table--col2 .p-product-detail-specifications__item-body {
  width: 515px;
}
.p-product-detail-specifications__table.p-product-detail-specifications__table--dxu-single .p-product-detail-specifications__item-body {
  width: 515px;
}
.p-product-detail-specifications__table-row {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  height: 100px;
}

.p-product-detail-specifications__table-row.p-product-detail-specifications__table-row--auto {
  height: auto;
}

.p-product-detail-specifications__table-row.p-product-detail-specifications__table-row--hm {
  position: relative;
}

.p-product-detail-specifications__table-row.p-product-detail-specifications__table-row--hm::before {
  content: "hm-1001b・hm-1002bへ警報器を付属した製品です";
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.91;
  letter-spacing: 0.32px;
  right: 43px;
  bottom: 40px;
}

.p-product-detail-specifications__table-row.p-product-detail-specifications__table-row--hm::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 25px;
  width: 470px;
  height: clamp(54px, 14px + 2.5vw, 62px);
  border-radius: 10px;
  border: 1px solid #000E40;
  background-color: #fff;
}
.p-product-detail-specifications__item-head {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 24px;
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: -5px;
  z-index: 5;
}

.p-product-detail-specifications__item-head.p-product-detail-specifications__item-head--none {
  height: clamp(393px, 358px + 2.188vw, 400px);
}

.p-product-detail-specifications__item-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 16px);
  height: 1px;
  background-color: #000E40;
}
.p-product-detail-specifications__item-body {
  text-align: center;
  width: 515px;
  height: 100%;
  display: grid;
  place-content: center;
  border-top: 1px solid #d7d7d7;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
}

.p-product-detail-specifications__item-body.p-product-detail-specifications__item-body--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.p-product-detail-specifications__item-body.p-product-detail-specifications__item-body--flex.p-product-detail-specifications__item-body--flex-start {
  align-items: start;
}

.p-product-detail-specifications__item-body.p-product-detail-specifications__item-body--flex .p-product-detail-specifications__item-text {
  width: 223px;
}

.p-product-detail-specifications__item-body.p-product-detail-specifications__item-body--flex .p-product-detail-specifications__item-text.p-product-detail-specifications__item-text--mc {
  width: 430px;
}
.p-product-detail-specifications__card {
  width: 223px;
}
.p-product-detail-specifications__card-img {
  display: grid;
  place-content: center;
  border-radius: 10px;
  border: 1px solid #000E40;
  background: #FFF;
  padding-top: 18px;
  padding-inline: 40px;
  padding-bottom: 48px;
  height: 270px;
  position: relative;
}
.p-product-detail-specifications__card-title {
  position: absolute;
  color: #00002B;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.48px;
  bottom: 2px;
  left: 10px;
}

.p-product-detail-specifications__card-title .p-product-detail-specifications__card-title--mirco {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-product-detail-specifications__card-title span {
  color: inherit;
  font-family: inherit;
  font-size: 12px;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-product-detail-specifications__card-prices {
  margin-top: 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-product-detail-specifications__card-price {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
}

.p-product-detail-specifications__card-price span {
  margin-left: auto;
  color: inherit;
  font-family: inherit;
  font-size: 20px;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-product-detail-specifications__item-text {
  display: block;
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.32px;
}
.p-product-detail-case {
  padding-block: clamp(64px, 26.667px + 4.861vw, 120px);
  position: relative;
}

.p-product-detail-case::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 45%;
  background-color: #000d3c;
}
.p-product-detail-case__body {
  margin-top: 64px;
}
.p-product-detail-case__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 0.923px + 1.442vw, 24px);
}
.p-product-detail-case__item-img img {
  width: 100%;
}

.p-product-detail-case__item-text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 6px + 0.625vw, 18px);
  font-weight: 400;
  line-height: 1.91;
  letter-spacing: 0.48px;
}
.p-product-detail-case__swiper-container {
  display: none;
}
.p-product-detail-case,
.p-product-detail-case__swiper,
.p-product-detail-case__swiper-wrapper,
.p-product-detail-case__swiper-slide {
  position: relative;
}

.p-product-detail-case__swiper-wrapper {
  transition-timing-function: linear;
}

.p-product-detail-features__context {
  padding-top: 24px;
}
.p-product-detail-features__context-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 10px + 0.625vw, 22px);
  font-weight: 500;
  line-height: normal;
}
.p-option__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px clamp(80px, -120px + 12.5vw, 120px);
}
.p-option__item.p-option__item--1 {
  grid-area: 1/1/2/3;
}

.p-option__item.p-option__item--2 {
  grid-area: 2/1/3/3;
}

.p-option__item.p-option__item--3 {
  grid-area: 3/1/4/3;
}

.p-option__item.p-option__item--4 {
  grid-area: 4/1/5/3;
}

.p-option__item.p-option__item--5 {
  grid-area: 5/1/6/2;
}

.p-option__item.p-option__item--6 {
  grid-area: 5/2/6/3;
}

.p-option__item.p-option__item--7 {
  grid-area: 6/1/7/2;
}

.p-option__item.p-option__item--8 {
  grid-area: 6/2/7/3;
}

.p-option__item.p-option__item--9 {
  grid-area: 7/1/8/2;
}

.p-option__item.p-option__item--10 {
  grid-area: 7/2/8/3;
}

.p-option__item.p-option__item--11 {
  grid-area: 8/1/9/2;
}

.p-option__item.p-option__item--12 {
  grid-area: 8/2/9/3;
}

.p-option__item.p-option__item--13 {
  grid-area: 9/1/10/2;
}
.p-option__item-head.p-option__item-head--flex {
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 32px;
}
.p-option__item-subtitle {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
.p-option__table-title {
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 12px + 0.625vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  padding-block: 8px;
  letter-spacing: 0.48px;
  border-radius: 10px;
  background: #000E40;
  padding-inline: 27px;
}
.p-option__table-list {
  margin-top: 8px;
}

.p-option__table-list .p-option__table-item:first-of-type {
  padding-top: 0;
}
.p-option__table-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4px + 0.625vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  padding-block: 8px;
  border-bottom: 1px solid #7D7D7D;
  gap: 12px;
}

.p-option__table-item span:first-of-type {
  padding-left: 32px;
  color: #000;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-option__table-item span:last-of-type {
  padding-right: 32px;
  color: #00002B;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-option__list2 {
  margin-top: clamp(32px, -8px + 2.5vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-option__item2 {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 0px + 1.25vw, 24px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
}
.p-option__item-wrapper1 {
  margin-top: 32px;
  padding-inline: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-option__item-wrapper1 .p-option_wrapper-top {
  display: contents;
}

.p-option__item-wrapper1 .p-option__item-img:nth-of-type(1) {
  order: 1;
}

.p-option__item-wrapper1 .p-option__table {
  order: 2;
}

.p-option__item-wrapper1 .p-option__item-img:nth-of-type(2) {
  order: 3;
}
.p-option__item-wrapper2 {
  margin-top: 32px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
}

.p-option__item-wrapper2 .p-option__list2 {
  margin-top: 0;
}
.p-option__item-wrapper3 {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.p-option__item-graph {
  flex-basis: 47.5%;
}

.p-option__item-graph-title {
  width: 75%;
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 12px + 0.625vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  padding-block: 8px;
  letter-spacing: 0.48px;
  border-radius: 10px;
  background: #000E40;
  padding-inline: 27px;
}
.p-option__item-wrapper4 {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px;
}
.p-option__item-img-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.32px;
}
.p-option__item-img-title {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(24px, -16px + 2.5vw, 32px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.64px;
}
.p-option__item-img {
  position: relative;
  flex-shrink: 0;
}

.p-option__item-img--hygrometer img {
  width: 400px;
}
.p-option__item-img--alarm span {
  position: absolute;
}

.p-option__item-img--alarm .p-option__item-img-text:nth-of-type(1) {
  top: 0;
  left: 155px;
}

.p-option__item-img--alarm .p-option__item-img-text:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 52px;
  width: 65px;
  height: 3px;
  background-color: #000E40;
  rotate: 30deg;
}

.p-option__item-img--alarm .p-option__item-img-text:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 107px;
  width: 80px;
  height: 80px;
  border: 3px solid #000E40;
  border-radius: 50%;
}

.p-option__item-img--alarm .p-option__item-img-text:nth-of-type(2) {
  top: 54px;
  left: 26px;
}

.p-option__item-img--alarm .p-option__item-img-text:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 175px;
  width: 105px;
  height: 3px;
  background-color: #000E40;
  rotate: 30deg;
}

.p-option__item-img--alarm .p-option__item-img-text:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 267px;
  width: 56px;
  height: 56px;
  border: 3px solid #000E40;
  border-radius: 50%;
}

.p-option__item-img--alarm img {
  width: 400px;
}
.p-option__item-img--not-close img {
  width: 430px;
}
.p-option__item-img--graph {
  margin-top: 16px;
}

.p-option__item-img--graph img {
  width: 100%;
}

.p-option__item-img--web-logger {
  flex-basis: 47.5%;
  padding-top: 40px;
  text-align: center;
}

.p-option__item-img--web-logger span {
  position: absolute;
}

.p-option__item-img--web-logger img {
  width: 100%;
}

.p-option__item-img--web-logger .p-option__item-img-text:nth-of-type(1) {
  top: 0;
  left: 140px;
}

.p-option__item-img--web-logger .p-option__item-img-text:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 165px;
  width: 75px;
  height: 3px;
  background-color: #000E40;
  rotate: 30deg;
}

.p-option__item-img--web-logger .p-option__item-img-text:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 46px;
  left: 222px;
  width: 100px;
  height: 100px;
  border: 3px solid #000E40;
  border-radius: 50%;
}
.p-option__item-img--steel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-option__item-img--stainless {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-option__item-img--caster,
.p-option__item-img--one-touch,
.p-option__item-img--reel-luck,
.p-option__item-img--n2,
.p-option__item-img--slide,
.p-option__item-img--adjuster,
.p-option__item-img--n2-bulb,
.p-option__item-img--card-logger,
.p-option__item-img--slide {
  text-align: center;
  margin-top: 24px;
}

.p-option__item-img--n2-bulb {
  text-align: center;
  margin-top: 24px;
}

.p-page-support__title {
  font-size: clamp(22px, 15.333px + 0.868vw, 32px);
}
.p-page-support__body {
  margin-top: clamp(32px, 2.462px + 3.846vw, 64px);
}
.p-page-support__list .p-page-support__item:last-of-type .p-page-support__item-title {
  border-bottom: 1px solid #000E40;
}

.p-page-support__list .p-page-support__item:last-of-type .p-page-support__item-context {
  border-bottom: 1px solid #7d7d7d;
}
.p-page-support__item {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 16px;
}

.p-page-support__item.p-page-support__item--titles {
  margin-bottom: 12px;
}

.p-page-support__item.p-page-support__item--titles .p-page-support__item-listTile:first-of-type {
  width: calc(30% - 40px);
}

.p-page-support__item.p-page-support__item--titles .p-page-support__item-listTile:last-of-type {
  flex-grow: 1;
}
.p-page-support__item-listTile {
  display: block;
  margin-inline: 20px;
  text-align: center;
  padding-block: clamp(8px, 0.615px + 0.962vw, 16px);
  border-radius: 8px;
  background: #000E40;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 8.308px + 0.481vw, 16px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.321px;
}
.p-page-support__item-title {
  width: 30%;
  flex-shrink: 0;
  padding-inline: 20px;
  padding-block: 18px;
  border-top: 1px solid #000E40;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 8.308px + 0.481vw, 16px);
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.32px;
}
.p-page-support__list2 {
  flex-grow: 1;
  padding-inline: 20px;
  padding-block: 18px;
  border-top: 1px solid #7d7d7d;
}
.p-page-support__item2 {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 8.308px + 0.481vw, 16px);
  font-weight: 400;
  line-height: 1.91;
  letter-spacing: 0.32px;
}
.p-page-support__item-context {
  padding-inline: 20px;
  padding-block: 18px;
  border-top: 1px solid #7d7d7d;
  flex-grow: 1;
}
.p-page-support__item-text {
  flex-grow: 1;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 8.308px + 0.481vw, 16px);
  font-weight: 400;
  line-height: 1.91;
  letter-spacing: 0.32px;
}
.p-page-support__text {
  margin-top: clamp(24px, 1.846px + 2.885vw, 48px);
}
.p-page-support-howto {
  margin-top: clamp(64px, 49.231px + 1.923vw, 80px);
  margin-bottom: 120px;
}
.p-page-support-howto__body {
  margin-top: clamp(32px, 2.462px + 3.846vw, 64px);
}
.p-page-support-howto__img-wrapper {
  margin-top: 72px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 96px;
}
.p-page-support-howto__img {
  position: relative;
}

.p-page-support-howto__img::before {
  position: absolute;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 8.308px + 0.481vw, 16px);
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.32px;
}

.p-page-support-howto__img::after {
  content: "";
  position: absolute;
  width: 2px;
  height: clamp(44px, 25.538px + 2.404vw, 64px);
  background-color: #000;
}
.p-page-support-howto__img.p-page-support-howto__img--1::before {
  content: "ネジ(左右4本)を取る";
  top: calc(-1 * clamp(30px, 20.769px + 1.202vw, 40px));
  right: calc(-1 * clamp(30px, 20.769px + 1.202vw, 40px));
}

.p-page-support-howto__img.p-page-support-howto__img--1::after {
  top: -10px;
  right: clamp(25px, 11.154px + 1.803vw, 40px);
}
.p-page-support-howto__img.p-page-support-howto__img--2::before {
  content: "ネジ(上下6本)を取る";
  top: calc(-1 * clamp(30px, 20.769px + 1.202vw, 40px));
  right: -10px;
}

.p-page-support-howto__img.p-page-support-howto__img--2::after {
  top: -10px;
  right: clamp(47px, 25.769px + 2.764vw, 70px);
}
.p-page-support-howto__img.p-page-support-howto__img--3::before {
  content: "ネジ(上下6本)を取る";
  top: calc(-1 * clamp(30px, 20.769px + 1.202vw, 40px));
  right: calc(1 * clamp(10px, -17.692px + 3.606vw, 40px));
}

.p-page-support-howto__img.p-page-support-howto__img--3::after {
  top: -7px;
  right: clamp(40px, 21.538px + 2.404vw, 60px);
}
.p-page-support-howto__img figcaption {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 8.308px + 0.481vw, 16px);
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.32px;
}
.p-page-hygrometer-about__lead {
  margin-top: 16px;
  padding-inline: 8px;
}
.p-page-hygrometer-about__container {
  padding-top: clamp(16px, 1.231px + 1.923vw, 32px);
  padding-inline: clamp(22px, -2px + 3.125vw, 48px);
  padding-bottom: clamp(36px, 17.538px + 2.404vw, 56px);
  margin-top: clamp(32px, 2.462px + 3.846vw, 64px);
  position: relative;
  border-radius: 10px;
  border: 1px solid #000E40;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.p-page-hygrometer-about__container-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 48px;
}
.p-page-hygrometer-about__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-page-hygrometer-about__item {
  width: 222px;
  padding-block: 12px;
  text-align: center;
  border-radius: 10px;
  background: #000E40;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4px;
  position: relative;
}

.p-page-hygrometer-about__item::after {
  content: "";
  position: absolute;
}

.p-page-hygrometer-about__item.p-page-hygrometer-about__item--1::after {
  width: 47px;
  height: auto;
  aspect-ratio: 51/141;
  top: 20px;
  right: -43px;
  background: url(../../dist/imgs/hygrometer/border1.svg) no-repeat center center/cover;
}
.p-page-hygrometer-about__item.p-page-hygrometer-about__item--2::after {
  width: 80px;
  height: auto;
  aspect-ratio: 84/65;
  top: 23px;
  right: -80px;
  background: url(../../dist/imgs/hygrometer/border2.svg) no-repeat center center/cover;
}
.p-page-hygrometer-about__item.p-page-hygrometer-about__item--3::after {
  width: 264px;
  height: auto;
  aspect-ratio: 264/177;
  top: -150px;
  right: -240px;
  background: url(../../dist/imgs/hygrometer/border3.svg) no-repeat center center/cover;
}
.p-page-hygrometer-about__img img {
  width: 360px;
}
.p-page-hygrometer-about__specifications-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 14.615px + 0.962vw, 30px);
  font-weight: 700;
  line-height: normal;
}
.p-page-hygrometer-about__specifications-list {
  margin-top: 12px;
}
.p-page-hygrometer-about__specifications-item {
  font-weight: 400;
}
.p-page-hygrometer-about__container-battery {
  margin-top: clamp(48px, 26.667px + 3.846vw, 80px);
}
.p-page-hygrometer-about__battery-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 14.615px + 0.962vw, 30px);
  font-weight: 700;
  line-height: normal;
}
.p-page-hygrometer-about__battery-text {
  margin-top: 12px;
}
.p-page-hygrometer-about__battery-list {
  margin-top: 12px;
}
.p-page-hygrometer-about__battery-item {
  color: #000E40;
  font-weight: 400;
}
.p-page-hygrometer-about__step {
  margin-top: clamp(40px, 3.077px + 4.808vw, 80px);
  padding-inline: clamp(24px, -9.231px + 4.327vw, 60px);
}
.p-page-hygrometer-about__step-title {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 11.077px + 1.683vw, 38px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.9px;
}
.p-page-hygrometer-about__step-imgs {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
}

.p-page-hygrometer-about__step-imgs::before {
  content: "";
  position: absolute;
  z-index: 1;
  rotate: 15deg;
  top: 60px;
  left: calc(50% - 30px);
  translate: -50%;
  width: 200px;
  height: 5px;
  background-color: #000;
}

.p-page-hygrometer-about__step-imgs::after {
  content: "";
  position: absolute;
  rotate: 15deg;
  top: 79px;
  left: calc(50% + 70px);
  translate: -50%;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #000;
}
.p-page-hygrometer-about__step-item.p-page-hygrometer-about__step-item--circle {
  position: relative;
}

.p-page-hygrometer-about__step-item.p-page-hygrometer-about__step-item--circle::before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 50px);
  translate: -50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px dashed #000;
}
.p-page-hygrometer-about__step-text {
  margin-top: 16px;
}
.p-page-hygrometer-calibration__body {
  margin-top: 16px;
}
.p-page-hygrometer-calibration__list {
  padding-inline: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-page-hygrometer-howto__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline: 8px;
}
.p-page-hygrometer-howto__item a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-page-hygrometer-howto__container {
  margin-top: 56px;
  padding-inline: 32px;
}
.p-page-hygrometer-howto__subtitle {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 16.462px + 0.721vw, 28px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
.p-page-hygrometer-howto__list2 {
  margin-top: 40px;
  padding-inline: 12px;
}
.p-page-hygrometer-howto__item2 {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.32px;
  padding-left: 12px;
  position: relative;
}

.p-page-hygrometer-howto__item2::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000E40;
}
.p-page-hygrometer-howto__img {
  margin-top: -64px;
  text-align: center;
}
.p-page-hygrometer-howto__text {
  margin-top: 16px;
  padding-inline: 8px;
}
.p-page-hygrometer-caution__list {
  margin-top: 16px;
  padding-inline: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-case-study__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px clamp(40px, -33.935px + 9.627vw, 120px);
}
.p-case-study__item-img {
  text-align: center;
}

.p-case-study__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 660/382;
}
.p-case-study__item-context {
  margin-top: clamp(8px, -6.787px + 1.925vw, 24px);
  padding-left: clamp(12px, 8.308px + 0.481vw, 16px);
  position: relative;
}

.p-case-study__item-context::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #000E40;
}
.p-case-study__item-product {
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(12px, 4.615px + 0.962vw, 20px);
  font-weight: 700;
  line-height: normal;
}
.p-case-study__item-title {
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(12px, 0.923px + 1.442vw, 24px);
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
}
.p-technology__list {
  padding-inline: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(80px, 43.032px + 4.813vw, 120px) clamp(40px, -24.693px + 8.424vw, 110px);
}
.p-technology__item-link {
  display: none;
}
.p-technology__item-img {
  background-color: #FFF;
}

.p-technology__item-img img {
  width: 100%;
}
.p-technology__item-context {
  margin-top: clamp(8px, -6.787px + 1.925vw, 24px);
}

.p-technology__item-num {
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.p-technology__item-title {
  margin-top: 8px;
  font-weight: 700;
}

.p-technology__item-text {
  margin-top: clamp(12px, 4.606px + 0.963vw, 20px);
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 12.152px + 0.241vw, 16px);
  font-weight: 700;
  line-height: normal;
}
.p-technology__btn-wrapper {
  margin-top: 48px;
  margin-inline: auto;
}
.p-technology__btn {
  display: block;
  text-align: center;
  width: clamp(160px, 68px + 11.979vw, 298px);
  padding-block: clamp(16px, 10px + 0.781vw, 25px);
  border-radius: 8px;
  background: #1A1F30;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.321px;
}

.p-technology-detail {
  margin-top: clamp(64px, 49.231px + 1.923vw, 80px);
  margin-bottom: 200px;
}
.p-technology-detail__inner {
  width: min(1920px, 100%);
  padding-inline: clamp(265px, -535px + 50vw, 425px);
  margin-inline: auto;
}
.p-technology-detail__img img {
  width: 100%;
}

.p-technology-detail__title {
  margin-top: clamp(24px, 16.615px + 0.962vw, 32px);
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(32px, 24.615px + 0.962vw, 40px);
  font-weight: 700;
  line-height: normal;
}
.p-technology-detail__context {
  margin-top: clamp(24px, 9.231px + 1.923vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 12.462px + 0.721vw, 24px);
}
.p-technology-detail__text {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 12.154px + 0.24vw, 16px);
  font-weight: 300;
  line-height: normal;
}
.p-technology-detail__btn-wrapper {
  margin-top: clamp(64px, 30.769px + 4.327vw, 100px);
  margin-inline: auto;
}
.p-technology-detail__list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-technology-detail__item-title {
  color: #000E40;
  font-family: "Noto Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.p-technology-detail__item-body {
  margin-top: clamp(8px, -6.787px + 1.925vw, 24px);
}
.p-technology-detail__item2 {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.p-technology-detail__table1 {
  margin-top: 48px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-technology-detail__table1 .p-technology-detail__table-row:nth-of-type(1) {
  border-bottom: none;
}

.p-technology-detail__table1 .p-technology-detail__table-row {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #7D7D7D;
}
.p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__table-head:nth-of-type(1),
.p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__row-head {
  width: 180px;
}
.p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__table-head:nth-of-type(2),
.p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__row-body {
  width: 360px;
}
.p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__row-head {
  padding-left: 10%;
}
.p-technology-detail__table-head {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-block: 12px;
  line-height: 1.6;
  letter-spacing: 0.32px;
  border-radius: 10px;
  background: #000E40;
  text-align: center;
}

.p-technology-detail__table-head.p-technology-detail__table-head--small span {
  font-size: 10px;
}
.p-technology-detail__row-head {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.32px;
}
.p-technology-detail__row-body {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  text-align: center;
}

.p-technology-detail__row-body li {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
}

.p-technology-detail__row-body.p-drybox__table-text {
  line-height: 1.6;
  padding: 12px 2px;
}
.p-technology-detail__table2 {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 15% 21.5% 26.5% 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #7D7D7D;
}
.p-technology-detail__table2 .p-technology-detail__row-head {
  border-bottom: 1px solid #7D7D7D;
}
.p-technology-detail__table2 .p-technology-detail__row-head:nth-of-type(7) {
  border-bottom: none;
}

.p-technology-detail__table2 .p-technology-detail__row-body {
  display: grid;
  place-content: center;
  text-align: left;
}

.p-technology-detail__table2 .p-technology-detail__row-body ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(8),
.p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(9) {
  position: relative;
}

.p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(8)::after,
.p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(9)::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 85%;
  background-color: #7D7D7D;
}
.p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(8)::after {
  right: -5.5px;
}
.p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(9)::after {
  right: -6.5px;
}
.p-technology-detail__table2 .p-technology-detail__table-head:nth-of-type(1) {
  grid-area: 1/1/2/2;
}

.p-technology-detail__table2 .p-technology-detail__table-head:nth-of-type(2) {
  grid-area: 1/2/2/3;
}

.p-technology-detail__table2 .p-technology-detail__table-head:nth-of-type(3) {
  grid-area: 1/3/2/4;
}

.p-technology-detail__table2 .p-technology-detail__table-head:nth-of-type(4) {
  grid-area: 1/4/2/5;
}

.p-technology-detail__table2 .p-technology-detail__row-head:nth-of-type(5) {
  grid-area: 2/1/3/2;
}

.p-technology-detail__table2 .p-technology-detail__row-head:nth-of-type(6) {
  grid-area: 3/1/4/2;
}

.p-technology-detail__table2 .p-technology-detail__row-head:nth-of-type(7) {
  grid-area: 4/1/5/2;
}

.p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(8) {
  grid-area: 2/2/5/3;
}

.p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(9) {
  grid-area: 2/3/5/4;
}

.p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(10) {
  grid-area: 2/4/5/5;
}
.p-technology-detail__table3-wrapper {
  margin-top: 32px;
}
.p-technology-detail__table3 {
  display: grid;
  grid-template-columns: 18.5% 12% repeat(10, 1fr) 9.5%;
  gap: 12px;
}

.p-technology-detail__table3 .p-technology-detail__table-head:nth-of-type(1) {
  grid-area: 1/1/3/2;
}

.p-technology-detail__table3 .p-technology-detail__table-head:nth-of-type(2) {
  grid-area: 1/2/3/3;
}

.p-technology-detail__table3 .p-technology-detail__table-head:nth-of-type(3) {
  grid-area: 1/3/2/13;
}

.p-technology-detail__table3 .p-technology-detail__table-head:nth-of-type(4) {
  grid-area: 1/13/3/14;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(5) {
  grid-area: 2/3/3/4;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(6) {
  grid-area: 2/4/3/5;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(7) {
  grid-area: 2/5/3/6;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(8) {
  grid-area: 2/6/3/7;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(9) {
  grid-area: 2/7/3/8;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(10) {
  grid-area: 2/8/3/9;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(11) {
  grid-area: 2/9/3/10;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(12) {
  grid-area: 2/10/3/11;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(13) {
  grid-area: 2/11/3/12;
}

.p-technology-detail__table3 .p-technology-detail__column-head:nth-of-type(14) {
  grid-area: 2/12/3/13;
}

.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(15) {
  grid-area: 3/1/23/2;
  white-space: nowrap;
}

.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(16) {
  grid-area: 3/2/7/3;
}

.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(17) {
  grid-area: 7/2/11/3;
}

.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(18) {
  grid-area: 11/2/15/3;
}

.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(19) {
  grid-area: 15/2/19/3;
}

.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(20) {
  grid-area: 19/2/23/3;
}

.p-technology-detail__table3 .p-technology-detail__row-item:nth-of-type(21) {
  grid-area: 3/3/23/14;
}

.p-technology-detail__table3 .p-technology-detail__table-head {
  display: grid;
  place-content: center;
}

.p-technology-detail__table3 .p-technology-detail__row-head {
  display: grid;
  place-content: center;
}

.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(16),
.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(17),
.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(18),
.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(19) {
  position: relative;
}

.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(16)::after,
.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(17)::after,
.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(18)::after,
.p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(19)::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7D7D7D;
}
.p-technology-detail__column-head {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  text-align: center;
  position: relative;
}

.p-technology-detail__column-head::after {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  right: -8px;
  width: 1px;
  height: 750px;
  background-color: #7D7D7D;
}
.p-technology-detail__row-head {
  display: grid;
  place-content: center;
}
.p-technology-detail__table4 {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-technology-detail__table4 .p-technology-detail__table-row:nth-of-type(1) {
  padding-bottom: 0;
  border-bottom: none;
}

.p-technology-detail__table4 .p-technology-detail__table-row {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  padding-block: 4px;
  border-bottom: 1px solid #7D7D7D;
}

.p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__table-head:nth-of-type(1),
.p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__row-head:nth-of-type(1) {
  width: 26.2%;
  flex-shrink: 0;
}
.p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__table-head:nth-of-type(2),
.p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__row-body:nth-of-type(2) {
  width: 100%;
}

.p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__table-head:nth-of-type(3),
.p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__row-body:nth-of-type(3) {
  width: 10.8%;
  flex-shrink: 0;
}
.p-technology-detail__table4 .p-technology-detail__row-head {
  text-align: center;
}

.p-technology-detail__table4 .p-technology-detail__table-list {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-inline: 12px;
}

.p-technology-detail__table4 .p-technology-detail__table-list .p-technology-detail__table-item {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.32px;
}
.p-form__head {
  flex-shrink: 0;
}

.p-form__head.p-form__head--contact {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-form__form-img {
  flex-shrink: 0;
}
.p-form__body {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: clamp(40px, -296px + 24vw, 88px);
}

.p-form__body.p-form__body--thanks {
  display: block;
  gap: 0;
}

.p-form__body.p-form__body--no-flex {
  display: block;
  gap: 0;
}
.p-form__steps-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 104px;
}

.p-form__steps-list .p-form__steps-item:last-of-type::before {
  display: none;
}
.p-form__steps-item {
  color: #C8C8C8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}

.p-form__steps-item::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -72px;
  width: 43px;
  height: 2px;
  background-color: #000E40;
}

.p-form__steps-item.is-current::before {
  background-color: #000E40;
}

.p-form__steps-item.is-current {
  color: #000;
}
.p-form__forms .p-form__form:first-of-type {
  margin-top: 0;
}

.p-form__form {
  margin-top: 12px;
}

.p-form__form.p-form__form--acceptance {
  margin-top: 24px;
}
.p-form__form.p-form__form--check .wpcf7-checkbox {
  padding-left: 48px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}

.p-form__form.p-form__form--check .wpcf7-checkbox label {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}

.p-form__form.p-form__form--check .wpcf7-checkbox label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  border-radius: 4px;
  border: 1px solid #C6C6C6;
  background: #FFF;
}

.p-form__form.p-form__form--check .wpcf7-checkbox label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 3px;
  translate: 0 -50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: #1571DA;
  border-radius: 2px;
}

.p-form__form.p-form__form--check .wpcf7-checkbox label:has(input:checked)::after {
  opacity: 1;
}
.p-form__form.p-form__form--confirm {
  margin-top: 48px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  position: relative;
}

.p-form__form.p-form__form--confirm.p-form__form--message {
  align-items: start;
}

.p-form__form.p-form__form--confirm::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #000E40;
}

.p-form__form.p-form__form--confirm::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(70% - 16px);
  height: 1px;
  background-color: #737373;
}
.p-form__form-title p {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
}

.p-form__form-title.p-form__form-title--confirm {
  width: 30%;
  flex-shrink: 0;
}
.p-form__form-tag {
  display: block;
  width: 39px;
  text-align: center;
  padding-block: 3px;
  color: #FFF;
  font-family: "Actor", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  background-color: #B81111;
}

.p-form__form-tag.p-form__form-tag--none {
  background-color: transparent;
}
.p-form__form-label {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
.wpcf7-form input[type=text],
.wpcf7-form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select {
  padding-block: 8px;
  padding-inline: 24px;
  border-radius: 10px;
  border: 1px solid #000E40;
}
.wpcf7-form input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.wpcf7-form select,
.wpcf7-form textarea {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.wpcf7-form select::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #C8C8C8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  color: #C8C8C8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-form textarea {
  resize: vertical;
}

.wpcf7-form .p-form__form p:has(.wpcf7-form-control-wrap) {
  margin-top: 12px;
}
.wpcf7-form .p-form__form--name p:has(.wpcf7-form-control-wrap),
.wpcf7-form .p-form__form--name-rubi p:has(.wpcf7-form-control-wrap) {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}

.wpcf7-form .p-form__form--name p:has(.wpcf7-form-control-wrap) input,
.wpcf7-form .p-form__form--name-rubi p:has(.wpcf7-form-control-wrap) input {
  width: 300px;
}
.wpcf7-form .p-form__form--name.p-form__form--confirm p:has(.p-form__form-item--confirm),
.wpcf7-form .p-form__form--name-rubi.p-form__form--confirm p:has(.p-form__form-item--confirm) {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px;
}
.wpcf7-form .p-form__form--name.p-form__form--confirm .p-form__form-item--confirm:nth-of-type(2),
.wpcf7-form .p-form__form--name-rubi.p-form__form--confirm .p-form__form-item--confirm:nth-of-type(2) {
  padding-left: 0;
}

.wpcf7-form .p-form__form--company input,
.wpcf7-form .p-form__form--department input,
.wpcf7-form .p-form__form--email input,
.wpcf7-form .p-form__form--tel input,
.wpcf7-form .p-form__form--city input,
.wpcf7-form .p-form__form--address input,
.wpcf7-form .p-form__form--building input,
.wpcf7-form .p-form__form--message input {
  width: 100%;
}

.wpcf7-form .p-form__form--company textarea,
.wpcf7-form .p-form__form--department textarea,
.wpcf7-form .p-form__form--email textarea,
.wpcf7-form .p-form__form--tel textarea,
.wpcf7-form .p-form__form--city textarea,
.wpcf7-form .p-form__form--address textarea,
.wpcf7-form .p-form__form--building textarea,
.wpcf7-form .p-form__form--message textarea {
  width: 100%;
}

.wpcf7-form .p-form__form--zip-code input,
.wpcf7-form .p-form__form--prefecture input {
  width: 260px;
}

.wpcf7-form .p-form__form--zip-code select,
.wpcf7-form .p-form__form--prefecture select {
  width: 260px;
}
.wpcf7-form .p-form__form--acceptance label {
  padding-left: 20px;
  position: relative;
}

.wpcf7-form .p-form__form--acceptance label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  border-radius: 4px;
  border: 1px solid #C6C6C6;
  background: #FFF;
}
.wpcf7-form .p-form__form--acceptance label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 3px;
  translate: 0 -50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: #1571DA;
  border-radius: 2px;
}
.wpcf7-form .p-form__form--acceptance label:has(input:checked)::after {
  opacity: 1;
}

.wpcf7-form .p-form__form--acceptance label span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.wpcf7-form .p-form__form--acceptance label span a {
  display: inline-block;
  margin-right: 18px;
  color: #1571DA;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
}

.wpcf7-form .p-form__form--acceptance label span a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 4px;
  right: -10px;
  background: url(../../dist/imgs/common/icon-link.svg) no-repeat center center/cover;
}
.wpcf7-form-control-wrap {
  display: block;
}

.p-form__btn-wrapper {
  margin-top: 40px;
  text-align: center;
}

.p-form__btn-wrapper p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.p-form__btn-wrapper.p-form__btn-wrapper--confirm {
  margin-top: 120px;
}

.p-form__btn-wrapper.p-form__btn-wrapper--thanks {
  margin-top: 200px;
}

.p-form__btn-wrapper.p-form__btn-wrapper--thanks .p-form__btn {
  margin-inline: auto;
}
.p-form__btn-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.p-form__btn-text a {
  display: inline-block;
  margin-right: 16px;
  color: #1571DA;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
}

.p-form__btn-text a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  top: 4px;
  right: -10px;
  background: url(../../dist/imgs/common/icon-link.svg) no-repeat center center/cover;
}
.p-form__btn {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  background-color: #000E40;
  width: 440px;
  padding-block: 23px;
  border: 1px solid #000E40;
  border-radius: 8px;
  border: 1px solid #000E40;
  transition: all 0.3s ease-in-out;
}

.p-form__btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-form__btn.p-form__btn--confirm {
  width: 320px;
}
.p-form__prev-btn {
  display: block;
  padding-block: 24px;
  color: #737373;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  width: 220px;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #737373;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
}
.p-form__form-item--confirm {
  display: inline-block;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 20px;
}
.p-form__form-label--confirm {
  padding-left: 20px;
}
.p-form__text-thanks {
  margin-top: 80px;
  color: #000E40;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.4px;
}
.p-form__context {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-form__context-container {
  border-radius: 10px;
  border: 1px dashed #000E40;
  padding-inline: 24px;
  padding-block: 40px 32px;
}
.p-form__context-title {
  margin-top: -60px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 16px;
  margin-inline: auto;
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.p-form__context-item {
  padding-left: 16px;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.28;
  position: relative;
}

.p-form__context-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000E40;
}
.p-form__context-btns {
  margin-top: 28px;
}

.p-form__context-btns .p-form__context-btn:nth-of-type(1) {
  margin-top: 4px;
}

.p-form__context-btns .p-form__context-btn:nth-of-type(2) {
  margin-top: 8px;
}
.p-form__context-btn-text {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.853;
}
.p-form__context-btn {
  width: 100%;
}

.p-form__context-text {
  margin-top: 24px;
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.853;
}
.p-privacy-policy {
  margin-top: clamp(64px, 49.231px + 1.923vw, 80px);
}
.p-privacy-policy__inner {
  width: min(1920px, 100%);
  padding-inline: clamp(64px, -888px + 68vw, 200px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-privacy-policy__inner .p-privacy-policy__context:nth-of-type(1) {
  padding-bottom: 80px;
  border-bottom: 1px solid #000E40;
}
.p-privacy-policy__lead {
  margin-top: clamp(24px, 9.231px + 1.923vw, 40px);
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0.64px;
}
.p-privacy-policy__list {
  margin-top: clamp(32px, 9.846px + 2.885vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-privacy-policy__item-title {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.p-privacy-policy__item-text {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0.64px;
}
.p-privacy-policy__list2 {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-privacy-policy__list2.p-privacy-policy__list2--blue {
  flex-direction: row;
  gap: 18px;
}

.p-privacy-policy__list2.p-privacy-policy__list2--blue .p-privacy-policy__item2::before {
  width: 6px;
  height: 6px;
  background-color: #8CD0FB;
}
.p-privacy-policy__item2 {
  color: #000E40;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.64px;
  padding-left: 12px;
  position: relative;
}

.p-privacy-policy__item2::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #000E40;
  top: 12px;
  left: 2px;
  transform: translateY(-50%);
}
.p-privacy-policy__item2-link {
  display: inline-block;
  color: #8CD0FB;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.64px;
}

.p-privacy-policy__item2-link::after {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: 1px;
  background-color: #8CD0FB;
  bottom: 2px;
  right: 0;
}
.p-privacy-policy__last-text {
  text-align: right;
  color: #00002B;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
}
.p-privacy-policy__item-context {
  margin-top: clamp(56px, 33.846px + 2.885vw, 80px);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-privacy-policy__item-context .p-privacy-policy__item-text {
  width: -moz-fit-content;
  width: fit-content;
}

.p-privacy-policy__item-context p.p-privacy-policy__item-text {
  text-align: left;
}
.p-privacy-policy__list3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-privacy-policy__list3.p-privacy-policy__list3--mt {
  margin-top: clamp(56px, 33.846px + 2.885vw, 80px);
}

.p-privacy-policy__list3.p-privacy-policy__list3--mt-small {
  margin-top: 12px;
}
.p-privacy-policy__item3-title {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.64px;
  margin-bottom: 12px;
}
.p-privacy-policy__item3-text {
  padding-left: 40px;
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.64px;
}

.p-privacy-policy__item3-text a {
  display: inline-block;
  color: #8CD0FB;
  font-family: inherit;
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: 0.64px;
  position: relative;
}

.p-privacy-policy__item3-text a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #8CD0FB;
  bottom: 2px;
  right: 0;
}
.p-privacy-policy__list4 {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-privacy-policy__item4-title {
  color: #00002B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.64px;
}
.p-privacy-policy__item4-text {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.64px;
  padding-left: 20px;
}
.p-privacy-policy__list5 {
  margin-top: 8px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-privacy-policy__item5 {
  color: #000E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.64px;
}
.p-product-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 500;
  opacity: 0;
  border-radius: 20px;
  background-color: transparent;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.p-product-modal__content::backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

.p-product-modal__content.js-show {
  opacity: 1;
  visibility: visible;
}

.p-product-modal__content.js-show::backdrop {
  opacity: 1;
  visibility: visible;
}

.p-product-modal__inner {
  width: 33vw;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFF;
  border-radius: 20px;
  padding-block: 10px;
  padding-inline: 20px;
  border: 2px solid #000E40;
  border-radius: 20px;
}
.p-product-modal__close-btn-wrapper {
  text-align: right;
}

.p-product-modal__close-btn {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  position: relative;
  background-color: #000E40;
  border: 1px solid #000E40;
  transition: background-color 0.3s ease-in-out;
}
.p-product-modal__close-btn-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80%;
  height: 2px;
  background-color: #FFF;
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out;
}

.p-product-modal__close-btn-bar:nth-of-type(1) {
  rotate: 30deg;
}

.p-product-modal__close-btn-bar:nth-of-type(2) {
  rotate: -30deg;
}

.p-product-modal__img {
  padding-block: 32px;
}

.p-product-modal__img img {
  width: 70%;
}
.p-product-modal__img-title {
  margin-top: 12px;
  color: #00002B;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.48px;
}

.p-product-modal__img-title span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-product-modal__open-btn {
  margin-top: 16px;
  padding-block: 7px;
  padding-left: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 0px + 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.48px;
  border-radius: 10px;
  background: #000E40;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.p-product-modal__open-btn span {
  display: block;
  width: 19px;
  height: 18px;
  position: relative;
}

.p-product-modal__open-btn span::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../../dist/imgs/products/icon-size.svg) no-repeat center center/cover;
  transition: background 0.3s ease-in-out;
}
.p-page-404__context {
  text-align: center;
}

.p-page-404__text {
  font-size: 18px;
  font-weight: 300;
}
.p-page-404__btn-wrapper {
  margin-top: 120px;
  margin-inline: auto;
}
.u-fw300 {
  font-weight: 300;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw500 {
  font-weight: 500;
}

.u-fw600 {
  font-weight: 600;
}

.u-fw700 {
  font-weight: 700;
}

.u-fw900 {
  font-weight: 900;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-hidden-lg {
  display: none;
}
.u-hidden-xl {
  display: none;
}
.u-hidden-xxl {
  display: none;
}
.u-hidden-xxxl {
  display: none;
}
.u-hidden-xxl-r {
  display: block;
}
.u-hidden-pc {
  display: none;
}
.u-hidden {
  display: none;
}

.u-hover {
  transition: 0.3s opacity ease-in-out;
}
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt12 {
  margin-top: 12px;
}
.u-mt32 {
  margin-top: 32px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt240 {
  margin-top: 240px;
}

.u-mb48 {
  margin-bottom: 48px;
}
.u-mb64 {
  margin-bottom: 64px;
}

.u-pb8 {
  padding-bottom: 8px;
}
.u-pb16 {
  padding-bottom: 16px;
}
.u-pb23 {
  padding-bottom: 23px;
}
.u-pi20 {
  padding-inline: 20px;
}
.u-pi25 {
  padding-inline: 25px;
}
.u-pi30 {
  padding-inline: 30px;
}
.u-width-p65 {
  width: 65%;
}

.u-width-p80 {
  width: 80%;
}

.u-width-p85 {
  width: 85%;
}

.u-width-p90 {
  width: 90%;
}

.u-font-noto-sans {
  font-family: "Noto Sans", sans-serif;
}

.u-nowrap {
  white-space: nowrap;
}
.u-nowrap-sp {
  white-space: normal;
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .l-header__nav-list:hover .l-header__nav-link:not(:hover) {
    opacity: 0.5;
  }
  .l-header__nav-list:hover .l-header__nav-link:hover {
    opacity: 1;
  }
  .l-header__nav-link:hover {
    cursor: pointer;
  }
  .l-header__nav-link:hover::after {
    scale: 1;
  }
  .l-header__btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .l-header__nav2-link:hover {
    cursor: pointer;
  }
  .l-header__nav2-link:hover::after {
    background: url(../../dist/imgs/header/icon-header-nav2-hover.svg) no-repeat center center/cover;
    scale: 1.1;
  }
  .l-header__sub-link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .l-footer__item-btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .l-footer__item-btn:hover.footer__item-btn--dl {
    color: #FFF;
    background-color: #0F2679;
  }
  .l-footer__item-btn:hover.footer__item-btn--contact {
    color: #FFF;
    background-color: #A48044;
  }
  .l-footer__logo-link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .l-footer__bottom-link:hover {
    cursor: pointer;
  }
  .l-footer__bottom-link:hover::after {
    scale: 1;
    transform-origin: left center;
  }
  .c-btn:hover {
    cursor: pointer;
  }
  .c-btn:hover.c-btn--white {
    color: #FFF;
    background-color: #1A1F30;
    border-color: #FFF;
  }
  .c-btn:hover.c-btn--navy {
    color: #000E40;
    background-color: #FFF;
    border-color: #000E40;
  }
  .c-btn:hover.c-btn--gray-light {
    color: #FFF;
    background-color: #555555;
    border-color: #FFF;
  }
  .c-btn:hover.c-btn--black {
    color: #FFF;
    background-color: #323232;
    border-color: #FFF;
  }
  .c-dl-btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .c-page-top__breadcrumb a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .c-products-archive__card-link:hover {
    cursor: pointer;
  }
  .c-products-archive__card-link:hover + .c-products-archive__card-img {
    scale: 1.1;
  }
  .p-top-products__button-prev:hover,
  .p-top-products__button-next:hover {
    cursor: pointer;
    border-color: #323232;
    background-color: #FFF;
  }
  .p-top-products__button-prev:hover {
    cursor: pointer;
  }
  .p-top-products__button-prev:hover::after {
    background: url(../../dist/imgs/front-page/custom/arrow-left-hover.svg) no-repeat center center/cover;
  }
  .p-top-products__button-next:hover {
    cursor: pointer;
  }
  .p-top-products__button-next:hover::after {
    background: url(../../dist/imgs/front-page/custom/arrow-right-hover.svg) no-repeat center center/cover;
  }
  .p-top-products__link:hover {
    cursor: pointer;
  }
  .p-top-products__link:hover::after {
    scale: 1;
  }
  .p-top-products__item-link:hover {
    cursor: pointer;
  }
  .p-top-products__item-link:hover .p-top-products__item-container {
    opacity: 1;
  }
  .p-top-products__item-link:hover .p-top-products__item-img img {
    scale: 1.1;
  }
  .p-top-custom__button-prev:hover,
  .p-top-custom__button-next:hover {
    cursor: pointer;
    border-color: #323232;
    background-color: #FFF;
  }
  .p-top-custom__button-prev:hover {
    cursor: pointer;
  }
  .p-top-custom__button-prev:hover::after {
    background: url(../../dist/imgs/front-page/custom/arrow-left-hover.svg) no-repeat center center/cover;
  }
  .p-top-custom__button-next:hover {
    cursor: pointer;
  }
  .p-top-custom__button-next:hover::after {
    background: url(../../dist/imgs/front-page/custom/arrow-right-hover.svg) no-repeat center center/cover;
  }
  .p-top-custom__link:hover {
    cursor: pointer;
  }
  .p-top-custom__link:hover::after {
    scale: 1;
  }
  .p-top-custom__card-link:hover {
    cursor: pointer;
  }
  .p-top-custom__card-link:hover .p-top-custom__card-img {
    opacity: 1;
  }
  .p-top-custom__card-link:hover .p-top-custom__card-img img {
    scale: 1.1;
  }
  .p-top-technology__item-link:hover {
    cursor: pointer;
  }
  .p-top-technology__item-link:hover::after {
    scale: 1;
  }
  .p-page-about__item:hover {
    cursor: pointer;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .p-page-about__item:hover .p-page-about__item-btn-wrapper {
    margin-right: 8px;
  }
  .p-page-products__head-link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .page-products__btn:hover {
    cursor: pointer;
  }
  .page-products__btn:hover::before {
    scale: 1.05;
  }
  .page-products__btn:hover::after {
    opacity: 0;
  }
  .p-product-detail__img-item:hover {
    cursor: pointer;
  }
  .p-product-detail__img-item:hover img {
    scale: 1.1;
  }
  .p-form__btn:not([disabled]):hover {
    cursor: pointer;
    background-color: #FFF;
    color: #000E40;
  }
  .p-form__prev-btn:hover {
    cursor: pointer;
    background-color: #737373;
    color: #FFF;
  }
  .p-product-modal__close-btn:hover {
    cursor: pointer;
    background-color: #FFF;
  }
  .p-product-modal__close-btn:hover .p-product-modal__close-btn-bar {
    background-color: #000E40;
  }
  .p-product-modal__open-btn:hover {
    cursor: pointer;
    background-color: #FFF;
    border-color: #000E40;
    color: #000E40;
  }
  .p-product-modal__open-btn:hover span::before {
    background: url(../../dist/imgs/products/icon-size-hover.svg) no-repeat center center/cover;
  }
  .u-hover:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  a a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 1799px) {
  .p-top-benefits__bg-text span:nth-of-type(2)::after {
    clip-path: polygon(0 0, 100% 0, 100% 71%, 0 71%);
  }
}
@media screen and (max-width: 1599px) {
  .l-section__inner {
    max-width: none;
    padding-inline: clamp(32px, -12.361px + 5.776vw, 80px);
  }
  .l-header__nav-link {
    font-size: clamp(12px, -2px + 1vw, 14px);
  }
  .l-header__btn {
    font-size: clamp(12px, -2px + 1vw, 14px);
    width: clamp(130px, -80px + 15vw, 160px);
  }
  .l-header__nav2-inner {
    padding-inline: clamp(32px, -193.126px + 16.08vw, 64px);
  }
  .l-header__nav2-list {
    gap: clamp(20px, 6.667px + 1.736vw, 40px) clamp(28px, -112.704px + 10.05vw, 48px);
  }
  .c-page-top__inner {
    max-width: none;
    padding-inline: clamp(32px, -12.361px + 5.776vw, 80px);
  }
  .c-page-title {
    font-size: clamp(40px, 11.859px + 2.01vw, 44px);
  }
  .c-products-archive__cards .c-products-archive__card:nth-child(n+5) .c-products-archive__card:nth-child(n+5)::before {
    top: -32px;
  }
  .c-products-archive__cards {
    gap: 48px 0;
  }
  .c-products-archive__card {
    padding-top: 24px;
  }
  .c-products-archive__card-img {
    padding-inline: clamp(48px, -177.126px + 16.08vw, 80px);
  }
  .c-products-archive__card-text {
    font-size: clamp(16px, -12.141px + 2.01vw, 20px);
    margin-top: clamp(24px, -32.281px + 4.02vw, 32px);
  }
  .c-products-archive__card-text.c-products-archive__card-text--long {
    font-size: clamp(16px, 1.93px + 1.005vw, 18px);
  }
  .p-top-section__head {
    gap: 14px;
  }
  .p-top-benefits__btn-wrapper {
    margin-top: 40px;
  }
  .p-top-benefits__bg-text span:nth-of-type(2)::after {
    clip-path: polygon(0 0, 100% 0, 100% 69%, 0 69%);
  }
  .p-page-about-lead__text {
    max-width: 98%;
  }
  .p-page-about__subtitle {
    font-size: clamp(20px, 12.606px + 0.963vw, 28px);
  }
  .p-page-about__item-title {
    font-size: clamp(22px, 7.93px + 1.005vw, 24px);
  }
  .p-about-detail__item-wrapper {
    gap: 56px;
  }
  .p-function-top::before {
    width: 40vw;
    height: 32vw;
  }
  .p-function-top__container {
    gap: 5%;
    justify-content: center;
  }
  .p-function-top__img {
    flex-basis: 39%;
  }
  .p-function-top__img img {
    width: 100%;
  }
  .p-hm__item-graph-title {
    font-size: 20px;
  }
  .p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1) {
    left: clamp(110px, -101.055px + 15.075vw, 140px);
  }
  .p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1)::before {
    left: clamp(145px, 4.296px + 10.05vw, 165px);
  }
  .p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1)::after {
    left: clamp(202px, 61.296px + 10.05vw, 222px);
  }
  .p-control__item-table .p-technology-detail__table-row div:nth-of-type(2) {
    width: 379px;
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(1) {
    right: clamp(30px, -265.477px + 21.106vw, 72px);
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(2) {
    right: clamp(30px, -265.477px + 21.106vw, 72px);
  }
  .p-control__item-graphArea {
    font-size: 18px;
    width: 200px;
    padding-block: 10px;
  }
  .p-about-detail__item-graphHead {
    font-size: 20px;
  }
  .p-criteria__table-hl--1 {
    top: clamp(286px, 243.789px + 3.015vw, 292px);
  }
  .p-criteria__table-hl--2 {
    top: clamp(941px, 891.754px + 3.518vw, 948px);
  }
  .p-criteria__table-head {
    font-size: clamp(14px, -0.07px + 1.005vw, 16px);
  }
  .p-page-benefits__inner {
    gap: clamp(40px, -63.004px + 11.445vw, 120px);
  }
  .p-page-benefits__title {
    font-size: clamp(36px, 7.859px + 2.01vw, 40px);
  }
  .p-page-benefits__subtitle {
    font-size: clamp(20px, 12.606px + 0.963vw, 28px);
  }
  .p-page-benefits__item {
    gap: clamp(16px, -4.601px + 2.289vw, 32px);
    padding-top: clamp(32px, -9.202px + 4.578vw, 64px);
    padding-bottom: clamp(32px, -9.202px + 4.578vw, 64px);
  }
  .p-page-products__head-list.p-page-products__head-list--order-made {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    gap: 32px;
  }
  .p-page-products__head-list.p-page-products__head-list--order-made .p-page-products__head-item:not(:last-child)::after {
    right: -18px;
  }
  .p-page-products__head-link {
    font-size: clamp(28px, -0.141px + 2.01vw, 32px);
  }
  .p-page-products__list .p-page-products__item:nth-child(n+5) .p-page-products__item:nth-child(n+5)::before {
    top: -32px;
  }
  .p-page-products__list {
    gap: 48px 0;
  }
  .p-page-products__item {
    padding-top: 24px;
  }
  .p-page-products__item-img {
    padding-inline: clamp(48px, -177.126px + 16.08vw, 80px);
  }
  .p-page-products__item-text {
    font-size: clamp(16px, -12.141px + 2.01vw, 20px);
    margin-top: clamp(24px, -32.281px + 4.02vw, 32px);
  }
  .p-page-products__item-text.p-page-products__item-text--long {
    font-size: clamp(16px, 1.93px + 1.005vw, 18px);
  }
  .page-products__btn-text-large {
    font-size: clamp(56px, -0.281px + 4.02vw, 64px);
  }
  .page-products__btn-text-small {
    font-size: clamp(24px, -18.211px + 3.015vw, 30px);
  }
  .p-page-products__about-caption {
    margin-left: 8px;
  }
  .p-product-detail__context-head {
    padding-bottom: 12px;
  }
  .p-product-detail__title .p-product-detail__title--middle {
    font-size: 28px;
  }
  .p-product-detail__title .p-product-detail__title--semi-large,
  .p-product-detail__title .p-product-detail__title--large {
    font-size: clamp(40px, -16.281px + 4.02vw, 48px);
  }
  .p-product-detail__title .p-product-detail__title--small {
    font-size: 24px;
  }
  .p-product-detail__context-body {
    margin-top: 12px;
  }
  .p-product-detail__text {
    font-size: 24px;
  }
  .p-product-detail__item {
    padding-left: 16px;
    font-size: 18px;
  }
  .p-product-detail__item::before {
    width: 6px;
    height: 6px;
  }
  .p-product-detail__item {
    padding-left: 12px;
    font-size: 16px;
  }
  .p-product-detail__item::before {
    top: 50%;
    width: 4px;
    height: 4px;
  }
  .p-product-detail__img-wrapper {
    gap: 12px;
  }
  .p-product-detail__active-img-item {
    width: 420px;
  }
  .p-product-detail__active-img-item.is-active {
    padding-top: 40px;
    height: 576px;
  }
  .p-product-detail__active-img-item.is-single {
    height: auto;
    padding-bottom: 48px;
  }
  .p-product-detail__img-list {
    gap: 4px;
  }
  .p-product-detail__img {
    width: 90px;
    height: 110px;
  }
  .p-product-detail-features__inner {
    padding-inline: 180px;
  }
  .p-product-detail-features__list {
    padding-inline: clamp(80px, -201.407px + 20.101vw, 120px);
  }
  .p-product-detail-features__item {
    font-size: 20px;
  }
  .p-product-detail-features__item-other-text {
    font-size: 18px;
  }
  .p-product-detail-features__wrapper1 {
    padding-inline: 32px;
  }
  .p-product-detail-features__container-title {
    font-size: clamp(18px, 12.455px + 0.722vw, 24px);
  }
  .p-product-detail-features__container-img img {
    width: clamp(460px, -243.518px + 50.251vw, 560px);
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__graph {
    flex-basis: 45%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__table {
    flex-basis: 30%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__img {
    flex-basis: 25%;
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--mcu {
    padding-inline: clamp(16px, -209.126px + 16.08vw, 48px);
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--mcu .p-product-detail-features__img {
    flex-basis: 20%;
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--mc .p-product-detail-features__img {
    flex-basis: 23%;
  }
  .p-product-detail-features__graph {
    margin-top: 24px;
  }
  .p-product-detail-features__graph img {
    width: clamp(540px, -163.518px + 50.251vw, 640px);
  }
  .p-product-detail-features__table-title {
    font-size: 20px;
  }
  .p-product-detail-features__img img {
    width: clamp(240px, -182.111px + 30.151vw, 300px);
  }
  .p-product-detail-features__img.p-product-detail-features__img--mcu img {
    width: 240px;
  }
  .p-product-detail-specifications__inner {
    padding-inline: 180px;
  }
  .p-product-detail-specifications__table .p-product-detail-specifications__table-row:nth-of-type(2) {
    margin-top: 48px;
  }
  .p-product-detail-specifications__table-row.p-product-detail-specifications__table-row--hm::before {
    bottom: 37px;
  }
  .p-product-detail-specifications__table-row.p-product-detail-specifications__table-row--hm::after {
    height: 54px;
  }
  .p-product-detail-specifications__table-row {
    height: 80px;
  }
  .p-product-detail-specifications__item-head {
    font-size: 15px;
  }
  .p-product-detail-specifications__item-body {
    font-size: 15px;
  }
  .p-product-detail-specifications__card-title {
    font-size: 20px;
  }
  .p-product-detail-case__inner {
    padding-inline: 180px;
  }
  .p-option__table-title {
    font-size: 20px;
  }
  .p-option__item2 {
    font-size: clamp(18px, 3.93px + 1.005vw, 20px);
  }
  .p-option__item-wrapper1 {
    padding-inline: clamp(0px, -281.407px + 20.101vw, 40px);
  }
  .p-option__item-graph-title {
    font-size: 20px;
  }
  .p-option__item-img--hygrometer img {
    width: clamp(320px, -242.814px + 40.201vw, 400px);
  }
  .p-option__item-img--not-close img {
    width: clamp(360px, -132.462px + 35.176vw, 430px);
  }
  .p-option__item-img--web-logger .p-option__item-img-text:nth-of-type(1)::before {
    left: clamp(145px, 4.296px + 10.05vw, 165px);
  }
  .p-option__item-img--web-logger .p-option__item-img-text:nth-of-type(1)::after {
    left: clamp(202px, 61.296px + 10.05vw, 222px);
  }
  .p-option__item-img--web-logger img {
    width: clamp(550px, 338.945px + 15.075vw, 580px);
  }
  .p-technology-detail__inner {
    padding-inline: clamp(220px, -96.583px + 22.613vw, 265px);
  }
  .p-technology-detail__item-title {
    font-size: clamp(36px, 7.859px + 2.01vw, 40px);
  }
  .p-form__form-img {
    width: 40%;
  }
  .p-product-modal__inner {
    width: 44vw;
  }
  .u-hidden-xxxl {
    display: block;
  }
  .u-nowrap {
    white-space: normal;
  }
}
@media screen and (max-width: 1399px) {
  .l-section__inner {
    max-width: 1240px;
  }
  .l-header__inner {
    grid-template-columns: 180px 1fr;
  }
  .l-header__logo img {
    width: 180px;
  }
  .l-header__nav {
    gap: clamp(16px, -38px + 4.5vw, 25px);
  }
  .l-header__nav-list {
    gap: 4px;
  }
  .l-header__sub-link.l-header__sub-link--long {
    font-size: 16px;
  }
  .l-header__sub-link .l-header__sub-link--name {
    display: none;
  }
  .l-main {
    padding-top: 80px;
  }
  .c-page-top__inner {
    max-width: 1240px;
  }
  .c-page-title {
    font-size: clamp(32px, -16.241px + 4.02vw, 40px);
  }
  .c-feature-head__subtitle {
    font-size: clamp(28px, 18.263px + 1.268vw, 36px);
  }
  .c-products-archive__cards .c-products-archive__card:nth-child(n+5) .c-products-archive__card:nth-child(n+5)::before {
    top: -12px;
  }
  .c-products-archive__cards {
    gap: 32px 0;
  }
  .c-products-archive__card {
    padding-top: 12px;
  }
  .c-products-archive__card-text.c-products-archive__card-text--long {
    font-size: 15px;
  }
  .c-counter-list li {
    font-size: 18px;
  }
  .c-counter-list li::before {
    top: 0.3em;
  }
  .c-counter-list.c-counter-list--large li {
    font-size: clamp(20px, -4.121px + 2.01vw, 24px);
  }
  .c-counter-list.c-counter-list--large li::before {
    top: 0.4em;
  }
  .c-text {
    line-height: 1.6;
  }
  .p-fv__inner::before {
    height: 42vw;
  }
  .p-top-section__head {
    gap: 12px;
  }
  .p-top-benefits__btn-wrapper {
    margin-top: 32px;
  }
  .p-top-benefits__bg-text {
    bottom: calc(-1 * clamp(24px, -0.121px + 2.01vw, 28px));
  }
  .p-top-products::before {
    width: 97vw;
  }
  .p-top-products__list {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: clamp(60px, -120.361px + 20.04vw, 160px);
    gap: 24px 12px;
    max-width: 1080px;
    margin-inline: auto;
  }
  .p-top-products__swiper-container {
    max-width: 1080px;
  }
  .p-top-technology__context {
    padding-bottom: clamp(60px, -40px + 8.333vw, 120px);
  }
  .p-top-technology__img {
    top: 0;
    margin-block: auto;
  }
  .p-top-case-study {
    margin-top: clamp(80px, 13.333px + 5.556vw, 120px);
  }
  .p-top-quality__inner {
    padding-inline: 60px;
  }
  .p-top-quality__list {
    max-width: 1080px;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-quality__item {
    width: 480px;
    padding-top: 280px;
    padding-bottom: 32px;
    padding-inline: 20px;
  }
  .p-top-quality__item.p-top-quality__item--hygrometer::before {
    top: 48px;
    width: 280px;
  }
  .p-page-about-lead__context {
    padding-top: 0;
  }
  .p-page-about-lead__img img {
    width: 390px;
  }
  .p-page-about__list {
    gap: clamp(16px, -8.121px + 2.01vw, 20px);
  }
  .p-page-about__item-title {
    font-size: clamp(18px, -6.121px + 2.01vw, 22px);
  }
  .p-about-detail__body {
    padding-right: 4em;
  }
  .p-about-detail__item-title {
    margin-bottom: 56px;
  }
  .p-about-detail__item-wrapper {
    gap: 48px;
  }
  .p-about-detail__item-textWrap {
    padding-left: 1em;
  }
  .p-function-top::before {
    top: 65%;
    left: calc(100% - 50vw);
    width: 50vw;
    height: 30vw;
    border-radius: 10px 0 0 10px;
  }
  .p-function-top__container {
    flex-direction: column-reverse;
    gap: 0px;
  }
  .p-function-top__img {
    flex-basis: auto;
    margin-top: -240px;
    text-align: right;
  }
  .p-function-top__img img {
    width: 40%;
  }
  .p-function-top__list {
    max-width: 880px;
    margin-inline: auto;
  }
  .p-function-top__contextItem {
    white-space: normal;
  }
  .p-function-top__contextItem br {
    display: block;
  }
  .p-func-concept__body {
    padding-right: 5em;
  }
  .p-func-qf__body {
    padding-right: 5em;
  }
  .p-hm__item-head {
    margin-bottom: 56px;
  }
  .p-hm__item-subtitle {
    font-size: 18px;
  }
  .p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1) {
    left: 60px;
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(1) {
    right: 10px;
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(2) {
    right: 10px;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(1) {
    right: 6px;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(2) {
    right: 6px;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(3) {
    right: 6px;
  }
  .p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(1) {
    right: 10px;
  }
  .p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(2) {
    right: 10px;
  }
  .p-control__item-graphArea {
    width: 180px;
  }
  .p-about-detail__item-graphItem > .p-about-detail__item-graphContext,
  .p-about-detail__item-graphItem > .c-counter-list {
    padding-left: 1em;
  }
  .p-about-detail__item-graphText {
    font-size: 18px;
  }
  .p-about-detail__item-graphBody {
    padding-left: 1em;
  }
  .p-about-detail__item-graphBody.p-about-detail__item-graphBody--row {
    gap: 24px;
  }
  .p-criteria__table {
    gap: 12px 8px;
  }
  .p-criteria__table-hl--1 {
    top: clamp(302px, 271.849px + 2.513vw, 307px);
  }
  .p-criteria__table-hl--2 {
    top: clamp(938px, 359.106px + 48.241vw, 1034px);
  }
  .p-criteria__table-item figcaption {
    font-size: clamp(18px, -6.121px + 2.01vw, 22px);
  }
  .p-page-benefits__title {
    font-size: clamp(32px, 7.879px + 2.01vw, 36px);
  }
  .p-page-products__head-list.p-page-products__head-list--order-made .p-page-products__head-link {
    font-size: 24px;
  }
  .p-page-products__head-link {
    font-size: clamp(24px, -0.121px + 2.01vw, 28px);
  }
  .p-page-products__list .p-page-products__item:nth-child(n+5) .p-page-products__item:nth-child(n+5)::before {
    top: -12px;
  }
  .p-page-products__list {
    gap: 32px 0;
  }
  .p-page-products__item {
    padding-top: 12px;
  }
  .p-page-products__item-text.p-page-products__item-text--long {
    font-size: 15px;
  }
  .page-products__btn-text-large {
    font-size: clamp(48px, -0.241px + 4.02vw, 56px);
  }
  .page-products__btn-text-small {
    font-size: clamp(22px, 9.94px + 1.005vw, 24px);
  }
  .p-page-products__about-title span:first-of-type {
    font-size: 14px;
  }
  .p-page-products__about-title span:last-of-type {
    font-size: 28px;
  }
  .p-page-products__about-text {
    font-size: 15px;
  }
  .p-page-products__about-caption {
    margin-left: 4px;
    padding-inline: 8px;
  }
  .p-product-detail__inner:not(:has(.p-product-detail__img-list)) .p-product-detail__active-img-list {
    width: 480px;
  }
  .p-product-detail__inner {
    gap: 40px;
  }
  .p-product-detail__context-head {
    padding-left: 0;
  }
  .p-product-detail__title .p-product-detail__title--middle {
    font-size: 26px;
  }
  .p-product-detail__title .p-product-detail__title--semi-large,
  .p-product-detail__title .p-product-detail__title--large {
    font-size: 40px;
  }
  .p-product-detail__title .p-product-detail__title--small {
    font-size: 22px;
  }
  .p-product-detail__context-body {
    padding-left: 8px;
  }
  .p-product-detail__text {
    font-size: 20px;
  }
  .p-product-detail__active-img-item {
    width: 320px;
  }
  .p-product-detail__active-img-item.is-active {
    padding-inline: 20px;
    height: 476px;
  }
  .p-product-detail__active-img-item.is-single {
    height: auto;
    padding-bottom: 48px;
  }
  .p-product-detail__img {
    width: 73px;
    height: 90px;
  }
  .p-product-detail-features__inner {
    padding-inline: clamp(140px, -101.206px + 20.101vw, 180px);
  }
  .p-product-detail-features__list {
    padding-inline: clamp(0px, -240.803px + 26.756vw, 80px);
  }
  .p-product-detail-features__item {
    font-size: 16px;
  }
  .p-product-detail-features__item::before {
    top: 12px;
  }
  .p-product-detail-features__item-other {
    padding-block: 24px;
  }
  .p-product-detail-features__item-other.p-product-detail-features__item-other--hm, .p-product-detail-features__item-other.p-product-detail-features__item-other--dxu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mcu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mc {
    left: calc(50% + 190px);
    width: 380px;
  }
  .p-product-detail-features__item-other-text {
    font-size: 16px;
  }
  .p-product-detail-features__wrapper1 {
    gap: 32px;
  }
  .p-product-detail-features__container-img img {
    width: 100%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__graph {
    flex-basis: 45%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__table {
    flex-basis: 30%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__img {
    flex-basis: 25%;
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--mcu .p-product-detail-features__img {
    flex-basis: 20%;
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--dxu .p-product-detail-features__table {
    flex-basis: 35%;
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--dxu .p-product-detail-features__img {
    flex-basis: 22%;
  }
  .p-product-detail-features__graph {
    margin-top: 48px;
  }
  .p-product-detail-features__graph img {
    width: clamp(440px, -283.618px + 60.302vw, 560px);
  }
  .p-product-detail-features__graph.p-product-detail-features__graph--mcu img {
    width: 480px;
  }
  .p-product-detail-features__graph.p-product-detail-features__graph--nmt {
    margin-top: 0;
  }
  .p-product-detail-features__table-title {
    font-size: 18px;
  }
  .p-product-detail-features__img {
    margin-top: 32px;
  }
  .p-product-detail-features__img img {
    width: clamp(220px, -141.809px + 30.151vw, 280px);
  }
  .p-product-detail-features__img.p-product-detail-features__img--mcu img {
    width: 200px;
  }
  .p-product-detail-specifications__inner {
    padding-inline: clamp(140px, -101.206px + 20.101vw, 180px);
  }
  .p-product-detail-case__inner {
    padding-inline: clamp(140px, -101.206px + 20.101vw, 180px);
  }
  .p-product-detail-case__item-text {
    font-size: clamp(14px, 1.94px + 1.005vw, 16px);
  }
  .p-product-detail-features__context {
    padding-top: 16px;
  }
  .p-product-detail-features__context-text {
    font-size: clamp(16px, 3.94px + 1.005vw, 18px);
  }
  .p-option__list {
    gap: 120px clamp(64px, -32.482px + 8.04vw, 80px);
  }
  .p-option__item-subtitle {
    font-size: 18px;
  }
  .p-option__table-title {
    font-size: clamp(18px, 5.94px + 1.005vw, 20px);
  }
  .p-option__list2 {
    margin-top: clamp(24px, -24.241px + 4.02vw, 32px);
  }
  .p-option__item2 {
    font-size: clamp(16px, 3.94px + 1.005vw, 18px);
  }
  .p-option__item-wrapper4 {
    margin-top: clamp(24px, -84.543px + 9.045vw, 42px);
  }
  .p-option__item-img-title {
    font-size: clamp(20px, -4.121px + 2.01vw, 24px);
  }
  .p-option__item-img--hygrometer img {
    width: clamp(260px, -101.809px + 30.151vw, 320px);
  }
  .p-option__item-img--not-close img {
    width: clamp(320px, 78.794px + 20.101vw, 360px);
  }
  .p-option__item-img--web-logger .p-option__item-img-text:nth-of-type(1) {
    left: clamp(44px, -173.085px + 18.09vw, 80px);
  }
  .p-option__item-img--web-logger img {
    width: clamp(500px, 198.492px + 25.126vw, 550px);
  }
  .p-option__item-img--steel img {
    width: 500px;
  }
  .p-option__item-img--stainless img {
    width: 530px;
  }
  .p-page-hygrometer-about__container-imgs {
    scale: 0.8;
    top: 12px;
    right: 8px;
  }
  .p-page-hygrometer-about__step-imgs::before {
    left: calc(50% - 26px);
    width: 180px;
  }
  .p-page-hygrometer-about__step-item.p-page-hygrometer-about__step-item--circle::before {
    width: 80px;
    height: 80px;
    top: 0;
    left: calc(50% - 46px);
  }
  .p-page-hygrometer-about__step-img img {
    width: 200px;
  }
  .p-technology-detail__inner {
    padding-inline: clamp(200px, 79.397px + 10.05vw, 220px);
  }
  .p-technology-detail__item-title {
    font-size: clamp(32px, 7.879px + 2.01vw, 36px);
  }
  .p-technology-detail__row-head {
    font-size: clamp(14px, 1.94px + 1.005vw, 16px);
  }
  .p-technology-detail__table4 .p-technology-detail__table-list .p-technology-detail__table-item {
    font-size: clamp(14px, 1.94px + 1.005vw, 16px);
  }
  .wpcf7-form .p-form__form--name p:has(.wpcf7-form-control-wrap) input,
  .wpcf7-form .p-form__form--name-rubi p:has(.wpcf7-form-control-wrap) input {
    width: clamp(240px, -121.809px + 30.151vw, 300px);
  }
  .wpcf7-form .p-form__form--acceptance label span {
    font-size: 16px;
  }
  .p-product-modal__inner {
    width: 56vw;
  }
  .u-hidden-xxl {
    display: block;
  }
  .u-hidden-xxl-r {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__inner {
    padding-left: clamp(16px, -12.444px + 3.704vw, 32px);
    padding-right: clamp(16px, -12.444px + 3.704vw, 32px);
  }
  .l-header__logo img {
    width: 140px;
  }
  .l-header__nav-list {
    padding-inline: 0;
  }
  .l-header__btn-container {
    display: none;
  }
  .l-header__nav2-link {
    font-size: clamp(12px, 8.436px + 0.464vw, 14px);
  }
  .l-footer__tel-info {
    width: 100%;
    gap: 12px;
  }
  .l-footer__top-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: clamp(24px, 9.745px + 1.856vw, 32px);
  }
  .l-footer__item-title {
    font-size: clamp(14px, 8px + 0.667vw, 16px);
  }
  .l-footer__item-btn {
    width: 240px;
    font-size: 16px;
    padding-block: 16px;
  }
  .l-footer__item-info {
    width: 240px;
  }
  .l-footer__info-tel {
    font-size: 24px;
  }
  .l-footer__info-time {
    top: 40px;
  }
  .l-footer__bottom-list {
    flex-direction: column;
    align-items: end;
    gap: 16px;
  }
  .l-footer__bottom-up {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .l-footer__bottom-down {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .l-main {
    padding-top: 75px;
  }
  .c-dl-btn__title {
    font-size: clamp(32px, 2px + 3.333vw, 42px);
  }
  .c-dl-btn__subtitle {
    font-size: clamp(24px, 0px + 2.667vw, 32px);
  }
  .c-page-title {
    font-size: 36px;
  }
  .c-feature-head__subtitle::before {
    width: 32px;
  }
  .c-products-archive__cards {
    padding-inline: 48px;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
  .c-products-archive__cards .c-products-archive__card:nth-child(n+3) {
    position: relative;
  }
  .c-products-archive__cards .c-products-archive__card:nth-child(n+3)::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    top: -16px;
    left: 50%;
    translate: -50%;
    opacity: 0.4;
    background-color: #000E40;
  }
  .c-products-archive__cards .c-products-archive__card:nth-child(odd) {
    position: relative;
  }
  .c-products-archive__cards .c-products-archive__card:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 0;
    width: 1px;
    height: 95%;
    opacity: 0.4;
    background-color: #000E40;
  }
  .c-products-archive__cards .c-products-archive__card:nth-child(even)::after {
    display: none;
  }
  .c-products-archive__card-img img {
    width: 80%;
  }
  .c-products-archive__card-text {
    padding-left: 32px;
  }
  .c-products-archive__card-text.c-products-archive__card-text--long {
    font-size: 16px;
  }
  .c-products-archive__card-title {
    padding-left: 32px;
  }
  .c-counter-list li {
    font-size: clamp(18px, 11.98px + 0.669vw, 20px);
  }
  .c-counter-list li::before {
    top: 0.25em;
  }
  .c-counter-list.c-counter-list--large li {
    font-size: clamp(18px, 11.98px + 0.669vw, 20px);
  }
  .c-counter-list.c-counter-list--large li::before {
    top: 0.25em;
  }
  .p-top-section__head {
    gap: 10px;
  }
  .p-top-section__title {
    font-size: clamp(32px, 3.49px + 3.712vw, 48px);
  }
  .p-top-section__subtitle {
    font-size: clamp(24px, 9.745px + 1.856vw, 32px);
  }
  .p-top-about__inner {
    padding-inline: clamp(30px, -23.457px + 6.961vw, 60px);
  }
  .p-top-about__body {
    margin-top: clamp(18px, -6.947px + 3.248vw, 32px);
  }
  .p-top-about__text {
    line-height: 1.8;
  }
  .p-top-about__text + .p-top-about__text {
    margin-top: clamp(8px, -6.255px + 1.856vw, 16px);
  }
  .p-top-about__btn-wrapper {
    margin-top: clamp(24px, -11.638px + 4.64vw, 44px);
  }
  .p-top-benefits {
    margin-top: clamp(80px, 8.724px + 9.281vw, 120px);
  }
  .p-top-benefits__inner {
    padding-inline: 0;
  }
  .p-top-benefits__context {
    padding-left: clamp(30px, -23.457px + 6.961vw, 60px);
    padding-right: 0;
  }
  .p-top-benefits__text {
    line-height: 1.8;
  }
  .p-top-benefits__btn-wrapper {
    margin-top: 24px;
  }
  .p-top-benefits__img img {
    width: 45vw;
  }
  .p-top-benefits__bg-text {
    display: none;
  }
  .p-top-criteria {
    margin-top: clamp(80px, 8.724px + 9.281vw, 120px);
  }
  .p-top-criteria__inner::after {
    content: "";
    position: absolute;
    background: linear-gradient(89.63deg, rgba(0, 14, 64, 0.84) 40.81%, rgba(0, 14, 64, 0) 75.5%);
  }
  .p-top-criteria__context {
    width: clamp(480px, 344.548px + 15.05vw, 525px);
  }
  .p-top-criteria__body {
    margin-top: clamp(18px, -6.947px + 3.248vw, 32px);
  }
  .p-top-criteria__text {
    line-height: 1.8;
  }
  .p-top-products::before {
    width: 100vw;
    height: 93%;
  }
  .p-top-products__inner {
    padding-inline: clamp(30px, -23.457px + 6.961vw, 60px);
  }
  .p-top-products__swiper-container {
    padding-inline: clamp(30px, -130.371px + 20.882vw, 120px);
  }
  .p-top-products__item-container {
    padding-block: clamp(0px, -28.51px + 3.712vw, 16px);
  }
  .p-top-custom {
    padding-block: clamp(80px, -40.401px + 13.378vw, 120px);
  }
  .p-top-custom__body {
    margin-top: clamp(18px, -6.947px + 3.248vw, 32px);
  }
  .p-top-custom__swiper {
    width: 55vw;
  }
  .p-top-custom__button-prev {
    left: clamp(540px, 118.595px + 46.823vw, 680px);
  }
  .p-top-custom__button-next {
    left: clamp(730px, 308.595px + 46.823vw, 870px);
  }
  .p-top-custom__link {
    left: clamp(600px, 178.595px + 46.823vw, 740px);
  }
  .p-top-custom__card-title {
    margin-top: clamp(8px, -4.04px + 1.338vw, 12px);
  }
  .p-top-technology {
    margin-top: clamp(80px, 8.724px + 9.281vw, 120px);
  }
  .p-top-technology__inner {
    padding-inline: 0;
    gap: clamp(40px, -93.333px + 11.111vw, 120px);
  }
  .p-top-technology__context {
    padding-left: clamp(30px, -23.457px + 6.961vw, 60px);
  }
  .p-top-technology__body {
    margin-top: clamp(18px, -6.947px + 3.248vw, 32px);
  }
  .p-top-technology__text {
    margin-top: clamp(18px, -6.947px + 3.248vw, 32px);
  }
  .p-top-technology__img img {
    width: 45vw;
  }
  .p-top-case-study {
    padding-block: clamp(60px, -40px + 8.333vw, 120px);
  }
  .p-top-case-study__card-num {
    top: calc(-1 * clamp(40px, 16px + 2.667vw, 48px));
    right: clamp(40px, 16px + 2.667vw, 48px);
    font-size: clamp(54px, 30px + 2.667vw, 62px);
  }
  .p-top-case-study__card-link {
    padding-bottom: clamp(8px, -4px + 1.333vw, 12px);
  }
  .p-top-case-study__card-title {
    font-size: clamp(14px, 2px + 1.333vw, 18px);
  }
  .p-top-quality {
    margin-top: clamp(80px, 8.724px + 9.281vw, 120px);
  }
  .p-top-quality__item {
    width: 400px;
    padding-top: 250px;
  }
  .p-top-quality__item.p-top-quality__item--hygrometer::before {
    width: 240px;
  }
  .p-top-quality__text br {
    display: none;
  }
  .p-top-quality__btn-wrapper {
    margin-inline: auto;
  }
  .p-page-about-lead__context .p-page-about-lead__text:first-of-type {
    margin-top: clamp(64px, 15.839px + 5.351vw, 80px);
  }
  .p-page-about-lead__title {
    position: absolute;
  }
  .p-page-about-lead__text {
    max-width: 90%;
  }
  .p-page-about-lead__img {
    margin-top: clamp(56px, 31.92px + 2.676vw, 64px);
  }
  .p-page-about-lead__img img {
    width: clamp(340px, 279.799px + 6.689vw, 360px);
  }
  .p-page-about__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-about-detail__body {
    padding-left: 2em;
    padding-right: 2em;
  }
  .p-about-detail__item-title {
    margin-bottom: 48px;
  }
  .p-about-detail__item-wrapper.p-about-detail__item-wrapper--small {
    flex-direction: column-reverse;
  }
  .p-about-detail__item-wrapper.p-about-detail__item-wrapper--small .p-about-detail__item-textWrap {
    padding-left: 0.5em;
  }
  .p-about-detail__item-wrapper.p-about-detail__item-wrapper--control {
    flex-direction: column-reverse;
    max-width: 800px;
    margin-inline: auto;
    align-items: center;
  }
  .p-about-detail__item-img {
    width: clamp(200px, -161.204px + 40.134vw, 320px);
  }
  .p-function-top::before {
    top: 71%;
  }
  .p-function-top__img {
    margin-top: calc(-1 * clamp(80px, -401.605px + 53.512vw, 240px));
  }
  .p-function-top__list {
    padding-inline: 20;
  }
  .p-function-top__item {
    gap: 24px;
  }
  .p-function-top__item-title {
    font-size: clamp(22px, 15.98px + 0.669vw, 24px);
  }
  .p-func-concept__body {
    padding-left: 2em;
    padding-right: 2em;
  }
  .p-func-qf__body {
    padding-left: 2em;
    padding-right: 2em;
  }
  .p-func-qf__item-container {
    align-items: center;
    gap: 12px;
  }
  .p-func-qf__item-img {
    flex-shrink: 0;
    width: 250px;
    text-align: center;
  }
  .p-func-qf__item-img img {
    width: 100%;
  }
  .p-hm__item-head {
    margin-bottom: 48px;
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .p-hm__item-subtitle {
    font-size: 16px;
  }
  .p-hm__item-wrapper2 {
    flex-direction: column-reverse;
    gap: 64px;
  }
  .p-hm__item-graph {
    flex-basis: auto;
  }
  .p-hm__item-graph-title {
    margin-inline: auto;
  }
  .p-hm__item-img--graph {
    margin-top: 24px;
    text-align: center;
  }
  .p-hm__item-img--graph img {
    width: 90%;
  }
  .p-hm__item-img--web-logger {
    flex-basis: auto;
  }
  .p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1) {
    top: clamp(-7px, -28.07px + 2.341vw, 0px);
    left: clamp(80px, -70.502px + 16.722vw, 130px);
  }
  .p-hm__item-img--web-logger img {
    width: clamp(560px, 319.197px + 26.756vw, 640px);
  }
  .p-hm__item-img-text:has(.u-hidden-xl) {
    text-align: right;
  }
  .p-control__item-graph {
    width: 100%;
    padding-right: 56px;
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(1) {
    right: 18%;
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(2) {
    right: 18%;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(1) {
    right: 10%;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(2) {
    right: 10%;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(3) {
    right: 10%;
  }
  .p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(1) {
    right: 9%;
  }
  .p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(2) {
    right: 9%;
  }
  .p-about-detail__item-graphContext.p-about-detail__item-graphContext--small {
    width: 644px;
  }
  .p-prevent-mc__item-graph {
    width: 100%;
  }
  .p-prevent-mc__wrapper {
    padding-inline: 0;
    gap: 8px;
  }
  .p-prevent-mc__item-text {
    padding: 12px 8px;
    font-size: 14px;
  }
  .p-prevent-mc__item-text.p-prevent-mc__item-text--height {
    height: 108px;
  }
  .p-prevent-mc__item-text.p-prevent-mc__item-text--height-led {
    height: 136px;
  }
  .p-criteria__table-wrapper {
    overflow-x: scroll;
    margin-inline: calc(50% - 50vw);
    padding-inline: clamp(32px, -12.361px + 5.776vw, 80px);
  }
  .p-criteria__table {
    width: 1280px;
  }
  .p-criteria__table-hl--1 {
    top: 279px;
  }
  .p-criteria__table-hl--2 {
    top: 916px;
  }
  .p-page-benefits__title {
    font-size: clamp(28px, 15.96px + 1.338vw, 32px);
  }
  .p-page-products__inner {
    padding-inline: 64px;
  }
  .p-page-products__head-list {
    gap: 24px;
  }
  .p-page-products__head-list.p-page-products__head-list--order-made {
    gap: clamp(8px, -16.08px + 2.676vw, 16px);
  }
  .p-page-products__head-list.p-page-products__head-list--order-made .p-page-products__head-item:not(:last-child)::after {
    right: calc(-1 * clamp(4px, -8.04px + 1.338vw, 8px));
    width: 1px;
    opacity: 0.7;
  }
  .p-page-products__head-list.p-page-products__head-list--order-made .p-page-products__head-link {
    font-size: clamp(18px, 0px + 2vw, 24px);
  }
  .p-page-products__head-list .p-page-products__head-item:not(:last-child)::after {
    right: -12px;
    width: 1px;
    opacity: 0.7;
  }
  .p-page-products__head-link {
    font-size: clamp(20px, -0.1px + 1.608vw, 24px);
  }
  .p-page-products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
  .p-page-products__list .p-page-products__item:nth-child(n+3) {
    position: relative;
  }
  .p-page-products__list .p-page-products__item:nth-child(n+3)::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    top: -16px;
    left: 50%;
    translate: -50%;
    opacity: 0.4;
    background-color: #000E40;
  }
  .p-page-products__list .p-page-products__item:nth-child(odd) {
    position: relative;
  }
  .p-page-products__list .p-page-products__item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 0;
    width: 1px;
    height: 95%;
    opacity: 0.4;
    background-color: #000E40;
  }
  .p-page-products__list .p-page-products__item:nth-child(even)::after {
    display: none;
  }
  .p-page-products__item-img img {
    width: 70%;
  }
  .p-page-products__item-text {
    padding-left: 32px;
  }
  .p-page-products__item-text.p-page-products__item-text--long {
    font-size: 16px;
  }
  .p-page-products__item-title {
    padding-left: 32px;
  }
  .page-products__btn-text-large {
    font-size: clamp(32px, -16.161px + 5.351vw, 48px);
  }
  .page-products__btn-text-small {
    font-size: clamp(20px, 13.98px + 0.669vw, 22px);
  }
  .p-page-products__about-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-product-detail__inner:not(:has(.p-product-detail__img-list)) .p-product-detail__active-img-list {
    width: 320px;
  }
  .p-product-detail__inner {
    gap: clamp(20px, -40.201px + 6.689vw, 40px);
  }
  .p-product-detail__context-head {
    padding-bottom: 8px;
  }
  .p-product-detail__title .p-product-detail__title--middle {
    font-size: 24px;
    letter-spacing: 1.6px;
  }
  .p-product-detail__title .p-product-detail__title--semi-large,
  .p-product-detail__title .p-product-detail__title--large {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .p-product-detail__title .p-product-detail__title--small {
    font-size: 20px;
  }
  .p-product-detail__context-body {
    margin-top: 8px;
    padding-left: 4px;
  }
  .p-product-detail__text {
    font-size: 18px;
    letter-spacing: 1.4px;
  }
  .p-product-detail__list {
    margin-top: 12px;
  }
  .p-product-detail__item {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-product-detail__active-img-item {
    width: 280px;
  }
  .p-product-detail__active-img-item.is-active {
    height: 466px;
  }
  .p-product-detail__active-img-item.is-single {
    height: auto;
    padding-bottom: 48px;
  }
  .p-product-detail__img {
    width: 68px;
    height: 88px;
  }
  .p-product-detail-features__inner {
    padding-inline: clamp(120px, 59.799px + 6.689vw, 140px);
  }
  .p-product-detail-features__item {
    font-size: 14px;
  }
  .p-product-detail-features__item-other {
    padding-block: 20px;
  }
  .p-product-detail-features__item-other.p-product-detail-features__item-other--hm, .p-product-detail-features__item-other.p-product-detail-features__item-other--dxu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mcu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mc {
    left: calc(50% + 160px);
    width: 320px;
  }
  .p-product-detail-features__item-other-title {
    top: -26px;
    left: 12px;
    font-size: 18px;
  }
  .p-product-detail-features__item-other-text {
    font-size: 15px;
  }
  .p-product-detail-features__body-text {
    font-size: 18px;
  }
  .p-product-detail-features__wrapper1 {
    padding-inline: clamp(32px, -88.401px + 13.378vw, 72px);
  }
  .p-product-detail-features__container-img img {
    width: clamp(320px, 79.197px + 26.756vw, 400px);
  }
  .p-product-detail-features__wrapper2 {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__graph {
    flex-basis: 100%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__table {
    flex-basis: 100%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__img {
    flex-basis: 85%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__img.p-product-detail-features__img--mcu {
    flex-basis: 45%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__img.p-product-detail-features__img--mc {
    flex-basis: 70%;
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--dxu .p-product-detail-features__table {
    flex-basis: 55%;
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--dxu .p-product-detail-features__img {
    flex-basis: 30%;
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--mc .p-product-detail-features__box {
    align-items: start;
  }
  .p-product-detail-features__graph img {
    width: 540px;
  }
  .p-product-detail-features__graph.p-product-detail-features__graph--nmt {
    margin-top: 0;
  }
  .p-product-detail-features__graph.p-product-detail-features__graph--nmt img {
    width: clamp(360px, 239.599px + 13.378vw, 400px);
  }
  .p-product-detail-features__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 40px;
  }
  .p-product-detail-features__table {
    margin: 0;
  }
  .p-product-detail-features__table.p-product-detail-features__table--mcu {
    width: 100%;
  }
  .p-product-detail-features__img {
    margin: 0;
  }
  .p-product-detail-features__img img {
    width: 300px;
  }
  .p-product-detail-features__img.p-product-detail-features__img--mcu img {
    width: 100%;
  }
  .p-product-detail-specifications__inner {
    padding-inline: clamp(120px, 59.799px + 6.689vw, 140px);
  }
  .p-product-detail-case__inner {
    padding-inline: clamp(120px, 59.799px + 6.689vw, 140px);
  }
  .p-product-detail-case__item-text br {
    display: none;
  }
  .p-product-detail-features__context {
    padding-top: 0;
  }
  .p-product-detail-features__context-text {
    font-size: 14px;
  }
  .p-option__item.p-option__item--10 {
    white-space: normal;
  }
  .p-option__item.p-option__item--12 {
    white-space: normal;
  }
  .p-option__item.p-option__item--13 br {
    display: none;
  }
  .p-option__item-head.p-option__item-head--flex {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .p-option__item-subtitle {
    font-size: 16px;
  }
  .p-option__table {
    flex-shrink: 0;
  }
  .p-option__item-wrapper2 {
    align-items: center;
  }
  .p-option__item-wrapper3 {
    flex-direction: column-reverse;
    gap: 64px;
  }
  .p-option__item-graph-title {
    margin-inline: auto;
  }
  .p-option__item-img-text:has(.u-hidden-xl) {
    text-align: right;
  }
  .p-option__item-img--hygrometer img {
    width: clamp(180px, -60.803px + 26.756vw, 260px);
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(1) {
    top: -21px;
    left: clamp(85px, 54.9px + 3.344vw, 95px);
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(2) {
    top: clamp(15px, 11.99px + 0.334vw, 16px);
    left: clamp(15px, -30.151px + 5.017vw, 30px);
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(2)::before {
    top: 60px;
    left: 115px;
    width: 95px;
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(2)::after {
    top: 65px;
    left: 200px;
  }
  .p-option__item-img--alarm img {
    width: clamp(300px, 239.799px + 6.689vw, 320px);
  }
  .p-option__item-img--not-close img {
    width: clamp(220px, -81.003px + 33.445vw, 320px);
  }
  .p-option__item-img--web-logger .p-option__item-img-text:nth-of-type(1) {
    top: calc(-1 * clamp(8px, -22.1px + 3.344vw, 18px));
    left: clamp(0px, -132.441px + 14.716vw, 44px);
  }
  .p-option__item-img--web-logger img {
    width: clamp(420px, 179.197px + 26.756vw, 500px);
  }
  .p-option__item-img--steel img {
    width: clamp(400px, 98.997px + 33.445vw, 500px);
  }
  .p-option__item-img--stainless img {
    width: clamp(420px, 88.896px + 36.789vw, 530px);
  }
  .p-page-hygrometer-about__container-imgs {
    scale: 0.7;
    top: -13px;
    right: -77px;
  }
  .p-page-hygrometer-about__step-imgs {
    display: grid;
    grid-template-columns: repeat(2, 240px);
  }
  .p-page-hygrometer-about__step-imgs::before {
    rotate: 125deg;
    top: 155px;
    left: calc(50% + 4px);
  }
  .p-page-hygrometer-about__step-imgs::after {
    rotate: 125deg;
    top: 229px;
    left: calc(50% - 53px);
  }
  .p-page-hygrometer-about__step-item.p-page-hygrometer-about__step-item--circle::before {
    width: 100px;
    height: 100px;
    top: -10px;
    left: calc(50% - 50px);
  }
  .p-page-hygrometer-about__step-img img {
    width: 100%;
  }
  .p-case-study__list {
    gap: clamp(96px, 59.88px + 4.013vw, 108px) clamp(40px, -33.935px + 9.627vw, 120px);
  }
  .p-technology-detail__inner {
    padding-inline: clamp(130px, -80.702px + 23.411vw, 200px);
  }
  .p-technology-detail__table2 .p-technology-detail__table-head {
    display: grid;
    place-content: center;
  }
  .p-technology-detail__table3-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-inline: clamp(130px, -80.702px + 23.411vw, 200px);
    margin-inline: calc(50% - 50vw);
  }
  .p-technology-detail__table3 {
    width: 960px;
    padding-bottom: 16px;
  }
  .p-form__head {
    flex-shrink: 1;
  }
  .p-form__form.p-form__form--check .wpcf7-checkbox label {
    font-size: 16px;
  }
  .p-form__form {
    margin-top: 8px;
  }
  .p-form__form-label {
    font-size: 16px;
  }
  .wpcf7-form .p-form__form p:has(.wpcf7-form-control-wrap) {
    margin-top: 8px;
  }
  .wpcf7-form .p-form__form--name p:has(.wpcf7-form-control-wrap) input,
  .wpcf7-form .p-form__form--name-rubi p:has(.wpcf7-form-control-wrap) input {
    width: clamp(160px, -80.803px + 26.756vw, 240px);
  }
  .wpcf7-form .p-form__form--acceptance label::before {
    top: calc(50% + 1px);
  }
  .wpcf7-form .p-form__form--acceptance label::after {
    top: calc(50% + 1px);
  }
  .wpcf7-form .p-form__form--acceptance label span {
    font-size: 14px;
  }
  .p-form__context-container {
    padding-inline: 16px;
  }
  .p-form__context-title {
    font-size: 20px;
  }
  .p-form__context-item {
    font-size: 14px;
  }
  .p-form__context-btns {
    margin-top: 20px;
  }
  .p-product-modal__inner {
    width: 70vw;
  }
  .u-hidden-xl {
    display: block;
  }
  .u-mb48 {
    margin-bottom: 24px;
  }
  .u-pb23 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 899px) {
  .l-header__logo img {
    width: 122px;
  }
  .l-header__nav-link {
    font-size: clamp(10px, -1.636px + 1.515vw, 12px);
  }
  .l-header__sub-link.l-header__sub-link--long {
    font-size: clamp(14px, 2.275px + 1.527vw, 16px);
  }
  .l-footer__top-item {
    width: 100%;
  }
  .l-footer__item-title {
    font-size: 12px;
  }
  .l-footer__item-info {
    width: clamp(180px, 132px + 6.25vw, 240px);
    gap: 12px;
  }
  .l-footer__info-tel {
    font-size: clamp(22px, 20.4px + 0.208vw, 24px);
  }
  .l-main {
    padding-top: 74px;
  }
  .c-dl-btn__title {
    font-size: clamp(28px, 4.727px + 3.03vw, 32px);
  }
  .c-dl-btn__subtitle {
    font-size: clamp(20px, -3.273px + 3.03vw, 24px);
  }
  .c-page-title {
    font-size: 32px;
  }
  .c-title-hl::before {
    height: 3px;
  }
  .c-item-title.c-item-title--long {
    font-size: 22px;
  }
  .c-counter-list li {
    font-size: 16px;
  }
  .c-counter-list li::before {
    width: 18px;
    height: 18px;
    font-size: 14px;
  }
  .c-counter-list.c-counter-list--large li {
    font-size: 16px;
  }
  .c-counter-list.c-counter-list--large li::before {
    width: 18px;
    height: 18px;
    font-size: 14px;
  }
  .p-top-section__head {
    gap: 8px;
  }
  .p-top-benefits {
    padding-bottom: 0;
  }
  .p-top-benefits::before {
    width: 90vw;
    height: 80%;
  }
  .p-top-benefits__inner {
    flex-direction: column;
    display: block;
    gap: clamp(56px, 9.099px + 6.107vw, 64px);
  }
  .p-top-benefits__context {
    padding-inline: clamp(30px, -23.457px + 6.961vw, 60px);
  }
  .p-top-benefits__btn-wrapper {
    margin-top: 16px;
    margin-right: auto;
    margin-left: 0;
  }
  .p-top-benefits__img {
    margin-top: -50px;
    text-align: right;
  }
  .p-top-benefits__img img {
    width: 55vw;
  }
  .p-top-criteria__inner::after {
    background: rgba(0, 14, 64, 0.84);
  }
  .p-top-criteria__context {
    width: 100%;
    margin-inline: 0;
    padding-inline: 60px;
  }
  .p-top-custom__button-prev {
    left: clamp(460px, -9.008px + 61.069vw, 540px);
  }
  .p-top-custom__button-next {
    left: clamp(650px, 180.992px + 61.069vw, 730px);
  }
  .p-top-custom__link {
    left: clamp(520px, 50.992px + 61.069vw, 600px);
  }
  .p-top-technology::before {
    width: 90vw;
    height: 70%;
  }
  .p-top-technology__inner {
    display: block;
  }
  .p-top-technology__context {
    padding-left: clamp(30px, -23.457px + 6.961vw, 60px);
    padding-right: clamp(30px, -23.457px + 6.961vw, 60px);
  }
  .p-top-technology__list {
    grid-template-columns: repeat(2, 30%);
    gap: clamp(8px, -15.45px + 3.053vw, 12px);
  }
  .p-top-technology__item::before {
    width: 16px;
    height: 16px;
    top: calc(50% + 2px);
  }
  .p-top-technology__item-link {
    padding-left: 24px;
  }
  .p-top-technology__btn-wrapper {
    margin-inline: 0 auto;
  }
  .p-top-technology__img {
    margin-top: -116px;
    text-align: right;
  }
  .p-top-technology__img img {
    width: 55vw;
  }
  .p-top-quality__item {
    width: 360px;
  }
  .p-page-about-lead__context .p-page-about-lead__text:first-of-type {
    margin-top: 56px;
  }
  .p-page-about-lead__text br {
    display: none;
  }
  .p-page-about-lead__img img {
    width: 320px;
  }
  .p-about-detail__item-title {
    margin-bottom: 32px;
  }
  .p-about-detail__item-wrapper {
    gap: 28px;
  }
  .p-function-top::before {
    top: 77%;
  }
  .p-function-top__img {
    margin-top: calc(-1 * clamp(30px, -260.909px + 37.879vw, 80px));
  }
  .p-function-top__item {
    gap: 16px;
  }
  .p-about-detail__item-lead {
    font-size: clamp(22px, 10.275px + 1.527vw, 24px);
  }
  .p-hm__item-subtitle {
    font-size: 14px;
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(1) {
    right: 12%;
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(2) {
    right: 12%;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(1) {
    right: 10%;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(2) {
    right: 10%;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(3) {
    right: 10%;
  }
  .p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(1) {
    right: 10%;
  }
  .p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(2) {
    right: 10%;
  }
  .p-prevent-mc__item-text {
    font-size: 12px;
    padding: 12px 0;
  }
  .p-prevent-mc__item-text.p-prevent-mc__item-text--height {
    height: 96px;
  }
  .p-prevent-mc__item-text.p-prevent-mc__item-text--height-led {
    height: 120px;
  }
  .p-drybox__table-item {
    font-size: 14px;
  }
  .p-page-benefits__inner {
    flex-direction: column;
    padding-inline: 7.729468599vw;
    gap: 7.729468599vw;
  }
  .p-page-benefits__title br {
    display: none;
  }
  .p-page-products__head-list.p-page-products__head-list--order-made .p-page-products__head-link {
    font-size: clamp(14px, -9.273px + 3.03vw, 18px);
  }
  .p-page-products__head-link {
    font-size: clamp(16px, -7.45px + 3.053vw, 20px);
  }
  .p-page-products__about-title span:last-of-type {
    font-size: 22px;
  }
  .p-page-products__about-list {
    padding-inline: 12px;
  }
  .p-product-detail__inner:not(:has(.p-product-detail__img-list)) .p-product-detail__active-img-list {
    width: 280px;
  }
  .p-product-detail__title .p-product-detail__title--middle {
    font-size: 18px;
    letter-spacing: 1.2px;
  }
  .p-product-detail__title .p-product-detail__title--semi-large,
  .p-product-detail__title .p-product-detail__title--large {
    font-size: 24px;
  }
  .p-product-detail__title .p-product-detail__title--small {
    font-size: 16px;
  }
  .p-product-detail__context-body {
    padding-left: 0;
    margin-top: 12px;
  }
  .p-product-detail__text {
    font-size: 16px;
  }
  .p-product-detail__active-img-item {
    width: 240px;
  }
  .p-product-detail__active-img-item.is-active {
    height: 386px;
  }
  .p-product-detail__active-img-item.is-single {
    height: auto;
    padding-bottom: 40px;
  }
  .p-product-detail__img {
    width: 56px;
    height: 72px;
  }
  .p-product-detail-features__inner {
    padding-inline: clamp(92px, -72.153px + 21.374vw, 120px);
  }
  .p-product-detail-features__item-other.p-product-detail-features__item-other--hm, .p-product-detail-features__item-other.p-product-detail-features__item-other--dxu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mcu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mc {
    left: calc(50% + 150px);
    width: 300px;
  }
  .p-product-detail-features__body-text {
    font-size: 16px;
  }
  .p-product-detail-features__container-img img {
    width: clamp(260px, -91.756px + 45.802vw, 320px);
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--reverse {
    gap: 12px;
  }
  .p-product-detail-specifications__inner {
    padding-inline: clamp(92px, -72.153px + 21.374vw, 120px);
  }
  .p-product-detail-case__inner {
    padding-inline: clamp(92px, -72.153px + 21.374vw, 120px);
  }
  .p-product-detail-case__item-text {
    font-size: clamp(12px, -0.06px + 1.005vw, 14px);
  }
  .p-option__item-subtitle {
    font-size: 14px;
  }
  .p-option__item-wrapper1 {
    flex-direction: column;
    gap: 32px;
  }
  .p-option__item-wrapper1 .p-option_wrapper-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .p-option__item-wrapper2 {
    flex-direction: column-reverse;
  }
  .p-option__item-wrapper4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .p-option__item-img--not-close {
    text-align: center;
  }
  .p-option__item-img--not-close img {
    width: 70%;
  }
  .p-page-hygrometer-about__container-imgs {
    scale: 0.6;
    top: -28px;
    right: -122px;
  }
  .p-page-hygrometer-about__step-text {
    margin-top: 3.8647342995vw;
  }
  .p-page-hygrometer-howto__img {
    margin-top: -80px;
    margin-right: -160px;
  }
  .p-page-hygrometer-howto__img img {
    width: 30%;
  }
  .p-case-study__list {
    gap: clamp(88px, 64.55px + 3.053vw, 92px) clamp(40px, -33.935px + 9.627vw, 120px);
  }
  .p-technology-detail__inner {
    padding-inline: clamp(64px, -322.931px + 50.382vw, 130px);
  }
  .p-technology-detail__item-body {
    margin-top: 1.9323671498vw;
  }
  .p-technology-detail__row-body.p-drybox__table-text {
    font-size: 14px;
  }
  .p-technology-detail__table3-wrapper {
    padding-inline: clamp(64px, -322.931px + 50.382vw, 130px);
  }
  .p-technology-detail__table4 .p-technology-detail__table-list {
    padding-inline: 4px;
  }
  .p-form__form-img {
    display: none;
  }
  .p-form__body {
    flex-direction: column;
  }
  .wpcf7-form .p-form__form--name p:has(.wpcf7-form-control-wrap) input,
  .wpcf7-form .p-form__form--name-rubi p:has(.wpcf7-form-control-wrap) input {
    width: 240px;
  }
  .p-form__context {
    margin-inline: auto;
  }
  .p-product-modal__inner {
    width: 82vw;
  }
  .u-hidden-lg {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .animated__fadeIn {
    translate: 0 9.6618357488vw;
  }
  .l-section {
    margin-top: 15.4589371981vw;
  }
  .l-section.l-section--top {
    margin-top: 7.729468599vw;
  }
  .l-section__inner {
    padding-inline: 7.729468599vw;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 3.8647342995vw;
  }
  .l-header__logo {
    padding-block: 3.8647342995vw 3.8647342995vw;
  }
  .l-header__logo img {
    width: 28.9855072464vw;
  }
  .l-header__nav {
    gap: 3.8647342995vw;
  }
  .l-header__nav-list {
    display: none;
  }
  .l-footer {
    margin-top: 15.4589371981vw;
  }
  .l-footer__top {
    padding-block: 11.5942028986vw;
  }
  .l-footer__inner {
    padding-inline: 9.6618357488vw;
  }
  .l-footer__top-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 7.729468599vw;
  }
  .l-footer__top-head {
    gap: 3.3816425121vw;
    margin-top: -1.4492753623vw;
  }
  .l-footer__top-title {
    font-size: 7.729468599vw;
  }
  .l-footer__top-subtitle {
    font-size: 6.7632850242vw;
    letter-spacing: 0.5543478261vw;
  }
  .l-footer__tel-title {
    font-size: 3.3816425121vw;
    letter-spacing: 0.229468599vw;
  }
  .l-footer__tel-info {
    margin-top: 0.4830917874vw;
    width: 80.193236715vw;
    gap: 4.347826087vw;
  }
  .l-footer__top-body {
    width: 100%;
    gap: 5.7971014493vw;
  }
  .l-footer__top-list {
    width: 100%;
    gap: 1.9323671498vw;
  }
  .l-footer__top-item {
    gap: 1.9323671498vw;
  }
  .l-footer__item-title {
    font-size: 3.3816425121vw;
    letter-spacing: 0.229468599vw;
  }
  .l-footer__item-btn {
    width: 100%;
    font-size: 3.8647342995vw;
    padding-block: 3.8647342995vw;
  }
  .l-footer__item-info {
    width: 43.4782608696vw;
    gap: 2.8985507246vw;
  }
  .l-footer__info-location {
    font-size: 3.8647342995vw;
    letter-spacing: 0.3623188406vw;
    border-width: 0.2415458937vw;
    padding-block: 1.4492753623vw 1.9323671498vw;
    padding-inline: 1.9323671498vw;
    margin-top: 0.4830917874vw;
  }
  .l-footer__info-tel {
    font-size: 7.729468599vw;
  }
  .l-footer__info-time {
    font-size: 3.8647342995vw;
    top: 11.5942028986vw;
    left: 12.5603864734vw;
    letter-spacing: 0.3405797101vw;
  }
  .l-footer__bottom {
    padding-block: 11.5942028986vw 6.5217391304vw;
  }
  .l-footer__bottom-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 7.729468599vw;
  }
  .l-footer__bottom-head {
    padding-top: 0.7246376812vw;
    width: 100%;
  }
  .l-footer__company-logo {
    text-align: center;
  }
  .l-footer__company-logo img {
    width: 43.961352657vw;
  }
  .l-footer__company-name {
    text-align: center;
    margin-top: 5.0724637681vw;
    font-size: 3.3816425121vw;
    letter-spacing: 0.1570048309vw;
  }
  .l-footer__company-address {
    justify-content: center;
    margin-top: 4.347826087vw;
    gap: 4.8309178744vw;
  }
  .l-footer__address-head {
    font-size: 3.3816425121vw;
    letter-spacing: 0.1690821256vw;
  }
  .l-footer__address-body {
    padding-top: 0.7246376812vw;
  }
  .l-footer__address-location {
    font-size: 2.8985507246vw;
    letter-spacing: 0.1449275362vw;
  }
  .l-footer__address-tel {
    margin-top: 3.8647342995vw;
    font-size: 2.8985507246vw;
    letter-spacing: 0.1449275362vw;
  }
  .l-footer__bottom-body {
    width: 100%;
  }
  .l-footer__bottom-list {
    align-items: center;
    gap: 3.8647342995vw;
  }
  .l-footer__bottom-link {
    font-size: 2.8985507246vw;
    padding-inline: 1.4492753623vw;
    letter-spacing: 0.1690821256vw;
  }
  .l-footer__bottom-link::after {
    bottom: -0.9661835749vw;
    width: calc(100% - 3.8647342995vw);
    height: 0.2415458937vw;
  }
  .l-footer__copyright {
    padding-block: 1.690821256vw 2.8985507246vw;
  }
  .l-footer__copyright-text {
    font-size: 2.4154589372vw;
    letter-spacing: 0.3623188406vw;
  }
  .l-main {
    padding-top: 13.768115942vw;
  }
  .c-btn {
    width: 48.309178744vw;
    padding-block: 3.8647342995vw;
    font-size: 3.3816425121vw;
    border-radius: 1.9323671498vw;
    border-width: 0.2415458937vw;
    letter-spacing: -0.0775362319vw;
  }
  .c-arrow-btn {
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
  .c-arrow-btn::after {
    width: 4.8309178744vw;
    height: 4.8309178744vw;
  }
  .c-dl-btn__wrapper {
    padding-inline: 7.2463768116vw;
  }
  .c-dl-btn {
    padding-top: 7.729468599vw;
    padding-bottom: 55.5555555556vw;
  }
  .c-dl-btn::after {
    content: "";
    position: absolute;
    width: 43.4782608696vw;
    top: 30.9178743961vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-drawer-icon {
    width: 10.6280193237vw;
    height: 10.6280193237vw;
    padding-block: 3.3816425121vw;
    padding-inline: 2.4154589372vw;
    position: relative;
    z-index: 110;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-drawer-icon.js-open::before {
    background-color: #fff;
    width: 9.4202898551vw;
    height: 9.4202898551vw;
  }
  .c-drawer-icon.js-open .c-drawer-icon__bar:nth-of-type(1) {
    rotate: 30deg;
    translate: 0 1.690821256vw;
    width: 100%;
  }
  .c-drawer-icon.js-open .c-drawer-icon__bar:nth-of-type(2) {
    opacity: 0;
  }
  .c-drawer-icon.js-open .c-drawer-icon__bar:nth-of-type(3) {
    rotate: -30deg;
    translate: 0 -1.690821256vw;
  }
  .c-drawer-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-color: transparent;
    transition: all 0.3s ease;
  }
  .c-page-top {
    padding-top: 5.7971014493vw;
    padding-bottom: 5.7971014493vw;
  }
  .c-page-top__inner {
    padding-inline: 7.729468599vw;
  }
  .c-page-top__head {
    gap: 0.9661835749vw;
  }
  .c-page-top__subtitle {
    font-size: 7.729468599vw;
    letter-spacing: -0.231884058vw;
  }
  .c-page-top__title {
    font-size: 3.3816425121vw;
    letter-spacing: 0.1690821256vw;
  }
  .c-page-top__breadcrumb {
    margin-top: 2.8985507246vw;
    gap: 0.9661835749vw;
  }
  .c-page-top__breadcrumb span[property=name]:not(:has(.current-item)) {
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
  }
  .c-page-top__breadcrumb .current-item {
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
  }
  .c-page-top__breadcrumb-span {
    width: 1.9323671498vw;
    height: 0.2415458937vw;
  }
  .c-page-title {
    font-size: 6.7632850242vw;
    letter-spacing: 0.077294686vw;
  }
  .c-page-title span {
    font-size: 7.2463768116vw;
  }
  .c-feature-head {
    gap: 2.8985507246vw;
  }
  .c-feature-head__subtitle {
    font-size: 7.729468599vw;
    letter-spacing: 0.4347826087vw;
  }
  .c-feature-head__subtitle::before {
    width: 3.8647342995vw;
    height: 0.7246376812vw;
    left: -5.0724637681vw;
  }
  .c-feature-head__title {
    padding-left: 1.2em;
    font-size: 4.8309178744vw;
    letter-spacing: 0.154589372vw;
  }
  .c-section__title {
    font-size: 5.7971014493vw;
  }
  .c-section__sub-title {
    font-size: 7.729468599vw;
    letter-spacing: 0.38647343vw;
  }
  .c-section__title-mix {
    font-size: 5.7971014493vw;
  }
  .c-section__title-mix.c-section__title-mix {
    font-size: 4.8309178744vw;
  }
  .c-title-hl {
    padding-left: 0.75em;
  }
  .c-title-hl::before {
    width: 0.4em;
    height: 1.2077294686vw;
  }
  .c-bullet-square::before {
    top: 0.6em;
    left: 0;
  }
  .c-products-archive__cards {
    margin-top: 11.5942028986vw;
    gap: 7.729468599vw 0;
    padding-inline: 0;
  }
  .c-products-archive__card {
    padding-top: 2.8985507246vw;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .c-products-archive__card-img {
    padding-inline: 0;
    height: 57.9710144928vw;
  }
  .c-products-archive__card-text {
    font-size: 3.8647342995vw;
    margin-top: 0;
    padding-left: 0.9661835749vw;
  }
  .c-products-archive__card-text.c-products-archive__card-text--long {
    font-size: 3.8647342995vw;
  }
  .c-products-archive__card-text.c-products-archive__card-text--mt {
    margin-top: 6.038647343vw;
  }
  .c-products-archive__card-title {
    font-size: 3.8647342995vw;
    padding-left: 0.9661835749vw;
  }
  .c-item-title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.154589372vw;
  }
  .c-item-title.c-item-title--long {
    font-size: 4.8309178744vw;
  }
  .c-counter-list {
    gap: 3.8647342995vw;
  }
  .c-counter-list li {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .c-counter-list li::before {
    top: 0.2em;
    border-radius: 0.9661835749vw;
    padding-bottom: 0.4830917874vw;
    width: 5.0724637681vw;
    height: 5.0724637681vw;
    font-size: 3.8647342995vw;
  }
  .c-counter-list.c-counter-list--large li {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .c-counter-list.c-counter-list--large li::before {
    top: 0.2em;
    border-radius: 0.9661835749vw;
    padding-bottom: 0.4830917874vw;
    width: 5.0724637681vw;
    height: 5.0724637681vw;
    font-size: 3.8647342995vw;
  }
  .c-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
    line-height: 1.6;
  }
  .p-fv {
    height: 113.5265700483vw;
  }
  .p-fv__inner {
    height: 100%;
  }
  .p-fv__inner::before {
    top: -13.5265700483vw;
    height: 100%;
  }
  .p-fv__context {
    left: 5.7971014493vw;
    gap: 16;
  }
  .p-fv__title {
    font-size: 7.729468599vw;
    letter-spacing: -0.4541062802vw;
  }
  .p-fv__logo {
    display: none;
  }
  .p-fv__sub-title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.4830917874vw;
  }
  .p-fv__img1 {
    top: 43vw;
    left: 2vw;
  }
  .p-fv__img1 img {
    width: 48vw;
  }
  .p-fv__img2 {
    top: 65vw;
    left: 54vw;
  }
  .p-fv__img2 img {
    width: 40vw;
  }
  .p-fv__img3 {
    display: none;
  }
  .p-fv__img4 {
    display: block;
    position: absolute;
    z-index: 9;
    top: 48vw;
    right: 6vw;
  }
  .p-fv__img4 img {
    width: 38vw;
  }
  .p-top-section__head {
    gap: 1.9323671498vw;
  }
  .p-top-section__title {
    font-size: 6.7632850242vw;
  }
  .p-top-section__subtitle {
    font-size: 4.8309178744vw;
    letter-spacing: 0.3019323671vw;
  }
  .p-top-about {
    margin-top: 15.4589371981vw;
  }
  .p-top-about__inner {
    display: block;
    padding-inline: 7.2463768116vw;
  }
  .p-top-about__body {
    margin-top: 5.7971014493vw;
  }
  .p-top-about__text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-top-about__text + .p-top-about__text {
    margin-top: 1.9323671498vw;
  }
  .p-top-about__img {
    position: absolute;
    top: -8vw;
    right: 11.5942028986vw;
    padding-right: 0;
  }
  .p-top-about__img img {
    width: 38vw;
  }
  .p-top-about__btn-wrapper {
    margin-inline: auto;
    margin-top: 5.7971014493vw;
  }
  .p-top-benefits {
    padding-top: 14.4927536232vw;
    margin-top: 19.3236714976vw;
  }
  .p-top-benefits::before {
    width: 100vw;
    height: 80%;
  }
  .p-top-benefits__inner {
    gap: 13.5265700483vw;
  }
  .p-top-benefits__context {
    padding-inline: 7.2463768116vw;
  }
  .p-top-benefits__body {
    margin-top: 4.347826087vw;
  }
  .p-top-benefits__bold-text {
    font-size: 4.8309178744vw;
    letter-spacing: 0.4830917874vw;
  }
  .p-top-benefits__text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-top-benefits__btn-wrapper {
    margin-top: 7.729468599vw;
  }
  .p-top-benefits__img {
    margin-top: 7.729468599vw;
    text-align: center;
  }
  .p-top-benefits__img img {
    width: 80%;
  }
  .p-top-criteria {
    margin-top: 19.3236714976vw;
  }
  .p-top-criteria__inner {
    padding-block: 15.4589371981vw;
    padding-inline: 7.2463768116vw;
  }
  .p-top-criteria__inner::before {
    width: 100%;
  }
  .p-top-criteria__inner::after {
    width: 100%;
  }
  .p-top-criteria__context {
    padding-inline: 0;
  }
  .p-top-criteria__body {
    margin-top: 4.347826087vw;
  }
  .p-top-criteria__text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-top-criteria__btn-wrapper {
    margin-top: 7.729468599vw;
  }
  .p-top-products {
    margin-top: 28.9855072464vw;
    padding-bottom: 28.9855072464vw;
  }
  .p-top-products::before {
    width: 100vw;
    height: 97%;
  }
  .p-top-products__inner {
    padding-inline: 0;
  }
  .p-top-products__head {
    padding-inline: 7.2463768116vw;
  }
  .p-top-products__body {
    margin-top: 7.729468599vw;
  }
  .p-top-products__list {
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 0;
    gap: 5.7971014493vw;
    max-width: none;
  }
  .p-top-products__swiper {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .p-top-products__button-prev,
  .p-top-products__button-next {
    width: 9.1787439614vw;
    height: 9.1787439614vw;
    border-radius: 9.0884057971vw;
    border: 0.3429951691vw solid #fff;
  }
  .p-top-products__button-prev::after {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
  }
  .p-top-products__button-next::after {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
  }
  .p-top-products__link {
    font-size: 3.3816425121vw;
    letter-spacing: -0.0775362319vw;
  }
  .p-top-products__link::after {
    height: 0.2415458937vw;
    bottom: -0.9661835749vw;
  }
  .p-top-products__nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7.729468599vw;
    gap: 5.7971014493vw;
  }
  .p-top-products__item-container {
    border-radius: 1.9323671498vw;
  }
  .p-top-products__item-container::before {
    border-radius: 1.9323671498vw;
  }
  .p-top-products__item-img {
    height: 78.9855072464vw;
  }
  .p-top-products__item-img.p-top-products__item-img--hm img {
    width: 43.4782608696vw;
  }
  .p-top-products__item-img.p-top-products__item-img--dxu img {
    width: 28.9855072464vw;
  }
  .p-top-products__item-img.p-top-products__item-img--mc img {
    width: 43.4782608696vw;
  }
  .p-top-products__item-img.p-top-products__item-img--mcu img {
    width: 28.9855072464vw;
  }
  .p-top-products__item-title {
    font-size: 5.7971014493vw;
    letter-spacing: 0.21352657vw;
  }
  .p-top-products__item-text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-top-products__btn-wrapper {
    display: none;
  }
  .p-top-custom {
    padding-bottom: 28.9855072464vw;
    padding-top: 28.9855072464vw;
  }
  .p-top-custom__inner {
    flex-direction: column;
    gap: 7.729468599vw;
    padding-right: 0;
  }
  .p-top-custom__wrapper {
    padding-inline: 7.2463768116vw;
    margin-inline: auto;
  }
  .p-top-custom__body {
    margin-top: 4.347826087vw;
  }
  .p-top-custom__text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-top-custom__swiper {
    width: 100vw;
  }
  .p-top-custom__button-prev,
  .p-top-custom__button-next {
    width: 9.1787439614vw;
    height: 9.1787439614vw;
    border-radius: 9.0884057971vw;
    border: 0.3429951691vw solid #fff;
  }
  .p-top-custom__button-prev {
    top: 111.1111111111vw;
    left: calc(50% - 24.154589372vw);
    translate: -50%;
  }
  .p-top-custom__button-next {
    top: 111.1111111111vw;
    left: calc(50% + 24.154589372vw);
    translate: -50%;
  }
  .p-top-custom__link {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
    top: 112.8019323671vw;
    left: 50%;
    translate: -50%;
  }
  .p-top-custom__card-img {
    height: 94.2028985507vw;
    border-radius: 1.9323671498vw;
  }
  .p-top-custom__card-img::before {
    border-radius: 1.9323671498vw;
  }
  .p-top-custom__card-title {
    margin-top: 1.9323671498vw;
    font-size: 4.347826087vw;
    letter-spacing: 0.231884058vw;
  }
  .p-top-technology {
    margin-top: 19.3236714976vw;
    padding-top: 14.4927536232vw;
  }
  .p-top-technology::before {
    width: 100vw;
    height: 80%;
  }
  .p-top-technology__inner {
    gap: 9.6618357488vw;
  }
  .p-top-technology__context {
    padding-block: 0;
    padding-left: 7.2463768116vw;
    padding-right: 7.2463768116vw;
  }
  .p-top-technology__body {
    margin-top: 4.1062801932vw;
  }
  .p-top-technology__text {
    margin-top: 4.347826087vw;
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-top-technology__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5.7971014493vw;
    gap: 1.9323671498vw 3.8647342995vw;
  }
  .p-top-technology__item::before {
    width: 3.3816425121vw;
    height: 3.3816425121vw;
    top: 50%;
  }
  .p-top-technology__item-link {
    padding-left: 4.8309178744vw;
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-top-technology__item-link::after {
    left: 7.729468599vw;
    width: calc(100% - 9.6618357488vw);
    height: 0.2415458937vw;
  }
  .p-top-technology__btn-wrapper {
    margin-inline: auto;
    margin-top: 7.729468599vw;
  }
  .p-top-technology__img {
    margin-top: 7.729468599vw;
    text-align: center;
  }
  .p-top-technology__img img {
    width: 80%;
  }
  .p-top-case-study {
    padding-block: 14.4927536232vw;
  }
  .p-top-case-study__inner {
    padding-inline: 7.2463768116vw;
  }
  .p-top-case-study__body {
    padding-top: 14.4927536232vw;
  }
  .p-top-case-study__swiper-slide {
    padding-top: 4.8309178744vw;
  }
  .p-top-case-study__card-num {
    top: -9.6618357488vw;
    right: 9.6618357488vw;
    font-size: 13.0434782609vw;
    letter-spacing: 0.9048309179vw;
  }
  .p-top-case-study__card-link {
    gap: 1.9323671498vw;
    border-radius: 1.9323671498vw;
    padding-bottom: 1.9323671498vw;
  }
  .p-top-case-study__card-img {
    border-radius: 1.9323671498vw 1.9323671498vw 0 0;
  }
  .p-top-case-study__card-img img {
    border-radius: 1.9323671498vw 1.9323671498vw 0 0;
  }
  .p-top-case-study__card-name {
    margin-inline: 1.9323671498vw;
    padding-bottom: 0.4830917874vw;
    padding-inline: 1.9323671498vw;
    border-radius: 1.9323671498vw;
    font-size: 3.3816425121vw;
  }
  .p-top-case-study__card-title {
    font-size: 3.3816425121vw;
    padding-inline: 1.9323671498vw;
  }
  .p-top-case-study__btn-wrapper {
    margin-top: 20.2898550725vw;
  }
  .p-top-quality {
    margin-block: 15.4589371981vw;
  }
  .p-top-quality__inner {
    padding-inline: 7.2463768116vw;
  }
  .p-top-quality__list {
    margin-top: 15.4589371981vw;
    flex-direction: column;
    padding-inline: 0;
    gap: 5.7971014493vw;
  }
  .p-top-quality__item {
    width: 100%;
    padding-block: 62.8019323671vw 3.8647342995vw;
    padding-inline: 3.8647342995vw;
  }
  .p-top-quality__item.p-top-quality__item--hygrometer {
    margin-top: 0;
  }
  .p-top-quality__item.p-top-quality__item--hygrometer::before {
    top: 9.6618357488vw;
    width: 57.9710144928vw;
  }
  .p-top-quality__item-head {
    gap: 0.9661835749vw;
  }
  .p-top-quality__item-title {
    font-size: 4.8309178744vw;
  }
  .p-top-quality__item-subtitle {
    font-size: 4.347826087vw;
  }
  .p-top-quality__text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
    margin-top: 2.8985507246vw;
  }
  .p-top-quality__btn-wrapper {
    margin-top: 11.5942028986vw;
  }
  .p-top-quality__btn {
    width: 57.9710144928vw;
    padding-block: 3.8647342995vw;
  }
  .p-page-about-lead__inner {
    flex-direction: column;
    gap: 5.7971014493vw;
  }
  .p-page-about-lead__context .p-page-about-lead__text:first-of-type {
    margin-top: 3.8647342995vw;
  }
  .p-page-about-lead__title {
    position: static;
    font-size: 4.8309178744vw;
    margin-inline: calc(50% - 50vw);
    text-align: center;
    padding-left: 0px;
  }
  .p-page-about-lead__text {
    max-width: 100%;
  }
  .p-page-about-lead__img {
    margin-top: 0;
  }
  .p-page-about-lead__img img {
    width: 100%;
  }
  .p-page-about__head {
    gap: 0.9661835749vw;
  }
  .p-page-about__title {
    padding-left: 1em;
  }
  .p-page-about__subtitle {
    font-size: 4.8309178744vw;
    letter-spacing: 0.4830917874vw;
  }
  .p-page-about__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.8309178744vw;
  }
  .p-page-about__item {
    box-shadow: 0px 0px 2.8985507246vw 0px rgba(0, 0, 0, 0.05);
  }
  .p-page-about__item-link {
    padding: 3.8647342995vw 2.8985507246vw;
    gap: 2.8985507246vw;
  }
  .p-page-about__item-title {
    font-size: 4.347826087vw;
    letter-spacing: 0.077294686vw;
    padding-left: 4.347826087vw;
  }
  .p-page-about__item-btn-wrapper {
    margin-right: 2.8985507246vw;
  }
  .p-page-about__item-btn {
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
  .p-page-about__item-btn::after {
    width: 4.8309178744vw;
    height: 4.8309178744vw;
  }
  .p-about-detail__body {
    margin-top: 7.729468599vw;
    padding-left: 0;
    padding-right: 0;
  }
  .p-about-detail__list {
    gap: 19.3236714976vw;
  }
  .p-about-detail__item-title {
    margin-bottom: 7.729468599vw;
  }
  .p-about-detail__item-wrapper {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .p-about-detail__item-img {
    width: 48.309178744vw;
  }
  .p-about-detail__item-textWrap {
    margin-top: 1.9323671498vw;
    padding-left: 0;
    gap: 2.8985507246vw;
  }
  .p-function-top {
    padding-bottom: 5.7971014493vw;
  }
  .p-function-top::before {
    width: 120vw;
    height: 70vw;
    top: 85%;
    left: calc(50% + 7.0048309179vw);
    translate: -50%;
    border-radius: 0;
  }
  .p-function-top__container {
    gap: 5.7971014493vw;
  }
  .p-function-top__img {
    margin-top: 0;
  }
  .p-function-top__img img {
    width: 100%;
  }
  .p-function-top__contexts {
    gap: 15.4589371981vw;
  }
  .p-function-top__text {
    margin-top: 3.8647342995vw;
  }
  .p-function-top__list {
    margin-top: 15.4589371981vw;
    gap: 7.729468599vw;
  }
  .p-function-top__item {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .p-function-top__item-img {
    width: 29.2270531401vw;
  }
  .p-function-top__item-title {
    text-align: center;
    font-size: 5.3140096618vw;
  }
  .p-function-top__item-text {
    margin-top: 2.8985507246vw;
  }
  .p-function-top__item-ast {
    margin-top: 0.9661835749vw;
    position: static;
    translate: 0;
  }
  .p-function-top__item-ast-text {
    font-size: 2.8985507246vw;
  }
  .p-function-top__contextList {
    margin-top: 4.347826087vw;
    gap: 1.9323671498vw;
  }
  .p-function-top__contextItem {
    font-size: 3.8647342995vw;
    letter-spacing: 0.0966183575vw;
  }
  .p-func-concept {
    padding-block: 24.154589372vw;
  }
  .p-func-concept__head-title {
    padding-left: 1em;
  }
  .p-func-concept__body {
    margin-top: 7.729468599vw;
    padding-left: 0;
    padding-right: 0;
  }
  .p-func-concept__list {
    gap: 11.5942028986vw;
  }
  .p-func-concept__item-text {
    margin-top: 7.729468599vw;
  }
  .p-func-qf__head-title {
    padding-left: 1em;
  }
  .p-func-qf__body {
    margin-top: 7.729468599vw;
    padding-left: 0;
    padding-right: 0;
  }
  .p-func-qf__list {
    gap: 15.4589371981vw;
  }
  .p-func-qf__item-wrapper {
    gap: 5.7971014493vw;
  }
  .p-func-qf__item-context {
    gap: 5.7971014493vw;
  }
  .p-func-qf__item-container {
    flex-direction: column;
    gap: 2.8985507246vw;
  }
  .p-func-qf__item-img {
    width: 60.38647343vw;
  }
  .p-func-qf__list2 {
    margin-top: 7.729468599vw;
    gap: 2.8985507246vw;
  }
  .p-about-detail__item-lead {
    font-size: 4.347826087vw;
    letter-spacing: 0.077294686vw;
  }
  .p-hm__item-head {
    margin-bottom: 7.729468599vw;
    gap: 2.8985507246vw;
  }
  .p-hm__item-subtitle {
    font-size: 3.3816425121vw;
  }
  .p-hm__item-graph-title {
    font-size: 3.8647342995vw;
    padding-block: 1.9323671498vw;
    letter-spacing: 0.115942029vw;
    border-radius: 1.9323671498vw;
    padding-inline: 6.5217391304vw;
  }
  .p-hm__item-img--graph {
    margin-top: 3.8647342995vw;
  }
  .p-hm__item-img--graph img {
    width: 100%;
  }
  .p-hm__item-img--web-logger {
    padding-top: 9.6618357488vw;
  }
  .p-hm__item-img--web-logger img {
    width: 100%;
  }
  .p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1) {
    top: -1.690821256vw;
    left: 0;
  }
  .p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1)::before {
    width: 9.6618357488vw;
    top: 9.1787439614vw;
    left: 36.231884058vw;
  }
  .p-hm__item-img--web-logger .p-hm__item-img-text:nth-of-type(1)::after {
    width: 19.3236714976vw;
    height: 19.3236714976vw;
    top: 10.1449275362vw;
    left: 41.0628019324vw;
  }
  .p-hm__item-img-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-control__item-table .p-technology-detail__table-row div:nth-of-type(1) {
    width: 24.154589372vw;
    height: 15.2173913043vw;
    display: grid;
    place-content: center;
  }
  .p-control__item-table .p-technology-detail__table-row div:nth-of-type(2) {
    width: 100%;
  }
  .p-control__table-head {
    padding-block: 1.4492753623vw;
    border-radius: 2.4154589372vw;
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-control__table-head span {
    font-size: 2.4154589372vw;
  }
  .p-control__item-graph {
    padding-right: 0;
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(1) {
    right: 2%;
  }
  .p-control__item-graph.p-control__item-graph--1 .p-control__item-graphArea:nth-of-type(2) {
    right: 2%;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(1) {
    right: 2%;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(2) {
    right: 2%;
  }
  .p-control__item-graph.p-control__item-graph--2 .p-control__item-graphArea:nth-of-type(3) {
    right: 2%;
  }
  .p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(1) {
    right: 2%;
  }
  .p-control__item-graph.p-control__item-graph--3 .p-control__item-graphArea:nth-of-type(2) {
    right: 2%;
  }
  .p-control__item-graphArea {
    font-size: 2.6570048309vw;
    width: 24.154589372vw;
    border-radius: 0.9661835749vw;
    padding-block: 0.9661835749vw;
  }
  .p-about-detail__item-graphList {
    gap: 5.7971014493vw;
  }
  .p-about-detail__item-graphItem {
    gap: 2.8985507246vw;
  }
  .p-about-detail__item-graphItem > .p-about-detail__item-graphContext,
  .p-about-detail__item-graphItem > .c-counter-list {
    padding-left: 0.5em;
  }
  .p-about-detail__item-graphHead {
    padding-block: 1.4492753623vw;
    border-radius: 2.4154589372vw;
    font-size: 4.347826087vw;
    letter-spacing: 0.077294686vw;
    width: 28.9855072464vw;
  }
  .p-about-detail__item-graphContext {
    width: 100%;
    gap: 2.8985507246vw;
  }
  .p-about-detail__item-graphContext.p-about-detail__item-graphContext--small {
    width: 100%;
  }
  .p-about-detail__item-graphText {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-about-detail__item-graphBody {
    padding-left: 0.5em;
  }
  .p-about-detail__item-graphBody.p-about-detail__item-graphBody--row {
    flex-direction: column;
    align-items: start;
    gap: 2.8985507246vw;
  }
  .p-about-detail__item-graphBody.p-about-detail__item-graphBody--column {
    gap: 2.8985507246vw;
  }
  .p-about-detail__item-graphImg {
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-about-detail__item-graphImg img {
    width: 25.6038647343vw;
  }
  .p-about-detail__item-graphImg.p-about-detail__item-graphImg--prevent-mc {
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-about-detail__item-graphImg.p-about-detail__item-graphImg--prevent-mc.p-about-detail__item-graphImg--prevent-mc1 img {
    width: 25.6038647343vw;
  }
  .p-about-detail__item-graphImg.p-about-detail__item-graphImg--prevent-mc.p-about-detail__item-graphImg--prevent-mc2 img {
    width: 12.8019323671vw;
  }
  .p-prevention__list {
    margin-top: 7.729468599vw;
  }
  .p-prevention__list-name {
    margin-bottom: 2.8985507246vw;
    font-size: 5.7971014493vw;
    letter-spacing: 0vw;
  }
  .p-prevention__dry-box,
  .p-prevent-led_feeder-box {
    margin-top: 15.4589371981vw;
  }
  .p-prevent-mc__item-container {
    margin-top: 9.6618357488vw;
    gap: 7.729468599vw;
  }
  .p-prevent-mc__wrapper {
    margin-top: 7.729468599vw;
    padding-inline: 0;
    flex-direction: column;
    gap: 5.7971014493vw;
  }
  .p-prevent-mc__normal {
    flex-basis: auto;
  }
  .p-prevent-mc__list-wrapper {
    flex-basis: auto;
  }
  .p-prevent-mc__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3.8647342995vw;
  }
  .p-prevent-mc__list .p-prevent-mc__item:not(:last-child) {
    position: relative;
  }
  .p-prevent-mc__list .p-prevent-mc__item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -2.8985507246vw;
    left: 0;
    width: 100%;
    height: 0.2415458937vw;
    opacity: 0.5;
    background-color: #000E40;
  }
  .p-prevent-mc__list-title {
    font-size: 3.8647342995vw;
    padding-block: 1.9323671498vw;
    border-radius: 2.4154589372vw;
    letter-spacing: 0.077294686vw;
    margin-bottom: 5.7971014493vw;
  }
  .p-prevent-mc__normal-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.8647342995vw;
  }
  .p-prevent-mc__item {
    flex-direction: row;
    align-items: center;
    gap: 3.8647342995vw;
  }
  .p-prevent-mc__item-text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
    padding: 2.8985507246vw 0;
  }
  .p-prevent-mc__item-text.p-prevent-mc__item-text--height {
    height: auto;
  }
  .p-prevent-mc__item-text.p-prevent-mc__item-text--height-led {
    height: 28.9855072464vw;
  }
  .p-prevent-mc__item-img {
    flex-basis: 40%;
  }
  .p-prevent-mc__item-img img {
    width: 100%;
  }
  .p-prevent-mc__item-img.p-prevent-mc__item-img--led img {
    width: 100%;
  }
  .p-prevent-led__item-contexts {
    margin-top: 9.6618357488vw;
    gap: 7.729468599vw;
  }
  .p-package__item {
    flex-direction: column;
    align-items: center;
    gap: 3.8647342995vw;
    padding-block: 3.8647342995vw;
    border-top: 0.2415458937vw solid #7D7D7D;
  }
  .p-package__item:last-of-type {
    border-bottom: 0.2415458937vw solid #7D7D7D;
  }
  .p-package__item.p-package__item--accent::before {
    height: calc(100% - 3.8647342995vw);
  }
  .p-package__item-head {
    gap: 4.8309178744vw;
  }
  .p-package__item-mark.p-package__item-mark--circle {
    width: 9.9033816425vw;
    height: 9.9033816425vw;
  }
  .p-package__item-mark.p-package__item-mark--triangle {
    width: 12.5603864734vw;
    height: 11.1111111111vw;
  }
  .p-package__item-title {
    font-size: 4.347826087vw;
    letter-spacing: 0.115942029vw;
  }
  .p-package__list2 {
    gap: 1.9323671498vw;
  }
  .p-package__item2 {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-package__img {
    margin-top: 7.729468599vw;
  }
  .p-drybox__table-wrapper {
    overflow-x: scroll;
    margin-inline: calc(50% - 50vw);
    padding-inline: 7.729468599vw;
  }
  .p-drybox__table {
    width: 173.9130434783vw;
    margin-bottom: 7.729468599vw;
    margin-inline: auto;
  }
  .p-drybox__table-head {
    font-size: 3.8647342995vw;
    padding-block: 2.8985507246vw;
    border-radius: 2.4154589372vw;
    letter-spacing: 0.077294686vw;
  }
  .p-drybox__table-item {
    font-size: 3.3816425121vw;
    padding-block: 1.9323671498vw;
    border-bottom: 0.2415458937vw solid #7D7D7D;
  }
  .p-criteria__table-wrapper {
    margin-top: 7.729468599vw;
    padding-inline: 7.729468599vw;
  }
  .p-criteria__table {
    gap: 2.8985507246vw 1.9323671498vw;
    padding-bottom: 1.9323671498vw;
    width: 309.1787439614vw;
  }
  .p-criteria__table-hl {
    height: 0.2415458937vw;
  }
  .p-criteria__table-hl--1 {
    top: 67.3913043478vw;
  }
  .p-criteria__table-hl--2 {
    top: 221.2560386473vw;
  }
  .p-criteria__table-head {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
    padding-block: 1.9323671498vw;
    border-radius: 2.4154589372vw;
  }
  .p-criteria__table-item img {
    width: 28.9855072464vw;
  }
  .p-criteria__table-item::before {
    left: -0.9661835749vw;
    width: 0.2415458937vw;
  }
  .p-criteria__table-item.p-criteria__table-item--g2-1::after, .p-criteria__table-item.p-criteria__table-item--g2-2::after, .p-criteria__table-item.p-criteria__table-item--g3-1::after, .p-criteria__table-item.p-criteria__table-item--g3-3::after, .p-criteria__table-item.p-criteria__table-item--underline::after {
    bottom: -1.9323671498vw;
    height: 0.2415458937vw;
  }
  .p-criteria__table-item.p-criteria__table-item--g2-4::after, .p-criteria__table-item.p-criteria__table-item--g2-5::after {
    bottom: -1.9323671498vw;
    height: 0.2415458937vw;
  }
  .p-criteria__table-item {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
    padding-block: 0.9661835749vw;
  }
  .p-criteria__table-item figcaption {
    font-size: 4.347826087vw;
    letter-spacing: 0.077294686vw;
  }
  .p-page-benefits__head {
    gap: 0.9661835749vw;
  }
  .p-page-benefits__title {
    font-size: 6.7632850242vw;
    letter-spacing: 0.077294686vw;
  }
  .p-page-benefits__title br {
    display: block;
  }
  .p-page-benefits__subtitle {
    font-size: 4.8309178744vw;
    letter-spacing: 0.4830917874vw;
  }
  .p-page-benefits__item {
    gap: 3.8647342995vw;
    padding-top: 7.729468599vw;
    padding-bottom: 7.729468599vw;
  }
  .p-page-benefits__item::after {
    height: 0.2415458937vw;
  }
  .p-page-benefits__item-title {
    font-size: 5.3140096618vw;
    letter-spacing: 0.077294686vw;
  }
  .p-page-benefits__item-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-page-benefits__item-text.p-page-benefits__item-text--small {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
    padding-left: 3.8647342995vw;
  }
  .p-page-benefits__item-text.p-page-benefits__item-text--small:nth-of-type(1) {
    margin-top: 3.8647342995vw;
  }
  .p-page-products__inner {
    padding-inline: 7.729468599vw;
  }
  .p-page-products__head-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.9323671498vw;
    gap: 2.8985507246vw 4.8309178744vw;
  }
  .p-page-products__head-list .p-page-products__head-item:not(:last-child)::after {
    display: none;
  }
  .p-page-products__head-list.p-page-products__head-list--order-made .p-page-products__head-link {
    font-size: 4.8309178744vw;
  }
  .p-page-products__head-list.p-page-products__head-list--order-made .p-page-products__head-item:not(:last-child)::after {
    right: 0;
  }
  .p-page-products__head-list.p-page-products__head-list--order-made .p-page-products__head-item:last-of-type .p-page-products__head-link {
    font-size: 4.347826087vw;
  }
  .p-page-products__head-link {
    font-size: 4.8309178744vw;
    letter-spacing: 0.2898550725vw;
  }
  .p-page-products__body {
    margin-top: 15.4589371981vw;
  }
  .p-page-products__lists {
    gap: 15.4589371981vw;
  }
  .p-page-products__items {
    padding-top: 7.729468599vw;
    margin-top: -7.729468599vw;
  }
  .p-page-products__list {
    display: none;
    margin-top: 11.5942028986vw;
    gap: 7.729468599vw 0;
  }
  .p-page-products__item {
    padding-top: 2.8985507246vw;
  }
  .p-page-products__item-img.p-page-products__item-img--dxu1 img {
    width: 27.5362318841vw;
  }
  .p-page-products__item-img.p-page-products__item-img--mcu2 img {
    width: 29.9516908213vw;
  }
  .p-page-products__item-img.p-page-products__item-img--mcu3 img {
    width: 27.5362318841vw;
  }
  .p-page-products__item-img {
    padding-inline: 0;
    height: 86.9565217391vw;
  }
  .p-page-products__item-text {
    font-size: 4.8309178744vw;
    margin-top: 5.7971014493vw;
    padding-left: 1.9323671498vw;
  }
  .p-page-products__item-text.p-page-products__item-text--long {
    font-size: 4.1062801932vw;
  }
  .p-page-products__item-title {
    font-size: 4.347826087vw;
    padding-left: 1.9323671498vw;
  }
  .p-page-products__btn-wrapper {
    padding-inline: 7.729468599vw;
  }
  .page-products__btn-text-large {
    font-size: 7.729468599vw;
    letter-spacing: 0.4637681159vw;
  }
  .page-products__btn-text-small {
    font-size: 4.8309178744vw;
    letter-spacing: 0.3623188406vw;
  }
  .p-page-products-hm__swiper-container {
    display: block;
    margin-top: 7.729468599vw;
  }
  .p-page-products-dxu__swiper-container {
    display: block;
    margin-top: 7.729468599vw;
  }
  .p-page-products-mcu__swiper-container {
    display: block;
    margin-top: 7.729468599vw;
  }
  .p-page-products-mc__swiper-container {
    display: block;
    margin-top: 7.729468599vw;
  }
  .p-page-products-mb__swiper-container {
    display: block;
    margin-top: 7.729468599vw;
  }
  .p-page-products-fe__swiper-container {
    display: block;
    margin-top: 7.729468599vw;
  }
  .p-page-products__about {
    margin-top: 7.729468599vw;
  }
  .p-page-products__about-context {
    padding-inline: 4.8309178744vw;
  }
  .p-page-products__about-title {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .p-page-products__about-title span:first-of-type {
    padding-inline: 2.8985507246vw;
    padding-block: 1.9323671498vw;
    font-size: 3.3816425121vw;
  }
  .p-page-products__about-title span:last-of-type {
    font-size: 5.7971014493vw;
    line-height: 1.6;
  }
  .p-page-products__about-text {
    margin-top: 5.7971014493vw;
    font-size: 3.8647342995vw;
  }
  .p-page-products__about-list {
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 5.7971014493vw;
    margin-top: 7.729468599vw;
    gap: 5.7971014493vw;
  }
  .p-page-products__about-img img {
    margin-top: -4.8309178744vw;
  }
  .p-page-products__about-caption {
    margin-left: 0.9661835749vw;
    padding-inline: 1.9323671498vw;
    font-size: 3.3816425121vw;
    padding-block: 1.9323671498vw;
    letter-spacing: 0.077294686vw;
    border-radius: 2.4154589372vw;
  }
  .p-product-detail__inner {
    flex-direction: column;
    gap: 4.8309178744vw;
  }
  .p-product-detail__inner:has(.is-sp-show) {
    flex-direction: column;
  }
  .p-product-detail__context-head {
    padding-bottom: 1.9323671498vw;
    border-width: 0.2415458937vw;
  }
  .p-product-detail__logo img {
    width: 28.9855072464vw;
  }
  .p-product-detail__title {
    margin-top: 1.9323671498vw;
  }
  .p-product-detail__title .p-product-detail__title--middle {
    font-size: 4.347826087vw;
    letter-spacing: 0.2898550725vw;
  }
  .p-product-detail__title .p-product-detail__title--semi-large,
  .p-product-detail__title .p-product-detail__title--large {
    margin-top: 2.8985507246vw;
    font-size: 7.729468599vw;
  }
  .p-product-detail__title .p-product-detail__title--small {
    margin-top: 2.8985507246vw;
    font-size: 3.8647342995vw;
  }
  .p-product-detail__context-body {
    margin-top: 2.8985507246vw;
  }
  .p-product-detail__text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.38647343vw;
  }
  .p-product-detail__list {
    margin-top: 2.8985507246vw;
  }
  .p-product-detail__item {
    font-size: 2.8985507246vw;
    padding-left: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
  }
  .p-product-detail__item::before {
    width: 0.9661835749vw;
    height: 0.9661835749vw;
  }
  .p-product-detail__swiper-container {
    display: block;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .p-product-detail__img-wrapper {
    display: none;
  }
  .p-product-detail__img-wrapper.is-sp-show {
    display: block;
    width: 100%;
  }
  .p-product-detail__img-wrapper.is-sp-show .p-product-detail__active-img-list {
    padding-inline: 0;
    margin-inline: auto;
  }
  .p-product-detail__img-wrapper.is-sp-show .p-product-detail__active-img-item {
    width: 100%;
    height: 77.2946859903vw;
  }
  .p-product-detail__img-wrapper.is-sp-show .p-product-detail__active-img-item.is-single {
    height: auto;
    padding-bottom: 11.5942028986vw;
  }
  .p-product-detail__img-wrapper.is-sp-show .p-product-detail__active-img-item.is-active {
    padding-inline: 4.8309178744vw;
  }
  .p-product-detail__active-img-list:has(.p-product-detail__active-img-item.is-single) {
    width: 80%;
  }
  .p-product-detail__active-img-item {
    width: 57.9710144928vw;
  }
  .p-product-detail__active-img-item.is-active {
    padding-top: 4.8309178744vw;
    padding-inline: 4.8309178744vw;
    height: 84.5410628019vw;
  }
  .p-product-detail__active-img-title {
    bottom: 1.9323671498vw;
    left: 4.347826087vw;
    font-size: 3.8647342995vw;
    letter-spacing: 0.038647343vw;
  }
  .p-product-detail__img-list {
    gap: 0.9661835749vw;
  }
  .p-product-detail__img-item {
    border-width: 0.2415458937vw;
  }
  .p-product-detail__img {
    width: 13.5265700483vw;
  }
  .p-product-detail-features {
    padding-block: 15.4589371981vw;
  }
  .p-product-detail-features__inner {
    padding-inline: 7.729468599vw;
  }
  .p-product-detail-features__head {
    padding-left: 0.9661835749vw;
  }
  .p-product-detail-features__body {
    margin-top: 5.7971014493vw;
  }
  .p-product-detail-features__list-wrapper:has(.p-product-detail-features__item-other--hm), .p-product-detail-features__list-wrapper:has(.p-product-detail-features__item-other--dxu), .p-product-detail-features__list-wrapper:has(.p-product-detail-features__item-other--mcu), .p-product-detail-features__list-wrapper:has(.p-product-detail-features__item-other--mc) {
    padding-bottom: 24.154589372vw;
  }
  .p-product-detail-features__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .p-product-detail-features__item {
    padding-left: 2.8985507246vw;
    font-size: 3.8647342995vw;
    letter-spacing: 0.0966183575vw;
  }
  .p-product-detail-features__item::before {
    height: 1.9323671498vw;
    top: 3.3816425121vw;
  }
  .p-product-detail-features__item.p-product-detail-features__item--hm1 {
    grid-area: auto;
  }
  .p-product-detail-features__item.p-product-detail-features__item--hm2 {
    grid-area: auto;
  }
  .p-product-detail-features__item.p-product-detail-features__item--hm3 {
    grid-area: auto;
  }
  .p-product-detail-features__item.p-product-detail-features__item--hm4 {
    grid-area: auto;
  }
  .p-product-detail-features__item.p-product-detail-features__item--hm5 {
    grid-area: auto;
  }
  .p-product-detail-features__item.p-product-detail-features__item--hm6 {
    grid-area: auto;
  }
  .p-product-detail-features__item.p-product-detail-features__item--hm7 {
    grid-area: auto;
  }
  .p-product-detail-features__item-other {
    margin-top: 11.5942028986vw;
    padding-block: 4.8309178744vw;
    padding-inline: 7.729468599vw;
    border-radius: 2.4154589372vw;
    border-width: 0.2415458937vw;
  }
  .p-product-detail-features__item-other.p-product-detail-features__item-other--hm, .p-product-detail-features__item-other.p-product-detail-features__item-other--dxu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mcu, .p-product-detail-features__item-other.p-product-detail-features__item-other--mc {
    left: 0;
    translate: 0;
    bottom: -24.154589372vw;
    width: 100%;
  }
  .p-product-detail-features__item-other-title {
    top: -6.2801932367vw;
    padding-inline: 3.8647342995vw;
    left: 2.8985507246vw;
    font-size: 4.347826087vw;
    letter-spacing: 0.0966183575vw;
  }
  .p-product-detail-features__item-other-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-product-detail-features__body-upper {
    margin-top: 19.3236714976vw;
  }
  .p-product-detail-features__body-title.p-product-detail-features__body-title--mcu, .p-product-detail-features__body-title.p-product-detail-features__body-title--mc {
    font-size: 4.8309178744vw;
  }
  .p-product-detail-features__body-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.115942029vw;
    margin-top: 5.7971014493vw;
  }
  .p-product-detail-features__wrapper1 {
    margin-top: 5.7971014493vw;
    padding-inline: 7.729468599vw;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 7.729468599vw;
  }
  .p-product-detail-features__container-title {
    font-size: 3.8647342995vw;
    letter-spacing: 0.193236715vw;
    padding-block: 1.9323671498vw;
    border-radius: 1.9323671498vw;
  }
  .p-product-detail-features__container-title span {
    font-size: 3.3816425121vw;
    letter-spacing: 0.0966183575vw;
  }
  .p-product-detail-features__container-img {
    margin-top: 2.8985507246vw;
  }
  .p-product-detail-features__container-img img {
    width: 100%;
  }
  .p-product-detail-features__body-bottom {
    margin-top: 19.3236714976vw;
  }
  .p-product-detail-features__wrapper2.p-product-detail-features__wrapper2--reverse {
    flex-direction: column-reverse;
    gap: 2.8985507246vw;
  }
  .p-product-detail-features__wrapper2 {
    margin-top: 5.7971014493vw;
    flex-direction: column-reverse;
    gap: 5.7971014493vw;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__graph {
    flex-basis: 100%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__table {
    flex-basis: 60%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__img {
    flex-basis: 40%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__img.p-product-detail-features__img--hm {
    flex-basis: 45%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__img.p-product-detail-features__img--mcu {
    flex-basis: 45%;
  }
  .p-product-detail-features__wrapper2 .p-product-detail-features__img.p-product-detail-features__img--mc {
    flex-basis: 40%;
  }
  .p-product-detail-features__graph {
    margin-top: 0;
    width: 95vw;
  }
  .p-product-detail-features__graph img {
    width: 100%;
  }
  .p-product-detail-features__graph.p-product-detail-features__graph--nmt img {
    width: 100%;
  }
  .p-product-detail-features__box {
    gap: 2.8985507246vw;
  }
  .p-product-detail-features__table {
    margin-top: 5.7971014493vw;
    width: 48.309178744vw;
  }
  .p-product-detail-features__table-title {
    font-size: 3.8647342995vw;
    padding-block: 1.9323671498vw;
    letter-spacing: 0.115942029vw;
    border-radius: 1.9323671498vw;
    padding-inline: 6.5217391304vw;
  }
  .p-product-detail-features__table-list {
    margin-top: 1.9323671498vw;
  }
  .p-product-detail-features__table-item {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
    padding-inline: 1.9323671498vw;
    border-width: 0.2415458937vw;
    flex-direction: column;
    align-items: start;
    padding-block: 0.4830917874vw;
    gap: 0;
  }
  .p-product-detail-features__table-item span {
    width: 100%;
    display: block;
  }
  .p-product-detail-features__table-item span:last-of-type {
    text-align: right;
  }
  .p-product-detail-features__img {
    flex-shrink: 0;
    text-align: center;
  }
  .p-product-detail-features__img img {
    width: 36.231884058vw;
  }
  .p-product-detail-features__img.p-product-detail-features__img--mcu img {
    width: 160px;
  }
  .p-product-detail-specifications__inner {
    padding-inline: 7.729468599vw;
  }
  .p-product-detail-specifications__table .p-product-detail-specifications__table-row:last-of-type .p-product-detail-specifications__item-body {
    border-width: 0.2415458937vw;
  }
  .p-product-detail-specifications__table .p-product-detail-specifications__table-row:nth-of-type(2) {
    margin-top: 11.5942028986vw;
  }
  .p-product-detail-specifications__table.p-product-detail-specifications__table--hm .p-product-detail-specifications__item-body, .p-product-detail-specifications__table.p-product-detail-specifications__table--dxu .p-product-detail-specifications__item-body {
    width: 227.0531400966vw;
  }
  .p-product-detail-specifications__table.p-product-detail-specifications__table--col5 .p-product-detail-specifications__item-body, .p-product-detail-specifications__table.p-product-detail-specifications__table--mcu .p-product-detail-specifications__item-body {
    width: 292.5120772947vw;
  }
  .p-product-detail-specifications__table.p-product-detail-specifications__table--mc .p-product-detail-specifications__item-body, .p-product-detail-specifications__table.p-product-detail-specifications__table--col3 .p-product-detail-specifications__item-body {
    width: 173.1884057971vw;
  }
  .p-product-detail-specifications__table.p-product-detail-specifications__table--col2 .p-product-detail-specifications__item-body {
    width: 124.3961352657vw;
  }
  .p-product-detail-specifications__table.p-product-detail-specifications__table--dxu-single .p-product-detail-specifications__item-body {
    width: 124.3961352657vw;
  }
  .p-product-detail-specifications__table {
    margin-bottom: 5.7971014493vw;
  }
  .p-product-detail-specifications__table-row.p-product-detail-specifications__table-row--hm::before {
    font-size: 3.3816425121vw;
    bottom: 13.5265700483vw;
    right: 4.5893719807vw;
    letter-spacing: 0.077294686vw;
  }
  .p-product-detail-specifications__table-row.p-product-detail-specifications__table-row--hm::after {
    width: 111.3526570048vw;
    height: 10.6280193237vw;
    bottom: 11.3526570048vw;
    border-width: 0.2415458937vw;
    border-radius: 2.4154589372vw;
  }
  .p-product-detail-specifications__table-row {
    gap: 3.8647342995vw;
    height: 19.3236714976vw;
  }
  .p-product-detail-specifications__item-head {
    width: 31.4009661836vw;
    padding-left: 2.8985507246vw;
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
    left: -1.2077294686vw;
  }
  .p-product-detail-specifications__item-head.p-product-detail-specifications__item-head--none {
    height: 94.9275362319vw;
  }
  .p-product-detail-specifications__item-head::before {
    width: calc(100% - 3.8647342995vw);
    height: 0.2415458937vw;
  }
  .p-product-detail-specifications__item-head::after {
    width: calc(100% - 3.8647342995vw);
    height: 0.2415458937vw;
  }
  .p-product-detail-specifications__item-body {
    width: 90.8212560386vw;
    font-size: 3.6231884058vw;
    border-width: 0.2415458937vw;
    letter-spacing: 0.077294686vw;
  }
  .p-product-detail-specifications__item-body.p-product-detail-specifications__item-body--flex {
    gap: 3.8647342995vw;
  }
  .p-product-detail-specifications__item-body.p-product-detail-specifications__item-body--flex .p-product-detail-specifications__item-text {
    width: 53.8647342995vw;
  }
  .p-product-detail-specifications__card {
    width: 53.8647342995vw;
  }
  .p-product-detail-specifications__card-img {
    border-radius: 2.4154589372vw;
    border-width: 0.2415458937vw;
    padding-inline: 4.8309178744vw;
    padding-top: 4.347826087vw;
    padding-inline: 9.6618357488vw;
    padding-bottom: 11.5942028986vw;
    height: 57.9710144928vw;
  }
  .p-product-detail-specifications__card-title {
    font-size: 3.8647342995vw;
    letter-spacing: 0.115942029vw;
    bottom: 0.4830917874vw;
    left: 2.4154589372vw;
  }
  .p-product-detail-specifications__card-title span {
    font-size: 2.4154589372vw;
  }
  .p-product-detail-specifications__card-prices {
    margin-top: 1.9323671498vw;
    gap: 1.9323671498vw;
  }
  .p-product-detail-specifications__card-price {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-product-detail-specifications__card-price span {
    display: inline-block;
    padding-left: 2.8985507246vw;
    margin-top: 1.9323671498vw;
    font-size: 4.8309178744vw;
  }
  .p-product-detail-specifications__card-price.p-product-detail-specifications__card-price--p0 span {
    padding-left: 0;
  }
  .p-product-detail-specifications__item-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-product-detail-case {
    padding-block: 15.4589371981vw;
  }
  .p-product-detail-case__inner {
    padding-inline: 7.729468599vw;
  }
  .p-product-detail-case__body {
    margin-top: 11.5942028986vw;
  }
  .p-product-detail-case__list {
    display: none;
  }
  .p-product-detail-case__item-text {
    font-size: 3.3816425121vw;
  }
  .p-product-detail-case__swiper-container {
    display: block;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .p-product-detail-features__context-text {
    font-size: 3.3816425121vw;
  }
  .p-option__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15.4589371981vw;
  }
  .p-option__item.p-option__item--1 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--2 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--3 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--4 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--5 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--6 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--7 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--8 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--9 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--10 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--11 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--12 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--13 {
    grid-area: auto;
  }
  .p-option__item.p-option__item--2 .p-option__item2, .p-option__item.p-option__item--3 .p-option__item2 {
    white-space: normal;
  }
  .p-option__item.p-option__item--5, .p-option__item.p-option__item--6, .p-option__item.p-option__item--7, .p-option__item.p-option__item--8, .p-option__item.p-option__item--9, .p-option__item.p-option__item--10, .p-option__item.p-option__item--11, .p-option__item.p-option__item--12, .p-option__item.p-option__item--13 {
    width: 100%;
  }
  .p-option__table-title {
    font-size: 3.8647342995vw;
    padding-block: 1.9323671498vw;
    letter-spacing: 0.115942029vw;
    border-radius: 1.9323671498vw;
    padding-inline: 6.5217391304vw;
  }
  .p-option__table-list {
    margin-top: 1.9323671498vw;
  }
  .p-option__item2 {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-option__item-wrapper1 .p-option_wrapper-top {
    flex-direction: column;
  }
  .p-option__item-graph-title {
    font-size: 3.8647342995vw;
    padding-block: 1.9323671498vw;
    letter-spacing: 0.115942029vw;
    border-radius: 1.9323671498vw;
    padding-inline: 6.5217391304vw;
  }
  .p-option__item-img-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-option__item-img--hygrometer img {
    width: 43.4782608696vw;
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(1) {
    top: -5.0724637681vw;
    left: 19.3236714976vw;
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(1)::before {
    top: 8.2125603865vw;
    left: 12.5603864734vw;
    width: 15.7004830918vw;
    height: 0.7246376812vw;
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(1)::after {
    top: 5.7971014493vw;
    left: 25.845410628vw;
    width: 19.3236714976vw;
    height: 19.3236714976vw;
    border-width: 0.7246376812vw;
  }
  .p-option__item-img--alarm img {
    width: 72.4637681159vw;
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(2) {
    top: 3.6231884058vw;
    left: 3.6231884058vw;
    line-height: 1.2;
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(2)::before {
    top: 14.4927536232vw;
    left: 27.7777777778vw;
    width: 22.9468599034vw;
    height: 0.7246376812vw;
  }
  .p-option__item-img--alarm .p-option__item-img-text:nth-of-type(2)::after {
    top: 15.7004830918vw;
    left: 48.309178744vw;
    width: 13.5265700483vw;
    height: 13.5265700483vw;
    border-width: 0.7246376812vw;
  }
  .p-option__item-img--web-logger .p-option__item-img-text:nth-of-type(1)::before {
    width: 40px;
    top: 38px;
    left: 150px;
  }
  .p-option__item-img--web-logger .p-option__item-img-text:nth-of-type(1)::after {
    width: 80px;
    height: 80px;
    top: 42px;
    left: 170px;
  }
  .p-option__item-img--steel img {
    width: 100%;
  }
  .p-option__item-img--stainless img {
    width: 100%;
  }
  .p-page-support__title {
    font-size: 3.8647342995vw;
  }
  .p-page-support__body {
    margin-top: 5.7971014493vw;
  }
  .p-page-support__list {
    display: flex;
    flex-direction: column;
    gap: 3.8647342995vw;
  }
  .p-page-support__list .p-page-support__item:last-of-type .p-page-support__item-title {
    border-bottom: 0.2415458937vw solid #000E40;
  }
  .p-page-support__list .p-page-support__item:last-of-type .p-page-support__item-context {
    border-bottom: none;
  }
  .p-page-support__item {
    flex-direction: column;
    gap: 0;
  }
  .p-page-support__item.p-page-support__item--titles {
    display: none;
  }
  .p-page-support__item-listTile {
    margin-inline: 4.8309178744vw;
    padding-block: 1.9323671498vw;
    border-radius: 1.9323671498vw;
    font-size: 2.8985507246vw;
    letter-spacing: -0.0775362319vw;
  }
  .p-page-support__item-title {
    width: 100%;
    border-top: none;
    padding-inline: 4.8309178744vw;
    padding-block: 4.347826087vw;
    border-bottom: 0.2415458937vw solid #7d7d7d;
    padding-block: 2.8985507246vw;
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
  }
  .p-page-support__list2 {
    border: none;
    padding-inline: 4.8309178744vw;
    padding-block: 4.347826087vw;
    border-top: none;
  }
  .p-page-support__item2 {
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
  }
  .p-page-support__item-context {
    padding-inline: 4.8309178744vw;
    padding-block: 4.347826087vw;
    border-top: none;
  }
  .p-page-support__item-text {
    border: none;
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
  }
  .p-page-support__text {
    margin-top: 5.7971014493vw;
  }
  .p-page-support-howto {
    margin-top: 15.4589371981vw;
    margin-bottom: 28.9855072464vw;
  }
  .p-page-support-howto__body {
    margin-top: 7.729468599vw;
  }
  .p-page-support-howto__img-wrapper {
    margin-top: 11.5942028986vw;
    flex-direction: column;
    align-items: center;
    gap: 17.3913043478vw;
  }
  .p-page-support-howto__img::before {
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
  }
  .p-page-support-howto__img::after {
    width: 0.4830917874vw;
    height: 10.6280193237vw;
  }
  .p-page-support-howto__img.p-page-support-howto__img--1::before {
    top: -3.6231884058vw;
    right: -4.8309178744vw;
  }
  .p-page-support-howto__img.p-page-support-howto__img--1::after {
    top: 1.2077294686vw;
    right: 8.9371980676vw;
  }
  .p-page-support-howto__img.p-page-support-howto__img--2::before {
    top: -2.8985507246vw;
    right: 2.4154589372vw;
  }
  .p-page-support-howto__img.p-page-support-howto__img--2::after {
    top: 2.4154589372vw;
    right: 17.3913043478vw;
  }
  .p-page-support-howto__img.p-page-support-howto__img--3::before {
    top: -2.8985507246vw;
    right: -2.4154589372vw;
  }
  .p-page-support-howto__img.p-page-support-howto__img--3::after {
    top: 2.4154589372vw;
    right: 9.6618357488vw;
  }
  .p-page-support-howto__img figcaption {
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
  }
  .p-page-hygrometer-about__lead {
    margin-top: 3.8647342995vw;
    padding-inline: 0.9661835749vw;
  }
  .p-page-hygrometer-about__container {
    padding-top: 3.8647342995vw;
    padding-inline: 3.8647342995vw;
    padding-bottom: 8.6956521739vw;
    margin-top: 7.729468599vw;
    border-radius: 2.4154589372vw;
    border-width: 0.2415458937vw;
    box-shadow: 0px 0px 2.4154589372vw 0px rgba(0, 0, 0, 0.2);
  }
  .p-page-hygrometer-about__container-imgs {
    top: 33.8164251208vw;
    right: -24.154589372vw;
  }
  .p-page-hygrometer-about__list {
    gap: 9.6618357488vw;
  }
  .p-page-hygrometer-about__item.p-page-hygrometer-about__item--1::after {
    width: 11.3526570048vw;
    top: 4.8309178744vw;
    right: -10.38647343vw;
  }
  .p-page-hygrometer-about__item.p-page-hygrometer-about__item--2::after {
    width: 19.3236714976vw;
    top: 5.5555555556vw;
    right: -19.3236714976vw;
  }
  .p-page-hygrometer-about__item.p-page-hygrometer-about__item--3::after {
    width: 62.3188405797vw;
    top: -36.231884058vw;
    right: -57.9710144928vw;
  }
  .p-page-hygrometer-about__item {
    width: 53.6231884058vw;
    padding-block: 2.8985507246vw;
    font-size: 4.8309178744vw;
    letter-spacing: 0.0966183575vw;
  }
  .p-page-hygrometer-about__img {
    width: 77.2946859903vw;
  }
  .p-page-hygrometer-about__img img {
    width: 100%;
  }
  .p-page-hygrometer-about__specifications-title {
    font-size: 4.8309178744vw;
  }
  .p-page-hygrometer-about__specifications-list {
    margin-top: 2.8985507246vw;
  }
  .p-page-hygrometer-about__specifications-item {
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
    padding-left: 2.8985507246vw;
  }
  .p-page-hygrometer-about__specifications-item::before {
    width: 1.4492753623vw;
    height: 1.4492753623vw;
    top: 1.9323671498vw;
  }
  .p-page-hygrometer-about__container-battery {
    margin-top: 43.4782608696vw;
  }
  .p-page-hygrometer-about__battery-title {
    font-size: 4.8309178744vw;
  }
  .p-page-hygrometer-about__battery-text {
    margin-top: 2.8985507246vw;
  }
  .p-page-hygrometer-about__battery-list {
    margin-top: 2.8985507246vw;
  }
  .p-page-hygrometer-about__battery-item {
    padding-left: 1.9323671498vw;
  }
  .p-page-hygrometer-about__battery-item::before {
    width: 0.7246376812vw;
    height: 0.7246376812vw;
    top: 2.4154589372vw;
  }
  .p-page-hygrometer-about__step {
    margin-top: 9.6618357488vw;
    padding-inline: 2.8985507246vw;
  }
  .p-page-hygrometer-about__step-title {
    font-size: 5.3140096618vw;
    letter-spacing: 0.4589371981vw;
  }
  .p-page-hygrometer-about__step-imgs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.9323671498vw;
  }
  .p-page-hygrometer-about__step-imgs::before {
    rotate: 75deg;
    width: 43.4782608696vw;
    height: 1.2077294686vw;
    top: 107.2463768116vw;
    left: calc(50% - 8.4541062802vw);
  }
  .p-page-hygrometer-about__step-imgs::after {
    rotate: 75deg;
    top: 127.7777777778vw;
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    border-width: 2.4154589372vw;
    left: calc(50% - 2.1739130435vw);
  }
  .p-page-hygrometer-about__step-item.p-page-hygrometer-about__step-item--circle::before {
    width: 24.154589372vw;
    height: 24.154589372vw;
    top: 0;
    left: calc(50% - 16.9082125604vw);
  }
  .p-page-hygrometer-calibration__body {
    margin-top: 3.8647342995vw;
  }
  .p-page-hygrometer-calibration__list {
    padding-inline: 1.9323671498vw;
    gap: 1.9323671498vw;
  }
  .p-page-hygrometer-calibration__item {
    padding-left: 2.8985507246vw;
  }
  .p-page-hygrometer-howto__list {
    margin-top: 3.8647342995vw;
    padding-inline: 1.9323671498vw;
    gap: 1.9323671498vw;
  }
  .p-page-hygrometer-howto__item {
    padding-left: 2.8985507246vw;
  }
  .p-page-hygrometer-howto__container {
    margin-top: 7.729468599vw;
    padding-inline: 2.8985507246vw;
  }
  .p-page-hygrometer-howto__subtitle {
    font-size: 4.8309178744vw;
    letter-spacing: 0.38647343vw;
  }
  .p-page-hygrometer-howto__list2 {
    margin-top: 2.8985507246vw;
    padding-inline: 2.8985507246vw;
  }
  .p-page-hygrometer-howto__item2 {
    font-size: 2.8985507246vw;
    letter-spacing: 0.077294686vw;
    padding-left: 1.9323671498vw;
  }
  .p-page-hygrometer-howto__item2::before {
    width: 0.7246376812vw;
    height: 0.7246376812vw;
    top: 2.4154589372vw;
  }
  .p-page-hygrometer-howto__img {
    margin-top: 4.8309178744vw;
    margin-right: 0;
  }
  .p-page-hygrometer-howto__img img {
    width: 60%;
  }
  .p-page-hygrometer-howto__text {
    margin-top: 1.9323671498vw;
    padding-inline: 0.9661835749vw;
  }
  .p-page-hygrometer-caution__list {
    margin-top: 2.8985507246vw;
    padding-inline: 0.9661835749vw;
    gap: 1.9323671498vw;
  }
  .p-page-hygrometer-caution__item {
    padding-left: 2.8985507246vw;
  }
  .p-case-study__list {
    grid-template-columns: 1fr;
    gap: 5.7971014493vw;
  }
  .p-case-study__item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.9323671498vw;
    padding-bottom: 5.7971014493vw;
    position: relative;
  }
  .p-case-study__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2415458937vw;
    opacity: 0.5;
    background-color: #000E40;
  }
  .p-case-study__item-img {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    flex-shrink: 0;
    overflow: hidden;
  }
  .p-case-study__item-img img {
    width: 38.6473429952vw;
  }
  .p-case-study__item-context {
    flex-grow: 1;
    margin-top: 1.9323671498vw;
    padding-left: 0;
  }
  .p-case-study__item-context::before {
    display: none;
  }
  .p-case-study__item-product {
    font-size: 3.3816425121vw;
  }
  .p-case-study__item-title {
    font-size: 3.8647342995vw;
    margin-top: 0.9661835749vw;
  }
  .p-technology__list {
    grid-template-columns: 1fr;
    gap: 5.7971014493vw;
  }
  .p-technology__list .p-technology__item:last-of-type {
    padding-bottom: 0;
  }
  .p-technology__list .p-technology__item:last-of-type::after {
    display: none;
  }
  .p-technology__item {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 1.9323671498vw;
    padding-bottom: 5.7971014493vw;
    position: relative;
  }
  .p-technology__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2415458937vw;
    opacity: 0.5;
    background-color: #000E40;
  }
  .p-technology__item-link {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-technology__item-img {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .p-technology__item-img img {
    width: 100%;
  }
  .p-technology__item-num {
    font-size: 3.8647342995vw;
  }
  .p-technology__item-text {
    margin-top: 3.8647342995vw;
    font-size: 3.3816425121vw;
  }
  .p-technology__btn-wrapper {
    display: none;
  }
  .p-technology-detail {
    margin-top: 11.5942028986vw;
    margin-bottom: 0;
  }
  .p-technology-detail__inner {
    padding-inline: 7.729468599vw;
  }
  .p-technology-detail__title {
    margin-top: 3.8647342995vw;
    font-size: 5.7971014493vw;
  }
  .p-technology-detail__context {
    margin-top: 3.8647342995vw;
    gap: 3.8647342995vw;
  }
  .p-technology-detail__text {
    font-size: 3.3816425121vw;
  }
  .p-technology-detail__btn-wrapper {
    margin-top: 7.729468599vw;
  }
  .p-technology-detail__item-title {
    font-size: 5.7971014493vw;
  }
  .p-technology-detail__item2 {
    font-size: 3.8647342995vw;
  }
  .p-technology-detail__table1 .p-technology-detail__table-row {
    gap: 1.9323671498vw;
  }
  .p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__table-head:nth-of-type(1),
  .p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__row-head {
    width: 19.3236714976vw;
  }
  .p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__table-head:nth-of-type(2),
  .p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__row-body {
    width: 63.2850241546vw;
  }
  .p-technology-detail__table1 .p-technology-detail__table-row .p-technology-detail__row-head {
    padding-left: 2%;
  }
  .p-technology-detail__table1 {
    margin-top: 7.729468599vw;
  }
  .p-technology-detail__table-head {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
    border-radius: 2.4154589372vw;
  }
  .p-technology-detail__row-head {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-technology-detail__row-body.p-drybox__table-text {
    font-size: 3.3816425121vw;
  }
  .p-technology-detail__row-body {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
    line-height: 1.6;
  }
  .p-technology-detail__row-body li {
    font-size: 3.8647342995vw;
    letter-spacing: 0.077294686vw;
  }
  .p-technology-detail__table2-wrapper {
    overflow-x: scroll;
    margin-inline: calc(50% - 50vw);
    padding-inline: 7.729468599vw;
  }
  .p-technology-detail__table2 .p-technology-detail__row-head {
    border-width: 0.2415458937vw;
  }
  .p-technology-detail__table2 .p-technology-detail__row-body ul {
    gap: 0.9661835749vw;
  }
  .p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(8)::after,
  .p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(9)::after {
    width: 0.2415458937vw;
  }
  .p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(8)::after {
    right: -1.3285024155vw;
  }
  .p-technology-detail__table2 .p-technology-detail__row-body:nth-of-type(9)::after {
    right: -1.5700483092vw;
  }
  .p-technology-detail__table2 {
    width: 154.5893719807vw;
    margin-top: 7.729468599vw;
    margin-bottom: 7.729468599vw;
    grid-column-gap: 2.8985507246vw;
    border-width: 0.2415458937vw;
  }
  .p-technology-detail__table3-wrapper {
    margin-top: 7.729468599vw;
    padding-inline: 7.729468599vw;
  }
  .p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(16)::after,
  .p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(17)::after,
  .p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(18)::after,
  .p-technology-detail__table3 .p-technology-detail__row-head:nth-of-type(19)::after {
    bottom: -1.9323671498vw;
    height: 0.2415458937vw;
  }
  .p-technology-detail__table3 {
    width: 231.884057971vw;
    padding-bottom: 3.8647342995vw;
    gap: 2.8985507246vw;
  }
  .p-technology-detail__column-head {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-technology-detail__column-head::after {
    top: calc(100% + 0.9661835749vw);
    right: -1.9323671498vw;
    width: 0.2415458937vw;
    height: 193.2367149758vw;
  }
  .p-technology-detail__table4-wrapper {
    overflow-x: scroll;
    margin-inline: calc(50% - 50vw);
    padding-inline: 7.729468599vw;
  }
  .p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__table-head:nth-of-type(1),
  .p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__row-head:nth-of-type(1) {
    padding-block: 5.5555555556vw;
    line-height: 1.6;
  }
  .p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__table-head:nth-of-type(3),
  .p-technology-detail__table4 .p-technology-detail__table-row .p-technology-detail__row-body:nth-of-type(3) {
    padding-block: 5.5555555556vw;
  }
  .p-technology-detail__table4 .p-technology-detail__table-row {
    gap: 2.8985507246vw;
    padding-block: 0.9661835749vw;
    border-bottom: 0.2415458937vw solid #7D7D7D;
  }
  .p-technology-detail__table4 .p-technology-detail__table-list .p-technology-detail__table-item {
    font-size: 3.3816425121vw;
    letter-spacing: 0.077294686vw;
  }
  .p-technology-detail__table4 .p-technology-detail__table-list {
    gap: 0.9661835749vw;
    padding-inline: 0.9661835749vw;
  }
  .p-technology-detail__table4 {
    margin-top: 7.729468599vw;
    gap: 1.9323671498vw;
    width: 154.5893719807vw;
    padding-bottom: 3.8647342995vw;
  }
  .p-form__inner {
    padding-inline: 7.2463768116vw;
  }
  .p-form__head.p-form__head--contact {
    gap: 9.6618357488vw;
  }
  .p-form__body {
    margin-top: 7.729468599vw;
    gap: 9.6618357488vw;
  }
  .p-form__steps-list {
    gap: 13.5265700483vw;
  }
  .p-form__steps-item {
    font-size: 4.8309178744vw;
  }
  .p-form__steps-item::before {
    right: -11.5942028986vw;
    width: 9.6618357488vw;
    height: 0.2415458937vw;
  }
  .p-form__form.p-form__form--acceptance {
    margin-top: 5.7971014493vw;
  }
  .p-form__form.p-form__form--check .wpcf7-checkbox label {
    font-size: 3.3816425121vw;
    padding-left: 4.8309178744vw;
  }
  .p-form__form.p-form__form--check .wpcf7-checkbox label::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    border-radius: 0.9661835749vw;
    border-width: 0.2415458937vw;
  }
  .p-form__form.p-form__form--check .wpcf7-checkbox label::after {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    left: 0.7246376812vw;
    border-radius: 0.4830917874vw;
  }
  .p-form__form.p-form__form--check .wpcf7-checkbox {
    padding-left: 11.5942028986vw;
    gap: 1.9323671498vw;
  }
  .p-form__form.p-form__form--confirm {
    margin-top: 11.5942028986vw;
    gap: 1.9323671498vw;
    padding-bottom: 1.9323671498vw;
    flex-direction: column;
    align-items: start;
  }
  .p-form__form.p-form__form--confirm::before {
    display: none;
  }
  .p-form__form.p-form__form--confirm::after {
    width: 100%;
    height: 0.2415458937vw;
  }
  .p-form__form {
    margin-top: 12px;
  }
  .p-form__form-title p {
    gap: 1.4492753623vw;
  }
  .p-form__form-title.p-form__form-title--confirm {
    width: 100%;
  }
  .p-form__form-tag {
    width: 9.4202898551vw;
    font-size: 2.8985507246vw;
    padding-block: 0.7246376812vw;
  }
  .p-form__form-label {
    font-size: 3.3816425121vw;
  }
  .wpcf7-form input[type=text],
  .wpcf7-form textarea,
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form select {
    padding-block: 1.9323671498vw;
    padding-inline: 3.8647342995vw;
    border-radius: 2.4154589372vw;
    border-width: 0.2415458937vw;
  }
  .wpcf7-form select,
  .wpcf7-form textarea {
    font-size: 3.3816425121vw;
  }
  .wpcf7-form select::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
    font-size: 3.3816425121vw;
  }
  .wpcf7-form select::placeholder,
  .wpcf7-form textarea::placeholder {
    font-size: 3.3816425121vw;
  }
  .wpcf7-form .p-form__form p:has(.wpcf7-form-control-wrap) {
    margin-top: 1.9323671498vw;
  }
  .wpcf7-form .p-form__form--name p:has(.wpcf7-form-control-wrap),
  .wpcf7-form .p-form__form--name-rubi p:has(.wpcf7-form-control-wrap) {
    flex-direction: column;
    align-items: start;
    gap: 3.8647342995vw;
  }
  .wpcf7-form .p-form__form--name p:has(.wpcf7-form-control-wrap) input,
  .wpcf7-form .p-form__form--name-rubi p:has(.wpcf7-form-control-wrap) input {
    width: 57.9710144928vw;
  }
  .wpcf7-form .p-form__form--name.p-form__form--confirm p:has(.p-form__form-item--confirm),
  .wpcf7-form .p-form__form--name-rubi.p-form__form--confirm p:has(.p-form__form-item--confirm) {
    gap: 5.7971014493vw;
  }
  .wpcf7-form .p-form__form--zip-code input,
  .wpcf7-form .p-form__form--prefecture input {
    width: 62.8019323671vw;
  }
  .wpcf7-form .p-form__form--zip-code select,
  .wpcf7-form .p-form__form--prefecture select {
    width: 62.8019323671vw;
  }
  .wpcf7-form .p-form__form--acceptance label {
    padding-left: 4.8309178744vw;
  }
  .wpcf7-form .p-form__form--acceptance label::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    border-radius: 0.9661835749vw;
    border-width: 0.2415458937vw;
    top: calc(50% + 0.2415458937vw);
  }
  .wpcf7-form .p-form__form--acceptance label::after {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    border-radius: 0.4830917874vw;
    top: calc(50% + 0.2415458937vw);
    left: 0.7246376812vw;
  }
  .wpcf7-form .p-form__form--acceptance label span {
    font-size: 2.8985507246vw;
  }
  .wpcf7-form .p-form__form--acceptance label span a {
    margin-right: 4.347826087vw;
  }
  .wpcf7-form .p-form__form--acceptance label span a::after {
    width: 2.1739130435vw;
    height: 1.9323671498vw;
    top: 0.9661835749vw;
    right: -2.4154589372vw;
  }
  .p-form__btn-wrapper {
    margin-top: 9.6618357488vw;
  }
  .p-form__btn-wrapper p {
    gap: 3.8647342995vw;
  }
  .p-form__btn-wrapper.p-form__btn-wrapper--confirm {
    margin-top: 28.9855072464vw;
  }
  .p-form__btn-wrapper.p-form__btn-wrapper--thanks {
    margin-top: 28.9855072464vw;
  }
  .p-form__btn-text {
    font-size: 3.8647342995vw;
  }
  .p-form__btn-text a {
    margin-right: 3.8647342995vw;
  }
  .p-form__btn-text a::after {
    width: 1.9323671498vw;
    height: 1.690821256vw;
    top: 0.9661835749vw;
    right: -2.4154589372vw;
  }
  .p-form__btn {
    width: 100%;
    font-size: 3.8647342995vw;
    padding-block: 5.7971014493vw;
    border-radius: 1.9323671498vw;
    border-width: 0.2415458937vw;
  }
  .p-form__prev-btn {
    padding-block: 5.7971014493vw;
    font-size: 3.8647342995vw;
    border-radius: 1.9323671498vw;
    border-width: 0.2415458937vw;
    width: 53.1400966184vw;
  }
  .p-form__form-item--confirm {
    font-size: 3.8647342995vw;
    padding-left: 4.8309178744vw;
  }
  .p-form__form-label--confirm {
    padding-left: 0;
  }
  .p-form__text-thanks {
    font-size: 3.8647342995vw;
    margin-top: 9.6618357488vw;
    letter-spacing: 0.0966183575vw;
  }
  .p-form__context {
    margin-top: 9.6618357488vw;
    gap: 9.6618357488vw;
  }
  .p-form__context-container {
    border-radius: 2.4154589372vw;
    border-width: 0.2415458937vw;
    padding-inline: 5.7971014493vw;
    padding-block: 9.6618357488vw 7.729468599vw;
  }
  .p-form__context-title {
    margin-top: -14.4927536232vw;
    font-size: 4.347826087vw;
    padding-inline: 3.8647342995vw;
    font-size: 5.7971014493vw;
  }
  .p-form__context-item {
    font-size: 3.3816425121vw;
  }
  .p-form__context-item::before {
    width: 0.9661835749vw;
    height: 0.9661835749vw;
  }
  .p-form__context-btns {
    margin-top: 6.7632850242vw;
  }
  .p-form__context-btns .p-form__context-btn:nth-of-type(1) {
    margin-top: 0.9661835749vw;
  }
  .p-form__context-btns .p-form__context-btn:nth-of-type(2) {
    margin-top: 1.9323671498vw;
  }
  .p-form__context-btn-text {
    font-size: 3.1400966184vw;
  }
  .p-form__context-text {
    font-size: 3.3816425121vw;
    margin-top: 5.7971014493vw;
  }
  .p-privacy-policy {
    margin-top: 11.5942028986vw;
  }
  .p-privacy-policy__inner {
    padding-inline: 7.2463768116vw;
    gap: 15.4589371981vw;
  }
  .p-privacy-policy__inner .p-privacy-policy__context:nth-of-type(1) {
    padding-bottom: 15.4589371981vw;
    border-width: 0.2415458937vw;
  }
  .p-privacy-policy__lead {
    margin-top: 5.7971014493vw;
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
  }
  .p-privacy-policy__list {
    margin-top: 7.729468599vw;
    gap: 5.7971014493vw;
  }
  .p-privacy-policy__item-title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.115942029vw;
    margin-bottom: 5.7971014493vw;
  }
  .p-privacy-policy__item-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
  }
  .p-privacy-policy__list2 {
    margin-top: 1.9323671498vw;
    gap: 0.9661835749vw;
  }
  .p-privacy-policy__list2.p-privacy-policy__list2--blue {
    flex-wrap: wrap;
    gap: 3.8647342995vw 7.729468599vw;
  }
  .p-privacy-policy__list2.p-privacy-policy__list2--blue .p-privacy-policy__item2::before {
    width: 1.4492753623vw;
    height: 1.4492753623vw;
    background-color: #8CD0FB;
  }
  .p-privacy-policy__item2 {
    padding-left: 3.8647342995vw;
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
  }
  .p-privacy-policy__item2::before {
    width: 0.9661835749vw;
    height: 0.9661835749vw;
    top: 3.3816425121vw;
    left: 0.4830917874vw;
  }
  .p-privacy-policy__item2-link {
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
  }
  .p-privacy-policy__item2-link::after {
    width: calc(100% - 3.8647342995vw);
    height: 0.2415458937vw;
    bottom: 0.4830917874vw;
  }
  .p-privacy-policy__last-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
  }
  .p-privacy-policy__item-context {
    margin-top: 13.5265700483vw;
    width: 100%;
  }
  .p-privacy-policy__list3 {
    gap: 1.9323671498vw;
  }
  .p-privacy-policy__list3.p-privacy-policy__list3--mt {
    margin-top: 13.5265700483vw;
  }
  .p-privacy-policy__list3.p-privacy-policy__list3--mt-small {
    margin-top: 2.8985507246vw;
  }
  .p-privacy-policy__item3-title {
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
    margin-bottom: 2.8985507246vw;
  }
  .p-privacy-policy__item3-text {
    padding-left: 9.6618357488vw;
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
  }
  .p-privacy-policy__item3-text a {
    letter-spacing: 0.154589372vw;
  }
  .p-privacy-policy__item3-text a::after {
    height: 0.2415458937vw;
    bottom: 0.4830917874vw;
  }
  .p-privacy-policy__list4 {
    padding-left: 9.6618357488vw;
    gap: 1.9323671498vw;
  }
  .p-privacy-policy__item4-title {
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
  }
  .p-privacy-policy__item4-text {
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
    padding-left: 4.8309178744vw;
  }
  .p-privacy-policy__list5 {
    margin-top: 1.9323671498vw;
    padding-left: 4.8309178744vw;
    gap: 1.9323671498vw;
  }
  .p-privacy-policy__item5 {
    font-size: 3.8647342995vw;
    letter-spacing: 0.154589372vw;
  }
  .p-product-modal__inner {
    width: 90vw;
  }
  .p-product-modal__img img {
    width: 100%;
  }
  .p-product-modal__open-btn {
    padding-block: 0.9661835749vw;
    margin-top: 2.8985507246vw;
    font-size: 4.347826087vw;
    letter-spacing: 0.0869565217vw;
  }
  .p-product-modal__open-btn span {
    width: 4.5893719807vw;
    height: 4.347826087vw;
  }
  .p-page-404__text {
    font-size: 3.3816425121vw;
  }
  .p-page-404__btn-wrapper {
    margin-top: 19.3236714976vw;
  }
  .u-hidden-xl.u-hidden-xl--sp {
    display: none;
  }
  .u-hidden-pc {
    display: block;
  }
  .u-hidden-sp {
    display: none;
  }
  .u-mt12 {
    margin-top: 2.8985507246vw;
  }
  .u-pb8 {
    padding-bottom: 1.9323671498vw;
  }
  .u-pb16 {
    padding-bottom: 3.8647342995vw;
  }
  .u-pb23 {
    padding-bottom: 5.5555555556vw;
  }
  .u-pi20 {
    padding-inline: 4.8309178744vw;
  }
  .u-pi25 {
    padding-inline: 6.038647343vw;
  }
  .u-pi30 {
    padding-inline: 7.2463768116vw;
  }
  .u-nowrap-sp {
    white-space: nowrap;
  }
}