@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the small size in all browsers.
 */
small {
  display: block;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  display: block;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: center;
  font-weight: normal;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Blur images when they have no alt attribute */
/* ============================================ */
img:not([alt]) {
  filter: blur(10px);
}

html {
  font-size: 1px;
}
@media screen and (max-width: 1499.98px) {
  html {
    font-size: 0.0666666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 374.98px) {
  html {
    font-size: 0.2666666667vw;
  }
}

main {
  padding-top: 64rem;
}
@media screen and (max-width: 767.98px) {
  main {
    padding-top: 44rem;
  }
}

body.top main {
  padding-top: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.4;
  color: #000;
  background-color: #F5F5F5;
  animation-name: body-fade-anime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

body::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/product/kurozam/image/common/noise_f5f5f5.png);
  background-size: auto;
  background-repeat: repeat;
  z-index: -1;
}

@keyframes body-fade-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  display: block;
  transition: all 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
button {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

@media (hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64rem;
  background-color: #151515;
  z-index: 999;
}
@media screen and (max-width: 767.98px) {
  .l-header {
    height: 44rem;
  }
}

body.top .l-header {
  background-color: unset;
}

.l-header__top {
  display: none;
}

body.top .l-header__top {
  display: block;
  margin-left: 47rem;
  margin-top: 22rem;
  width: 176rem;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 767.98px) {
  body.top .l-header__top {
    margin-left: 13rem;
    margin-top: 17rem;
    width: 125rem;
  }
}

.l-header__inner {
  width: 100%;
  height: 100%;
  padding-left: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    padding-left: 20rem;
    padding-right: 0;
  }
}

body.top .l-header__inner {
  display: none;
}
@media screen and (max-width: 767.98px) {
  body.top .l-header__inner {
    display: flex;
  }
}

.l-header__logo {
  width: 120rem;
  height: auto;
  aspect-ratio: 120/60;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    width: 80rem;
  }
}

body.top .l-header__logo {
  display: none;
}

.l-header__logo-link {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-header__menu {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .l-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100rem;
    background-color: #151515;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__menu.is-active {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__nav {
    width: 100%;
    padding-bottom: 80rem;
    overflow: auto;
  }
}

.l-header__nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list {
    width: 100%;
    padding: 0 20rem;
    flex-direction: column;
  }
}

.l-header__nav-list li {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list li {
    height: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__nav-list li:not(:first-child) {
    margin-top: 25rem;
  }
}

.l-header__nav-list li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  font-weight: 400;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list li a {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
    padding-bottom: 4rem;
  }
}

.l-header__nav-list li a.is-current::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4rem;
  background-color: #00479D;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list li a.is-current::after {
    height: 3rem;
  }
}

.l-header__nav-list li a img {
  display: none;
}

.l-header__nav-list li a span {
  font-weight: 400;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list li a span {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.l-header__nav-list li.nav-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6rem;
  width: 160rem;
  height: 64rem;
  padding: 10rem;
  font-weight: 400;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  background-color: #00479D;
  text-transform: none;
}
@media screen and (max-width: 999.98px) {
  .l-header__nav-list li.nav-contact a {
    width: 175rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list li.nav-contact a {
    margin: 0 auto;
    width: 150rem;
    height: 40rem;
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.l-header__nav-list li.nav-contact a::before {
  content: "";
  width: 18rem;
  height: 16rem;
  background-image: url("/product/kurozam/image/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13rem 10rem;
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header__hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 44rem;
    height: 44rem;
    padding: 11rem;
    background-color: #00479D;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
}

@media screen and (hover: hover) and (max-width: 767.98px) {
  .l-header__hamburger:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__hamburger-line-zone {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__hamburger-line {
    display: inline-block;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__hamburger-line:nth-child(1) {
    top: 4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__hamburger-line:nth-child(2) {
    top: 11rem;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__hamburger-line:nth-child(3) {
    top: 18rem;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
    top: 11rem;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
    top: 11rem;
    transform: rotate(45deg);
  }
}

.l-footer {
  background-color: #0A0A0A;
  padding-top: 17rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}

body.top .l-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: unset;
  padding-bottom: 35rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  body.top .l-footer {
    position: relative;
    margin-top: -1px;
    background-color: #141417;
    padding-bottom: 20rem;
  }
}

.l-footer__inner {
  max-width: 1240rem;
  padding-left: 20rem;
  padding-right: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-footer__left {
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__left {
    width: 100%;
    justify-content: center;
  }
}

.l-footer__logo {
  width: 91rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    display: none;
  }
}

.l-footer__nav-list {
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-list {
    justify-content: center;
    padding-top: 8rem;
  }
}

.l-footer__nav-link {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 12, 12px);
  line-height: 1.2;
  letter-spacing: 0em;
  color: #BEBEBE;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-link {
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer__right {
    margin-top: 20rem;
    width: 100%;
  }
}

.l-footer__copy {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 12, 12px);
  line-height: 1.2;
  letter-spacing: 0em;
  color: #BEBEBE;
}
@media screen and (max-width: 767.98px) {
  .l-footer__copy {
    text-align: center;
    font-size: clamp(10px, 100vw / 375 * 10, 10px);
  }
}

body.top .l-footer__copy {
  font-size: clamp(10px, 100vw / 375 * 11, 11px);
}
@media screen and (max-width: 767.98px) {
  body.top .l-footer__copy {
    font-size: clamp(10px, 100vw / 1500 * 10, 10px);
  }
}

.l-device-inner {
  width: 100%;
  max-width: 1500rem;
  margin-inline: auto;
}

.l-wide-inner {
  width: 100%;
  max-width: 1240rem;
  margin-inline: auto;
  padding-inline: 20rem;
}

.l-narrow-inner {
  width: 100%;
  max-width: 1080rem;
  margin-inline: auto;
  padding-inline: 40rem;
}
@media screen and (max-width: 767.98px) {
  .l-narrow-inner {
    padding-inline: 20rem;
  }
}

.c-anchor__list {
  background-color: #E9E9E9;
  padding-top: 24rem;
  padding-bottom: 29rem;
  display: flex;
  justify-content: center;
  column-gap: 100rem;
}
@media screen and (max-width: 767.98px) {
  .c-anchor__list {
    padding-block: 16rem;
    flex-direction: column;
    align-items: center;
    row-gap: 10rem;
  }
}

@media screen and (max-width: 767.98px) {
  .c-anchor__item {
    width: 200rem;
  }
}

.c-anchor__link {
  padding-right: 42rem;
  position: relative;
}

.c-anchor__link::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 32rem;
  height: 16rem;
  background-color: #00479D;
}

.c-anchor__link::after {
  position: absolute;
  bottom: 10rem;
  right: 13rem;
  transform: rotate(45deg);
  content: "";
  width: 7rem;
  height: 7rem;
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
}

.c-anchor__link span {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.1875;
}
@media screen and (max-width: 767.98px) {
  .c-anchor__link span {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.c-breadcrumb {
  background-color: rgb(48, 48, 48);
  padding-block: 10rem;
  position: relative;
  z-index: 2;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 10rem;
}

.c-breadcrumb__item {
  font-size: clamp(10px, 100vw / 1500 * 12, 12px);
  line-height: 1.1666666667;
  color: #9A9A9A;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__item {
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
  }
}

.c-breadcrumb__item:not(:first-child) {
  padding-left: 20rem;
  position: relative;
}

.c-breadcrumb__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 10rem;
  height: 1px;
  background-color: #B3B3B3;
}

.c-breadcrumb__link {
  color: #fff;
}

.c-page-head {
  padding-block: 60rem;
  background-color: #151515;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .c-page-head {
    padding-block: 42rem;
  }
}

.c-page-head::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #151515 54.07%, rgba(21, 21, 21, 0) 76.07%);
  z-index: -1;
}

.c-page-head::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/product/kurozam/image/common/head_bg.webp) no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .c-page-head::after {
    background-position: center right;
  }
}

.c-page-head__title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 28, 28px);
  line-height: 1.2142857143;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-page-head__title {
    font-size: clamp(10px, 100vw / 375 * 24, 24px);
  }
}

.c-section-title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.2083333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 767.98px) {
  .c-section-title {
    font-size: clamp(10px, 100vw / 375 * 21, 21px);
  }
}

.c-fixed {
  position: fixed;
  bottom: 50rem;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 9;
  transition: all 0.5s;
}
@media screen and (max-width: 767.98px) {
  .c-fixed {
    bottom: 20rem;
  }
}

@media screen and (max-width: 767.98px) {
  .top .c-fixed {
    display: none;
  }
}

.c-fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.c-fixed__link {
  width: 78px;
  height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 8%;
}
@media screen and (max-width: 767.98px) {
  .c-fixed__link {
    width: 68px;
    height: 68px;
  }
}

.c-fixed__link--bgImage {
  background-image: url(/product/kurozam/image/common/fixed_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-fixed__link--bgBlue {
  background-color: #00479D;
}

.c-fixed__link img {
  height: 16px;
  width: auto;
}

.c-fixed__link-text01 {
  margin-top: 9rem;
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 12, 12px);
  line-height: 1.1666666667;
  color: #fff;
}

.c-fixed__link-text02 {
  margin-top: 12rem;
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 11, 11px);
  line-height: 1.1818181818;
  color: #fff;
}

.p-top {
  height: 100vh;
  background-image: url(/product/kurozam/image/top/top_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .p-top {
    height: auto;
    background-image: url(/product/kurozam/image/top/top_bg_sp.webp);
  }
}
@media screen and (max-width: 767.98px) and (min-height: 815px) {
  .p-top {
    padding-bottom: calc(100vh - 815rem);
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767.98px) and (min-height: 815px) {
  .p-top::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: calc(100vh - 815rem);
    background-color: #141417;
    z-index: -1;
  }
}

.p-top__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-top__inner {
    margin-inline: auto;
    max-width: 375rem;
    padding: 130rem 20px 60rem;
  }
}

.p-top__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 7vh;
}
@media screen and (max-width: 767.98px) {
  .p-top__content {
    width: 100%;
    padding-bottom: 0;
  }
}

.p-top__catch01 {
  margin-left: -10rem;
  width: 573rem;
}
@media screen and (max-width: 767.98px) {
  .p-top__catch01 {
    width: 242rem;
  }
}

.p-top__title {
  margin-top: 8vh;
  margin-left: -50rem;
  width: 530rem;
}
@media screen and (max-width: 767.98px) {
  .p-top__title {
    margin-top: 50rem;
    margin-left: -30rem;
    width: 303rem;
  }
}

.p-top__catch02 {
  margin-top: -1vh;
  margin-left: 30rem;
  width: 551rem;
}
@media screen and (max-width: 767.98px) {
  .p-top__catch02 {
    margin-left: 10rem;
    width: 306rem;
  }
}

.p-top__nav {
  margin-top: 11vh;
  margin-left: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-top__nav {
    margin-top: 42rem;
    margin-left: 0;
    width: 100%;
  }
}

.p-top__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 53rem;
}
@media screen and (max-width: 767.98px) {
  .p-top__nav-list {
    flex-wrap: wrap;
    gap: 0;
    background-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(30px);
  }
}

@media screen and (max-width: 767.98px) {
  .p-top__nav-list li {
    width: 50%;
    border-bottom: 1px solid #595C5F;
  }
}

@media screen and (max-width: 767.98px) {
  .p-top__nav-list li.is-full-width {
    width: 100%;
    border-bottom: none;
  }
}

@media screen and (max-width: 767.98px) {
  .p-top__nav-list li.is-full-width a {
    justify-content: center;
  }
}

@media screen and (max-width: 767.98px) {
  .p-top__nav-list li.is-no-border {
    border-bottom: none;
  }
}

.p-top__nav-list li.nav-contact {
  display: none;
}

.p-top__nav-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top__nav-list li a {
    justify-content: flex-start;
    padding: 14rem 22rem;
  }
}

.p-top__nav-list li a img {
  width: 24rem;
  height: 24rem;
}

.p-top__nav-list li a span {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top__nav-list li a span {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.about .c-breadcrumb {
  background-color: rgba(48, 48, 48, 0.8);
}

.about .c-page-head {
  background-color: unset;
}

.about .c-page-head::before,
.about .c-page-head::after {
  display: none;
}

.p-about-feature {
  padding-top: 8rem;
  padding-bottom: 62rem;
  background-color: #151515;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-about-feature {
    padding-top: 20rem;
    padding-bottom: 60rem;
  }
}

.p-about-feature::before {
  position: absolute;
  top: -188rem;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/product/kurozam/image/about/about_feature_bg.webp) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-about-feature::before {
    background-position: top center;
  }
}

.p-about-feature__lead {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 40, 40px);
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-about-feature__lead {
    font-size: clamp(10px, 100vw / 375 * 24, 24px);
  }
}

.p-about-feature__content {
  margin-top: 55rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-feature__content {
    margin-top: 40rem;
  }
}

.p-about-feature__title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.4583333333;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-about-feature__title {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-about-feature__list {
  margin-top: 18rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-feature__list {
    margin-top: 20rem;
    grid-template-columns: 1fr;
    gap: 16rem;
  }
}

.p-about-feature__item {
  display: flex;
  align-items: center;
  padding-left: 20rem;
  padding-right: 20rem;
  height: 70rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-feature__item {
    padding-left: 16rem;
    padding-right: 16rem;
    height: auto;
    min-height: 60rem;
  }
}

.p-about-feature__item:nth-child(odd) {
  background-color: #f1f1f1;
}

.p-about-feature__item:nth-child(even) {
  background-color: #F4F4F4;
}

.p-about-feature__item-text {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  padding-left: 14rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-about-feature__item-text {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
    line-height: 1.4;
  }
}

.p-about-feature__item-text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4rem;
  height: 100%;
  background-color: #D9D9D9;
}

.p-about-feature__item-note {
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
}
@media screen and (max-width: 767.98px) {
  .p-about-feature__item-note {
    display: inline-block;
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
  }
}

.p-about-comparison {
  padding-top: 80rem;
  padding-bottom: 75rem;
  background-image: url(/product/kurozam/image/about/about_comparison_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison {
    padding-top: 40rem;
    padding-bottom: 60rem;
    background-image: none;
    background-color: #F2F2F2;
  }
}

.p-about-comparison__table {
  width: 100%;
  padding-bottom: 30rem;
}

.p-about-comparison__table-body {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #5F5F5F;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-body {
    width: 750rem;
    padding-bottom: 20rem;
  }
}

.p-about-comparison__table-body::before {
  position: absolute;
  top: 0;
  left: 22.5%;
  content: "";
  width: 37%;
  height: calc(100% + 20rem);
  background-color: unset;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-body::before {
    left: 19%;
    width: 35%;
  }
}

.p-about-comparison__table-headCell {
  padding-top: 22px;
  padding-bottom: 17px;
  border-left: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-headCell {
    padding-top: 16rem;
    padding-bottom: 12rem;
  }
}

.p-about-comparison__table-headCell:first-child {
  border-left: none;
  border-bottom: none;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-headCell:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #f2f2f2;
  }
}

.p-about-comparison__table-headCell:last-child {
  border-left: 1px dashed #5F5F5F;
}

@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-headCell:nth-child(3),
  .p-about-comparison__table-headCell:nth-child(4) {
    width: 23%;
  }
}

.p-about-comparison__table-headCell--blank {
  width: 22.5%;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-headCell--blank {
    width: 19%;
  }
}

.p-about-comparison__table-headCell--kurozam {
  width: 37%;
  background-color: #151515;
  border-bottom: none;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-headCell--kurozam {
    width: 35%;
  }
}

.p-about-comparison__table-headText {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.2222222222;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-headText {
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
  }
}

.p-about-comparison__table-headCell--kurozam .p-about-comparison__table-headText {
  width: 110rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-headCell--kurozam .p-about-comparison__table-headText {
    width: 80rem;
  }
}

.p-about-comparison__table-titleCell {
  padding: 19rem 20rem;
  border-bottom: 1px solid #5F5F5F;
  text-align: left;
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.2222222222;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-titleCell {
    padding: 12rem 16rem;
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #f2f2f2;
    box-shadow: inset -10px 0 10px -5px rgba(0, 0, 0, 0.1);
  }
}

.p-about-comparison__table-dataCell {
  padding: 12rem 4rem;
  border-bottom: 1px solid #5F5F5F;
  text-align: center;
}

.p-about-comparison__table-dataCell:nth-of-type(1) {
  background-color: #fff;
}

.p-about-comparison__table-dataCell:last-child {
  border-left: 1px dashed #5F5F5F;
}

.p-about-comparison__table-row:last-child .p-about-comparison__table-dataCell:nth-of-type(1) {
  position: relative;
}

.p-about-comparison__table-row:last-child .p-about-comparison__table-dataCell:nth-of-type(1)::after {
  position: absolute;
  display: block;
  top: calc(100% + 1px);
  left: 0;
  content: "";
  width: 100%;
  height: 20rem;
  background-color: #fff;
}

.p-about-comparison__table-mark {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.2222222222;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-mark {
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
  }
}

.p-about-comparison__table-mark--blue {
  color: #00479D;
}

.p-about-comparison__table-note {
  font-size: clamp(10px, 100vw / 1500 * 12, 12px);
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-note {
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
  }
}

.p-about-comparison__table-note--blue {
  color: #00479D;
}

.p-about-comparison__table-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.2222222222;
  color: #00479D;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-inline {
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
  }
}

.p-about-comparison__table-bottomCell {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: none;
}

.p-about-comparison__table-bottomCell--label {
  border-left: none;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-bottomCell--label {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #f2f2f2;
  }
}

.p-about-comparison__table-bottomCell:last-child.p-about-comparison__table-dataCell--col2 {
  border-left: none;
}

th.p-about-comparison__table-bottomCell figure {
  margin-top: 12rem;
}

.p-about-comparison__table-figure {
  margin-top: 12rem;
  width: 322rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-about-comparison__table-figure {
    width: 210rem;
  }
}

.p-about-comparison__table .scroll-hint-icon {
  z-index: 9;
}

.p-about-kurozam {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-kurozam {
    margin-top: 60rem;
  }
}

.p-about-section__content {
  margin-top: 22rem;
  padding: 46rem 50rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-about-section__content {
    margin-top: 20rem;
    padding: 24rem 20rem 28rem;
  }
}

.p-about-kurozam__title {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.45;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-about-kurozam__title {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-about-section__images {
  margin-top: 20rem;
  padding-inline: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34rem 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-section__images {
    margin-top: 16rem;
    padding-inline: 0;
    flex-direction: column;
    gap: 20rem;
  }
}

.p-about-section__image {
  width: calc((100% - 40rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .p-about-section__image {
    width: 100%;
  }
}

.p-about-section__image:nth-child(3) {
  width: 525rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-section__image:nth-child(3) {
    margin-top: 10rem;
    width: 100%;
  }
}

.p-about-kurozam__summary {
  margin-top: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-about-kurozam__summary {
    margin-top: 24rem;
  }
}

.p-about-kurozam__summary-text {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.45;
  letter-spacing: 0em;
  color: #00479d;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-about-kurozam__summary-text {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-about-kurozam__summary-text span {
  display: inline-block;
}

.p-about-section__point {
  margin-top: 14rem;
  padding-left: 10rem;
  padding-right: 10rem;
  height: 64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00479d;
  max-width: 745rem;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-about-section__point {
    margin-top: 12rem;
    padding-left: 16rem;
    padding-right: 16rem;
    height: auto;
    min-height: 60rem;
  }
}

.p-about-section__point-text {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.45;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-about-section__point-text {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-about-section__point-text span {
  display: inline-block;
}

.p-about-heat {
  margin-top: 64rem;
  margin-bottom: 100rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-heat {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }
}

.p-about-heat__description {
  padding-bottom: 10rem;
}

.p-about-heat__description-title {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-about-heat__description-title {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-about-heat__description-text {
  font-weight: 400;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-about-heat__description-text {
    margin-top: 4rem;
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-about-heat__details {
  width: 425rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-about-heat__details {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-about-heat__graph {
    width: 100%;
  }
}

.p-about-heat__note {
  margin-top: 15rem;
  text-align: right;
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.2857142857;
  letter-spacing: 0em;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .p-about-heat__note {
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
    text-align: left;
  }
}

.p-about-heat__summary {
  margin-top: 15rem;
  display: flex;
  justify-content: center;
}

.p-environment-mv {
  padding-block: 55rem;
  background-image: url(/product/kurozam/image/environment/environment_mv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-environment-mv {
    padding-block: 40rem;
    margin-bottom: 48rem;
  }
}

.p-environment-mv__container {
  padding: 68rem 60rem;
  background-color: rgba(21, 21, 21, 0.8);
}
@media screen and (max-width: 767.98px) {
  .p-environment-mv__container {
    padding: 36rem 20rem;
  }
}

.p-environment-mv__flex {
  display: flex;
  column-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-environment-mv__flex {
    flex-direction: column;
    row-gap: 20rem;
  }
}

.p-environment-mv__logo {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .p-environment-mv__logo {
    width: 100%;
    max-width: 360rem;
  }
}

.p-environment-mv__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-environment-mv__title {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-environment-mv__title span {
  display: inline-block;
}

.p-environment-mv__text {
  margin-top: 40rem;
  line-height: 1.875;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-environment-mv__text {
    margin-top: 32rem;
  }
}

.p-environment-section {
  margin-top: 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-environment-section {
    margin-top: 40rem;
  }
}

.p-environment-arumi {
  margin-bottom: 100rem;
}
@media screen and (max-width: 767.98px) {
  .p-environment-arumi {
    margin-bottom: 60rem;
  }
}

.p-environment-section__container {
  margin-top: 25rem;
  background-color: #fff;
  padding: 40rem 40rem 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-environment-section__container {
    margin-top: 20rem;
    padding: 28rem 20rem 36rem;
  }
}

.p-environment-method__title {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-environment-method__title {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-environment-method__image {
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-environment-method__image {
    margin-inline: -20rem;
    width: 800rem;
  }
}

.p-environment-section__text {
  line-height: 2.125;
}
@media screen and (max-width: 767.98px) {
  .p-environment-section__text {
    line-height: 1.4;
  }
}

.p-environment-section__graph {
  margin-top: 30rem;
  margin-inline: auto;
  max-width: 635rem;
}

.p-environment-section__caution-list {
  display: block;
  margin-top: 20rem;
}

.p-environment-section__caution-item {
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.7142857143;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .p-environment-section__caution-item {
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
    line-height: 1.4;
  }
}

.p-environment-section__caution-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.p-feature-anchor {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature-anchor {
    margin-top: 40rem;
  }
}

.p-feature-section {
  margin-top: 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section {
    margin-top: 48rem;
  }
}

#anchor03.p-feature-section {
  margin-bottom: 120rem;
}
@media screen and (max-width: 767.98px) {
  #anchor03.p-feature-section {
    margin-bottom: 60rem;
  }
}

.p-feature-section__container {
  margin-top: 24rem;
  padding-top: 40rem;
  padding-inline: 50rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__container {
    margin-top: 20rem;
    padding-top: 30rem;
    padding-inline: 20rem;
  }
}

#anchor01 .p-feature-section__container {
  padding-bottom: 115rem;
}
@media screen and (max-width: 767.98px) {
  #anchor01 .p-feature-section__container {
    padding-bottom: 40rem;
  }
}

#anchor02 .p-feature-section__container {
  padding-bottom: 80rem;
}
@media screen and (max-width: 767.98px) {
  #anchor02 .p-feature-section__container {
    padding-bottom: 40rem;
  }
}

#anchor03 .p-feature-section__container {
  padding-bottom: 65rem;
}
@media screen and (max-width: 767.98px) {
  #anchor03 .p-feature-section__container {
    padding-bottom: 40rem;
  }
}

.p-feature-section__heading {
  margin-inline: -10rem;
  width: calc(100% + 20rem);
  display: flex;
  column-gap: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__heading {
    margin-inline: 0;
    width: 100%;
    flex-direction: column;
    row-gap: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-feature-section__heading:not(:first-child) {
    margin-top: 12rem;
  }
}

.p-feature-section__heading-title {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__heading-title {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-feature-section__order {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__order {
    width: 100%;
    flex-direction: column;
    row-gap: 4rem;
  }
}

.p-feature-section__order-item {
  width: 43.5%;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__order-item {
    width: 100%;
  }
}

.p-feature-section__text {
  padding-top: 2rem;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.875;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__text {
    padding-top: 0;
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-feature-section__figure {
  margin-top: 48rem;
  background-color: #F2F2F2;
  padding-top: 26rem;
  padding-bottom: 36rem;
  display: flex;
  column-gap: 40rem;
  padding-left: 350rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__figure {
    margin-top: 30rem;
    padding: 20rem 20rem 0;
    flex-direction: column;
    row-gap: 32rem;
    background-color: unset;
  }
}

#anchor01 .p-feature-section__figure {
  margin-top: 60rem;
}
@media screen and (max-width: 767.98px) {
  #anchor01 .p-feature-section__figure {
    margin-top: 24rem;
  }
}

#anchor03 .p-feature-section__figure {
  padding-bottom: 110rem;
}
@media screen and (max-width: 767.98px) {
  #anchor03 .p-feature-section__figure {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .p-feature-section__figure::before {
    position: absolute;
    bottom: -20rem;
    left: 0;
    content: "";
    width: 100%;
    height: calc(100% - 28rem);
    background-color: #f2f2f2;
    z-index: -1;
  }
}

.p-feature-section__figure-item:nth-child(1) {
  position: absolute;
  left: 30rem;
  width: 280rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__figure-item:nth-child(1) {
    position: relative;
    left: auto;
    width: 100%;
    max-width: 340rem;
    margin-inline: auto;
  }
}

#anchor01 .p-feature-section__figure-item:nth-child(1) {
  top: -7%;
}

#anchor02 .p-feature-section__figure-item:nth-child(1) {
  top: -3%;
}

#anchor03 .p-feature-section__figure-item:nth-child(1) {
  top: -5%;
}

.p-feature-section__figure-item:nth-child(2),
.p-feature-section__figure-item:nth-child(3) {
  width: 240rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__figure-item:nth-child(2),
  .p-feature-section__figure-item:nth-child(3) {
    width: 86%;
    max-width: 300rem;
    margin-inline: auto;
  }
}

#anchor02 .p-feature-section__figure-item:nth-child(2) {
  width: 260rem;
}
@media screen and (max-width: 767.98px) {
  #anchor02 .p-feature-section__figure-item:nth-child(2) {
    width: 100%;
    max-width: 330rem;
    margin-inline: auto;
  }
}

.p-feature-section__figure-heading--black {
  background-color: #151515;
  padding-block: 21rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__figure-heading--black {
    padding-block: 16rem;
  }
}

.p-feature-section__figure-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__figure-title {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-feature-section__figure-title img {
  width: 110px;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__figure-title img {
    width: 80rem;
  }
}

.p-feature-section__figure-body {
  margin-top: 24rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__figure-body {
    margin-top: 16rem;
  }
}

.p-feature-section__figure-body--white {
  margin-top: 0;
  background-color: #fff;
  padding: 22rem 20rem;
  box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.25);
}

#anchor01 .p-feature-section__figure-body--white {
  padding-bottom: 32rem;
}

#anchor02 .p-feature-section__figure-body--white {
  padding-bottom: 48rem;
}

#anchor01 .p-feature-section__figure-body--white {
  padding-bottom: 32rem;
}

.p-feature-section__figure-text {
  margin-top: 12rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.4;
  color: #00479d;
}
@media screen and (max-width: 767.98px) {
  .p-feature-section__figure-text {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-standard-section {
  margin-top: 64rem;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section {
    margin-top: 48rem;
  }
}

.p-standard-section--01 {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section--01 {
    margin-top: 60rem;
  }
}

.p-standard-section:last-of-type {
  margin-bottom: 100rem;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section:last-of-type {
    margin-bottom: 60rem;
  }
}

.p-standard-section__container {
  margin-top: 25rem;
  background-color: #fff;
  padding: 40rem 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section__container {
    margin-top: 20rem;
    padding: 20rem 15rem;
  }
}

.p-standard-section__unit {
  text-align: right;
  margin-bottom: 4rem;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
}
@media screen and (max-width: 767.98px) {
  .p-standard-section__unit {
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
  }
}

.p-standard-section__table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}

.p-standard-section__table thead tr {
  background-color: #D2D5D9;
}

.p-standard-section__table tbody tr {
  border-bottom: 1px solid #5F5F5F;
}

.p-standard-section__table-header {
  padding: 15rem 5rem;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section__table-header {
    padding: 12rem 4rem;
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
    line-height: 1.4285714286;
  }
}

.p-standard-section--01 .p-standard-section__table-header:nth-child(1) {
  width: 15%;
  height: 54rem;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section--01 .p-standard-section__table-header:nth-child(1) {
    width: 20%;
  }
}

.p-standard-section--01 .p-standard-section__table-header:nth-child(2) {
  width: 28%;
  height: 54rem;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section--01 .p-standard-section__table-header:nth-child(2) {
    width: 23%;
  }
}

.p-standard-section--01 .p-standard-section__table-header:nth-child(3) {
  width: 27%;
  height: 54rem;
}

.p-standard-section--01 .p-standard-section__table-header:nth-child(4) {
  width: 30%;
  height: 54rem;
}

.p-standard-section--02 .p-standard-section__table-header {
  width: 25%;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section--02 .p-standard-section__table-header {
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
  }
}

.p-standard-section--03 .p-standard-section__table-header:nth-child(1) {
  width: 39%;
}

.p-standard-section--03 .p-standard-section__table-header:nth-child(2) {
  width: 22%;
}

.p-standard-section--03 .p-standard-section__table-header:nth-child(3) {
  width: 39%;
}

.p-standard-section--04 .p-standard-section__table-header:nth-child(1) {
  width: 69%;
}

.p-standard-section--04 .p-standard-section__table-header:nth-child(2) {
  width: 31%;
  padding-left: 35rem;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section--04 .p-standard-section__table-header:nth-child(2) {
    padding-inline: 5rem;
    text-align: center;
  }
}

.p-standard-section__table-header-text span {
  display: inline-block;
}

.p-standard-section__table-header:last-child {
  border-right: none;
}

.p-standard-section--01 .p-standard-section__table-cell,
.p-standard-section--02 .p-standard-section__table-cell {
  padding: 24rem 16rem;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section--01 .p-standard-section__table-cell,
  .p-standard-section--02 .p-standard-section__table-cell {
    padding: 16rem 4rem;
  }
}

.p-standard-section--03 .p-standard-section__table-cell,
.p-standard-section--04 .p-standard-section__table-cell {
  padding: 12rem 16rem;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section--03 .p-standard-section__table-cell,
  .p-standard-section--04 .p-standard-section__table-cell {
    padding: 16rem 8rem;
  }
}

.p-standard-section__table-cell:last-child {
  border-right: none;
}

.p-standard-section__table-cell-text {
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section__table-cell-text {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
    line-height: 1.4285714286;
  }
}

.p-standard-section__note {
  margin-top: 18rem;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section__note {
    margin-top: 12rem;
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
    line-height: 1.5;
  }
}

.p-standard-section__text {
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section__text {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-standard-section--04 .p-standard-section__text {
  margin-bottom: 16rem;
}

.p-standard-section--04 .p-standard-section__table-cell:last-child {
  padding-left: 35rem;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section--04 .p-standard-section__table-cell:last-child {
    padding-left: 5rem;
  }
}

.p-standard-section--04 .p-standard-section__table-cell:last-child .p-standard-section__table-cell-text {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-standard-section--04 .p-standard-section__table-cell:last-child .p-standard-section__table-cell-text {
    text-align: center;
  }
}

.p-standard-section__image {
  margin-inline: auto;
  margin-top: 20px;
  max-width: 485rem;
}

.p-assist-section:nth-of-type(1) {
  margin-top: 85rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section:nth-of-type(1) {
    margin-top: 60rem;
  }
}

.p-assist-section:nth-of-type(2) {
  margin-top: 60rem;
  margin-bottom: 100rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section:nth-of-type(2) {
    margin-bottom: 60rem;
  }
}

.p-assist-section__lead {
  margin-top: 35rem;
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__lead {
    margin-top: 24rem;
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-assist-section__container-group {
  margin-top: 24rem;
  display: flex;
  flex-direction: column;
  gap: 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__container-group {
    margin-top: 20rem;
    gap: 40rem;
  }
}

.p-assist-section__container {
  background-color: #ffffff;
  padding: 40rem 50rem 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__container {
    padding: 20rem 20rem 30rem;
  }
}

.p-assist-section__header {
  background-color: #CED1D5;
  padding: 16rem 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__header {
    padding: 14rem 20rem;
  }
}

.p-assist-section__header-sub {
  font-weight: 400;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000000;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__header-sub {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-assist-section__header-title {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__header-title {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-assist-section__text {
  margin-top: 12rem;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__text {
    margin-top: 16rem;
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-assist-section__spec {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__spec {
    margin-top: 20rem;
  }
}

.p-assist-section__spec-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__spec-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-assist-section__spec-row + .p-assist-section__spec-row {
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__spec-row + .p-assist-section__spec-row {
    margin-top: 16rem;
  }
}

.p-assist-section__spec-label {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.4444444444;
  width: 164rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__spec-label {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
    width: auto;
  }
}

.p-assist-section__spec-value {
  margin-left: 16rem;
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__spec-value {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
    margin-left: 0;
    margin-top: 4rem;
  }
}

.p-assist-section__images {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__images {
    flex-direction: column;
    align-items: center;
  }
}

.p-assist-section__images01 {
  margin-top: 10rem;
  margin-bottom: -10rem;
  gap: 10rem;
}

.p-assist-section__image01_01 {
  width: 390rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__image01_01 {
    width: 100%;
    max-width: 450px;
  }
}

.p-assist-section__image01_02 {
  width: 219rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__image01_02 {
    width: 65%;
    max-width: 250px;
  }
}

.p-assist-section__images02 {
  margin-top: 10rem;
  gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__images02 {
    margin-top: 24rem;
    gap: 30rem;
  }
}

.p-assist-section__images02_01 {
  width: 262rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__images02_01 {
    width: 70%;
    max-width: 300px;
  }
}

.p-assist-section__images02_02 {
  width: 290rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__images02_02 {
    width: 75%;
    max-width: 300px;
  }
}

.p-assist-section__images02_03 {
  width: 160rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__images02_03 {
    width: 40%;
    max-width: 160px;
  }
}

.p-assist-section__images03 {
  margin-block: 40rem;
  align-items: center;
  gap: 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__images03 {
    gap: 40rem;
  }
}

.p-assist-section__image03_01 {
  width: 274rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__image03_01 {
    width: 70%;
    max-width: 300px;
  }
}

.p-assist-section__image03_02 {
  width: 236rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__image03_02 {
    width: 60%;
    max-width: 260px;
  }
}

.p-assist-section__image03_03 {
  width: 279rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__image03_03 {
    width: 70%;
    max-width: 300px;
  }
}

.p-assist-section__note {
  margin-top: 10rem;
  font-weight: 400;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.8571428571;
  letter-spacing: 0em;
  color: #000000;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__note {
    font-size: clamp(10px, 100vw / 375 * 13, 13px);
    line-height: 1.4;
  }
}

.p-assist-section__bottom {
  margin-top: 10rem;
  min-height: 100rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 10rem 2rem rgba(0, 0, 0, 0.1);
  padding-block: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__bottom {
    min-height: auto;
    padding: 20rem 10rem;
  }
}

.p-assist-section__bottom--topSpace {
  margin-top: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__bottom--topSpace {
    margin-top: 20rem;
  }
}

.p-assist-section__bottom--double {
  gap: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__bottom--double {
    flex-direction: column;
    gap: 30rem;
  }
}

.p-assist-section__bottom-item {
  flex: 0 0 auto;
}

.p-assist-section__bottom-text {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__bottom-text {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-assist-section__bottom-text a {
  display: inline-block;
}

.p-assist-section__images04 {
  margin-block: 40rem;
  align-items: center;
  gap: 50rem;
}

.p-assist-section__image04_01 {
  width: 286rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__image04_01 {
    width: 80%;
    max-width: 300px;
  }
}

.p-assist-section__image04_02 {
  width: 173rem;
}
@media screen and (max-width: 767.98px) {
  .p-assist-section__image04_02 {
    width: 45%;
    max-width: 173px;
  }
}

.p-application-mv {
  margin-top: -1px;
  padding-block: 70rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-application-mv {
    padding-block: 40rem;
  }
}

.p-application-mv::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100vw;
  height: 100%;
  background: url(/product/kurozam/image/application/application_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-application-mv::before {
    left: 47%;
    width: 1000px;
  }
}

.p-application-mv__container {
  padding-block: 35rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 15.38%, #000 85.1%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767.98px) {
  .p-application-mv__container {
    padding-block: 20rem;
  }
}

.p-application-mv__title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-application-mv__title {
    font-size: clamp(10px, 100vw / 375 * 22, 22px);
  }
}

.p-application-section {
  margin-top: 80rem;
  margin-bottom: 120rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-section {
    margin-top: 60rem;
    margin-bottom: 80rem;
  }
}

.p-application-section__list {
  display: flex;
  flex-direction: column;
  row-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-section__list {
    row-gap: 32rem;
  }
}

.p-application-section__item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-application-section__item {
    flex-direction: column;
  }
}

.p-application-section__item-title {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  z-index: -999;
  visibility: hidden;
}

.p-application-section__new {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00479D;
  padding: 12rem 20rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.1666666667;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .p-application-section__new {
    padding: 10rem 16rem;
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-application-section__item:first-child .p-application-section__new {
  display: block;
}

.p-application-section__image {
  width: 40%;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-application-section__image {
    width: 100%;
  }
}

.p-application-section__image img {
  height: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-application-section__image img {
    aspect-ratio: 16/9;
  }
}

@media (hover: hover) {
  .p-application-section__item:has(.p-application-section__body-link:hover) .p-application-section__image img {
    transform: scale(1.1);
  }
}
.p-application-section__body {
  flex: 1;
  padding: 40rem 30rem 25rem 45rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-application-section__body {
    padding: 16rem;
  }
}

.p-application-section__body-top {
  flex: 1;
  margin-bottom: 28rem;
}

.p-application-section__body-logo img {
  height: 58rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .p-application-section__body-logo img {
    height: 38rem;
  }
}

.p-application-section__body-text {
  margin-top: 30rem;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.6666666667;
}
@media screen and (max-width: 767.98px) {
  .p-application-section__body-text {
    margin-top: 14rem;
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-application-section__body-bottom {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.p-application-section__body-link {
  padding-block: 4rem;
  padding-right: 42rem;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.1875;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-application-section__body-link {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-application-section__body-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 32rem;
  height: 16rem;
  background-color: #00479D;
}

.p-application-section__body-link::after {
  position: absolute;
  top: 50%;
  right: 14rem;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 7rem;
  height: 7rem;
  border-top: 2rem solid #fff;
  border-right: 2rem solid #fff;
}

.p-application-detail {
  margin-block: 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail {
    margin-top: 40rem;
  }
}

.p-application-detail__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8rem 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__heading {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16rem;
  }
}

.p-application-detail__heading-image img {
  height: 60rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__heading-image img {
    height: 42rem;
  }
}

.p-application-detail__heading-text {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__heading-text {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4rem;
  }
}

.p-application-detail__heading-company {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__heading-company {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-application-detail__heading-client {
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__heading-client {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-application-detail__thumbnail {
  margin-top: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__thumbnail {
    margin-top: 24rem;
  }
}

.p-application-detail__content {
  margin-top: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__content {
    margin-top: 24rem;
  }
}

.p-application-detail__lead {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__lead {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-application-detail__text {
  margin-top: 30rem;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__text {
    margin-top: 24rem;
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
  }
}

.p-application-detail__gallery {
  margin-top: 30rem;
  display: flex;
  flex-wrap: wrap;
  gap: 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__gallery {
    margin-top: 24rem;
    gap: 12rem;
  }
}

.column-3 .p-application-detail__gallery-item {
  width: calc((100% - 100rem) / 3);
}
@media screen and (max-width: 767.98px) {
  .column-3 .p-application-detail__gallery-item {
    width: calc((100% - 12rem) / 2);
  }
}

.column-4 .p-application-detail__gallery-item {
  width: calc((100% - 150rem) / 4);
}
@media screen and (max-width: 767.98px) {
  .column-4 .p-application-detail__gallery-item {
    width: calc((100% - 12rem) / 2);
  }
}

.p-application-detail__back {
  margin-top: 60rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__back {
    margin-top: 40rem;
  }
}

.p-application-detail__back-link {
  padding-block: 4rem;
  padding-left: 42rem;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.875;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-application-detail__back-link {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-application-detail__back-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 32rem;
  height: 16rem;
  background-color: #00479D;
}

.p-application-detail__back-link::after {
  position: absolute;
  top: 50%;
  left: 14rem;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 7rem;
  height: 7rem;
  border-bottom: 2rem solid #fff;
  border-left: 2rem solid #fff;
}

.p-application-relation {
  padding-top: 64rem;
  padding-bottom: 70rem;
  background-image: url(/product/kurozam/image/application/application_relation.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .p-application-relation {
    padding-top: 40rem;
    padding-bottom: 60rem;
  }
}

.p-application-relation__title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 2.0833333333;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-application-relation__title {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-application-relation__list {
  margin-top: 14rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-relation__list {
    margin-top: 10rem;
    flex-direction: column;
    gap: 32rem;
  }
}

.p-application-relation__item {
  width: calc((100% - 40rem) / 3);
}
@media screen and (max-width: 767.98px) {
  .p-application-relation__item {
    width: 100%;
  }
}

.p-application-relation__link {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.p-application-relation__image {
  overflow: hidden;
}

.p-application-relation__image img {
  aspect-ratio: 320/168;
  transition: all 0.3s;
}

@media (hover: hover) {
  .p-application-relation__link:hover .p-application-relation__image img {
    transform: scale(1.1);
  }
}
.p-application-relation__body {
  flex: 1;
  background-color: #fff;
  padding: 24rem 20rem 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-application-relation__body {
    padding: 20rem 16rem 16rem;
  }
}

.p-application-relation__body-title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
}
@media screen and (max-width: 767.98px) {
  .p-application-relation__body-title {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-application-relation__body-title span {
  display: inline-block;
  margin-right: 4rem;
}

.p-application-relation__body-text {
  margin-top: 13rem;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.6666666667;
}
@media screen and (max-width: 767.98px) {
  .p-application-relation__body-text {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-regardingoutdooruse-section {
  margin-top: 80rem;
  margin-bottom: 120rem;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }
}

.p-regardingoutdooruse-section__title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.2083333333;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__title {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-regardingoutdooruse-section__caution {
  margin-top: 20rem;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.5;
  color: #00479D;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__caution {
    margin-top: 16rem;
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-regardingoutdooruse-section__content {
  margin-top: 10rem;
}

.p-regardingoutdooruse-section__container {
  padding: 36rem 50rem 40rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__container {
    padding: 20rem;
  }
}

.p-regardingoutdooruse-section__container:not(:first-child) {
  margin-top: 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__container:not(:first-child) {
    margin-top: 40rem;
  }
}

.p-regardingoutdooruse-section__list {
  display: flex;
  gap: 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__list {
    flex-direction: column;
    gap: 28rem;
  }
}

.p-regardingoutdooruse-section__item {
  width: calc((100% - 50rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__item {
    width: 100%;
  }
}

.p-regardingoutdooruse-section__item-title {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__item-title {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-regardingoutdooruse-section__item-title span {
  color: #00479D;
}

.p-regardingoutdooruse-section__item-image {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__item-image {
    margin-top: 8rem;
  }
}

.p-regardingoutdooruse-section__item-image figcaption {
  margin-bottom: -5rem;
  text-align: right;
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 2.125;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__item-image figcaption {
    font-size: clamp(10px, 100vw / 375 * 13, 13px);
  }
}

.p-regardingoutdooruse-section__point {
  margin-top: 40rem;
  margin-inline: auto;
  max-width: 745rem;
  width: 100%;
  padding: 20rem 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00479d;
}

.p-regardingoutdooruse-section__point-text {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-regardingoutdooruse-section__point-text {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-link-solution {
  padding-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-link-solution {
    padding-top: 40rem;
  }
}

.p-link-solution__title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.2083333333;
}
@media screen and (max-width: 767.98px) {
  .p-link-solution__title {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-link-solution__image {
  margin-top: 24rem;
}

.p-link-solution__text {
  margin-top: 20rem;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .p-link-solution__text {
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
  }
}

.p-link-metal {
  margin-top: 60rem;
}

.p-link-metal__catch {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.5;
  color: #00479D;
}
@media screen and (max-width: 767.98px) {
  .p-link-metal__catch {
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-link-metal__title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.2083333333;
}
@media screen and (max-width: 767.98px) {
  .p-link-metal__title {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-link-metal__container {
  margin-top: 30rem;
  padding: 55rem 50rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-link-metal__container {
    padding: 25rem 16rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-link-metal__image img {
    width: 700rem;
  }
}

.p-link-related {
  margin-top: 60rem;
}

.p-link-related__title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-link-related__title {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-link-related__anchor {
  margin-top: 25rem;
}

.p-link-related__content {
  margin-top: 60rem;
}

.p-link-related__group:not(:first-child) {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group:not(:first-child) {
    margin-top: 60rem;
  }
}

.p-link-related__group-title {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.2222222222;
  padding: 1rem 0 1rem 12rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group-title {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-link-related__group-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4rem;
  height: 100%;
  background-color: #00479D;
}

.p-link-related__group-list {
  margin-top: 20rem;
  display: flex;
  flex-wrap: wrap;
  gap: 60rem 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group-list {
    gap: 36rem 16rem;
  }
}

.p-link-related__group-item {
  width: calc((100% - 40rem) / 3);
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group-item {
    width: calc((100% - 16rem) / 2);
  }
}

.p-link-related__group-image {
  padding: 13rem 30rem 12rem;
  background-color: #fff;
  box-shadow: 0px 0px 10rem 4rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group-image {
    padding: 12rem 8rem;
  }
}

.p-link-related__group-body {
  margin-top: 13rem;
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group-body {
    margin-top: 8rem;
  }
}

.p-link-related__group-name {
  padding: 13rem 24rem 13rem 0;
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.3333333333;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group-name {
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
    padding-right: 20rem;
  }
}

.p-link-related__group-name::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 18rem;
  height: 18rem;
  background: url(/product/kurozam/image/link/link_icon_open.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group-name::after {
    width: 14rem;
    height: 14rem;
  }
}

.p-link-related__group-item--pdf .p-link-related__group-name::after {
  width: 20rem;
  height: 20rem;
  background: url(/product/kurozam/image/link/link_icon_pdf.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group-item--pdf .p-link-related__group-name::after {
    width: 15rem;
    height: 15rem;
  }
}

.p-link-related__group-company {
  margin-top: 13rem;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.2142857143;
}
@media screen and (max-width: 767.98px) {
  .p-link-related__group-company {
    margin-top: 10rem;
    font-size: clamp(10px, 100vw / 375 * 13, 13px);
  }
}

.p-link-zam {
  margin-top: 60rem;
  margin-bottom: 100rem;
}
@media screen and (max-width: 767.98px) {
  .p-link-zam {
    margin-bottom: 60rem;
  }
}

.p-link-zam__title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.2083333333;
}
@media screen and (max-width: 767.98px) {
  .p-link-zam__title {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-link-zam__image {
  margin-top: 24rem;
}

.p-link-zam__text {
  margin-top: 20rem;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .p-link-zam__text {
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
  }
}

.p-guideline {
  padding-top: 80rem;
  padding-bottom: 120rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline {
    padding-top: 40rem;
    padding-bottom: 80rem;
  }
}

.p-guideline__title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.2083333333;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__title {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-guideline__content {
  margin-top: 36rem;
}

.p-guideline__section:not(:first-child) {
  margin-top: 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section:not(:first-child) {
    margin-top: 40rem;
  }
}

.p-guideline__section-title {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-title {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-guideline__section-title span {
  margin-right: 8rem;
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-title span {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-guideline__section-container {
  margin-top: 24rem;
  padding: 40rem 50rem 50rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-container {
    margin-top: 20rem;
    padding: 20rem;
  }
}

.p-guideline__section-text {
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.75;
  margin-bottom: -10rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-text {
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
    margin-bottom: 0;
  }
}

.p-guideline__section-text--bold {
  font-weight: 700;
}

.p-guideline__section-box:not(:first-child) {
  margin-top: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box:not(:first-child) {
    margin-top: 30rem;
  }
}

.p-guideline__section-box-title {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.2222222222;
  letter-spacing: 0;
  color: #151515;
  padding: 1rem 0 1rem 12rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box-title {
    font-size: clamp(10px, 100vw / 375 * 17, 17px);
  }
}

.p-guideline__section-box-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4rem;
  height: 100%;
  background-color: #00479D;
}

.p-guideline__section-box-content {
  margin-top: 21rem;
  padding-left: 180rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box-content {
    margin-top: 16rem;
    padding-left: 0;
  }
}

.p-guideline__section-box-text {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box-text {
    flex-wrap: wrap;
    row-gap: 4rem;
  }
}

.p-guideline__section-box-example {
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box-example {
    width: 100%;
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-guideline__section-box-bold {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 24, 24px);
  line-height: 1.0833333333;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box-bold {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-guideline__section-box-bold span {
  display: inline-block;
}

.p-guideline__section-box-bold-mark {
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box-bold-mark {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-guideline__section-box-note {
  margin-top: 6rem;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.8571428571;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box-note {
    font-size: clamp(10px, 100vw / 375 * 12, 12px);
  }
}

.p-guideline__section-box-text-image {
  width: 397rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box-text-image {
    width: 250rem;
    margin-left: 12rem;
    margin-bottom: 4rem;
  }
}

.p-guideline__section-box-logo-mark {
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-box-logo-mark {
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-guideline__caution {
  counter-reset: caution-counter;
}

.p-guideline__caution-item {
  counter-increment: caution-counter;
}

.p-guideline__caution-item:not(:first-child) {
  margin-top: 40rem;
}

.p-guideline__caution-text {
  font-weight: 500;
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.75;
  padding-left: 50rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-text {
    padding-left: 36rem;
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
  }
}

.p-guideline__caution-text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "（" counter(caution-counter) "）";
}

.p-guideline__caution-example {
  margin-top: 36rem;
  padding-left: 185rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example {
    margin-top: 30rem;
    padding-left: 0;
  }
}

.p-guideline__caution-example--custom {
  padding-left: 206rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example--custom {
    padding-left: 0;
  }
}

.p-guideline__caution-example-item {
  display: flex;
  align-items: center;
  column-gap: 13rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-item {
    margin-top: 20rem;
    padding-left: 36rem;
    column-gap: 16rem;
  }
}

.p-guideline__caution-example-item02 {
  margin-top: 16rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-item02 {
    margin-top: 24rem;
  }
}

.p-guideline__caution-example-item04 {
  margin-top: 32rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-item04 {
    margin-top: 24rem;
  }
}

.p-guideline__caution-example-mark {
  font-weight: 700;
  font-size: clamp(10px, 100vw / 1500 * 30, 30px);
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-mark {
    font-size: clamp(10px, 100vw / 375 * 20, 20px);
  }
}

.p-guideline__caution-example-content {
  flex: 1;
}

.p-guideline__caution-example-logo01 {
  display: flex;
  margin-left: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-logo01 {
    margin-left: 0;
  }
}

.p-guideline__caution-example-logo02 {
  display: flex;
  margin-left: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-logo02 {
    margin-left: 0;
  }
}

.p-guideline__caution-example-logo03 {
  display: flex;
  margin-left: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-logo03 {
    margin-left: 0;
  }
}

.p-guideline__caution-example-image01 {
  width: 397rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-image01 {
    width: 150rem;
  }
}

.p-guideline__caution-example-image02 {
  width: 437rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-image02 {
    width: 150rem;
  }
}

.p-guideline__caution-example-image03 {
  width: 417rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-image03 {
    width: 150rem;
  }
}

.p-guideline__caution-example-logo-mark {
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-logo-mark {
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-guideline__caution-example-text01 {
  margin-top: 10rem;
  margin-left: 12rem;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.8571428571;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-text01 {
    margin-left: 0;
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
    line-height: 1.2;
  }
}

.p-guideline__caution-example-text02 {
  margin-top: -6rem;
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-text02 {
    margin-top: 0;
    font-size: clamp(10px, 100vw / 375 * 16, 16px);
  }
}

.p-guideline__caution-example-text03 {
  margin-top: -10px;
  margin-left: 32rem;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.8571428571;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-text03 {
    margin-top: 0;
    margin-left: 0;
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-guideline__caution-example-text04 {
  margin-top: 10rem;
  margin-left: 32rem;
  font-size: clamp(10px, 100vw / 1500 * 14, 14px);
  line-height: 1.8571428571;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-text04 {
    margin-top: 4rem;
    margin-left: 0;
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-guideline__caution-example-text-logo {
  display: inline-block;
  width: 134rem;
  margin-inline: 5rem;
  transform: translateY(4rem);
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-example-text-logo {
    width: 80rem;
    margin-inline: 0;
    transform: translateY(-1rem);
  }
}

.p-guideline__caution-table {
  margin-top: 20rem;
  margin-inline: auto;
  max-width: 700rem;
  box-shadow: 0px 0px 10rem 4rem rgba(0, 0, 0, 0.1);
  padding: 20rem 25rem 25rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-table {
    padding-inline: 20rem;
  }
}

.p-guideline__caution-table-list {
  padding: 12rem 0 13rem 150rem;
  display: flex;
  align-items: center;
  column-gap: 20rem;
  border-bottom: 1rem solid #5F5F5F;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-table-list {
    column-gap: 10rem;
    padding-left: 0;
  }
}

.p-guideline__caution-table-title {
  width: 80rem;
  text-align: center;
  font-size: clamp(10px, 100vw / 1500 * 20, 20px);
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-table-title {
    width: 32rem;
    font-size: clamp(10px, 100vw / 375 * 18, 18px);
  }
}

.p-guideline__caution-table-desc {
  font-size: clamp(10px, 100vw / 1500 * 18, 18px);
  line-height: 1.2222222222;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__caution-table-desc {
    flex: 1;
    font-size: clamp(10px, 100vw / 375 * 15, 15px);
  }
}

.p-guideline__section-type {
  margin-top: 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__section-type {
    margin-top: 40rem;
  }
}

.p-guideline__type-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40rem;
  margin-bottom: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-list {
    flex-direction: column;
    gap: 32rem;
  }
}

.p-guideline__type-item {
  width: 100%;
}

.p-guideline__type-item:nth-child(1) .p-guideline__type-inner,
.p-guideline__type-item:nth-child(2) .p-guideline__type-inner,
.p-guideline__type-item:nth-child(3) .p-guideline__type-inner,
.p-guideline__type-item:nth-child(4) .p-guideline__type-inner {
  margin-inline: auto;
  width: 397rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-item:nth-child(1) .p-guideline__type-inner,
  .p-guideline__type-item:nth-child(2) .p-guideline__type-inner,
  .p-guideline__type-item:nth-child(3) .p-guideline__type-inner,
  .p-guideline__type-item:nth-child(4) .p-guideline__type-inner {
    width: 100%;
  }
}

.p-guideline__type-item:nth-child(5) .p-guideline__type-inner,
.p-guideline__type-item:nth-child(6) .p-guideline__type-inner {
  margin-inline: auto;
  width: 582rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-item:nth-child(5) .p-guideline__type-inner,
  .p-guideline__type-item:nth-child(6) .p-guideline__type-inner {
    width: 100%;
  }
}

.p-guideline__type-item:nth-child(n+7) {
  width: calc((100% - 40rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-item:nth-child(n+7) {
    width: 100%;
  }
}

.p-guideline__type-item:nth-child(7) .p-guideline__type-inner,
.p-guideline__type-item:nth-child(9) .p-guideline__type-inner,
.p-guideline__type-item:nth-child(11) .p-guideline__type-inner {
  width: fit-content;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-item:nth-child(7) .p-guideline__type-inner,
  .p-guideline__type-item:nth-child(9) .p-guideline__type-inner,
  .p-guideline__type-item:nth-child(11) .p-guideline__type-inner {
    margin-left: 0;
    align-items: flex-start;
  }
}

.p-guideline__type-item:nth-child(8) .p-guideline__type-inner,
.p-guideline__type-item:nth-child(10) .p-guideline__type-inner,
.p-guideline__type-item:nth-child(12) .p-guideline__type-inner {
  width: fit-content;
  margin-right: auto;
}

.p-guideline__type-text {
  font-size: clamp(10px, 100vw / 1500 * 16, 16px);
  line-height: 1.1875;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-text {
    margin-left: -5rem;
    width: calc(100% + 10rem);
    font-size: clamp(10px, 100vw / 375 * 14, 14px);
  }
}

.p-guideline__type-item:nth-child(n+7) .p-guideline__type-image {
  width: 320rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-item:nth-child(n+7) .p-guideline__type-image {
    width: 100%;
    max-width: 150rem;
  }
}

.p-guideline__type-image {
  margin-top: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-image {
    margin-top: 16rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-guideline__type-item:nth-child(1) .p-guideline__type-image,
  .p-guideline__type-item:nth-child(2) .p-guideline__type-image,
  .p-guideline__type-item:nth-child(3) .p-guideline__type-image,
  .p-guideline__type-item:nth-child(4) .p-guideline__type-image {
    max-width: 160rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-guideline__type-item:nth-child(5) .p-guideline__type-image,
  .p-guideline__type-item:nth-child(6) .p-guideline__type-image {
    max-width: 295rem;
  }
}

.p-guideline__type-item:nth-child(7) .p-guideline__type-image,
.p-guideline__type-item:nth-child(9) .p-guideline__type-image,
.p-guideline__type-item:nth-child(11) .p-guideline__type-image {
  margin-right: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-item:nth-child(7) .p-guideline__type-image,
  .p-guideline__type-item:nth-child(9) .p-guideline__type-image,
  .p-guideline__type-item:nth-child(11) .p-guideline__type-image {
    margin-right: 0;
  }
}

.p-guideline__type-item:nth-child(8) .p-guideline__type-image,
.p-guideline__type-item:nth-child(10) .p-guideline__type-image,
.p-guideline__type-item:nth-child(12) .p-guideline__type-image {
  margin-left: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__type-item:nth-child(8) .p-guideline__type-image,
  .p-guideline__type-item:nth-child(10) .p-guideline__type-image,
  .p-guideline__type-item:nth-child(12) .p-guideline__type-image {
    margin-left: 0;
  }
}

.p-guideline__bottom {
  margin-top: 40rem;
  padding: 30rem;
  background-color: #fff;
  box-shadow: 0px 0px 10rem 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.98px) {
  .p-guideline__bottom {
    margin-top: 28rem;
    padding: 24rem;
  }
}

.p-guideline__bottom-inner {
  margin-inline: auto;
  max-width: 680rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__bottom-inner {
    max-width: 100%;
  }
}

.p-guideline__bottom-list {
  display: flex;
  justify-content: center;
  column-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__bottom-list {
    flex-direction: column;
    row-gap: 20rem;
  }
}

.p-guideline__bottom-item {
  width: 320rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__bottom-item {
    width: 100%;
  }
}

.p-guideline__bottom-item .p-guideline__type-text {
  text-align: center;
  margin-bottom: -10rem;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__bottom-item .p-guideline__type-text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .p-guideline__bottom-item .p-guideline__type-image {
    max-width: 240rem;
    margin-inline: auto;
  }
}

.p-guideline__bottom-table {
  margin-top: 34rem;
}

.p-guideline__bottom-table .p-guideline__section-text {
  margin-bottom: -4rem;
}

.p-guideline__bottom-link {
  width: fit-content;
  color: #00479D;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767.98px) {
  .p-guideline__bottom-link {
    margin-top: 4rem;
    line-height: 1.4;
  }
}