@charset "UTF-8";
/*---------- Layout ----------*/
/* base */
/* カラー */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline 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 */
  -moz-appearance: none;
  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 */
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*---------- font-weight ----------*/
@font-face {
  font-family: "Avenir";
  src: url("/wp-content/themes/itoh-clean/assets/fonts/AvenirLTStd-Roman.otf") format("truetype");
  font-weight: 400;
}
/* base */
/* base */
/* 相対値関数 */
/* ブレイクポイント関連 */
/* start フォント */
/* end フォント */
/* アニメーション用 */
body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

main {
  position: relative;
}

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

:root {
  --hsf-field-label__font-family: $ns;
  --hsf-field-label__font-size: 18px;
  --hsf-field-label-requiredindicator__color: #dd4b4c;
  --hsf-field-label__color: map.get($colors, txt01);
  --hsf-field-input__font-family: $ns;
  --hsf-field-input__color: map.get($colors, txt01);
  --hsf-field-input__placeholder-color: #d0d0d0;
  --hsf-field-input__border-color: #b7b7b7;
  --hsf-field-input__border-radius: 3px;
  --hsf-field-input__padding: 12px;
  --hsf-global__font-family: $ns;
  --hsf-default-field-label__font-size: 18px;
  --hsf-richtext__font-family: $ns;
  --hsf-richtext__font-size: 14px;
  --hsf-richtext__color: #888888;
  --hsf-button__width: 350px;
  --hsf-button__font-size: 18px;
  --hsf-button__background-color: #4986e8;
  --hsf-button__border-radius: 50px;
}

/* utils */
/* base */
/* utils */
/* base */
/* utils */
/* sass_library */
/* PC/SP切り替え */
.md {
  display: block;
}
@media (max-width: 599px) {
  .md {
    display: none !important;
  }
}

.sm {
  display: none;
}
@media (max-width: 599px) {
  .sm {
    display: block !important;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 599px) and (max-width: 768px) {
  .tab {
    display: block;
  }
}

/* グラデーションテキスト */
.c-grad-txt {
  background: linear-gradient(to right, #8c1ad1 0%, #2996eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* start btn */
.c-btn-blue,
.c-btn-white {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-align: center;
  border-radius: 50px;
}
@media (max-width: 599px) {
  .c-btn-blue,
  .c-btn-white {
    border-radius: 13.3333333333vw;
  }
}

.c-btn-white {
  color: #4986e8;
  background-color: #fff;
}
.c-btn-white:hover {
  color: #fff;
  background-color: #4986e8;
}

.c-btn-blue {
  color: #fff;
  background-color: #4986e8;
  border: 2px solid #4986e8;
}
.c-btn-blue:hover {
  color: #4986e8;
  background-color: #fff;
}

.c-btn-icon {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 1.25rem 1.875rem 1.25rem 0;
  color: #fff;
  background-color: #4986e8;
}
.c-btn-icon:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .c-btn-icon {
    padding: 4vw 4.5333333333vw 4vw 0;
    border-radius: 13.3333333333vw;
  }
}
.c-btn-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("../../assets/img/common/icon/icon-btn-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 599px) {
  .c-btn-icon:after {
    right: 3.4666666667vw;
    display: block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.c-shadow-btn {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  padding: 1.25rem 0;
  text-align: center;
  color: #4986e8;
  background-color: #fff;
  border-radius: 150px;
  border: 2px solid #4986e8;
  box-shadow: 0 4px 0px #1061a2;
  transition: 0.3s;
}
.c-shadow-btn:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 0px #1061a2;
  transform: translate(4px, 4px);
}

/* end btn */
/* start title */
.c-ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  color: #333;
  text-align: center;
}
@media (max-width: 1440px) {
  .c-ttl {
    font-size: 3.8888888889vw;
  }
}
@media (max-width: 599px) {
  .c-ttl {
    font-size: 8.5333333333vw;
  }
}

.c-sec-ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #333;
  text-align: center;
}
@media (max-width: 599px) {
  .c-sec-ttl {
    font-size: 6.4vw;
  }
}

/* end title */
/* start scrollbar */
/* スクロールバーを非表示にする */
.no-scrollbar {
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none; /* Firefox */
}

/* sass_library */
/* start pc*/
nav.l-navigation-global ul.l-navigation-global__list {
  display: flex;
  gap: 50px;
}
@media (max-width: 1440px) {
  nav.l-navigation-global ul.l-navigation-global__list {
    gap: 3.4722222222vw;
  }
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item {
  position: relative;
}
@media (max-width: 1440px) {
  nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item {
    flex-shrink: 0;
  }
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item.is-open .l-megaMenu__open {
  position: relative;
  color: #4986e8;
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item.is-open .l-megaMenu__open::after {
  transform: translateY(-42%) rotate(180deg);
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item.is-open .l-megaMenu__navigation {
  transition: all 0.4s;
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__open {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  position: relative;
  display: block;
  padding: 25px 0;
  font-size: 14px;
  color: #333;
}
@media (max-width: 1440px) {
  nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__open {
    padding: 1.7361111111vw 0;
    font-size: 1.1111111111vw;
  }
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__open:hover {
  color: #4986e8;
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__open::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-32%);
  right: -1.40625rem;
  width: 0.8125rem;
  height: 0.5rem;
  background-image: url("../../assets/img/common/icon/icon-megamenu-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1440px) {
  nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__open::after {
    right: -1.5625vw;
    width: 0.9027777778vw;
    height: 0.5555555556vw;
  }
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__navigation {
  position: absolute;
  top: 99%;
  left: -0.5rem;
  width: 14.4375rem;
  padding: 1.25rem 0.9375rem;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-clip-path: inset(0 -50vw 100%);
  clip-path: inset(0 -50vw 100%);
  visibility: hidden;
}
@media (max-width: 1440px) {
  nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__navigation {
    left: -0.5555555556vw;
    width: 16.0416666667vw;
    padding: 1.3888888889vw 1.0416666667vw;
  }
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__navigation ul.l-megaMenu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1440px) {
  nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__navigation ul.l-megaMenu__list {
    gap: 0.5555555556vw;
  }
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__navigation ul.l-megaMenu__list li.l-megaMenu__list-item a {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.4s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.9375rem;
  font-size: 0.875rem;
  color: #333;
  border-radius: 0.25rem;
}
@media (max-width: 1440px) {
  nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__navigation ul.l-megaMenu__list li.l-megaMenu__list-item a {
    font-size: 0.9722222222vw;
    padding: 0.5555555556vw 1.0416666667vw;
    font-size: 0.9722222222vw;
    border-radius: 0.2777777778vw;
  }
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__navigation ul.l-megaMenu__list li.l-megaMenu__list-item a svg path {
  fill: #333;
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__navigation ul.l-megaMenu__list li.l-megaMenu__list-item a:hover {
  transition: all 0.4s;
  background-color: #eaf1fc;
  color: #4986e8;
}
nav.l-navigation-global ul.l-navigation-global__list .l-navigation-global__list-item .l-megaMenu__navigation ul.l-megaMenu__list li.l-megaMenu__list-item a:hover svg path {
  fill: #4986e8;
}
nav.l-navigation-global ul.l-navigation-global__list .non-megamenu {
  margin-right: -1.25rem;
}
nav.l-navigation-global ul.l-navigation-global__list .non-megamenu .l-megaMenu__open::after {
  content: none;
}

/* end pc*/
/* start sp*/
.l-hamburger__btn .btn-wrap {
  position: relative;
  width: 6.4vw;
  height: 2.6666666667vw;
}
.l-hamburger__btn .btn-wrap span {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  position: absolute;
  display: block;
  width: 100%;
  height: 0.8vw;
  border-radius: 0.5333333333vw;
  background-color: #000;
}
.l-hamburger__btn .btn-wrap span:first-child {
  top: 0;
}
.l-hamburger__btn .btn-wrap span:last-child {
  bottom: 0;
}
.l-hamburger__btn.is-open span:first-child {
  transform: translateX(0%) translateY(1.3333333333vw) rotate(45deg);
}
.l-hamburger__btn.is-open span:last-child {
  transform: translateX(0%) translateY(-0.5333333333vw) rotate(-45deg);
}

.l-hamburger__inner {
  display: none;
}
@media (max-width: 599px) {
  .l-hamburger__inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 6.4vw 6.6666666667vw;
    background-color: #fff;
    overflow: scroll;
    z-index: 1002;
    transition: opacity 0.1s linear;
    pointer-events: none;
    opacity: 0;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap {
    padding: 0 0 2.1333333333vw 4vw;
    border-bottom: 1px solid #d8d8d8;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap.is-open button.l-hamburger-open svg {
    right: 4.5333333333vw;
    transform: translateY(50%) rotate(180deg);
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap.is-open button.l-hamburger-open svg path {
    stroke: #8f8e8e;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .l-hamburger-open {
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    width: 100%;
    font-size: 4.8vw;
    color: #333;
    cursor: pointer;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .l-hamburger-open.rb {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .l-hamburger-open svg {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 4.2666666667vw;
    width: 4.8vw;
    height: 2.9333333333vw;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .l-hamburger-open svg path {
    stroke: #333;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .non-open-links {
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    font-size: 4.8vw;
    color: #333;
    cursor: pointer;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item nav.l-hamburger__submenu {
    display: none;
    margin: 4vw 0 5.3333333333vw 0;
    padding-left: 4vw;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item nav.l-hamburger__submenu.is-open {
    display: block;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item nav.l-hamburger__submenu ul.l-hamburger__list {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item nav.l-hamburger__submenu ul.l-hamburger__list li.l-hamburger__list-item a {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4.2666666667vw;
    color: #8f8e8e;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap .l-hamburger__btn-wrap {
    margin-top: 4.2666666667vw;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap .l-hamburger__btn-wrap a.login {
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 4.8vw;
    text-align: center;
    color: #333;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap .l-hamburger__btn-wrap a.login:hover {
    color: #8f8e8e;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap .l-hamburger__btn-wrap ul.l-hamburger__btn-list {
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
    margin-top: 5.6vw;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap .l-hamburger__btn-wrap ul.l-hamburger__btn-list li.l-hamburger__btn-item a {
    width: 100%;
    padding: 4vw;
    font-size: 4.8vw;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap .l-hamburger__btn-wrap ul.l-hamburger__btn-list li.l-hamburger__btn-item .c-btn-white {
    border: 2px solid #4986e8;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap .l-hamburger__btn-wrap ul.l-hamburger__btn-list li.l-hamburger__btn-item .c-btn-white:hover {
    color: #fff;
  }
  .l-hamburger__inner .l-hamburger__inner-wrap .l-hamburger__btn-wrap ul.l-hamburger__btn-list li.l-hamburger__btn-item .c-btn-blue {
    border: 2px solid #4986e8;
  }
}
.l-hamburger__inner.is-open {
  transition: opacity 0.3s linear;
  pointer-events: all;
  opacity: 1;
}

/* end sp*/
/* base */
/* utils */
/* sass_library */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 599px) {
  .l-header {
    border-bottom: none;
  }
}
.l-header .l-header-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .l-header .l-header-wrap {
    padding: 0 1.4583333333vw 0 1.8055555556vw;
  }
}
@media (max-width: 599px) {
  .l-header .l-header-wrap {
    padding: 2.9333333333vw 4.2666666667vw;
  }
}
.l-header .l-header-wrap .site-logo {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .l-header .l-header-wrap .site-logo {
    margin-right: 4.4444444444vw;
  }
}
@media (max-width: 599px) {
  .l-header .l-header-wrap .site-logo {
    margin-right: 14.1333333333vw;
  }
}
.l-header .l-header-wrap .site-logo a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: block;
}
.l-header .l-header-wrap .site-logo a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header .l-header-wrap .site-logo a img {
  width: 243px;
}
@media (max-width: 1440px) {
  .l-header .l-header-wrap .site-logo a img {
    width: 16.875vw;
  }
}
@media (max-width: 599px) {
  .l-header .l-header-wrap .site-logo a img {
    width: 35.2vw;
  }
}
.l-header .l-header-wrap .l-header__btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .l-header .l-header-wrap .l-header__btn-wrap {
    gap: 1.1111111111vw;
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  .l-header .l-header-wrap .l-header__btn-wrap {
    margin-left: 0;
    margin-right: 4.4vw;
  }
}
.l-header .l-header-wrap .l-header__btn-wrap a.login {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 0.875rem;
}
.l-header .l-header-wrap .l-header__btn-wrap a.login:hover {
  color: #8f8e8e;
}
@media (max-width: 1440px) {
  .l-header .l-header-wrap .l-header__btn-wrap a.login {
    font-size: 1.1111111111vw;
    flex-shrink: 0;
  }
}
.l-header .l-header-wrap .l-header__btn-wrap ul.l-header__btn-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1440px) {
  .l-header .l-header-wrap .l-header__btn-wrap ul.l-header__btn-list {
    gap: 1.1111111111vw;
  }
}
.l-header .l-header-wrap .l-header__btn-wrap ul.l-header__btn-list li.l-header__btn-item a {
  width: 172px;
  padding: 12px 0;
  font-size: 14px;
}
@media (max-width: 1440px) {
  .l-header .l-header-wrap .l-header__btn-wrap ul.l-header__btn-list li.l-header__btn-item a {
    width: 11.9444444444vw;
    padding: 0.8333333333vw 0;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 599px) {
  .l-header .l-header-wrap .l-header__btn-wrap ul.l-header__btn-list li.l-header__btn-item a {
    width: 32vw;
    padding: 2.1333333333vw 0;
    font-size: 3.4666666667vw;
  }
}
.l-header .l-header-wrap .l-header__btn-wrap ul.l-header__btn-list li.l-header__btn-item a.c-btn-white {
  border: 2px solid #4986e8;
}
@media (max-width: 599px) {
  .l-header .l-header-wrap .l-header__btn-wrap ul.l-header__btn-list li.l-header__btn-item a.c-btn-white {
    display: none;
  }
}
.l-header .l-header-wrap .l-header__btn-wrap ul.l-header__btn-list li.l-header__btn-item .c-btn-blue {
  border: 2px solid #4986e8;
}

/* base */
/* utils */
/* sass_library */
.l-footer {
  background-color: #fff;
  padding: 40px 20px;
}
@media (max-width: 1440px) {
  .l-footer {
    padding: 2.7777777778vw 1.3888888889vw;
  }
}
@media (max-width: 599px) {
  .l-footer {
    padding: 6.4vw 6.6666666667vw;
  }
}
.l-footer .l-footer-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .l-footer .l-footer-wrap .site-logo {
    margin-top: 6.4vw;
  }
}
.l-footer .l-footer-wrap .site-logo a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: block;
  width: fit-content;
}
.l-footer .l-footer-wrap .site-logo a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-footer .l-footer-wrap .site-logo a img {
  width: 244px;
}
@media (max-width: 1440px) {
  .l-footer .l-footer-wrap .site-logo a img {
    width: 16.9444444444vw;
  }
}
@media (max-width: 599px) {
  .l-footer .l-footer-wrap .site-logo a img {
    display: block;
    width: 65.0666666667vw;
    margin: 0 auto;
  }
}
.l-footer .l-footer-wrap nav.l-footer__nav {
  margin-top: 62px;
}
@media (max-width: 1440px) {
  .l-footer .l-footer-wrap nav.l-footer__nav {
    margin-top: 4.3055555556vw;
  }
}
.l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media (max-width: 1440px) {
  .l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list {
    gap: 4.8611111111vw;
  }
}
.l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item {
  flex-shrink: 0;
}
.l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item button {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #333;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item button {
    font-size: 1.1111111111vw;
  }
}
.l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item button.is-link {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  pointer-events: all;
  cursor: pointer;
}
.l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item button.is-link:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item button.is-link:hover {
  text-decoration: underline;
}
.l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item ul.l-footer__nav-sublist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 17px;
}
@media (max-width: 1440px) {
  .l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item ul.l-footer__nav-sublist {
    gap: 0.6944444444vw;
    margin-top: 1.1805555556vw;
  }
}
.l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item ul.l-footer__nav-sublist li a {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-size: 14px;
  color: #8f8e8e;
}
@media (max-width: 1440px) {
  .l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item ul.l-footer__nav-sublist li a {
    font-size: 1.0416666667vw;
  }
}
.l-footer .l-footer-wrap nav.l-footer__nav ul.l-footer__nav-list li.l-footer__nav-item ul.l-footer__nav-sublist li a:hover {
  color: #333;
  text-decoration: underline;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap {
  padding: 0 0 2.1333333333vw 4vw;
  border-bottom: 1px solid #d8d8d8;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap.is-open button.l-hamburger-open svg {
  right: 4.5333333333vw;
  transform: translateY(50%) rotate(180deg);
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap.is-open button.l-hamburger-open svg path {
  stroke: #8f8e8e;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .l-hamburger-open {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  width: 100%;
  font-size: 4.8vw;
  color: #333;
  cursor: pointer;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .l-hamburger-open.rb {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .l-hamburger-open svg {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 4.2666666667vw;
  width: 4.8vw;
  height: 2.9333333333vw;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .l-hamburger-open svg path {
  stroke: #333;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item .l-hamburger-open-wrap .non-open-links {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  font-size: 4.8vw;
  color: #333;
  cursor: pointer;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item nav.l-hamburger__submenu {
  display: none;
  margin: 4vw 0 5.3333333333vw 0;
  padding-left: 4vw;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item nav.l-hamburger__submenu.is-open {
  display: block;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item nav.l-hamburger__submenu ul.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap nav.l-hamburger-global ul.l-hamburger-global__list li.l-hamburger-global__list-item nav.l-hamburger__submenu ul.l-footer__nav-list li.l-footer__nav-list-item a {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.2666666667vw;
  color: #8f8e8e;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap .l-hamburger__btn-wrap {
  margin-top: 4.2666666667vw;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap .l-hamburger__btn-wrap a.login {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 4.8vw;
  text-align: center;
  color: #333;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap .l-hamburger__btn-wrap a.login:hover {
  color: #8f8e8e;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap .l-hamburger__btn-wrap ul.l-hamburger__btn-list {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
  margin-top: 5.6vw;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap .l-hamburger__btn-wrap ul.l-hamburger__btn-list li.l-hamburger__btn-item a {
  width: 100%;
  padding: 4vw;
  font-size: 4.8vw;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap .l-hamburger__btn-wrap ul.l-hamburger__btn-list li.l-hamburger__btn-item .c-btn-white {
  border: 2px solid #9a9a9a;
}
.l-footer .l-footer-wrap .l-footer__nav-sp .l-hamburger__inner-wrap .l-hamburger__btn-wrap ul.l-hamburger__btn-list li.l-hamburger__btn-item .c-btn-white:hover {
  border: 2px solid #4986e8;
}
.l-footer .l-footer-wrap p.copyright {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 40px;
  padding-top: 15px;
  font-size: 12px;
  color: #333;
  border-top: 1px solid #8f8e8e;
}
@media (max-width: 1440px) {
  .l-footer .l-footer-wrap p.copyright {
    margin-top: 2.7777777778vw;
    padding-top: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 599px) {
  .l-footer .l-footer-wrap p.copyright {
    margin-top: 8.5333333333vw;
    padding-top: 8.5333333333vw;
    font-size: 3.2vw;
    text-align: center;
  }
}

/*---------- Component ----------*/
/*---------- Pages ----------*/
/* base */
/* utils */
/* sass_library */
.low-kv {
  display: flex;
  align-items: center;
  height: 15.625rem;
  padding: 0 1.25rem;
  background-image: url("../../assets/img/pages/company-terms/low-kv__bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 599px) {
  .low-kv {
    height: 44vw;
    padding: 0 6.6666666667vw;
    background-image: url("../../assets/img/pages/company-terms/sp/low-kv__bg.svg");
  }
}
.low-kv .low-kv-wrap {
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
}
.low-kv .low-kv__ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  width: fit-content;
  font-size: 3rem;
  line-height: 1.3;
  background: linear-gradient(to right, #8c1ad1 0%, #2996eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 599px) {
  .low-kv .low-kv__ttl {
    font-size: 6.4vw;
  }
}
.low-kv .low-kv__ttl span {
  display: block;
  margin-top: 0.625rem;
  font-size: 2rem;
}
@media (max-width: 599px) {
  .low-kv .low-kv__ttl span {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
}

.company-terms {
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
  padding: 4.0625rem 0 2.5rem;
}
@media (max-width: 1100px) {
  .company-terms {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 599px) {
  .company-terms {
    max-width: auto;
    padding: 10.6666666667vw 5.3333333333vw 9.3333333333vw;
  }
}
.company-terms p,
.company-terms li {
  letter-spacing: 0.03em;
  color: #1e1e1e;
}
.company-terms p a:hover,
.company-terms li a:hover {
  text-decoration: underline;
}
.company-terms .company-terms-heading-lg {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #1e1e1e;
}
@media (max-width: 599px) {
  .company-terms .company-terms-heading-lg {
    font-size: 4.8vw;
  }
}
.company-terms .company-terms-num-list li {
  display: flex;
  gap: 0.625rem;
  letter-spacing: 0.03em;
}
@media (max-width: 599px) {
  .company-terms .company-terms-num-list li {
    gap: 1.3333333333vw;
  }
}
.company-terms .company-terms-num-list li span {
  flex-shrink: 0;
  display: block;
}
.company-terms .company-terms-signature {
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
}
.company-terms .company-terms-signature p {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #1e1e1e;
}

.fs24 {
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  .fs24 {
    font-size: 4.2666666667vw;
  }
}

.fs20 {
  font-size: 1.25rem;
}
@media (max-width: 599px) {
  .fs20 {
    font-size: 4.2666666667vw;
  }
}

.fs18 {
  font-size: 1.125rem;
}
@media (max-width: 599px) {
  .fs18 {
    font-size: 4.2666666667vw;
  }
}

.fs16 {
  font-size: 1rem;
}
@media (max-width: 599px) {
  .fs16 {
    font-size: 3.4666666667vw;
  }
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.txt-bold {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  line-height: 2;
}

.txt-mid {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  line-height: 2;
}

.txt-reg {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.5;
}

/* base */
/* utils */
/* sass_library */
.privacy-policy .company-terms-num-list {
  margin-top: 2.5rem;
}
.privacy-policy .company-terms-heading-lg {
  margin-top: 5.6875rem;
}
@media (max-width: 599px) {
  .privacy-policy .company-terms-heading-lg {
    margin-top: 6.4vw;
  }
}
.privacy-policy .privacy-policy-nested-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 599px) {
  .privacy-policy .privacy-policy-nested-list {
    gap: 6.4vw;
    margin-top: 6.4vw;
  }
}
.privacy-policy .privacy-policy-nested-list .first-child .first-child-heading + p {
  margin-top: 0.625rem;
}
.privacy-policy .privacy-policy-nested-list .first-child .outlook-heading {
  line-height: 1;
}
.privacy-policy .privacy-policy-nested-list .first-child .first-child-content {
  margin-top: 0.5rem;
}
@media (max-width: 599px) {
  .privacy-policy .privacy-policy-nested-list .first-child .first-child-content {
    font-size: 3.4666666667vw;
  }
}
.privacy-policy .privacy-policy-nested-list .first-child .second-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.625rem;
  padding-left: 2.5rem;
}
@media (max-width: 599px) {
  .privacy-policy .privacy-policy-nested-list .first-child .second-list {
    gap: 1rem;
    margin-top: 5.3333333333vw;
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .privacy-policy .privacy-policy-nested-list .first-child .second-list .second-list-child .second-list-child-heading {
    font-size: 4.2666666667vw;
  }
}
.privacy-policy .privacy-policy-nested-list .first-child .second-list .second-list-child .second-list-child-content {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 599px) {
  .privacy-policy .privacy-policy-nested-list .first-child .second-list .second-list-child .second-list-child-content {
    padding-left: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.privacy-policy .privacy-policy-nested-list .first-child .company-terms-num-list {
  margin-top: 1.25rem;
  padding-left: 2.5rem;
}
@media (max-width: 599px) {
  .privacy-policy .privacy-policy-nested-list .first-child .company-terms-num-list {
    padding-left: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.privacy-policy .company-terms-signature {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
@media (max-width: 599px) {
  .privacy-policy .company-terms-signature {
    margin-top: 6.4vw;
    margin-bottom: 9.6vw;
  }
}
.privacy-policy .company-terms-signature p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .privacy-policy .company-terms-signature p {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
@media (max-width: 599px) {
  .privacy-policy .general-counter-announce {
    font-size: 3.4666666667vw;
  }
}
.privacy-policy .general-counter {
  margin-top: 2.1875rem;
}
@media (max-width: 599px) {
  .privacy-policy .general-counter {
    margin-top: 8vw;
  }
}
.privacy-policy .general-counter .general-counter-inner-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 599px) {
  .privacy-policy .general-counter .general-counter-inner-list {
    gap: 4vw;
    margin-top: 4vw;
  }
}
.privacy-policy .general-counter .general-counter-inner-list li {
  letter-spacing: 0.03em;
}
@media (max-width: 599px) {
  .privacy-policy .general-counter .general-counter-inner-list li {
    line-height: 1.7;
  }
}