@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 ----------*/
/* base */
/* utils */
/* sass_library */
.c-low-kv {
  width: 100%;
  padding: 8.375rem 0 2.9375rem;
  background: linear-gradient(69.77deg, #EDF5FF 0%, #FFFFFF 0%, #EDF5FF 23.54%, #FFFFFF 38.71%, #FFFFFF 52.62%, #FFFFFF 68.31%, #F5DBFF 93.22%);
}
@media (max-width: 768px) {
  .c-low-kv {
    padding: 8.375rem 1.25rem 2.9375rem;
  }
}
@media (max-width: 599px) {
  .c-low-kv {
    padding: 5.9375rem 0 1rem;
  }
}
.c-low-kv .c-low-kv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: min(82.6388888889vw, 74.375rem);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-low-kv .c-low-kv__inner {
    max-width: none;
  }
}
@media (max-width: 599px) {
  .c-low-kv .c-low-kv__inner {
    flex-direction: column;
    justify-content: center;
    gap: 6.4vw 0;
    max-width: none;
  }
}
.c-low-kv .c-low-kv__inner .c-low-kv__content {
  max-width: 27.8125rem;
  width: 100%;
}
@media (max-width: 599px) {
  .c-low-kv .c-low-kv__inner .c-low-kv__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
  }
}
.c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__title {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(4.4444444444vw, 4rem);
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media (max-width: 599px) {
  .c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__title {
    font-size: 8.5333333333vw;
  }
}
.c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__title.text-purple {
  color: #7815b4;
}
.c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__title.text-main {
  color: #4986e8;
}
.c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__txt {
  margin-top: 3.25rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(1.3888888889vw, 1.25rem);
  line-height: 2;
  color: #333;
  letter-spacing: 0.03em;
}
@media (max-width: 599px) {
  .c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__txt {
    margin-top: 1.5rem;
    font-size: 3.7333333333vw;
    line-height: 2;
    text-align: center;
  }
}
.c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__btn {
  display: flex;
  align-items: center;
  gap: min(1.6666666667vw, 1.5rem);
  margin-top: 3.3125rem;
}
@media (max-width: 599px) {
  .c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__btn {
    margin-top: 1rem;
  }
}
.c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__btn a.c-btn-blue,
.c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__btn a.c-btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.75rem;
  height: 2.5rem;
  box-shadow: 0px 8px 12px #D2D2D2;
}
@media (max-width: 599px) {
  .c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__btn a.c-btn-blue,
  .c-low-kv .c-low-kv__inner .c-low-kv__content .c-low-kv__btn a.c-btn-white {
    width: 40vw;
    height: 9.6vw;
    font-size: 3.4666666667vw;
  }
}
.c-low-kv .c-low-kv__inner .c-low-kv__img {
  width: 34.8125rem;
}
@media (max-width: 599px) {
  .c-low-kv .c-low-kv__inner .c-low-kv__img {
    width: 78.9333333333vw;
    margin-left: 8vw;
  }
}

/* base */
/* utils */
/* sass_library */
.c-low-anchor-nav {
  position: sticky;
  width: 100%;
  height: 5.9375rem;
  background-color: #fff;
  z-index: 100;
}
@media (max-width: 599px) {
  .c-low-anchor-nav {
    height: auto;
  }
}
.c-low-anchor-nav .c-low-anchor-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .c-low-anchor-nav .c-low-anchor-nav__inner {
    flex-wrap: wrap;
    max-width: none;
  }
}
.c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(13.8888888889vw, 12.5rem);
  height: 100%;
}
@media (max-width: 599px) {
  .c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link {
    width: 49.3333333333vw;
    height: 17.0666666667vw;
  }
  .c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link:nth-of-type(2n) {
    border-left: 0.125rem solid #d8d8d8;
  }
  .c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link:not(.is-active) {
    border-bottom: 0.125rem solid #d8d8d8;
  }
}
.c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link.is-active {
  border-bottom: 0.375rem solid #4986e8;
}
.c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link .c-low-anchor-nav__link-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.9027777778vw, 0.8125rem);
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.25vw, 1.125rem);
  line-height: 1.4;
  color: #333;
}
@media (max-width: 599px) {
  .c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link .c-low-anchor-nav__link-txt {
    gap: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link .c-low-anchor-nav__link-txt::after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../img/common/icon/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link .c-low-anchor-nav__link-txt::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}

/* base */
/* utils */
/* sass_library */
.c-contact {
  padding: 4.0625rem 0.625rem;
  background: linear-gradient(90deg, #bd85f7 0%, #2996eb 100%);
}
@media (max-width: 599px) {
  .c-contact {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
.c-contact .sec-wrap {
  max-width: 67.5rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .c-contact .sec-wrap {
    max-width: none;
  }
}
.c-contact .sec-wrap .c-contact-heading,
.c-contact .sec-wrap .c-contact-lead {
  text-align: center;
  color: #fff;
}
.c-contact .sec-wrap .c-contact-heading {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-heading {
    font-size: 6.4vw;
  }
}
.c-contact .sec-wrap .c-contact-lead {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-lead {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.c-contact .sec-wrap .c-contact-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-list {
    gap: 4.2666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.c-contact .sec-wrap .c-contact-list .c-contact-list-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 21.5rem;
  width: 100%;
  padding: 1.25rem 1.375rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-list .c-contact-list-items {
    max-width: none;
    padding: 6.4vw 8vw;
    border-radius: 4.2666666667vw;
  }
}
.c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-contact-list-items-pic {
  width: 6.25rem;
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-contact-list-items-pic {
    width: 21.3333333333vw;
  }
}
.c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-contact-list-items-heading {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #333;
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-contact-list-items-heading {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-contact-list-items-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  color: #8f8e8e;
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-contact-list-items-txt {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-btn-icon {
  width: 100%;
  margin-top: 1rem;
}
.c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-btn-icon::after {
  right: 1rem;
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-btn-icon::after {
    right: 3.7333333333vw;
  }
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-list .c-contact-list-items .c-btn-icon {
    margin-top: 6.4vw;
    padding: 4vw 0vw 4vw 0;
    font-size: 4.5333333333vw;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .c-contact .sec-wrap .c-contact-list .c-contact-list-items .trial-btn {
    padding-right: 5.0666666667vw;
  }
}

/*---------- Pages ----------*/
/* base */
/* utils */
/* sass_library */
.c-low-anchor-nav .c-low-anchor-nav__inner .c-low-anchor-nav__link.is-active .c-low-anchor-nav__link-txt {
  color: #4986e8;
}

.c-low-anchor-nav__link {
  width: min(18.75rem, 20.8333333333vw) !important;
}
@media (max-width: 599px) {
  .c-low-anchor-nav__link {
    width: 49.8666666667vw !important;
  }
}

.p-employee-report {
  padding: 3.75rem 0;
  background-color: #edf5ff;
  /* スマホ時のみ */
}
@media (max-width: 599px) {
  .p-employee-report {
    padding: 2.5rem 0 1.875rem;
  }
}
.p-employee-report .p-employee-report__ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.7777777778vw, 2.5rem);
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (max-width: 599px) {
  .p-employee-report .p-employee-report__ttl {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.p-employee-report .p-employee-report__inner {
  position: relative;
  padding: 0 3.75rem;
  overflow-x: scroll;
}
@media (max-width: 599px) {
  .p-employee-report .p-employee-report__inner {
    padding: 0 6.6666666667vw;
  }
}
.p-employee-report .p-employee-report__inner .p-employee-report__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 69.375rem;
  margin: 4.25rem auto 0;
  overflow-y: hidden;
}
@media (max-width: 599px) {
  .p-employee-report .p-employee-report__inner .p-employee-report__content {
    margin: 1.75rem auto 0;
  }
}
.p-employee-report .p-employee-report__inner .p-employee-report__content .p-employee-report__content-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  width: 100%;
  max-width: 11.875rem;
}
.p-employee-report .p-employee-report__inner .p-employee-report__content .p-employee-report__content-item-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-employee-report .p-employee-report__inner .p-employee-report__content .p-employee-report__content-item-header-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  background-color: #4986e8;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  border-radius: 1.25rem;
}
.p-employee-report .p-employee-report__inner .p-employee-report__content .p-employee-report__content-item-header-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #5c5c5c;
  text-align: center;
  white-space: nowrap;
}
.p-employee-report .p-employee-report__inner .p-employee-report__content .p-employee-report__content-item-img {
  max-width: 11.125rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.p-employee-report .p-employee-report__inner .p-employee-report__content .p-employee-report__content-polygon {
  position: relative;
  top: 19.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1875rem;
  height: fit-content;
}
.p-employee-report .p-employee-report__indicator {
  position: relative;
  width: 40vw;
  height: 0.625rem;
  margin: 6.6666666667vw auto 0;
  background-color: #d8d8d8;
  border-radius: 0.625rem;
}
.p-employee-report .p-employee-report__indicator-thumb {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  background-color: #4986e8;
  border-radius: 0.625rem;
  transition: width 0.1s linear;
}

.inner-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 1100px) {
  .inner-top {
    padding: 0 1.25rem;
  }
}
@media (max-width: 599px) {
  .inner-top {
    flex-direction: column;
    align-items: center;
    gap: 8.5333333333vw 0;
    padding: 0 6.6666666667vw;
  }
}
.inner-top .inner-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
  width: 34.5625rem;
}
@media (max-width: 599px) {
  .inner-top .inner-header {
    gap: 4.2666666667vw 0;
    width: auto;
  }
}
.inner-top .inner-header .inner-header-ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #4986e8;
}
@media (max-width: 599px) {
  .inner-top .inner-header .inner-header-ttl {
    font-size: 6.4vw;
  }
}
.inner-top .inner-header .inner-header-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #5c5c5c;
}
@media (max-width: 599px) {
  .inner-top .inner-header .inner-header-txt {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}
.inner-top .inner-img {
  max-width: 23.6875rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .inner-top .inner-img {
    max-width: 86.6666666667vw;
  }
}

.inner-bottom {
  position: relative;
  padding: 2.5rem 0;
  background-color: #edf5ff;
  z-index: 1;
}
@media (max-width: 599px) {
  .inner-bottom {
    padding: 8.5333333333vw 6.6666666667vw;
  }
}
.inner-bottom .inner-content {
  display: flex;
  justify-content: center;
  gap: min(1.6666666667vw, 1.5rem);
  width: 100%;
  max-width: 75rem;
  padding: min(2.7777777778vw, 2.5rem) min(4.1666666667vw, 3.75rem);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1rem;
}
@media (max-width: 599px) {
  .inner-bottom .inner-content {
    width: 100%;
    max-width: none;
    padding: 2.6666666667vw 0 6.4vw;
  }
}

.p-employee-report-flow {
  padding: 5rem 0 0;
}
@media (max-width: 599px) {
  .p-employee-report-flow {
    padding: 17.0666666667vw 0 0;
  }
}
.p-employee-report-flow .inner-img {
  max-width: 23.75rem;
  width: 100%;
}
.p-employee-report-flow .p-employee-report-flow__bottom .p-employee-report-flow__content-item {
  display: flex;
  flex-direction: column;
  width: 48.82%;
}
@media (max-width: 599px) {
  .p-employee-report-flow .p-employee-report-flow__bottom .p-employee-report-flow__content-item {
    width: 38.1333333333vw;
  }
}
.p-employee-report-flow .p-employee-report-flow__bottom .p-employee-report-flow__content-item-ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-employee-report-flow .p-employee-report-flow__bottom .p-employee-report-flow__content-item-ttl {
    font-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .p-employee-report-flow .p-employee-report-flow__bottom .p-employee-report-flow__content-item-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.7866666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.3;
  }
}
.p-employee-report-flow .p-employee-report-flow__bottom .p-employee-report-flow__content-item-img {
  width: 100%;
  margin: 2rem auto 0;
}
@media (max-width: 599px) {
  .p-employee-report-flow .p-employee-report-flow__bottom .p-employee-report-flow__content-item-img {
    width: 29.8666666667vw;
    margin: 4.2666666667vw auto 0;
  }
}
.p-employee-report-flow .p-employee-report-flow__bottom .p-employee-report-flow__content-item-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #5c5c5c;
}
@media (max-width: 599px) {
  .p-employee-report-flow .p-employee-report-flow__bottom .p-employee-report-flow__content-item-txt {
    margin-top: 4.2666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}

.p-employee-report-functions {
  padding: 5rem 0 0;
}
@media (max-width: 599px) {
  .p-employee-report-functions {
    padding: 17.3333333333vw 0 0;
  }
}
.p-employee-report-functions .inner-img {
  max-width: 33.125rem;
  width: 100%;
}
@media (max-width: 599px) {
  .p-employee-report-functions .inner-top {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .p-employee-report-functions .inner-top .inner-header {
    width: auto;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .p-employee-report-functions .inner-top .inner-header .inner-header-ttl {
    font-size: 6.4vw;
  }
}
@media (max-width: 599px) {
  .p-employee-report-functions .inner-top .inner-header .inner-header-txt {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}
.p-employee-report-functions .p-employee-report-functions__bottom .p-employee-report-functions__content {
  flex-direction: column;
  gap: 2rem 0;
}
@media (max-width: 599px) {
  .p-employee-report-functions .p-employee-report-functions__bottom .p-employee-report-functions__content {
    gap: 3.2vw 0;
    padding: 6.4vw 0;
  }
}
.p-employee-report-functions .p-employee-report-functions__bottom .p-employee-report-functions__content-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1100px) {
  .p-employee-report-functions .p-employee-report-functions__bottom .p-employee-report-functions__content-txt {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .p-employee-report-functions .p-employee-report-functions__bottom .p-employee-report-functions__content-txt {
    font-size: 5.3333333333vw;
  }
}
.p-employee-report-functions .p-employee-report-functions__bottom .p-employee-report-functions__content-desc {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 599px) {
  .p-employee-report-functions .p-employee-report-functions__bottom .p-employee-report-functions__content-desc {
    padding: 0 3.2vw;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: left;
  }
}

.p-employee-report-feedback {
  padding: 5rem 0 0;
}
@media (max-width: 599px) {
  .p-employee-report-feedback {
    padding: 17.3333333333vw 0 0;
  }
}
.p-employee-report-feedback .feedback-top {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding-bottom: 2.5625rem;
}
@media (max-width: 768px) {
  .p-employee-report-feedback .feedback-top {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top {
    gap: 10.6666666667vw;
    padding: 0 6.6666666667vw 6.9333333333vw;
  }
}
.p-employee-report-feedback .feedback-top .txt-wrap {
  max-width: 34.5625rem;
  width: 100%;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .txt-wrap {
    max-width: none;
  }
}
.p-employee-report-feedback .feedback-top .txt-wrap .feedback-top-heading {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #4986e8;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .txt-wrap .feedback-top-heading {
    font-size: 6.4vw;
  }
}
.p-employee-report-feedback .feedback-top .txt-wrap .feedback-top-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #5c5c5c;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .txt-wrap .feedback-top-txt {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}
.p-employee-report-feedback .feedback-top .feedback-content {
  max-width: 29.0625rem;
  width: 100%;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .feedback-content {
    max-width: none;
  }
}
.p-employee-report-feedback .feedback-top .feedback-content .feedback-content-heading {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.1875rem 0;
  font-size: 1.25rem;
  text-align: center;
  color: #4986e8;
  border: 2.5px solid #4986e8;
  border-radius: 1.875rem;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .feedback-content .feedback-content-heading {
    padding: 0.8vw 0;
    font-size: 3.7333333333vw;
  }
}
.p-employee-report-feedback .feedback-top .feedback-content .flex {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin-top: 1.875rem;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .feedback-content .flex {
    gap: 3.4666666667vw;
    margin-top: 5.8666666667vw;
  }
}
.p-employee-report-feedback .feedback-top .feedback-content .flex img {
  max-width: 8.9375rem;
  width: 100%;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .feedback-content .flex img {
    max-width: 26.9333333333vw;
  }
}
.p-employee-report-feedback .feedback-top .feedback-content .flex .inner {
  border-radius: 0.5625rem 0.5625rem 0.5625rem 0.5625rem;
  box-shadow: 0 0 1.5625rem rgb(215, 233, 255);
}
.p-employee-report-feedback .feedback-top .feedback-content .flex .inner span {
  display: block;
  width: 100%;
  padding: 0 0.1875rem;
  text-align: center;
  background-color: #4986e8;
  border-radius: 0.5625rem 0.5625rem 0 0;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .feedback-content .flex .inner span {
    padding: 0 0.8vw;
  }
}
.p-employee-report-feedback .feedback-top .feedback-content .flex .inner span img {
  max-width: 10rem;
  width: 100%;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .feedback-content .flex .inner span img {
    max-width: 29.8666666667vw;
  }
}
.p-employee-report-feedback .feedback-top .feedback-content .flex .inner p {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  padding: 0.584375rem;
  font-size: 0.781875rem;
  line-height: 1.7;
  color: #5c5c5c;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .feedback-top .feedback-content .flex .inner p {
    padding: 1.7333333333vw;
    font-size: 2.3333333333vw;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom {
  margin-top: 0;
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content {
  flex-direction: column;
  gap: 2rem 0;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content {
    gap: 3.2vw 0;
    padding: 6.4vw 0;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .p-employee-report-feedback__content-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  color: #000;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .p-employee-report-feedback__content-txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .p-employee-report-feedback__content-desc {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .p-employee-report-feedback__content-desc {
    font-size: 3.4666666667vw;
    padding: 0 3.2vw;
    text-align: left;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure {
  padding: 1.3125rem 1.75rem;
  border-radius: 1rem;
  background-color: #edf5ff;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure {
    padding: 4.2666666667vw 2.1333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list {
    flex-direction: column;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  max-width: 31.5625rem;
  width: 100%;
}
@media (max-width: 900px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 {
    gap: 2.1333333333vw;
    max-width: none;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .person {
  max-width: 10.1875rem;
  text-align: center;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .person {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.6666666667vw;
    max-width: 100%;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .person .pic {
  max-width: 7.75rem;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .person .pic {
    max-width: none;
    width: 16.2666666667vw;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .person .heading {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0.6875rem;
  font-size: 1.25rem;
  text-align: center;
  color: #4986e8;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .person .heading {
    margin-top: 0;
    font-size: 4.2666666667vw;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  max-width: 20.3125rem;
  width: 100%;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .txt-wrap {
    gap: 2.0533333333vw;
    max-width: none;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .txt-wrap p {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  padding: 1rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #5c5c5c;
  border-radius: 1rem;
  background-color: #fff;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .txt-wrap p {
    padding: 3.0666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.7;
    border-radius: 2.9333333333vw;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item01 .txt-wrap p span {
  color: #4986e8;
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item02 {
  max-width: 26rem;
  width: 100%;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .item02 {
    max-width: none;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .gap-figure-arrow {
  margin: 0 2.0625rem 0 0.9375rem;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .gap-figure-arrow {
    margin: 1.3333333333vw auto 5.3333333333vw;
  }
}
.p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .gap-figure-arrow img {
  width: 7.5rem;
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .p-employee-report-feedback__content .feedback-figure .feedback-figure-list .gap-figure-arrow img {
    width: 24vw;
  }
}
@media (max-width: 599px) {
  .p-employee-report-feedback .p-employee-report-feedback__bottom .feedback-figure-content {
    padding: 6.4vw 3.4666666667vw;
  }
}

.p-employee-report-other {
  padding: 5rem 0 0;
}
@media (max-width: 599px) {
  .p-employee-report-other {
    padding: 10.6666666667vw 0 0;
  }
}
.p-employee-report-other .p-employee-report-other__top {
  max-width: 67.5rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
@media (max-width: 599px) {
  .p-employee-report-other .p-employee-report-other__top {
    padding-bottom: 4.2666666667vw;
  }
}
.p-employee-report-other .p-employee-report-other__top .p-employee-report-other__header .inner-header-ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #4986e8;
}
@media (max-width: 599px) {
  .p-employee-report-other .p-employee-report-other__top .p-employee-report-other__header .inner-header-ttl {
    text-align: center;
    font-size: 6.4vw;
  }
}
.p-employee-report-other .p-employee-report-other__top .p-employee-report-other__header .inner-header-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #5c5c5c;
}
@media (max-width: 599px) {
  .p-employee-report-other .p-employee-report-other__top .p-employee-report-other__header .inner-header-txt {
    margin-top: 4.2666666667vw;
    padding: 0 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}
.p-employee-report-other .p-employee-report-other__bottom {
  margin-top: 0;
}
.p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content {
  gap: min(0.9722222222vw, 0.875rem);
}
@media (max-width: 599px) {
  .p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content {
    flex-direction: column;
    gap: 6.4vw 0;
    padding: 6.4vw 3.2vw;
  }
}
.p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content-item {
  display: flex;
  flex-direction: column;
  width: 32.47%;
}
@media (max-width: 599px) {
  .p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content-item {
    width: 100%;
    gap: 4.2666666667vw 0;
  }
}
.p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content-item-ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content-item-ttl {
    font-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content-item-ttl {
    font-size: 5.3333333333vw;
  }
}
.p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content-item-img {
  width: 100%;
  margin: 2rem auto 0;
}
@media (max-width: 599px) {
  .p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content-item-img {
    width: 100%;
    margin: 0 auto;
  }
}
.p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content-item-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #5c5c5c;
}
@media (max-width: 599px) {
  .p-employee-report-other .p-employee-report-other__bottom .p-employee-report-other__content-item-txt {
    margin-top: 0;
    font-size: 3.4666666667vw;
    line-height: 1.85;
    text-align: left;
  }
}

.p-employee-report-functions__top .p-employee-report-functions__header-txt {
  max-width: 33.125rem;
}
@media (max-width: 599px) {
  .p-employee-report-functions__top .p-employee-report-functions__header-txt {
    max-width: none;
  }
}

.more-function {
  padding: 5rem 0;
}
@media (max-width: 599px) {
  .more-function {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
.more-function .sec-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 67.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1.25rem;
  border-radius: 2.625rem;
  background-color: #f5ebff;
}
@media (max-width: 768px) {
  .more-function .sec-wrap {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .more-function .sec-wrap {
    gap: 0;
    max-width: none;
    padding: 6.4vw 9.0666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.more-function .sec-wrap .txt-wrap {
  max-width: 24.375rem;
  width: 100%;
}
@media (max-width: 599px) {
  .more-function .sec-wrap .txt-wrap {
    max-width: none;
  }
}
.more-function .sec-wrap .txt-wrap .more-function-heading {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 2rem;
  color: #7815b4;
}
@media (max-width: 599px) {
  .more-function .sec-wrap .txt-wrap .more-function-heading {
    justify-content: center;
    gap: 4.2666666667vw;
    font-size: 1.5rem;
  }
}
.more-function .sec-wrap .txt-wrap .more-function-heading img {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 599px) {
  .more-function .sec-wrap .txt-wrap .more-function-heading img {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.more-function .sec-wrap .txt-wrap .more-function-lead {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #5c5c5c;
}
@media (max-width: 599px) {
  .more-function .sec-wrap .txt-wrap .more-function-lead {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.7;
    text-align: center;
  }
}
.more-function .sec-wrap .txt-wrap .only-sp-vis {
  display: none;
}
@media (max-width: 599px) {
  .more-function .sec-wrap .txt-wrap .only-sp-vis {
    display: block;
    width: 65.0666666667vw;
    margin-top: 6.4vw;
  }
}
.more-function .sec-wrap .txt-wrap .btn {
  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: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  max-width: 19.5rem;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 50px;
}
.more-function .sec-wrap .txt-wrap .btn:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 768px) {
  .more-function .sec-wrap .txt-wrap .btn {
    margin: 1.5rem auto 0;
  }
}
@media (max-width: 599px) {
  .more-function .sec-wrap .txt-wrap .btn {
    max-width: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.8666666667vw 5.0666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 13.3333333333vw;
    line-height: 1.2;
  }
}
.more-function .sec-wrap .txt-wrap .btn img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 599px) {
  .more-function .sec-wrap .txt-wrap .btn img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.more-function .sec-wrap .txt-wrap .btn-blue {
  border: 0.125rem solid #4986e8;
  color: #4986e8;
}
.more-function .sec-wrap .txt-wrap .btn-purple {
  border: 0.125rem solid #7815b4;
  color: #7815b4;
}
.more-function .sec-wrap .vis {
  max-width: 24.1875rem;
  width: 100%;
}