@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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 dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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 correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --font-family: "Noto Sans JP", sans-serif;
  --font-en: 'Lexend', sans-serif;
  --color-main: #0062AA;
  --color-text: #000000;
  --color-light: #30BAED;
  --color-bg: #fff;
  --bodybg: #fff;
  --vh: 100svh;
}

@supports (height: 100dvh) {
  :root {
    --vh: 100dvh;
  }
}
/**
*width: vw(360); // 1920基準
width: vw(360, 1440);
**/
html {
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  font-size: 62.5%;
}

html,
body {
  overflow-x: clip;
}

body {
  color: var(--color-text);
  font-size: 1.8rem;
  line-height: 2;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  overscroll-behavior: none;
  background: var(--bodybg);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

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

small {
  line-height: 1.5;
  display: inline-block;
  font-size: 90%;
}

img,
video,
object {
  max-width: 100%;
  border: none;
  display: block;
}

._sp {
  display: none;
}

._spi {
  display: none;
}

._pc {
  display: block;
}

._pci {
  display: inline-block;
}

._spf {
  display: none;
}

._pcf {
  display: flex;
}

._lg {
  display: block;
}

._lgf {
  display: flex;
}

@media screen and (max-width: 991px) {
  ._lg {
    display: none;
  }
  ._lgf {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
  ._spi {
    display: inline-block;
  }
  ._spf {
    display: flex;
  }
  ._pc {
    display: none;
  }
  ._pci {
    display: none;
  }
  ._pcf {
    display: none;
  }
}
.c-container {
  padding: 0 clamp(20px, -361.5384615385px + 38.4615384615vw, 100px);
  margin: auto;
  max-width: 1510px;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding: 0 2rem;
  }
}

.c-container_l {
  padding: 0 4rem;
  margin: auto;
  max-width: 1236px;
}
@media screen and (max-width: 767px) {
  .c-container_l {
    padding: 0 2rem;
  }
}

.c-container_s {
  padding: 0 3rem;
  margin: auto;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .c-container_s {
    padding: 0 2rem;
  }
}

.c-container_mid {
  padding: 0 4rem;
  margin: auto;
  max-width: 1236px;
}
@media screen and (max-width: 767px) {
  .c-container_mid {
    padding: 0 2rem;
  }
}

.c-container_wide {
  padding: 0 4rem;
  margin: auto;
  max-width: 1480px;
}
@media screen and (max-width: 767px) {
  .c-container_wide {
    padding: 0 2rem;
  }
}

.view.anim {
  transform: translateY(3rem);
  opacity: 0;
  transition: all 1.5s ease;
}

.view.anim-right {
  transform: translateX(-3rem);
  opacity: 0;
  transition: all 1s ease;
}

.view.fade {
  opacity: 0;
  transition: opacity 1s;
}

.in-view.fade {
  opacity: 1;
}

.in-view.anim {
  transform: translateY(0);
  opacity: 1;
}

.in-view.anim-right {
  transform: translateX(0);
  opacity: 1;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 60s linear infinite;
}

.marquee span {
  white-space: nowrap;
  display: inline-block;
  padding-right: 50px;
  /* 余白 */
}

/* アニメーション */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
  gap: 30px;
  transition: background 0.2s;
}
.js-navopen .l-header {
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 70px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .l-header_title img {
    width: clamp(200px, 175.6888168558px + 6.4829821718vw, 240px);
  }
}
.l-header_hambtn {
  display: none;
  margin-left: 10px;
  width: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  height: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  cursor: pointer;
  align-items: center;
  justify-items: start;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 991px) {
  .l-header_hambtn {
    display: grid;
  }
}
.l-header_hambtn span {
  display: inline-block;
  transition: all 0.4s;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #333;
  grid-area: 1/1/-1/-1;
}
.l-header_hambtn span:nth-child(1) {
  width: 25px;
}
.l-header_hambtn span:nth-child(2) {
  translate: 0 -1rem;
  width: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
}
.l-header_hambtn span:nth-child(3) {
  translate: 0 1rem;
  width: 25px;
}
.l-header_hambtn:hover span:nth-child(1) {
  width: 40px;
}
.l-header_hambtn:hover span:nth-child(2) {
  width: 40px;
}
.l-header_hambtn:hover span:nth-child(3) {
  width: 40px;
}
.js-navopen .l-header_hambtn span:nth-child(1) {
  opacity: 0;
}
.js-navopen .l-header_hambtn span:nth-of-type(2) {
  rotate: 135deg;
  translate: 0;
  width: 40px;
}
.js-navopen .l-header_hambtn span:nth-of-type(3) {
  rotate: -135deg;
  translate: 0;
  width: 40px;
}

.c-globalnav {
  display: flex;
  gap: clamp(30px, 8.6206896552px + 2.1551724138vw, 50px);
  align-items: center;
}
@media screen and (max-width: 991px) {
  .c-globalnav {
    position: absolute;
    top: 100px;
    right: 0;
    width: 90%;
    max-width: 480px;
    padding: 30px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    flex-direction: column;
    visibility: hidden;
    transform: translateX(110%);
    transition: transform 0.4s, visibility 0.1s;
    overflow-y: auto;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .c-globalnav {
    top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .js-navopen .c-globalnav {
    visibility: visible;
    transform: translateX(0);
  }
}
.c-globalnav_list {
  display: grid;
  gap: clamp(30px, -2.0689655172px + 3.2327586207vw, 60px);
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .c-globalnav_list {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
}
.c-globalnav_list a {
  font-size: clamp(18px, 13.724137931px + 0.4310344828vw, 22px);
  font-weight: 500;
  color: #333;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.2;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-globalnav_list a {
    color: #fff;
  }
}
.c-globalnav_list a:hover {
  color: var(--color-main);
}
.c-globalnav_list .en {
  display: block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
}
@media screen and (max-width: 991px) {
  .c-globalnav_list .en {
    font-size: clamp(24px, 22.1796116505px + 0.4854368932vw, 28px);
  }
}
.c-globalnav_list .ja {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 1.5em);
  opacity: 0;
  white-space: nowrap;
  font-size: clamp(16px, 11.724137931px + 0.4310344828vw, 20px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
}
@media screen and (max-width: 991px) {
  .c-globalnav_list .ja {
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: translate(0%, 0px);
    opacity: 1;
    margin-top: 10px;
    font-size: clamp(10px, 8.1796116505px + 0.4854368932vw, 14px);
  }
}
@media (min-width: 992px) {
  .c-globalnav_list a:hover .en {
    transform: translateY(-1.4em);
    opacity: 0.35;
  }
  .c-globalnav_list a:hover .ja {
    transform: translate(-50%, 0em);
    opacity: 1;
  }
}
.c-globalnav_btn {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .c-globalnav_btn {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.c-globalnav_btn a {
  width: clamp(160px, 147.1724137931px + 1.2931034483vw, 172px);
  height: 52px;
  display: flex;
  font-size: clamp(18px, 15.8620689655px + 0.2155172414vw, 20px);
  font-weight: 500;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
  color: #fff;
  border-radius: 6px;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .c-globalnav_btn a {
    width: 240px;
    height: auto;
    padding: 10px;
  }
}
.c-globalnav_btn a .en {
  display: block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 991px) {
  .c-globalnav_btn a .en {
    font-size: clamp(24px, 22.1796116505px + 0.4854368932vw, 28px);
  }
}
.c-globalnav_btn a .ja {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 1em);
  opacity: 0;
  white-space: nowrap;
  font-size: 1.2rem;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
  font-size: clamp(16px, 13.8620689655px + 0.2155172414vw, 18px);
  padding-bottom: 0.15em;
}
@media screen and (max-width: 991px) {
  .c-globalnav_btn a .ja {
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: translate(0%, 0px);
    opacity: 1;
    margin-top: 5px;
    font-size: clamp(10px, 8.1796116505px + 0.4854368932vw, 14px);
  }
}
.c-globalnav_btn a .icn-external {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/icn-external.svg) no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .c-globalnav_btn a:hover .en {
    transform: translateY(-10em);
    opacity: 0.35;
  }
  .c-globalnav_btn a:hover .ja {
    transform: translate(-50%, calc(-50% - 2px));
    opacity: 1;
  }
}
.c-globalnav_btn .btn-recruit a:hover {
  background: #2484CB;
}
.c-globalnav_btn .btn-contact a {
  background: #00A2DA;
}
.c-globalnav_btn .btn-contact a:hover {
  background: #4EBFE7;
}

body.js-navopen .gnav-bg {
  opacity: 1;
  pointer-events: auto;
}

.gnav-bg {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 400;
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.l-footer {
  padding-inline: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-inline: 10px;
  }
}
.l-footer_inner {
  background: linear-gradient(0deg, rgb(0, 98, 170) 0%, rgb(0, 162, 218) 100%);
  border-radius: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px) 0 0;
}
.l-footer_contact {
  display: flex;
  gap: clamp(140px, 92.9655172414px + 4.7413793103vw, 184px);
  justify-content: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .l-footer_contact {
    padding-bottom: 30px;
    flex-direction: column;
    gap: 30px;
    padding-top: clamp(20px, 12.7184466019px + 1.9417475728vw, 50px);
    padding-inline: clamp(10px, -32.6136363636px + 11.3636363636vw, 80px);
  }
}
.l-footer .footer-contact {
  width: clamp(390px, 357.9310344828px + 3.2327586207vw, 420px);
  aspect-ratio: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 10px 10px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .l-footer .footer-contact {
    width: 100%;
    aspect-ratio: auto;
    padding: 30px 20px;
    background: linear-gradient(0deg, rgb(0, 98, 170) 0%, rgb(0, 162, 218) 100%);
    border-radius: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
    border: 1px solid #fff;
  }
}
.l-footer .footer-contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgb(0, 98, 170) 0%, rgb(0, 162, 218) 100%);
  border-radius: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  border: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .l-footer .footer-contact::before {
    display: none;
  }
}
.l-footer .footer-contact_title {
  font-size: clamp(22px, 19.8620689655px + 0.2155172414vw, 24px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .l-footer .footer-contact_title {
    font-size: clamp(18px, 15.5649350649px + 0.6493506494vw, 22px);
  }
}
.l-footer .footer-contact.item-tel .footer-contact_info {
  margin-top: 24px;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: clamp(18px, 11.5862068966px + 0.6465517241vw, 24px);
  line-height: 1.1;
}
.l-footer .footer-contact.item-tel .footer-contact_info .phone {
  font-size: clamp(40px, 22.8965517241px + 1.724137931vw, 56px);
}
.l-footer .footer-contact.item-tel .footer-contact_icn {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .l-footer .footer-contact.item-tel .footer-contact_icn {
    margin-top: 30px;
  }
  .l-footer .footer-contact.item-tel .footer-contact_icn img {
    width: 80%;
    margin-inline: auto;
  }
}
.l-footer .footer-contact.item-mail .footer-contact_info {
  margin-top: 28px;
  font-weight: 500;
  font-size: clamp(20px, 15.724137931px + 0.4310344828vw, 24px);
  line-height: 1.6;
  padding-block: 30px;
  position: relative;
  width: 86.6%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .l-footer .footer-contact.item-mail .footer-contact_info {
    width: 100%;
  }
}
.l-footer .footer-contact.item-mail .footer-contact_info a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer .footer-contact.item-mail .footer-contact_icn {
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .l-footer .footer-contact.item-mail .footer-contact_icn {
    margin-top: 30px;
  }
  .l-footer .footer-contact.item-mail .footer-contact_icn img {
    width: 80%;
    margin-inline: auto;
  }
}
.l-footer .footer-contact .icn-dot {
  display: block;
  width: clamp(32px, 28.6019417476px + 0.9061488673vw, 46px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--color-main);
  position: relative;
  margin-left: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  transition: all 0.3s;
}
.l-footer .footer-contact .icn-dot::before {
  content: "";
  display: block;
  width: clamp(10px, 9.0291262136px + 0.2588996764vw, 14px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.l-footer .footer-contact a:hover .icn-dot {
  background: var(--color-main);
}
.l-footer .footer-contact a:hover .icn-dot::before {
  background: #fff;
}
.l-footer_article {
  padding-inline: clamp(20px, 0.5825242718px + 5.1779935275vw, 100px);
}
.l-footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1680px;
  margin-inline: auto;
  border-bottom: 1px solid #fff;
  padding-bottom: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
@media screen and (max-width: 991px) {
  .l-footer_nav {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.l-footer_nav .footer-nav_logo {
  padding-bottom: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_logo {
    width: 100%;
  }
  .l-footer_nav .footer-nav_logo img {
    width: 60%;
    margin-inline: auto;
  }
}
.l-footer_nav .footer-nav_list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_list {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.l-footer_nav .footer-nav_link {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_link {
    flex-direction: column;
    gap: 15px;
  }
}
.l-footer_nav .footer-nav_link a {
  font-size: 22px;
  font-family: var(--font-en);
  font-weight: 500;
  color: #fff;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  display: inline-flex;
  min-width: 4em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_link a {
    flex-direction: column;
    gap: 5px;
  }
}
.l-footer_nav .footer-nav_link a .ja {
  font-size: clamp(16px, 11.724137931px + 0.4310344828vw, 20px);
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 1.5em);
  opacity: 0;
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_link a .ja {
    font-size: clamp(10px, 8.1796116505px + 0.4854368932vw, 14px);
    opacity: 1;
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: translate(0%, 0px);
  }
}
.l-footer_nav .footer-nav_link a .en {
  display: block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_link a .en {
    font-size: clamp(24px, 21.5649350649px + 0.6493506494vw, 28px);
  }
}
@media (min-width: 992px) {
  .l-footer_nav .footer-nav_link a:hover .ja {
    transform: translate(-50%, 50%);
    opacity: 1;
  }
  .l-footer_nav .footer-nav_link a:hover .en {
    transform: translateY(-1.4em);
    opacity: 0;
  }
}
.l-footer_nav .footer-nav_btn a {
  width: clamp(160px, 147.1724137931px + 1.2931034483vw, 172px);
  height: 52px;
  display: flex;
  font-size: clamp(18px, 15.8620689655px + 0.2155172414vw, 20px);
  font-weight: 500;
  justify-content: center;
  align-items: center;
  color: var(--color-main);
  background: #fff;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  display: inline-flex;
  min-width: 4em;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_btn a {
    flex-direction: column;
    gap: 5px;
    height: auto;
    padding: 10px;
  }
}
.l-footer_nav .footer-nav_btn a .en {
  display: block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_btn a .en {
    font-size: clamp(24px, 21.5649350649px + 0.6493506494vw, 28px);
  }
}
.l-footer_nav .footer-nav_btn a .ja {
  font-size: clamp(16px, 11.724137931px + 0.4310344828vw, 20px);
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 1.5em);
  opacity: 0;
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
  padding-bottom: 0.15em;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_btn a .ja {
    font-size: clamp(10px, 8.1796116505px + 0.4854368932vw, 14px);
    opacity: 1;
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: translate(0%, 0px);
  }
}
@media screen and (max-width: 991px) {
  .l-footer_nav .footer-nav_btn a {
    width: 240px;
  }
}
.l-footer_nav .footer-nav_btn a:hover {
  background: var(--color-main);
  color: #fff;
}
.l-footer_nav .footer-nav_btn a:hover .icn-external {
  background: url(../img/common/icn-external.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .l-footer_nav .footer-nav_btn a:hover .ja {
    transform: translate(-50%, 50%);
    opacity: 1;
  }
  .l-footer_nav .footer-nav_btn a:hover .en {
    transform: translateY(-1.4em);
    opacity: 0;
  }
}
.l-footer_nav .footer-nav_btn a .icn-external {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/icn-external_color.svg) no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 20px 0;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  color: #fff;
  max-width: 1680px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .l-footer_btm {
    flex-direction: column;
    gap: 10px;
  }
}
.l-footer_btm-link {
  font-size: clamp(12px, 11.5145631068px + 0.1294498382vw, 14px);
  color: #fff;
}
.l-footer_btm-copy {
  font-size: clamp(12px, 11.5145631068px + 0.1294498382vw, 14px);
  color: #fff;
  font-family: var(--font-en);
}
.l-footer_total {
  font-size: clamp(50px, 35.4368932039px + 3.8834951456vw, 110px);
  color: rgba(234, 238, 242, 0.4);
  font-weight: 500;
  line-height: 2;
  font-family: var(--font-en);
  white-space: nowrap;
  overflow: hidden;
}
.l-footer_total .en {
  transform: translateX(-5em);
  display: block;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 70px;
  }
}
.home .l-main {
  padding-top: 0;
}

.c-pagehead {
  padding-inline: clamp(20px, -16.4077669903px + 9.7087378641vw, 170px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(85px, -20.5825242718px + 28.1553398058vw, 520px);
}
@media screen and (max-width: 767px) {
  .c-pagehead {
    align-items: flex-end;
  }
}
.c-pagehead_title {
  display: flex;
  flex-direction: column;
  width: max-content;
  color: var(--color-main);
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-pagehead_title {
    padding-top: 0px;
  }
}
.c-pagehead_title .en {
  font-size: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  white-space: nowrap;
  position: relative;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}
.c-pagehead_title .ja {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 700;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.c-pagehead_fig {
  width: 100%;
  height: 100%;
  margin-right: clamp(5px, -5.9223300971px + 2.9126213592vw, 50px);
}
.c-pagehead_fig img {
  margin-left: auto;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.s-topslider {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.s-topslider::before {
  content: "";
  display: block;
  aspect-ratio: 544/1080;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: url(../img/home/slider-left.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .s-topslider::before {
    transform: translateX(-80px);
  }
}
.s-topslider::after {
  width: clamp(500px, 346.6019417476px + 40.9061488673vw, 1132px);
  content: "";
  display: block;
  aspect-ratio: 1132/648;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/home/Intersect.webp) no-repeat left bottom/contain;
}
.s-topslider .swiper {
  height: 100%;
}
.s-topslider .swiper-slide {
  height: 100%;
}
.s-topslider .swiper-slide .figure {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-topslider .swiper-slide .figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.s-topslider .swiper-slide .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-topslider .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #7890A2;
  mix-blend-mode: multiply;
}

.s-topmsg {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: clamp(30px, -32.1359223301px + 16.569579288vw, 286px);
  padding-right: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
.s-topmsg_title {
  font-size: clamp(50px, 33.0097087379px + 4.5307443366vw, 120px);
  font-weight: 600;
  font-family: var(--font-en);
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.s-topmsg_text {
  font-weight: 700;
  color: #fff;
  font-size: clamp(18px, 15.572815534px + 0.6472491909vw, 28px);
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
}

.s-brand {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding-left: clamp(80px, -21.9417475728px + 27.1844660194vw, 500px);
  padding-right: clamp(20px, -17.6213592233px + 10.0323624595vw, 175px);
}
.s-brand_inner {
  height: 100vh;
  display: flex;
  gap: clamp(30px, 13.0097087379px + 4.5307443366vw, 100px);
}
@media screen and (max-width: 991px) {
  .s-brand_inner {
    flex-direction: column;
  }
}
.s-brand_title {
  display: flex;
  flex-direction: column;
  width: max-content;
}
.s-brand_title .en {
  font-size: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
}
.s-brand_title .ja {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 700;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.s-brand_cont {
  flex: 1;
}
.s-brand_cont .cont-title {
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.s-brand_cont .cont-info {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 500;
  line-height: 2.2;
  margin-top: clamp(15px, 13.786407767px + 0.3236245955vw, 20px);
}

.s-photo_wrap {
  padding-top: 370px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 991px) {
  .s-photo_wrap {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.s-photo_inner {
  width: fit-content;
  max-width: 1630px;
  padding-inline: 30px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 16.6666666667vw 15.8854166667vw 11.8229166667vw 22.3958333333vw;
  gap: clamp(30px, 13.9805825243px + 4.2718446602vw, 96px);
}
@media screen and (max-width: 991px) {
  .s-photo_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-photo_fig img {
  border-radius: 20px;
}
.s-photo_fig.fig02 {
  align-self: center;
}
@media screen and (max-width: 991px) {
  .s-photo_fig.fig02 {
    order: 2;
  }
}
.s-photo_fig.fig03 {
  align-self: flex-start;
  transform: translateY(-60px);
}
@media screen and (max-width: 991px) {
  .s-photo_fig.fig03 {
    transform: translateY(0);
    order: 4;
  }
}
.s-photo_fig.fig04 {
  align-self: center;
}
@media screen and (max-width: 991px) {
  .s-photo_fig.fig04 {
    order: 3;
  }
}
.s-photo_total {
  width: 100vw;
  color: #EAEEF2;
  font-size: clamp(50px, 35.4368932039px + 3.8834951456vw, 110px);
  font-weight: 500;
  line-height: 2;
  font-family: var(--font-en);
  white-space: nowrap;
  background: #fff;
  overflow: hidden;
}

.s-content {
  background: #EAEEF2;
  padding-block: clamp(120px, 90.8737864078px + 7.7669902913vw, 240px);
  padding-inline: clamp(20px, 0.5825242718px + 5.1779935275vw, 100px);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.s-content .square01 {
  width: 59.7916666667vw;
  aspect-ratio: 1;
  position: absolute;
  top: -14.0625vw;
  right: -22.3958333333vw;
  z-index: -1;
}
.s-content .square01 path {
  fill: rgba(255, 255, 255, 0.4);
}
.s-content .square02 {
  width: 83.8541666667vw;
  aspect-ratio: 1;
  position: absolute;
  bottom: -31.25vw;
  left: -10.4166666667vw;
  z-index: -1;
}
.s-content .square02 path {
  fill: rgba(255, 255, 255, 0.4);
}
.s-content .square03 {
  width: 61.4583333333vw;
  aspect-ratio: 1;
  position: absolute;
  bottom: -31.25vw;
  right: -10.4166666667vw;
  z-index: -1;
}
.s-content .square03 path {
  fill: rgba(255, 255, 255, 0.4);
}
.s-content .business-cont {
  padding-bottom: 235px;
  display: flex;
  gap: clamp(30px, 15.9223300971px + 3.7540453074vw, 88px);
  align-items: center;
  max-width: 1500px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .s-content .business-cont {
    flex-direction: column;
    padding-bottom: 120px;
  }
}
.s-content .business-cont .c-cont_fig {
  width: 52.6%;
}
@media screen and (max-width: 991px) {
  .s-content .business-cont .c-cont_fig {
    width: 100%;
  }
  .s-content .business-cont .c-cont_fig img {
    margin-inline: auto;
  }
}
.s-content .company-cont {
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(30px, 15.9223300971px + 3.7540453074vw, 88px);
  align-items: center;
  max-width: 1500px;
  margin-inline: auto;
  padding-left: clamp(0px, -193.8461538462px + 13.8461538462vw, 72px);
}
@media screen and (max-width: 991px) {
  .s-content .company-cont {
    flex-direction: column-reverse;
  }
}
.s-content .company-cont .c-cont_fig {
  width: 48.2%;
}
@media screen and (max-width: 991px) {
  .s-content .company-cont .c-cont_fig {
    width: 80%;
    margin-top: clamp(30px, 17.8640776699px + 3.2362459547vw, 80px);
  }
}
.s-content .c-cont_main {
  flex: 1;
}
.s-content .c-cont_title {
  display: flex;
  flex-direction: column;
}
.s-content .c-cont_title .en {
  font-size: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  color: var(--color-main);
}
.s-content .c-cont_title .ja {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 700;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  color: var(--color-main);
}
.s-content .c-cont_subtitle {
  font-size: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text);
  margin-top: 30px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.s-content .c-cont_info {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  line-height: 2.4;
}
.s-content .c-cont_more {
  margin-top: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  display: flex;
  width: clamp(240px, 196.3106796117px + 11.6504854369vw, 420px);
  height: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--color-main);
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  padding-inline: 30px 40px;
  color: var(--color-main);
  transition: all 0.3s;
}
.s-content .c-cont_more::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  transition: all 0.3s;
  position: relative;
  top: 3px;
}
.s-content .c-cont_more:hover {
  background: var(--color-main);
  color: #fff;
}
.s-content .c-cont_more:hover::after {
  background: #fff;
}

.s-news {
  position: relative;
  z-index: 1;
}
.s-news_marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.s-news_marquee::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  background: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}
.s-news_marquee .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 60s linear infinite;
}
.s-news_marquee .marquee-track img {
  width: clamp(240px, 55.5339805825px + 49.1909385113vw, 1000px);
  /* お好み */
  height: auto;
  flex-shrink: 0;
}
.s-news_marquee {
  /* アニメーション */
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.s-news_wrap {
  padding-block: clamp(20px, -18.8349514563px + 10.355987055vw, 180px) clamp(60px, 26.0194174757px + 9.0614886731vw, 200px);
  padding-inline: clamp(20px, 0.5825242718px + 5.1779935275vw, 100px);
  background: #fff;
  position: relative;
  z-index: 1;
}
.s-news_wrap::after {
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.s-news_wrap .square04 {
  width: 48.4375vw;
  aspect-ratio: 1;
  position: absolute;
  bottom: -9.8958333333vw;
  left: 17.7083333333vw;
  z-index: -1;
  opacity: 0.4;
}
.s-news_wrap .square05 {
  width: 84.375vw;
  aspect-ratio: 1;
  position: absolute;
  bottom: -50.5208333333vw;
  left: -27.0833333333vw;
  z-index: -1;
  opacity: 0.4;
}
.s-news_inner {
  max-width: 1430px;
  margin-inline: auto;
  display: flex;
  gap: clamp(0px, -19.4174757282px + 5.1779935275vw, 80px);
}
@media screen and (max-width: 991px) {
  .s-news_inner {
    flex-direction: column;
  }
}
.s-news_head {
  width: max-content;
  padding-right: clamp(0px, -24.2718446602px + 6.4724919094vw, 100px);
}
@media screen and (max-width: 991px) {
  .s-news_head {
    display: contents;
  }
}
.s-news_title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .s-news_title {
    order: 1;
  }
}
.s-news_title .en {
  font-size: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  color: var(--color-main);
}
.s-news_title .ja {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 700;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  color: var(--color-main);
}
.s-news_cont {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .s-news_cont {
    order: 2;
    margin-top: 40px;
  }
}
.s-news_item {
  padding-bottom: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.s-news_item:not(:last-child) {
  margin-bottom: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  border-bottom: 1px solid #CECECE;
}
.s-news_item a {
  display: flex;
  gap: clamp(20px, 13.2038834951px + 1.8122977346vw, 48px);
}
.s-news_item a:hover .news-item_fig img {
  transform: scale(1.1);
}
.s-news_item a:hover .icn-dot {
  background: var(--color-main);
}
.s-news_item a:hover .icn-dot::before {
  background: #fff;
}
@media screen and (max-width: 575px) {
  .s-news_item a {
    flex-direction: column;
  }
}
.s-news_item .news-item_fig {
  width: clamp(200px, 170.8737864078px + 7.7669902913vw, 320px);
  aspect-ratio: 320/200;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .s-news_item .news-item_fig {
    width: 80%;
    margin-inline: auto;
  }
}
.s-news_item .news-item_fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.s-news_item .news-item_cont {
  flex: 1;
}
.s-news_item .news-item_head {
  display: flex;
  align-items: center;
  gap: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.s-news_item .news-item_cat {
  font-size: clamp(12px, 11.5145631068px + 0.1294498382vw, 14px);
  font-weight: 500;
  background: var(--color-main);
  color: #fff;
  line-height: 1;
  padding: 5px 8px 6px;
  border-radius: 4px;
  display: inline-block;
}
.s-news_item .news-item_date {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 500;
  font-family: var(--font-en);
}
.s-news_item .news-item_title {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.s-news_item .icn-dot {
  align-self: center;
  display: block;
  width: clamp(32px, 28.6019417476px + 0.9061488673vw, 46px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--color-main);
  position: relative;
  margin-left: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .s-news_item .icn-dot {
    display: none;
  }
}
.s-news_item .icn-dot::before {
  content: "";
  display: block;
  width: clamp(10px, 9.0291262136px + 0.2588996764vw, 14px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.s-news_more {
  margin-top: clamp(30px, 20.7766990291px + 2.4595469256vw, 68px);
  display: flex;
  width: clamp(180px, 153.786407767px + 6.9902912621vw, 288px);
  height: clamp(50px, 45.6310679612px + 1.1650485437vw, 68px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--color-main);
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px 30px;
  color: var(--color-main);
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .s-news_more {
    margin-inline: auto;
    order: 3;
  }
}
.s-news_more::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  transition: all 0.3s;
  position: relative;
  top: 3px;
}
.s-news_more:hover {
  background: var(--color-main);
  color: #fff;
}
.s-news_more:hover::after {
  background: #fff;
}

.s-contact {
  background: #fff;
  padding-inline: clamp(20px, 0.5825242718px + 5.1779935275vw, 100px);
  padding-block: clamp(50px, 13.5922330097px + 9.7087378641vw, 200px) clamp(30px, 8.1553398058px + 5.8252427184vw, 120px);
  text-align: center;
}
.s-contact_title {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.s-contact_title .en {
  font-size: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  color: var(--color-main);
}
.s-contact_title .ja {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 700;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  color: var(--color-main);
}
.s-contact_info {
  margin-top: clamp(10px, 6.6019417476px + 0.9061488673vw, 24px);
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  line-height: 2.2;
}

.p-business {
  padding-top: clamp(50px, 13.5922330097px + 9.7087378641vw, 200px);
  position: relative;
}
.p-business .square01 {
  width: 62.1875vw;
  aspect-ratio: 1;
  position: absolute;
  top: 20.3125vw;
  left: -22.6041666667vw;
  z-index: -1;
  opacity: 0.4;
}
.p-business .square02 {
  width: 36.9791666667vw;
  aspect-ratio: 1;
  position: absolute;
  top: 8.0208333333vw;
  left: 12.2916666667vw;
  z-index: -1;
  opacity: 0.4;
}
.p-business_topinfo {
  display: flex;
  gap: clamp(30px, 20.2912621359px + 2.5889967638vw, 70px);
}
@media screen and (max-width: 767px) {
  .p-business_topinfo {
    flex-direction: column;
  }
}
.p-business_topinfo .topinfo-title {
  font-size: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  font-weight: 700;
  width: 45.5%;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-business_topinfo .topinfo-title {
    width: 100%;
  }
}
.p-business_topinfo .topinfo-info {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  flex: 1;
}
.p-business_strength {
  margin-top: clamp(100px, 75.7281553398px + 6.4724919094vw, 200px);
  position: relative;
  z-index: 2;
}
.p-business_setitle {
  color: var(--color-main);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-business_setitle .en {
  font-size: clamp(32px, 24.2330097087px + 2.071197411vw, 64px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
}
.p-business_setitle .ja {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 700;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-business_stlist {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  padding-bottom: clamp(100px, 75.7281553398px + 6.4724919094vw, 200px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 7.8640776699px + 3.2362459547vw, 70px);
}
@media screen and (max-width: 991px) {
  .p-business_stlist {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-business_stlist .stlist-item {
  background: var(--color-main);
  position: relative;
}
.p-business_stlist .stlist-cont {
  position: relative;
  z-index: 2;
  padding-block: clamp(20px, 6.8932038835px + 3.4951456311vw, 74px);
  padding-inline: clamp(40px, 3.6551724138px + 3.6637931034vw, 74px) clamp(200px, 82.4137931034px + 11.8534482759vw, 310px);
  color: #fff;
}
@media screen and (max-width: 991px) {
  .p-business_stlist .stlist-cont {
    padding-inline: clamp(20px, 7.8246753247px + 3.2467532468vw, 40px) clamp(150px, 119.5616883117px + 8.1168831169vw, 200px);
  }
}
.p-business_stlist .stlist-cont_title {
  font-size: clamp(20px, 16.1165048544px + 1.0355987055vw, 36px);
  font-weight: 700;
}
.p-business_stlist .stlist-cont_info {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
}
.p-business_stlist .stlist-fig {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.p-business_stlist .stlist-fig img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.p-business_field {
  background: #EAEEF2;
  padding-block: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px) 0;
  position: relative;
  z-index: 1;
}
.p-business_field .square03 {
  width: 62.1875vw;
  aspect-ratio: 1;
  position: absolute;
  top: -46.875vw;
  left: -22.6041666667vw;
  z-index: -1;
}
.p-business_field .square03 path {
  fill: rgba(255, 255, 255, 0.4);
}
.p-business_field .square05 {
  width: 62.1875vw;
  aspect-ratio: 1;
  position: absolute;
  top: -12.5vw;
  right: -26.0416666667vw;
  z-index: -1;
}
.p-business_field .square05 path {
  fill: rgba(255, 255, 255, 0.4);
}
.p-business_field .square08 {
  width: 62.1875vw;
  aspect-ratio: 1;
  position: absolute;
  bottom: -22.9166666667vw;
  left: -20.8333333333vw;
  z-index: -1;
  opacity: 0.4;
}
.p-business_field-fig {
  margin-inline: auto;
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  width: clamp(300px, 181.067961165px + 31.715210356vw, 790px);
}
.p-business_fieldcont {
  padding: clamp(100px, 56.3106796117px + 11.6504854369vw, 280px) clamp(20px, -65.5172413793px + 8.6206896552vw, 100px);
  margin: 0 auto;
  max-width: calc(1500px + clamp(40px, -723.0769230769px + 76.9230769231vw, 200px));
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-business_fieldcont {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-business_fieldcont {
    padding: 50px 2rem;
  }
}
.p-business_fieldcont .square06 {
  width: 115.1041666667vw;
  aspect-ratio: 1;
  position: absolute;
  top: 8.3333333333vw;
  left: -31.25vw;
  z-index: -1;
}
.p-business_fieldcont .square06 path {
  fill: rgba(255, 255, 255, 0.4);
}
.p-business_fieldcont .square07 {
  width: 61.6666666667vw;
  aspect-ratio: 1;
  position: absolute;
  top: 52.0833333333vw;
  right: -20.8333333333vw;
  z-index: -1;
}
.p-business_fieldcont .square07 path {
  fill: rgba(255, 255, 255, 0.4);
}
.p-business_fieldwrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: start;
  gap: clamp(60px, -106.6666666667px + 13.8888888889vw, 160px);
}
@media screen and (max-width: 991px) {
  .p-business_fieldwrap {
    grid-template-columns: 1fr;
  }
}
.p-business .field-nav {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 200px;
  align-self: start;
}
@media screen and (max-width: 991px) {
  .p-business .field-nav {
    position: relative;
    top: 0;
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-business .field-nav {
    width: 80%;
  }
}
.p-business .field-nav_list li:first-child a {
  padding-top: 0;
}
.p-business .field-nav_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 600;
  padding-block: 30px;
  line-height: 1.6;
  padding-right: 8px;
  position: relative;
}
.p-business .field-nav_list a .icn-dot {
  display: block;
  width: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--color-main);
  position: relative;
  margin-left: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  transition: all 0.3s;
}
.p-business .field-nav_list a .icn-dot::before {
  content: "";
  display: block;
  width: clamp(5px, 4.0291262136px + 0.2588996764vw, 9px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.p-business .field-nav_list a:hover .icn-dot {
  background: var(--color-main);
}
.p-business .field-nav_list a:hover .icn-dot::before {
  background: #fff;
}
.p-business .field-nav_list li {
  border-bottom: 1px solid #CECECE;
}
.p-business .field-nav_list li a.js-current .icn-dot {
  background: var(--color-main);
}
.p-business .field-nav_list li a.js-current .icn-dot::before {
  background: #fff;
}
.p-business .field-cont .field-section {
  margin-top: clamp(100px, 75.7281553398px + 6.4724919094vw, 200px);
  padding: clamp(40px, -26.6666666667px + 5.5555555556vw, 80px) clamp(40px, -26.6666666667px + 5.5555555556vw, 80px) clamp(50px, -33.3333333333px + 6.9444444444vw, 100px);
  border: 4px solid;
  border-radius: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  background: #fff;
  scroll-margin-top: clamp(100px, 87.8640776699px + 3.2362459547vw, 150px);
}
@media screen and (max-width: 767px) {
  .p-business .field-cont .field-section {
    padding-inline: 20px;
  }
}
.p-business .field-cont .field-section:first-child {
  margin-top: 0;
}
.p-business .field-cont .field-section.section01 {
  border-color: #00A2DA;
}
.p-business .field-cont .field-section.section02 {
  border-color: #CEDE47;
}
.p-business .field-cont .field-section.section03 {
  border-color: #0062AA;
}
.p-business .field-cont .field-section_top {
  display: flex;
  gap: clamp(20px, 7.8640776699px + 3.2362459547vw, 70px);
}
@media screen and (max-width: 767px) {
  .p-business .field-cont .field-section_top {
    flex-direction: column;
  }
}
.p-business .field-cont .field-section_topcont {
  flex: 1;
}
.p-business .field-cont .field-section_title {
  margin-top: clamp(-132px, 28px + -8.3333333333vw, -72px);
  margin-left: clamp(-132px, 28px + -8.3333333333vw, -72px);
  width: clamp(200px, -16.6666666667px + 18.0555555556vw, 330px);
}
@media screen and (max-width: 767px) {
  .p-business .field-cont .field-section_title {
    margin-inline: auto;
    width: clamp(160px, 83.4693877551px + 20.4081632653vw, 240px);
    margin-top: clamp(-78px, -58.4336734694px + -2.5510204082vw, -68px);
  }
}
.p-business .field-cont .field-section_subtitle {
  font-size: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  font-weight: 700;
  color: var(--color-main);
}
.p-business .field-cont .field-section_info {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
}
.p-business .field-cont .field-section_cont {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-business .field-cont .field-section_item {
  margin-top: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  display: flex;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-business .field-cont .field-section_item {
    flex-direction: column;
  }
}
.p-business .field-cont .field-section_item-fig {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .p-business .field-cont .field-section_item-fig {
    width: 100%;
  }
}
.p-business .field-cont .field-section_item-fig img {
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-business .field-cont .field-section_item-cont {
  flex: 1;
}
.p-business .field-cont .field-section_item .item-title {
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 700;
}
.p-business .field-cont .field-section_item .item-info {
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
}

.business .l-footer {
  background: #EAEEF2;
}

.p-company_wrap {
  padding-right: 2rem;
  display: grid;
  grid-template-columns: 1fr 15.625vw;
  align-items: start;
  gap: clamp(30px, -70px + 8.3333333333vw, 90px);
}
@media screen and (max-width: 1199px) {
  .p-company_wrap {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}
.p-company_cont {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 1199px) {
  .p-company_cont {
    grid-column: 1;
    grid-row: 2;
  }
}
.p-company_cont #section01,
.p-company_cont #section02,
.p-company_cont #section03,
.p-company_cont #section04,
.p-company_cont #section05 {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-company_cont #section01,
  .p-company_cont #section02,
  .p-company_cont #section03,
  .p-company_cont #section04,
  .p-company_cont #section05 {
    scroll-margin-top: 70px;
  }
}
.p-company .field-nav {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 150px;
  align-self: start;
  grid-column: 2;
  grid-row: 1;
  background: #fff;
  padding: 0 clamp(20px, -13.3333333333px + 2.7777777778vw, 40px);
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  border: 1px solid var(--color-main);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  margin-top: -25px;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .p-company .field-nav {
    position: relative;
    top: 0;
    width: 90%;
    margin-inline: auto;
    grid-column: 1;
    margin-top: clamp(30px, -1.8181818182px + 8.4848484848vw, 100px);
  }
}
@media screen and (max-width: 1199px) {
  .p-company .field-nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, -2.7548543689px + 6.067961165vw, 70px);
  }
}
@media screen and (max-width: 991px) {
  .p-company .field-nav_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 30px;
    padding-block: 20px;
  }
}
@media screen and (max-width: 575px) {
  .p-company .field-nav_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    padding-block: 10px 20px;
  }
}
.p-company .field-nav_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 600;
  padding-block: 30px;
  line-height: 1.6;
  padding-right: 8px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-company .field-nav_list a {
    padding-block: 20px;
  }
}
.p-company .field-nav_list a .icn-dot {
  display: block;
  width: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--color-main);
  position: relative;
  margin-left: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  transition: all 0.3s;
}
.p-company .field-nav_list a .icn-dot::before {
  content: "";
  display: block;
  width: clamp(5px, 4.0291262136px + 0.2588996764vw, 9px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.p-company .field-nav_list a:hover .icn-dot {
  background: var(--color-main);
}
.p-company .field-nav_list a:hover .icn-dot::before {
  background: #fff;
}
.p-company .field-nav_list li {
  border-bottom: 1px solid #CECECE;
}
.p-company .field-nav_list li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-company .field-nav_list li:last-child {
    border-bottom: 1px solid #CECECE;
  }
}
@media screen and (max-width: 1199px) {
  .p-company .field-nav_list li {
    border-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-company .field-nav_list li {
    border-bottom: 1px solid #CECECE;
  }
}
.p-company .field-nav_list li a.js-current .icn-dot {
  background: var(--color-main);
}
.p-company .field-nav_list li a.js-current .icn-dot::before {
  background: #fff;
}
.p-company_setitle {
  color: var(--color-main);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-company_setitle .en {
  font-size: clamp(32px, 24.2330097087px + 2.071197411vw, 64px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
}
.p-company_setitle .ja {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 700;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-company_philosophy {
  padding-block: clamp(80px, 50.8737864078px + 7.7669902913vw, 200px);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-company_philosophy {
    padding-inline: clamp(20px, -16.4077669903px + 9.7087378641vw, 100px);
  }
}
.p-company_philosophy .square01 {
  width: 62.1875vw;
  aspect-ratio: 1;
  position: absolute;
  top: 0vw;
  left: -22.6041666667vw;
  z-index: -2;
}
.p-company_philosophy .square02 {
  width: 36.9791666667vw;
  aspect-ratio: 1;
  position: absolute;
  top: 16.6666666667vw;
  left: 20.8333333333vw;
  z-index: -1;
}
.p-company_philosophy-top {
  padding-left: 12.7604166667vw;
}
@media screen and (max-width: 1199px) {
  .p-company_philosophy-top {
    padding-left: 0;
  }
}
.p-company_philosophy-inner {
  display: flex;
  gap: clamp(30px, 0.8737864078px + 7.7669902913vw, 150px);
}
@media screen and (max-width: 767px) {
  .p-company_philosophy-inner {
    flex-direction: column;
    gap: 0;
  }
}
.p-company_philosophy-inner .philosophy-fig {
  width: 45.9895833333vw;
  margin-left: -13.4375vw;
  padding-top: clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
}
@media screen and (max-width: 767px) {
  .p-company_philosophy-inner .philosophy-fig {
    width: 80%;
    margin-left: 0;
    margin-inline: auto;
    padding-top: 50px;
  }
}
.p-company_philosophy-inner .philosophy-cont {
  flex: 1;
  padding-top: clamp(30px, 17.8640776699px + 3.2362459547vw, 80px);
}
.p-company_philosophy-inner .philosophy-cont_title {
  font-size: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  font-weight: 700;
}
.p-company_philosophy-inner .philosophy-cont_list {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-company_philosophy-inner .philosophy-cont_item {
  background: #EAEEF2;
  padding: clamp(20px, 16.8446601942px + 0.8414239482vw, 33px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(30px, 27.572815534px + 0.6472491909vw, 40px);
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-company_philosophy-inner .philosophy-cont_item h4 {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 500;
}
.p-company_philosophy-inner .philosophy-cont_item p {
  font-size: clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  font-weight: 700;
  color: var(--color-main);
  margin-top: 10px;
  line-height: 1.5;
}
.p-company_philosophy-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 12.7604166667vw;
}
@media (max-width: 1690px) {
  .p-company_philosophy-cont {
    margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  }
}
@media screen and (max-width: 1199px) {
  .p-company_philosophy-cont {
    padding-left: 0;
  }
}
.p-company_philosophy-small {
  max-width: 1060px;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
}
.p-company_philosophy-table {
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
  width: 100%;
}
.p-company_philosophy-table table {
  width: 100%;
}
.p-company_philosophy-table table thead th {
  background: var(--color-main);
  color: #fff;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 500;
  text-align: center;
  border: 1px solid #CECECE;
  padding: 15px;
  vertical-align: middle;
}
.p-company_philosophy-table table tbody th {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 500;
  background: #EAEEF2;
  vertical-align: middle;
  width: 124px;
  text-align: center;
  border: 1px solid #CECECE;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-company_philosophy-table table tbody th {
    width: 46px;
  }
}
.p-company_philosophy-table table tbody:nth-child(odd) th {
  background: #DCE4EB;
}
.p-company_philosophy-table table tbody td {
  padding: 15px 20px;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 500;
  border: 1px solid #CECECE;
}
.p-company_philosophy-table table tbody td:last-child {
  font-weight: 400;
}
.p-company_message {
  background: #EAEEF2;
  width: 100vw;
  padding-top: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  border-radius: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px) 0 0;
  position: relative;
  z-index: 1;
}
.p-company_message .square03 {
  width: 34.8958333333vw;
  aspect-ratio: 1;
  position: absolute;
  top: 14.5833333333vw;
  left: -16.6666666667vw;
  z-index: -1;
}
.p-company_message .square03 path {
  fill: rgba(255, 255, 255, 0.4);
}
.p-company_message .square04 {
  width: 23.2291666667vw;
  aspect-ratio: 1;
  position: absolute;
  top: -4.6875vw;
  right: -1.4583333333vw;
  z-index: -1;
}
.p-company_message .square04 path {
  fill: rgba(255, 255, 255, 0.4);
}
.p-company_message .square05 {
  width: 58.0208333333vw;
  aspect-ratio: 1;
  position: absolute;
  bottom: -25.5208333333vw;
  right: -21.25vw;
  z-index: -1;
}
.p-company_message .square05 path {
  fill: rgba(255, 255, 255, 0.4);
}
.p-company_message .p-company_setitle {
  text-align: left;
  align-items: flex-start;
}
.p-company_message-inner {
  padding-left: 12.7604166667vw;
  padding-right: 22.2395833333vw;
}
@media screen and (max-width: 1199px) {
  .p-company_message-inner {
    padding-inline: clamp(20px, -16.4077669903px + 9.7087378641vw, 100px);
  }
}
.p-company_message .message-wrap {
  display: flex;
  gap: clamp(30px, -0.0970873786px + 8.0258899676vw, 154px);
}
@media screen and (max-width: 767px) {
  .p-company_message .message-wrap {
    flex-direction: column;
  }
}
.p-company_message .message-fig {
  width: 20.8333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-company_message .message-fig {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company_message .message-fig_top {
    display: flex;
    align-items: flex-end;
    gap: 30px;
  }
}
.p-company_message .message-fig_top img {
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-company_message .message-fig_top img {
    width: 60%;
  }
}
.p-company_message .message-fig_top figcaption {
  margin-top: 1.4rem;
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 500;
  line-height: 1.4;
}
.p-company_message .message-fig_top figcaption small {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 400;
}
.p-company_message .message-cont {
  flex: 1;
}
.p-company_message .message-cont_subtitle {
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  font-size: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  font-weight: 700;
}
.p-company_message .message-cont_cont {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  padding-bottom: clamp(30px, 13.0097087379px + 4.5307443366vw, 100px);
}
.p-company_message .message-cont_cont p {
  margin-top: 1.5em;
  line-height: 2.2;
}
.p-company_message .message-subfig {
  width: 23.3854166667vw;
  position: relative;
  bottom: -30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-company_message .message-subfig {
    margin-top: 3rem;
    width: 100%;
    position: relative;
    bottom: -10px;
    z-index: 1;
  }
  .p-company_message .message-subfig img {
    width: 60%;
    margin-inline: auto;
  }
}
.p-company_info {
  padding-block: clamp(100px, 75.7281553398px + 6.4724919094vw, 200px);
}
.p-company_info-inner {
  padding-left: 12.7604166667vw;
}
@media screen and (max-width: 1199px) {
  .p-company_info-inner {
    padding-inline: clamp(20px, -16.4077669903px + 9.7087378641vw, 100px);
  }
}
.p-company_info .info-table {
  margin-top: clamp(50px, 42.7184466019px + 1.9417475728vw, 80px);
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.p-company_info .info-table th {
  font-weight: 500;
  color: var(--color-main);
  padding-block: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  border-bottom: 1px solid #CECECE;
  white-space: nowrap;
  width: 16%;
}
@media screen and (max-width: 767px) {
  .p-company_info .info-table th {
    padding-right: 0;
    display: block;
    border-bottom: 0;
    padding-bottom: 10px;
  }
}
.p-company_info .info-table td {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  padding-block: clamp(15px, 11.359223301px + 0.9708737864vw, 30px);
  border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 767px) {
  .p-company_info .info-table td {
    display: block;
    padding-top: 0px;
  }
}
.p-company_info .info-table_maparea {
  display: flex;
  gap: clamp(20px, 10.2912621359px + 2.5889967638vw, 60px);
}
@media screen and (max-width: 991px) {
  .p-company_info .info-table_maparea {
    flex-direction: column;
    gap: 20px;
  }
}
.p-company_info .info-table_mapcont {
  flex: 1;
}
.p-company_info .info-table_map {
  width: 19.2708333333vw;
  aspect-ratio: 16/6;
}
@media screen and (max-width: 991px) {
  .p-company_info .info-table_map {
    width: 50%;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .p-company_info .info-table_map {
    width: 100%;
  }
}
.p-company_info .info-table_map iframe {
  width: 100%;
  height: 100%;
}
.p-company_info .info-table .office-list {
  display: grid;
  grid-template-columns: repeat(1, 220px 1fr);
  gap: clamp(20px, 17.572815534px + 0.6472491909vw, 30px) clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
@media screen and (max-width: 991px) {
  .p-company_info .info-table .office-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2px;
  }
}
@media screen and (max-width: 991px) {
  .p-company_info .info-table .office-list .office-name:not(:first-child) {
    margin-top: 15px;
  }
}
.p-company_info .info-table .office-map {
  display: inline-block;
  margin-left: 15px;
  background: #EAEEF2;
  line-height: 1;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  position: relative;
  top: -0.1em;
}
.p-company_info .info-table .office-map:hover {
  background: var(--color-main);
  color: #fff;
}
.p-company_info .info-table .map-iso {
  display: flex;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-company_info .info-table .map-iso img {
    width: 120px;
  }
}
.p-company_history {
  background: #EAEEF2;
  width: 100vw;
  padding-block: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  border-radius: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px) 0 0;
  position: relative;
  z-index: 1;
}
.p-company_history .square06 {
  width: 26.6666666667vw;
  aspect-ratio: 1;
  position: absolute;
  top: 5.2083333333vw;
  left: -9.6354166667vw;
  z-index: -1;
}
.p-company_history .square06 path {
  fill: rgba(255, 255, 255, 0.4);
}
.p-company_history .square07 {
  width: 62.1875vw;
  aspect-ratio: 1;
  position: absolute;
  top: 10.4166666667vw;
  right: -23.9583333333vw;
  z-index: -1;
}
.p-company_history .square07 path {
  fill: rgba(255, 255, 255, 0.4);
}
.p-company_history .p-company_setitle {
  text-align: left;
  align-items: flex-start;
}
.p-company_history-inner {
  padding-left: 12.7604166667vw;
  padding-right: 22.2395833333vw;
}
@media screen and (max-width: 1199px) {
  .p-company_history-inner {
    padding-inline: clamp(20px, -16.4077669903px + 9.7087378641vw, 100px);
  }
}
.p-company_history .history-cont {
  display: flex;
  gap: clamp(30px, -86.6666666667px + 9.7222222222vw, 100px);
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company_history .history-cont {
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
  }
}
.p-company_history .history-cont_fig {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company_history .history-cont_fig {
    width: 100%;
    margin-top: 40px;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-company_history .history-cont_fig figure {
    width: calc(33.3333333333% - 10px);
  }
}
.p-company_history .history-cont_fig img {
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-company_history .history-cont_main {
  flex: 1;
}
.p-company_history .history-cont_item {
  display: flex;
  gap: clamp(20px, 16.359223301px + 0.9708737864vw, 35px);
  padding-block: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  border-bottom: 1px solid #CECECE;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company_history .history-cont_item {
    padding-block: 10px;
  }
}
.p-company_history .history-cont_year {
  font-size: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  font-weight: 500;
  font-family: var(--font-en);
  color: var(--color-main);
  width: max-content;
  line-height: 1;
  display: flex;
  align-items: center;
}
.p-company_history .history-cont_year .ja {
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 500;
  color: var(--color-main);
  margin-left: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.p-company_history .history-cont_info {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  flex: 1;
  padding-top: clamp(0px, -2.9126213592px + 0.7766990291vw, 12px);
}
.p-company_org {
  padding-block: clamp(100px, 75.7281553398px + 6.4724919094vw, 200px) clamp(100px, 51.4563106796px + 12.9449838188vw, 300px);
  position: relative;
  z-index: 1;
}
.p-company_org .square08 {
  width: 62.1875vw;
  aspect-ratio: 1;
  position: absolute;
  top: 5.2083333333vw;
  left: -36.4583333333vw;
  z-index: -1;
}
.p-company_org .square08 path {
  fill: rgba(199, 234, 246, 0.2);
}
.p-company_org .square09 {
  width: 26.7708333333vw;
  aspect-ratio: 1;
  position: absolute;
  top: 15.625vw;
  left: 13.0208333333vw;
  z-index: -1;
}
.p-company_org .square09 path {
  fill: rgba(199, 234, 246, 0.2);
}
.p-company_org .square10 {
  width: 59.8958333333vw;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0vw;
  right: -52.0833333333vw;
  z-index: -1;
}
.p-company_org .square10 path {
  fill: rgba(199, 234, 246, 0.2);
}
.p-company_org-inner {
  padding-left: 12.7604166667vw;
}
@media screen and (max-width: 1199px) {
  .p-company_org-inner {
    padding-inline: clamp(20px, -16.4077669903px + 9.7087378641vw, 100px);
  }
}
.p-company_org-fig {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}

.p-news {
  padding-block: clamp(40px, 1.1650485437px + 10.355987055vw, 200px) clamp(80px, 26.6019417476px + 14.2394822006vw, 300px);
}
.p-news_inner {
  max-width: calc(1430px + 25.5208333333vw);
  margin-inline: auto;
  padding-inline: 12.7604166667vw;
}
@media screen and (max-width: 991px) {
  .p-news_inner {
    padding-inline: clamp(20px, -4.3506493506px + 6.4935064935vw, 60px);
  }
}
.p-news_pagination .pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 17.8640776699px + 3.2362459547vw, 80px);
}
.p-news_pagination .pagination_list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news_pagination .pagination_item a,
.p-news_pagination .pagination_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 26.1747572816px + 1.5533980583vw, 56px);
  height: clamp(32px, 26.1747572816px + 1.5533980583vw, 56px);
  border-radius: 50%;
  font-size: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  font-weight: 500;
  text-decoration: none;
  background: #f0f0f0;
  color: #333;
  transition: all 0.3s;
}
.p-news_pagination .pagination_item.is-current span,
.p-news_pagination .pagination_item a.current {
  background: #1a5fa8;
  color: #fff;
}
.p-news_pagination .pagination_item .pagination-arrow {
  background: transparent;
  color: #1a5fa8;
  font-size: 24px;
  margin-top: -0.3em;
}
.p-news_pagination .pagination_item .dots {
  background: transparent;
  color: #333;
}
.p-news_pagination .pagination_item a:hover {
  background: #1a5fa8;
  color: #fff;
}
.p-news_pagination .pagination_item a:hover .pagination-arrow {
  color: #fff;
}

.p-single {
  padding-top: clamp(100px, 61.1650485437px + 10.355987055vw, 260px);
  padding-bottom: clamp(80px, 26.6019417476px + 14.2394822006vw, 300px);
}
.p-single_inner {
  max-width: 1264px;
  margin-inline: auto;
  padding-inline: clamp(20px, 0.5825242718px + 5.1779935275vw, 100px);
}
.p-single_head .news-item_head {
  display: flex;
  align-items: center;
  gap: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  border-bottom: 1px solid #CECECE;
  padding-bottom: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
}
.p-single_head .news-item_cat {
  font-size: clamp(12px, 11.5145631068px + 0.1294498382vw, 14px);
  font-weight: 500;
  background: var(--color-main);
  color: #fff;
  line-height: 1;
  padding: 5px 8px 6px;
  border-radius: 4px;
  display: inline-block;
}
.p-single_head .news-item_date {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 500;
  font-family: var(--font-en);
}
.p-single_body {
  padding-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-single_title {
  font-size: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  font-weight: 700;
}
.p-single_thumb {
  width: clamp(640px, 485.3333333333px + 20.1388888889vw, 872px);
  margin-inline: auto;
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  max-width: 100%;
}
.p-single_thumb img {
  border-radius: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  margin-inline: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-single_content {
  padding-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-single_more {
  margin-top: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  margin-inline: auto;
  display: flex;
  width: clamp(240px, 228.3495145631px + 3.1067961165vw, 288px);
  height: clamp(50px, 45.6310679612px + 1.1650485437vw, 68px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--color-main);
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  padding-inline: 30px 40px;
  color: var(--color-main);
  transition: all 0.3s;
}
.p-single_more::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  transition: all 0.3s;
  position: relative;
  top: 3px;
}
.p-single_more:hover {
  background: var(--color-main);
  color: #fff;
}
.p-single_more:hover::after {
  background: #fff;
}

.p-single_content {
  word-break: break-word;
}
.p-single_content a {
  text-decoration: underline;
}
.p-single_content a:hover {
  text-decoration: none;
}
.p-single_content h1,
.p-single_content h2,
.p-single_content h3,
.p-single_content h4,
.p-single_content h5,
.p-single_content h6 {
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.4;
  font-weight: 500;
}
.p-single_content h1:first-child,
.p-single_content h2:first-child,
.p-single_content h3:first-child,
.p-single_content h4:first-child,
.p-single_content h5:first-child,
.p-single_content h6:first-child {
  margin-top: 0;
}
.p-single_content h2 {
  font-size: clamp(20px, 19.0291262136px + 0.2588996764vw, 24px);
}
.p-single_content h3 {
  font-size: clamp(18px, 17.5145631068px + 0.1294498382vw, 20px);
}
.p-single_content p {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  margin-bottom: 1.5em;
}
.p-single_content p img {
  display: block;
  margin: 1.5em 0;
}
.p-single_content blockquote {
  margin: 2em 0;
  padding-left: 1em;
  border-left: 4px solid #ccc;
  color: #666;
}
.p-single_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}
.p-single_content th,
.p-single_content td {
  border: 1px solid #ddd;
  padding: 0.5em;
}
.p-single_content ul {
  margin: 1.5em 0;
  padding-left: 1.5em;
  list-style-type: disc;
}
.p-single_content ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
  list-style-type: decimal;
}
.p-single_content li {
  margin-bottom: 0.5em;
}

.p-contact {
  padding-top: clamp(60px, 26.0194174757px + 9.0614886731vw, 200px);
  padding-bottom: clamp(100px, 63.5922330097px + 9.7087378641vw, 250px);
}
.p-contact_inner {
  padding-inline: clamp(20px, 0.5825242718px + 5.1779935275vw, 100px);
  max-width: calc(1060px + clamp(40px, 1.1650485437px + 10.355987055vw, 200px));
  margin-inline: auto;
}
.p-contact_step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, -23.6893203883px + 11.6504854369vw, 200px);
  width: max-content;
  margin-inline: auto;
  position: relative;
  padding-bottom: 70px;
}
.p-contact_step::before {
  content: "";
  position: absolute;
  top: clamp(22px, 16.6601941748px + 1.4239482201vw, 44px);
  /* 丸の中央に合わせる */
  left: 20%;
  right: 20%;
  height: 1px;
  background: #D9D9D9;
  z-index: -1;
}
.p-contact_step .step-icn .step-num {
  width: clamp(44px, 33.3203883495px + 2.8478964401vw, 88px);
  background: #D9D9D9;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  margin-inline: auto;
}
.p-contact_step .step-icn .step-title {
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 700;
  color: #D9D9D9;
  text-align: center;
}
.p-contact_privacy {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  padding: 3rem;
  font-size: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  border: 1px solid #A0A0A0;
  border-radius: 2px;
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}
.p-contact_privacy .privacy-title {
  font-size: clamp(18px, 17.5145631068px + 0.1294498382vw, 20px);
}
.p-contact_privacy p {
  margin-top: 1.5em;
}
.p-contact_privacy ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin-top: 1.5em;
}
.p-contact_privacy ol li {
  margin-top: 1em;
}
.p-contact_privacy .privacy-date {
  text-align: right;
}
.p-contact_privacy .privacy-last {
  text-align: right;
  margin-top: 1.5em;
}
.p-contact_cont .smf-action .smf-button-control__control {
  margin-top: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  display: flex;
  width: clamp(240px, 196.3106796117px + 11.6504854369vw, 420px);
  height: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--color-main);
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  padding-inline: 30px 40px;
  color: var(--color-main);
  transition: all 0.3s;
  margin-inline: auto;
}
.p-contact_cont .smf-action .smf-button-control__control::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  transition: all 0.3s;
  position: relative;
  top: 3px;
}
.p-contact_cont .smf-action .smf-button-control__control:hover {
  background: var(--color-main);
  color: #fff;
}
.p-contact_cont .smf-action .smf-button-control__control:hover::after {
  background: #fff;
}
.p-contact_cont .smf-item:has([data-validations*=required]) .smf-item__label::after {
  content: "必須";
  margin-left: 15px;
  font-size: clamp(12px, 11.5145631068px + 0.1294498382vw, 14px);
  font-weight: 500;
  color: #fff;
  background: var(--color-main);
  padding: 1px 6px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.p-contact_cont .smf-item__label__text {
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 500;
}
.p-contact_cont .smf-form .smf-select-control,
.p-contact_cont .smf-form .smf-select-control__control {
  width: 100%;
}
.p-contact_cont .smf-form .smf-select-control__control {
  padding: clamp(10px, 7.572815534px + 0.6472491909vw, 20px) clamp(15px, 12.572815534px + 0.6472491909vw, 25px);
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  border: 1px solid #a0a0a0;
}
.p-contact_cont .smf-form .smf-select-control__toggle {
  right: 3rem;
}
.p-contact_cont .smf-form .smf-select-control__toggle:before {
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  /* ←太さも一緒に上げる */
  right: calc(var(--_s-1) - 10px);
  top: calc(50% - 6px);
}
.p-contact_cont .smf-form .smf-text-control__control {
  padding: clamp(10px, 7.572815534px + 0.6472491909vw, 20px) clamp(15px, 12.572815534px + 0.6472491909vw, 25px);
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  border: 1px solid #a0a0a0;
}
.p-contact_cont .smf-form .smf-textarea-control__control {
  padding: clamp(10px, 7.572815534px + 0.6472491909vw, 20px) clamp(15px, 12.572815534px + 0.6472491909vw, 25px);
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  border: 1px solid #a0a0a0;
}
.p-contact_cont .smf-form--letter .smf-item {
  padding-block: 2rem;
}
.p-contact_cont .smf-placeholder .contact-zip {
  width: 240px;
}
.p-contact_cont .smf-item__controls .smf-placeholder:not(:last-child) {
  margin-bottom: 10px;
}
.p-contact_cont .smf-item__controls:has(.contact-name) {
  display: flex;
  gap: 20px;
}
.p-contact_cont .smf-item__controls:has(.contact-name) .contact-name {
  width: clamp(150px, 128.1553398058px + 5.8252427184vw, 240px);
}
.p-contact_cont .smf-action .smf-button-control__control[data-action=back] {
  width: 180px;
  background: #f1f1f1;
}
.p-contact_cont .smf-action .smf-button-control__control[data-action=back]:hover {
  color: inherit;
}
.p-contact_cont .smf-action .smf-button-control__control[data-action=back]:hover::after {
  background: inherit;
}

body:has(.snow-monkey-form[data-screen=input]) .p-contact_step .step-icn.step01 .step-num {
  background: var(--color-main);
}
body:has(.snow-monkey-form[data-screen=input]) .p-contact_step .step-icn.step01 .step-title {
  color: var(--color-main);
}

body:has(.snow-monkey-form[data-screen=back]) .p-contact_step .step-icn.step01 .step-num {
  background: var(--color-main);
}
body:has(.snow-monkey-form[data-screen=back]) .p-contact_step .step-icn.step01 .step-title {
  color: var(--color-main);
}

body:has(.snow-monkey-form[data-screen=invalid]) .p-contact_step .step-icn.step01 .step-num {
  background: var(--color-main);
}
body:has(.snow-monkey-form[data-screen=invalid]) .p-contact_step .step-icn.step01 .step-title {
  color: var(--color-main);
}

body:has(.snow-monkey-form[data-screen=confirm]) .p-contact_step .step-icn.step02 .step-num {
  background: var(--color-main);
}
body:has(.snow-monkey-form[data-screen=confirm]) .p-contact_step .step-icn.step02 .step-title {
  color: var(--color-main);
}

.contact-confirm_msg {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 500;
  display: none;
}

.snow-monkey-form[data-screen=confirm] .contact-confirm_msg {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .p-contact_privacy {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .smf-action {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item {
  display: flex;
  gap: 5rem;
  border-bottom: 1px solid #A0A0A0;
  padding-block: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item {
    flex-direction: column;
    gap: 0;
    padding-block: 1rem;
  }
  .snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item .smf-item__col--label {
    padding-bottom: 5px;
  }
  .snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item .smf-item__controls {
  display: flex;
  flex: 1;
}
.snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item__col--label {
  width: 260px;
}

body:has(.snow-monkey-form[data-screen=complete]) .p-contact_step .step-icn.step03 .step-num {
  background: var(--color-main);
}
body:has(.snow-monkey-form[data-screen=complete]) .p-contact_step .step-icn.step03 .step-title {
  color: var(--color-main);
}
body:has(.snow-monkey-form[data-screen=complete]) .p-contact_privacy {
  display: none;
}

body.thanks .p-contact_step .step-icn.step03 .step-num {
  background: var(--color-main);
}
body.thanks .p-contact_step .step-icn.step03 .step-title {
  color: var(--color-main);
}
body.thanks .p-contact_thanks {
  text-align: center;
}

.p-privacy {
  padding-top: clamp(60px, 26.0194174757px + 9.0614886731vw, 200px);
  padding-bottom: clamp(100px, 63.5922330097px + 9.7087378641vw, 250px);
}
.p-privacy_inner {
  padding-inline: clamp(20px, 0.5825242718px + 5.1779935275vw, 100px);
  max-width: calc(1060px + clamp(40px, 1.1650485437px + 10.355987055vw, 200px));
  margin-inline: auto;
}
.p-privacy .privacy-text {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-privacy .privacy-list {
  list-style: decimal;
  padding-left: 1.5em;
  margin-top: 2em;
}
.p-privacy .privacy-list li {
  margin-bottom: 1em;
}
.p-privacy .privacy-date {
  text-align: right;
  margin-top: 1.5em;
}
.p-privacy .privacy-last {
  text-align: right;
  margin-top: 2em;
}
.p-privacy .privacy-pdf {
  padding: clamp(20px, 10.2912621359px + 2.5889967638vw, 60px);
  background: #f1f1f1;
  border-radius: 10px;
  margin-top: 50px;
}
.p-privacy .privacy-pdf li {
  padding-block: 1rem;
  border-bottom: 1px solid #c0c0c0;
}
.p-privacy .privacy-pdf a {
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 10px;
  color: var(--color-main);
}
.p-privacy .privacy-pdf a:hover {
  opacity: 0.7;
}
.p-privacy .privacy-pdf a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  background: url("../img/common/icn-pdf.svg") no-repeat center/contain;
  align-self: center;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(10% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */