@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# font-size
=============================================== */
/* ===============================================
# line-height
=============================================== */
/* ===============================================
# radius
=============================================== */
/* ===============================================
# padding
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
html,
body {
  background-image: url(../img/common/bg_dot.svg);
  background-repeat: repeat;
  background-attachment: fixed;
  color: oklch(0.3211 0 0);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .br_over-md {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .br_over-lg {
    display: none;
  }
}

.br_md {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_md {
    display: block;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1002;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    padding: 10px 16px;
  }
}
.l-header__logo {
  width: 180px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-header__logo {
    width: 120px;
    margin: 0;
  }
}
.l-header__logo svg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1004;
}
.l-header__logo svg .logo_leaf {
  fill: #8dc21f;
  transition: all 0.2s ease-in-out;
}
.l-header__logo svg .logo_works {
  fill: #898989;
  transition: all 0.2s ease-in-out;
}
.l-header__logo::before {
  content: "";
  background-image: url(../img/common/bg_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 324px;
  height: 254px;
  position: absolute;
  top: -120px;
  left: -90px;
  z-index: 1003;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .l-header__logo::before {
    width: 250px;
    height: 200px;
    top: -110px;
    left: -90px;
  }
}
.l-header__logo.is-white svg .logo_leaf {
  fill: #fff;
}
.l-header__logo.is-white svg .logo_works {
  fill: #fff;
}
.l-header__logo.is-white_hero svg .logo_leaf {
  fill: #fff;
}
.l-header__logo.is-white_hero svg .logo_works {
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  .l-header__logo.is-white_hero svg .logo_leaf {
    fill: #8dc21f;
  }
  .l-header__logo.is-white_hero svg .logo_works {
    fill: #898989;
  }
}
.l-header__logo.is-bg svg .logo_leaf {
  fill: #fff;
}
.l-header__logo.is-bg svg .logo_works {
  fill: #fff;
}
.l-header__logo.is-bg::before {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .l-header__logo.is-bg::before {
    top: -120px;
    transform: rotate(15deg);
  }
}
.l-header__nav {
  background-color: oklch(1 0 0);
  border-radius: 99px;
  display: flex;
  justify-content: flex-end;
  gap: 2px;
  padding: 8px;
}
@media screen and (max-width: 1200px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav__block {
  position: relative;
  display: flex;
  align-items: normal;
}
.l-header__nav__block:hover .header__main__head {
  color: oklch(0.7495 0.1856 127.33);
}
.l-header__nav__block:hover .header__main__head::after {
  transform: scale(1, 1);
}
.l-header__nav__head {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.l-header__nav__head:hover {
  background-color: oklch(0.965 0.038 121.62);
}
.l-header__nav__head.is-open {
  background-color: oklch(0.965 0.038 121.62);
}
.l-header__nav__head--icon {
  padding: 6px 8px 6px 12px;
}
.l-header__nav__head--icon::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_plus-header.svg);
          mask-image: url(../font/icon/icon_plus-header.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: oklch(0.7495 0.1856 127.33);
  transform: translateY(1px);
}
.l-header__nav__head--icon2 {
  padding: 6px 8px 6px 12px;
}
.l-header__nav__head--icon2::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_plus-header.svg);
          mask-image: url(../font/icon/icon_plus-header.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: oklch(0.7495 0.1856 127.33);
  transform: translateY(1px);
  margin-left: 1px;
}
.l-header__nav__items {
  background-color: oklch(0.6994 0.1809 128.37);
  border-radius: 26px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 14px;
  opacity: 0;
  transform: translate(0, 0) scale(0.85);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  pointer-events: none;
}
.l-header__nav__items--about {
  left: 4px;
}
.l-header__nav__items--recruit {
  left: -16px;
}
.l-header__nav__items::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  height: 0;
  border-bottom-color: oklch(0.6994 0.1809 128.37);
}
.l-header__nav__items.is-open {
  opacity: 1;
  transform: translate(0, 25px) scale(1);
  pointer-events: auto;
}
.l-header__nav__item a {
  color: oklch(1 0 0);
  font-size: 18px;
  font-weight: 700;
  background-color: oklch(0.6994 0.1809 128.37);
  border-radius: 99px;
  white-space: nowrap;
  display: block;
  padding: 6px 12px;
  transition: 0.3s ease-in-out;
}
.l-header__nav__item:hover a {
  background-color: oklch(0.7495 0.1856 127.33);
}
.l-header__display {
  display: block;
}
@media screen and (max-width: 1000px) {
  .l-header__display {
    display: none;
  }
}

.l-gnav__open {
  display: none;
  /*×に変化*/
}
@media screen and (max-width: 1200px) {
  .l-gnav__open {
    display: block;
    position: fixed;
    z-index: 1003;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
}
.l-gnav__open span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: oklch(0.3211 0 0);
  width: 45%;
}
.l-gnav__open span:nth-of-type(1) {
  top: 15px;
}
.l-gnav__open span:nth-of-type(2) {
  top: 23px;
}
.l-gnav__open span:nth-of-type(3) {
  top: 31px;
}
.l-gnav__open.active span:nth-of-type(1) {
  background-color: oklch(1 0 0);
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.l-gnav__open.active span:nth-of-type(2) {
  opacity: 0;
}
.l-gnav__open.active span:nth-of-type(3) {
  background-color: oklch(1 0 0);
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.l-gnav__nav {
  margin: 84px auto 40px;
  width: 80%;
}
.l-gnav__nav__block {
  margin: 0 0 20px;
}
.l-gnav__nav__head {
  color: oklch(0.8926 0.1182 123.49);
  font-size: 40px;
  font-weight: 900;
  line-height: 160%;
}
.l-gnav__nav__head a {
  color: oklch(0.8926 0.1182 123.49);
  font-size: 40px;
  font-weight: 900;
  line-height: 160%;
}
.l-gnav__nav__item {
  width: 100%;
  margin: 0 0 4px;
}
.l-gnav__nav__item a {
  color: oklch(1 0 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
}
.l-gnav__menu {
  position: fixed;
  z-index: 1002;
  /*ナビのスタート位置と形状*/
  top: -160%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: oklch(0.7495 0.1856 127.33);
  /*動き*/
  transition: all 0.4s;
  overflow-y: auto;
  padding-bottom: 100px;
  /*アクティブクラスがついたら位置を0に*/
  /*ナビゲーションの縦スクロール*/
}
.l-gnav__menu.panelactive {
  top: 0;
}
.l-gnav__menu .gnav__menu-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 1002;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.l-footer {
  width: 100%;
  padding: 200px 6% 64px;
  margin: -560px auto auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-image: url(../img/common/bg_footer.svg);
  background-position: top center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .l-footer {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    gap: 64px;
  }
}
.l-footer__block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .l-footer__block {
    width: 100%;
  }
}
.l-footer__block--nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .l-footer__block--nav .l-footer__sns {
    order: 4;
  }
  .l-footer__block--nav .l-footer__sub {
    order: 3;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__block--address {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.l-footer__contact__sub {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 28px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact__sub {
    font-size: 18px;
  }
}
.l-footer__contact__link {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 110px;
  font-weight: 900;
  line-height: 90%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__link {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact__link {
    font-size: 50px;
  }
}
.l-footer__contact__link::after {
  content: "";
  background-image: url(../img/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 106px;
  height: 120px;
  display: inline-block;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__link::after {
    width: 76px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact__link::after {
    width: 50px;
    height: 58px;
    margin-left: 8px;
  }
}
.l-footer__contact__link:hover {
  color: oklch(0.8305 0.1509 124.58);
}
.l-footer__contact__link:hover::after {
  background-image: url(../img/common/icon_mail-hover.svg);
}
.l-footer__nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12%;
  margin: 72px 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 48px 0 auto;
  }
}
.l-footer__nav__block {
  width: 100%;
}
.l-footer__nav__heading {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 44px;
  font-weight: 900;
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav__heading {
    font-size: 28px;
    background-color: oklch(0.9647 0.0027 286.35);
    border-radius: 4px;
    padding: 8px 24px;
    position: relative;
  }
  .l-footer__nav__heading::after {
    content: " ";
    -webkit-mask-image: url(../font/icon/icon_plus.svg);
            mask-image: url(../font/icon/icon_plus.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: oklch(0.5805 0.0197 285.77);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0;
  }
  .l-footer__nav__heading.active::after {
    -webkit-mask-image: url(../font/icon/icon_minus.svg);
            mask-image: url(../font/icon/icon_minus.svg);
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__nav__inner {
    background-color: oklch(0.9857 0.0026 286.35);
    border-radius: 0 0 4px 4px;
    max-height: 0;
    padding: 0 24px;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
  }
  .l-footer__nav__inner.is-open {
    max-height: 100vh;
    padding: 20px 24px 24px;
  }
}
.l-footer__nav__item a {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  line-height: 180%;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav__item a {
    font-size: 16px;
    display: inline-block;
    padding: 4px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer__nav__item a:hover {
  color: oklch(0.5805 0.0197 285.77);
}
.l-footer__nav__item--layer02::before {
  content: "-";
  color: oklch(0.8647 0.0041 286.31);
  font-weight: 900;
  display: inline-block;
  transform: translateY(-2px);
  padding: 0 4px 0 2px;
}
.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 48px 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-footer__sns {
    justify-content: center;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__sns.pc {
    display: none;
  }
}
.l-footer__sns.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-footer__sns.sp {
    display: flex;
  }
}
.l-footer__sns__item {
  overflow: hidden;
  text-indent: calc(100% + 1em);
  white-space: nowrap;
}
.l-footer__sns__item a {
  display: block;
  height: 48px;
  width: 48px;
  background-size: 32px auto;
  background-position: center;
}
.l-footer__sns__item.twitter a {
  background-image: url(../img/common/icon_x.svg);
}
.l-footer__sns__item.facebook a {
  background-image: url(../img/common/icon_facebook.svg);
}
.l-footer__sns__item.note a {
  background-image: url(../img/common/icon_note.svg);
}
.l-footer__sub {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-footer__sub {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 32px 0 auto;
  }
}
.l-footer__sub__block {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .l-footer__sub__block {
    flex-direction: column;
    gap: 8px;
  }
}
.l-footer__sub__item a {
  color: oklch(0.3211 0 0);
  font-size: 16px;
  line-height: 180%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__sub__item a:hover {
  color: oklch(0.5805 0.0197 285.77);
}
.l-footer__copyright {
  color: oklch(0.3211 0 0);
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright.pc {
    display: none;
  }
}
.l-footer__copyright.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright.sp {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.l-footer__logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.l-footer__address__item {
  font-size: 16px;
  line-height: 160%;
  margin: 24px auto auto;
}
@media screen and (max-width: 1000px) {
  .l-footer__address__item {
    font-size: 14px;
  }
}
.l-footer__address__item .name {
  color: oklch(0.5805 0.0197 285.77);
  font-weight: 700;
}
.l-footer__address__item .tel {
  color: oklch(0.3211 0 0);
  padding-left: 26px;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__address__item .tel {
    padding-left: 18px;
    pointer-events: auto;
  }
}
.l-footer__address__item .tel::before {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_phone.svg);
          mask-image: url(../font/icon/icon_phone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(0.5805 0.0197 285.77);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__address__item .tel::before {
    width: 18px;
    height: 18px;
  }
}
.l-footer--simple {
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer02 {
  background-color: oklch(0.7495 0.1856 127.33);
  padding: 24px 24px 600px;
  margin: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer02 {
    padding: 16px 16px 600px;
  }
}
.l-footer02.brand {
  padding: 40px 0 600px;
}
.l-footer02__other {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .l-footer02__other {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 16px;
  }
}
.l-footer02__other__block {
  color: oklch(0.3211 0 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  padding: 40px 24px 100px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-footer02__other__block {
    font-size: 18px;
    text-align: left;
    justify-content: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer02__other__block {
    padding: 16px;
  }
}
.l-footer02__other__block::before {
  content: " ";
  background-color: oklch(62.598% 0.16664 129.289);
  -webkit-clip-path: circle(24px at 50% 70%);
          clip-path: circle(24px at 50% 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-footer02__other__block::before {
    -webkit-clip-path: circle(20px at calc(100% - 24px) 50%);
            clip-path: circle(20px at calc(100% - 24px) 50%);
  }
}
.l-footer02__other__block::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_arrow-right.svg);
          mask-image: url(../font/icon/icon_arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(1 0 0);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  bottom: 27%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-footer02__other__block::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: 12px;
    margin: auto 0;
  }
}
.l-footer02__other__block.row2::before {
  -webkit-clip-path: circle(24px at 50% 84%);
          clip-path: circle(24px at 50% 84%);
}
@media screen and (max-width: 1000px) {
  .l-footer02__other__block.row2::before {
    -webkit-clip-path: circle(20px at calc(100% - 24px) 50%);
            clip-path: circle(20px at calc(100% - 24px) 50%);
  }
}
.l-footer02__other__block.row2::after {
  bottom: 13%;
}
@media screen and (max-width: 1000px) {
  .l-footer02__other__block.row2::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: 12px;
    margin: auto 0;
  }
}
.l-footer02__other__block .inner {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-footer02__other__block .inner {
    width: 100%;
  }
}
.l-footer02__other__block .sub {
  color: oklch(1 0 0);
  font-size: 6vw;
  font-weight: 900;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-footer02__other__block .sub {
    font-size: 9vw;
  }
}
.l-footer02__other__block:hover::before {
  background-color: oklch(0.8926 0.1182 123.49);
  -webkit-clip-path: circle(800px at 50% 70%);
          clip-path: circle(800px at 50% 70%);
}
.l-footer02__other__block:hover::after {
  background-color: oklch(0.7495 0.1856 127.33);
  transform: scale(1.8);
}
@media screen and (max-width: 1000px) {
  .l-footer02__other__block:hover::after {
    transform: scale(1.2);
  }
}
.l-footer02__other__block:hover .sub {
  color: oklch(0.6994 0.1809 128.37);
}
.l-footer02__back {
  width: 260px;
  margin: 40px auto 0;
}
.l-footer02__brand__block {
  background-color: oklch(1 0 0);
  border-radius: 20px;
  display: block;
  height: 100%;
  padding: 64px 64px 120px;
  overflow: hidden;
  position: relative;
}
.l-footer02__brand__block::before {
  content: " ";
  background-color: oklch(62.598% 0.16664 129.289);
  -webkit-clip-path: circle(24px at 50% 80%);
          clip-path: circle(24px at 50% 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  transition: all 0.5s ease-in-out;
}
.l-footer02__brand__block::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_arrow-right.svg);
          mask-image: url(../font/icon/icon_arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(1 0 0);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  bottom: 16.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
.l-footer02__brand__block:hover::before {
  background-color: oklch(0.8926 0.1182 123.49);
  -webkit-clip-path: circle(800px at 50% 80%);
          clip-path: circle(800px at 50% 80%);
}
.l-footer02__brand__block:hover::after {
  background-color: oklch(0.7495 0.1856 127.33);
  transform: scale(1.8);
}
.l-footer02__brand__logo {
  width: 100%;
  height: auto;
  max-height: 60px;
  display: block;
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .l-footer02__brand__logo {
    width: 100%;
    max-width: 300px;
  }
}
.l-footer02__brand__logo img {
  width: 100%;
  height: 100%;
  max-height: 60px;
}
.l-footer02__brand__name {
  text-align: center;
  line-height: 180%;
}
.l-footer02__brand__name .name {
  color: oklch(0.3211 0 0);
  font-size: 22px;
  font-weight: 700;
  margin: auto auto 8px;
}
@media screen and (max-width: 1000px) {
  .l-footer02__brand__name .name {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer02__brand__name .name {
    font-size: 18px;
  }
}
.l-footer02__brand__name .category {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .l-footer02__brand__name .category {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer02__brand__name .category {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .br-footer02 {
    display: none;
  }
}

.l-sidemenu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .l-sidemenu {
    display: none;
  }
}
.l-sidemenu__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 600px;
  display: flex;
  align-items: flex-end;
  pointer-events: auto;
}
.l-sidemenu__inner.bottom {
  margin-top: 300px;
}
.l-sidemenu__list {
  text-align: right;
  padding: 0 48px 60px 16px;
}
.l-sidemenu__list__item {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 2px 26px 2px 0;
  margin: 12px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.l-sidemenu__list__item::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: oklch(0.8647 0.0041 286.31);
  border-radius: 99px;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.l-sidemenu__list__item:hover {
  color: oklch(0.3211 0 0);
}
.l-sidemenu__list__item:hover::after {
  height: 100%;
  background-color: oklch(0.8647 0.0041 286.31);
}
.l-sidemenu__list__item.is-active {
  color: oklch(0.3211 0 0);
}
.l-sidemenu__list__item.is-active::after {
  height: 100%;
  background-color: oklch(0.7495 0.1856 127.33);
}

.l-wysiwyg {
  word-break: break-all;
}
.l-wysiwyg div {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.l-wysiwyg p {
  font-size: 1em;
  margin-bottom: 20px;
  color: unset;
}
.l-wysiwyg strong {
  font-weight: bolder;
  color: unset;
}
.l-wysiwyg u {
  text-decoration: underline;
  color: unset;
}
.l-wysiwyg del {
  text-decoration: line-through;
  color: unset;
}
.l-wysiwyg sub {
  bottom: -0.25em;
}
.l-wysiwyg sup {
  top: -0.5em;
  color: unset;
}
.l-wysiwyg code {
  font-family: monospace;
  color: #666;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 6px;
  padding: 0.2em 0.4em;
}
.l-wysiwyg pre {
  display: block;
  color: #666;
  background-color: #f9f9f9;
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-family: monospace;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  margin: 1em 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.l-wysiwyg hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-wysiwyg hr.__se__solid {
  border-style: solid none none;
}
.l-wysiwyg hr.__se__dashed {
  border-style: dashed none none;
}
.l-wysiwyg hr.__se__dotted {
  border-style: dotted none none;
}
.l-wysiwyg h1,
.l-wysiwyg h2,
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
.l-wysiwyg h1 {
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
}
.l-wysiwyg h2 {
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px;
}
.l-wysiwyg h3 {
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.l-wysiwyg h4 {
  font-size: 1em;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
}
.l-wysiwyg h5 {
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
}
.l-wysiwyg h6 {
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
}
.l-wysiwyg blockquote {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: #999;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding: 0 5px 0 20px;
  border: solid #b1b1b1;
  border-width: 0 0 0 5px;
}
.l-wysiwyg img {
  width: 100%;
  max-width: 620px;
}
.l-wysiwyg iframe {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 16/9;
}
.l-wysiwyg a {
  text-decoration: none;
  color: #004ccf;
}
.l-wysiwyg a:hover {
  cursor: pointer;
  color: #0093ff;
  text-decoration: underline;
}
.l-wysiwyg ol {
  list-style-position: outside;
  list-style-type: decimal;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.l-wysiwyg ol ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ol ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ol ol ul {
  list-style-type: square;
}
.l-wysiwyg ol ul {
  list-style-type: circle;
}
.l-wysiwyg ol ul ul {
  list-style-type: square;
}
.l-wysiwyg ul {
  list-style-type: disc;
  list-style-position: outside;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.l-wysiwyg ul ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ul ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ul ul {
  list-style-type: circle;
}
.l-wysiwyg ul ul ul {
  list-style-type: square;
}
.l-wysiwyg li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 5px;
  list-style: inherit;
}
.l-wysiwyg table {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  text-indent: initial;
}
.l-wysiwyg table td,
.l-wysiwyg table th {
  border: 1px solid #e1e1e1;
  padding: 0.4em;
  background-clip: padding-box;
  display: table-cell;
  text-align: initial;
  width: auto;
}
.l-wysiwyg table th {
  background-color: #f3f3f3;
}
.l-wysiwyg table tr {
  display: table-row;
  border: 1px solid #efefef;
}
.l-wysiwyg table thead {
  border-bottom: 2px solid #333;
}
.l-wysiwyg table.se-table-layout-auto {
  table-layout: auto !important;
}
.l-wysiwyg table.se-table-layout-fixed {
  table-layout: fixed !important;
}
.l-wysiwyg table.se-table-size-auto {
  width: auto !important;
}

.c-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.4s ease-in-out;
}
.c-button::before, .c-button::after {
  transition: all 0.5s ease-in-out;
}
.c-button a {
  white-space: nowrap;
  text-align: center;
  text-box-trim: trim-both;
  transition: all 0.4s ease-in-out;
}
.c-button:hover {
  cursor: pointer;
}
.c-button--l {
  text-align: center;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-button--l::before {
  content: " ";
  -webkit-clip-path: circle(28px at 40px 400px);
          clip-path: circle(28px at 40px 400px);
  width: 800px;
  height: 800px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-button--l::before {
    -webkit-clip-path: circle(24px at 32px 400px);
            clip-path: circle(24px at 32px 400px);
  }
}
.c-button--l::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_arrow-right.svg);
          mask-image: url(../font/icon/icon_arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(1 0 0);
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-button--l::after {
    width: 24px;
    height: 24px;
    left: 20px;
  }
}
.c-button--l a {
  color: oklch(0.3211 0 0);
  font-size: 22px;
  font-weight: 700;
  line-height: 180%;
  width: 100%;
  display: block;
  padding: 24px 24px 24px 72px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-button--l a {
    font-size: 18px;
    padding: 20px 20px 20px 56px;
  }
}
.c-button--l:hover::before {
  -webkit-clip-path: circle(800px at 200px 400px);
          clip-path: circle(800px at 200px 400px);
}
.c-button--l:hover a {
  color: oklch(1 0 0);
}
.c-button--s {
  text-align: center;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-button--s::before {
  content: " ";
  -webkit-clip-path: circle(18px at 28px 500px);
          clip-path: circle(18px at 28px 500px);
  width: 1000px;
  height: 1000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-button--s::before {
    -webkit-clip-path: circle(18px at 25px 500px);
            clip-path: circle(18px at 25px 500px);
  }
}
.c-button--s::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_arrow-right.svg);
          mask-image: url(../font/icon/icon_arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(1 0 0);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-button--s::after {
    width: 22px;
    height: 22px;
    left: 14px;
  }
}
.c-button--s a {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  width: 100%;
  display: block;
  padding: 14px 24px 14px 58px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-button--s a {
    font-size: 14px;
  }
}
.c-button--s:hover::before {
  -webkit-clip-path: circle(1000px at 200px 400px);
          clip-path: circle(1000px at 200px 400px);
}
.c-button--s:hover a {
  color: oklch(1 0 0);
}
.c-button--ss {
  text-align: center;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-button--ss::before {
  content: " ";
  -webkit-clip-path: circle(14px at 22px 200px);
          clip-path: circle(14px at 22px 200px);
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.c-button--ss::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_arrow-right.svg);
          mask-image: url(../font/icon/icon_arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(1 0 0);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto 0;
}
.c-button--ss a {
  color: oklch(0.3211 0 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  width: 100%;
  display: block;
  padding: 10px 20px 10px 46px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-button--ss a {
    font-size: 14px;
  }
}
.c-button--ss:hover::before {
  -webkit-clip-path: circle(400px at 200px 200px);
          clip-path: circle(400px at 200px 200px);
}
.c-button--ss:hover a {
  color: oklch(1 0 0);
}
.c-button--back {
  text-align: center;
  border-radius: 99px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-button--back::before {
  content: " ";
  background-color: oklch(0.5805 0.0197 285.77);
  -webkit-clip-path: circle(14px at 22px 200px);
          clip-path: circle(14px at 22px 200px);
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.c-button--back::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_arrow-right.svg);
          mask-image: url(../font/icon/icon_arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  transform: rotate(180deg);
  background-color: oklch(1 0 0);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-button--back::after {
    width: 18px;
    height: 18px;
    left: 13px;
  }
}
.c-button--back a {
  color: oklch(0.3211 0 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  width: 100%;
  display: block;
  padding: 10px 20px 10px 46px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-button--back a {
    font-size: 14px;
  }
}
.c-button--back:hover::before {
  -webkit-clip-path: circle(400px at 200px 200px);
          clip-path: circle(400px at 200px 200px);
}
.c-button--back:hover a {
  color: oklch(1 0 0);
}
.c-button--blank {
  text-align: center;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-button--blank::before {
  content: " ";
  -webkit-clip-path: circle(18px at calc(100% - 28px) 400px);
          clip-path: circle(18px at calc(100% - 28px) 400px);
  width: 800px;
  height: 800px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-button--blank::before {
    -webkit-clip-path: circle(18px at calc(100% - 25px) 400px);
            clip-path: circle(18px at calc(100% - 25px) 400px);
  }
}
.c-button--blank::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_clone.svg);
          mask-image: url(../font/icon/icon_clone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(1 0 0);
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-button--blank::after {
    width: 22px;
    height: 22px;
    right: 14px;
  }
}
.c-button--blank a {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  width: 100%;
  display: block;
  padding: 14px 58px 14px 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-button--blank a {
    font-size: 14px;
  }
}
.c-button--blank:hover::before {
  -webkit-clip-path: circle(800px at calc(100% - 28px) 400px);
          clip-path: circle(800px at calc(100% - 28px) 400px);
}
.c-button--blank:hover a {
  color: oklch(1 0 0);
}
.c-button--blankSS {
  text-align: center;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-button--blankSS::before {
  content: " ";
  -webkit-clip-path: circle(14px at calc(100% - 22px) 200px);
          clip-path: circle(14px at calc(100% - 22px) 200px);
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.c-button--blankSS::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_clone.svg);
          mask-image: url(../font/icon/icon_clone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(1 0 0);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
}
.c-button--blankSS a {
  color: oklch(0.3211 0 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  width: 100%;
  display: block;
  padding: 10px 46px 10px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-button--blankSS a {
    font-size: 14px;
  }
}
.c-button--blankSS:hover::before {
  -webkit-clip-path: circle(400px at calc(100% - 22px) 200px);
          clip-path: circle(400px at calc(100% - 22px) 200px);
}
.c-button--blankSS:hover a {
  color: oklch(1 0 0);
}
.c-button--simple {
  text-align: center;
  border-radius: 99px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-button--simple::before {
  content: " ";
  -webkit-clip-path: circle(14px at 22px 400px);
          clip-path: circle(14px at 22px 400px);
  background-color: oklch(0.7495 0.1856 127.33);
  width: 800px;
  height: 800px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.c-button--simple::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_arrow-right.svg);
          mask-image: url(../font/icon/icon_arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(1 0 0);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-button--simple::after {
    width: 18px;
    height: 18px;
    left: 13px;
  }
}
.c-button--simple a {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  width: 100%;
  display: block;
  padding: 10px 20px 10px 46px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-button--simple a {
    font-size: 14px;
  }
}
.c-button--simple:hover::before {
  -webkit-clip-path: circle(400px at 22px 400px);
          clip-path: circle(400px at 22px 400px);
}
.c-button--simple:hover a {
  color: oklch(1 0 0);
}
.c-button--simple.down::after {
  transform: rotate(90deg);
}
.c-button--textlink {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button--textlink {
    font-size: 14px;
  }
}
.c-button--textlink::after {
  content: " ";
  background-color: oklch(94.572% 0.06738 122.158);
  mix-blend-mode: multiply;
  width: 0;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.c-button--textlink:hover::after {
  width: 100%;
}
.c-button--textlinkBlank {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-button--textlinkBlank {
    font-size: 14px;
  }
}
.c-button--textlinkBlank::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_clone.svg);
          mask-image: url(../font/icon/icon_clone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 22px 22px;
          mask-size: 22px 22px;
  background-color: oklch(0.7495 0.1856 127.33);
  width: 22px;
  height: 22px;
  display: inline-block;
  transform: translate(4px, 6px);
}
.c-button--textlinkBlank:hover {
  color: oklch(0.7495 0.1856 127.33);
}
.c-button--green {
  border: 1px solid oklch(0.7495 0.1856 127.33);
}
.c-button--green::before {
  background-color: oklch(0.7495 0.1856 127.33);
}
.c-button--yellow::before {
  background-color: oklch(0.8206 0.1603 88.27);
}
.c-button--yellowFrame {
  border: 1px solid oklch(0.8206 0.1603 88.27);
}
.c-button--yellowFrame::before {
  background-color: oklch(0.8206 0.1603 88.27);
}
.c-button--gray {
  border: 1px solid oklch(0.5805 0.0197 285.77);
}
.c-button--gray::before {
  background-color: oklch(0.5805 0.0197 285.77);
}

.c-text__title--l {
  font-size: 46px;
  font-weight: 700;
  line-height: 160%;
  padding: 72px 0 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-text__title--l {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-text__title--l {
    font-size: 24px;
    padding: 56px 0 56px;
  }
}
.c-text__title--l::before {
  content: " ";
  background-image: url(../img/common/title_l_dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 92px;
  height: 20px;
  position: absolute;
  top: 32px;
}
@media screen and (max-width: 768px) {
  .c-text__title--l::before {
    width: 62px;
    height: 12px;
  }
}
.c-text__title--m {
  font-size: 34px;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  margin-left: 32px;
}
@media screen and (max-width: 1000px) {
  .c-text__title--m {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-text__title--m {
    font-size: 20px;
    margin-left: 20px;
  }
}
.c-text__title--m::before {
  content: " ";
  background-image: url(../img/common/title_m_dot.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 24px;
  left: -32px;
}
@media screen and (max-width: 1000px) {
  .c-text__title--m::before {
    width: 14px;
    height: 14px;
    top: 20px;
    left: -26px;
  }
}
@media screen and (max-width: 768px) {
  .c-text__title--m::before {
    width: 12px;
    height: 12px;
    top: 12px;
    left: -20px;
  }
}
.c-text__title--s {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .c-text__title--s {
    font-size: 18px;
    margin-left: 20px;
  }
}
.c-text__title--s::before {
  content: " ";
  background-color: oklch(0.8305 0.1509 124.58);
  border-radius: 99px;
  width: 20px;
  height: 6px;
  position: absolute;
  top: 20px;
  left: -32px;
}
@media screen and (max-width: 768px) {
  .c-text__title--s::before {
    width: 16px;
    height: 4px;
    top: 16px;
    left: -20px;
  }
}
.c-text__description {
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .c-text__description {
    font-size: 14px;
  }
}
.c-text__description + .c-text__description {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .c-text__description + .c-text__description {
    margin-top: 16px;
  }
}

.c-list__block {
  font-size: 18px;
  line-height: 180%;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-list__block {
    font-size: 14px;
    margin-left: 16px;
  }
}
.c-list__block::before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background-color: oklch(0.7495 0.1856 127.33);
  position: absolute;
  top: 12px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .c-list__block::before {
    width: 6px;
    height: 6px;
    top: 10px;
    left: -16px;
  }
}
.c-list__block + .c-list__block {
  margin-top: 8px;
}
.c-list__block .bold {
  font-weight: 700;
}
.c-list__block.red::before {
  background-color: oklch(0.5302 0.1883 26.79);
}

.c-table {
  width: 100%;
  background-color: oklch(1 0 0);
  border-radius: 20px;
  padding: 6%;
}
.c-table__main {
  width: 100%;
  border-collapse: separate;
  border-spacing: 16px 0;
  table-layout: auto;
}
@media screen and (max-width: 1000px) {
  .c-table__main {
    border-collapse: collapse;
  }
}
.c-table__main th, .c-table__main td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.c-table__heading {
  color: oklch(0.6994 0.1809 128.37);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 40px 24px;
  border-bottom: 1px solid oklch(0.9647 0.0027 286.35);
}
@media screen and (max-width: 1000px) {
  .c-table__heading {
    display: block;
    padding: 24px 8px 8px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-table__heading {
    font-size: 16px;
  }
}
.c-table__contents {
  font-size: 18px;
  line-height: 180%;
  text-align: left;
  padding: 40px 24px;
  border-bottom: 1px solid oklch(0.9647 0.0027 286.35);
}
@media screen and (max-width: 1000px) {
  .c-table__contents {
    display: block;
    padding: 8px 8px 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-table__contents {
    font-size: 14px;
  }
}
.c-table__contents .bold {
  font-weight: 700;
}
.c-table__contents .description {
  margin: auto auto 32px;
}
.c-table__contents .annotation {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 16px;
}
.c-table__contents__list .heading {
  font-weight: 700;
  margin: auto auto 8px;
}
.c-table__contents__list .annotation {
  color: oklch(0.5805 0.0197 285.77);
  margin: 8px auto;
}
.c-table__contents__list + .c-table__contents__list {
  margin-top: 32px;
}
.c-table__address {
  width: 100%;
}
.c-table__address__block + .c-table__address__block {
  border-top: 1px solid oklch(0.9647 0.0027 286.35);
  padding: 40px 0 0;
  margin: 40px 0 0;
}
.c-table__address__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .c-table__address__heading {
    font-size: 16px;
  }
}
.c-table__address__address {
  font-size: 18px;
  line-height: 160%;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .c-table__address__address {
    font-size: 16px;
  }
}
.c-table__address__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0;
}
.c-table__address__map {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.c-table__address__map iframe {
  width: 100%;
  height: calc(100% + 460px);
  margin-top: -230px;
}
@media screen and (max-width: 768px) {
  .c-table__address__map {
    height: 300px;
  }
  .c-table__address__map iframe {
    height: calc(100% + 300px);
    margin-top: -150px;
  }
}
.c-table__flow {
  width: 100%;
}
.c-table__flow__item {
  display: flex;
  align-items: stretch;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .c-table__flow__item {
    flex-direction: column;
  }
}
.c-table__flow__item .heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  background-color: oklch(0.9767 0.0026 286.35);
  border-radius: 6px;
  padding: 12px 20px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-table__flow__item .heading {
    font-size: 14px;
    width: 100%;
  }
}
.c-table__flow__item .description {
  font-size: 18px;
  line-height: 180%;
  width: calc(98% - 220px);
  padding: 8px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-table__flow__item .description {
    font-size: 14px;
    width: 100%;
  }
}
.c-table__flow__item + .c-table__flow__item {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-table__flow__item + .c-table__flow__item {
    margin-top: 16px;
  }
}
.c-table__flow__arrow {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .c-table__flow__arrow {
    width: 100%;
  }
}
.c-table__flow__arrow img {
  width: 22px;
  height: 11px;
  margin: 12px auto;
  display: block;
}

.c-input {
  display: block;
  width: 100%;
}
.c-input input, .c-input textarea {
  font-size: 18px;
  line-height: 160%;
  background-color: oklch(0.9647 0.0027 286.35);
  border-radius: 4px;
  width: 100%;
  padding: 12px 16px;
}
@media screen and (max-width: 768px) {
  .c-input input, .c-input textarea {
    font-size: 16px;
  }
}
.c-input input::-moz-placeholder, .c-input textarea::-moz-placeholder {
  color: oklch(0.5805 0.0197 285.77);
}
.c-input input::placeholder, .c-input textarea::placeholder {
  color: oklch(0.5805 0.0197 285.77);
}
.c-input textarea {
  min-height: 200px;
  resize: none;
}

.c-select {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}
.c-select::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-mask-image: url(../font/icon/icon_selectArrow.svg);
          mask-image: url(../font/icon/icon_selectArrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: oklch(0.718 0.0115 286.11);
  width: 14px;
  height: 12px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-select select {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  line-height: 160%;
  background-color: oklch(0.9647 0.0027 286.35);
  padding: 12px 30px 12px 16px;
  border-radius: 4px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  .c-select select {
    font-size: 16px;
  }
}

.c-checkbox {
  font-size: 18px;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
  width: 30%;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-checkbox {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-checkbox {
    font-size: 16px;
    width: 100%;
  }
}
.c-checkbox input {
  display: none;
}
.c-checkbox::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
  background-color: oklch(1 0 0);
  border: 1px solid oklch(0.8647 0.0041 286.31);
  border-radius: 4px;
}
.c-checkbox::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../font/checkbox/checked.svg), oklch(0.7495 0.1856 127.33);
  background-size: cover;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
  border: 1px solid oklch(0.8647 0.0041 286.31);
  border-radius: 4px;
}
.c-checkbox:has(input:checked)::after {
  opacity: 1;
}
.c-checkbox:has(input:disabled)::before {
  background-image: none;
  background-color: oklch(0.9206 0.0081 286.24);
  border: 1px solid oklch(0.8647 0.0041 286.31);
  border-radius: 4px;
}
.c-checkbox__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.c-radio {
  font-size: 18px;
  line-height: 160%;
  word-wrap: break-all;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
  width: 30%;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-radio {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-radio {
    font-size: 16px;
  }
}
.c-radio input {
  display: none;
}
.c-radio::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid oklch(0.9206 0.0081 286.24);
  padding: 3px;
  background-color: oklch(1 0 0);
  transition: all 0.2s ease-in-out;
}
.c-radio::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  padding: 3px;
  background-color: oklch(0.6994 0.1809 128.37);
  background-clip: content-box;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.c-radio:has(input:checked)::after {
  opacity: 1;
}
.c-radio__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.c-fieldset {
  background-color: oklch(1 0 0);
  border-radius: 40px;
  padding: 32px 6% 40px;
}
@media screen and (max-width: 768px) {
  .c-fieldset {
    border-radius: 8px;
  }
}
.c-fieldset__unit {
  border: none;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .c-fieldset__unit {
    flex-direction: column;
  }
}
.c-fieldset__container {
  display: contents;
}
.c-fieldset__legend {
  border-bottom: 1px solid oklch(0.9647 0.0027 286.35);
  width: 30%;
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .c-fieldset__legend {
    border-bottom: none;
    width: 100%;
    padding: 32px 8px 0;
  }
}
.c-fieldset__unitInner {
  border-bottom: 1px solid oklch(0.9647 0.0027 286.35);
  width: 70%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .c-fieldset__unitInner {
    width: 100%;
  }
}
.c-fieldset__unitInner--wide {
  width: 100%;
  height: auto;
}
.c-fieldset__unitSpace {
  padding: 48px 24px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .c-fieldset__unitSpace {
    padding: 8px 8px 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-fieldset__unitSpace {
    padding: 4px 8px 32px;
  }
}
.c-fieldset__unitSpace--row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .c-fieldset__unitSpace--row {
    gap: 6px;
  }
}
.c-fieldset__unitSpace--layer02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.c-fieldset__layer02 {
  background-color: oklch(0.9767 0.0026 286.35);
  border-radius: 4px;
  padding: 0 24px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s, padding 0.3s;
}
.c-fieldset__layer02.is-checked {
  padding: 24px 24px;
  margin: 16px 0 0;
  height: auto;
}
.c-fieldset__layer02__heading {
  font-size: 18px;
  line-height: 180%;
  margin: 0 0 8px;
}
@media screen and (max-width: 1000px) {
  .c-fieldset__layer02__heading {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-fieldset__layer02__heading {
    font-size: 16px;
  }
}
.c-fieldset__legendChar {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .c-fieldset__legendChar {
    font-size: 16px;
  }
}
.c-fieldset__tag {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  white-space: nowrap;
  border-radius: 4px;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .c-fieldset__tag {
    font-size: 14px;
  }
}
.c-fieldset__tag.essential {
  color: oklch(1 0 0);
  background-color: oklch(0.8206 0.1603 88.27);
  border: 1px solid oklch(0.8206 0.1603 88.27);
}
.c-fieldset__tag.optional {
  color: oklch(0.5805 0.0197 285.77);
  background-color: oklch(1 0 0);
  border: 1px solid oklch(0.5805 0.0197 285.77);
}
.c-fieldset__note {
  font-size: 16px;
  line-height: 160%;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .c-fieldset__note {
    font-size: 14px;
  }
}
.c-fieldset__unitText {
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .c-fieldset__unitText {
    font-size: 16px;
  }
}
.c-fieldset__textlinkBlank {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .c-fieldset__textlinkBlank {
    margin: 0 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-fieldset__textlinkBlank {
    font-size: 14px;
  }
}
.c-fieldset__textlinkBlank::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_clone.svg);
          mask-image: url(../font/icon/icon_clone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 24px 24px;
          mask-size: 24px 24px;
  background-color: oklch(0.7495 0.1856 127.33);
  width: 24px;
  height: 24px;
  display: inline-block;
  transform: translate(4px, 6px);
}

.c-hero {
  width: 100%;
  background-image: url(../img/common/bg_hero.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-hero {
    background-image: url(../img/common/bg_hero_sp.svg);
  }
}
.c-hero__sub {
  color: oklch(1 0 0);
  font-size: clamp(2rem, 8.4vw, 8rem);
  font-weight: 900;
  line-height: 1;
  padding: 220px 300px 16px 6%;
}
@media screen and (max-width: 1200px) {
  .c-hero__sub {
    font-size: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .c-hero__sub {
    font-size: 16vw;
    padding: 300px 6% 16px;
  }
}
.c-hero__title {
  color: oklch(0.3211 0 0);
  font-size: 32px;
  font-weight: 700;
  padding: 0 300px 200px 6%;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-hero__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-hero__title {
    font-size: 18px;
    padding: 0 6% 200px;
  }
}
.c-hero__photo__wrap {
  display: flex;
  overflow: hidden;
}
.c-hero__photo__list {
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.c-hero__photo__item {
  width: 33.3333333333vw;
  margin-left: 24px;
}
@media screen and (max-width: 1000px) {
  .c-hero__photo__item {
    width: 62.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-hero__photo__item {
    width: 83.3333333333vw;
    margin-left: 12px;
  }
}
.c-hero__photo__item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.c-pickup {
  padding: 140px 300px 140px 100px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-pickup {
    padding: 140px 6% 140px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .c-pickup {
    padding: 40px 0 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup {
    padding: 80px 0 40px 60px;
  }
}
.c-pickup::before {
  content: " ";
  background-image: url(../img/pickup/pickup_bg01.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 380px;
  height: 750px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .c-pickup::before {
    width: 300px;
    height: 592px;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup::before {
    width: 200px;
    height: 394px;
  }
}
.c-pickup--bg02 {
  padding: 240px 300px 140px 100px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-pickup--bg02 {
    padding: 140px 6% 140px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .c-pickup--bg02 {
    padding: 40px 0 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup--bg02 {
    padding: 80px 0 40px 60px;
  }
}
.c-pickup--bg02::before {
  content: " ";
  background-image: url(../img/pickup/pickup_bg02.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  width: 740px;
  height: 700px;
  display: block;
  position: absolute;
  top: -110px;
  left: auto;
  right: 60px;
}
@media screen and (max-width: 1200px) {
  .c-pickup--bg02::before {
    content: " ";
    background-image: url(../img/pickup/pickup_bg01.svg);
    background-position: left top;
    width: 380px;
    height: 750px;
    top: 0;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup--bg02::before {
    width: 200px;
    height: 394px;
  }
}
.c-pickup__items {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .c-pickup__items {
    width: 100%;
  }
}
.c-pickup__items__block {
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 1000px) {
  .c-pickup__items__block {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
}
.c-pickup__items__block:hover .c-pickup__items__name {
  color: oklch(62.598% 0.16664 129.289);
}
.c-pickup__items__block:hover .c-pickup__items__photo img {
  opacity: 0.6;
  transform: scale(1.2);
}
.c-pickup__items__block.sizeS:last-child {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .c-pickup__items__block.sizeS {
    margin: 0 0 16px;
  }
}
.c-pickup__items__block.sizeS .c-pickup__items__photo {
  border-radius: 8px;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .c-pickup__items__block.sizeS .c-pickup__items__photo {
    width: 100%;
  }
}
.c-pickup__items__block.sizeS .c-pickup__items__inner {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .c-pickup__items__block.sizeS .c-pickup__items__inner {
    width: 100%;
  }
}
.c-pickup__items__block.sizeS .c-pickup__items__inner .c-pickup__items__name {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .c-pickup__items__block.sizeS .c-pickup__items__inner .c-pickup__items__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup__items__block.sizeS .c-pickup__items__inner .c-pickup__items__name {
    font-size: 14px;
  }
}
.c-pickup__items__block.sizeS .c-pickup__items__sub {
  margin: 4px 0 0;
}
.c-pickup__items__block.sizeS .c-pickup__items__sub .c-pickup__items__time {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-pickup__items__block.sizeS .c-pickup__items__sub .c-pickup__items__time {
    font-size: 12px;
  }
}
.c-pickup__items__block.sizeS .c-pickup__items__sub .c-pickup__items__tag .item {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-pickup__items__block.sizeS .c-pickup__items__sub .c-pickup__items__tag .item {
    font-size: 12px;
  }
}
.c-pickup__items__block.column {
  flex-direction: column;
  gap: 0;
  margin: 0;
}
.c-pickup__items__block.column .c-pickup__items__photo {
  width: 100%;
}
.c-pickup__items__block.column .c-pickup__items__inner {
  width: 100%;
}
.c-pickup__items__photo {
  width: 40%;
  background-color: oklch(0.7495 0.1856 127.33);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-pickup__items__photo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup__items__photo {
    border-radius: 8px;
  }
}
.c-pickup__items__photo::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_clone.svg);
          mask-image: url(../font/icon/icon_clone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: oklch(1 0 0);
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  transition: all 0.3s ease-in-out;
}
.c-pickup__items__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}
.c-pickup__items__inner {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .c-pickup__items__inner {
    width: 100%;
  }
}
.c-pickup__items__name {
  color: oklch(0.3211 0 0);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin: 8px 0 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-pickup__items__name {
    font-size: 16px;
  }
}
.c-pickup__items__sub {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
}
@media screen and (max-width: 1000px) {
  .c-pickup__items__sub {
    gap: 6px;
    margin: 8px 0 0;
  }
}
.c-pickup__items__time {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .c-pickup__items__time {
    font-size: 14px;
  }
}
.c-pickup__items__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-pickup__items__tag .item {
  font-size: 16px;
  line-height: 160%;
  padding: 0 14px;
  background-color: oklch(1 0 0);
  border-radius: 99px;
}
@media screen and (max-width: 768px) {
  .c-pickup__items__tag .item {
    font-size: 14px;
  }
}
.c-pickup__items__tag .item.green {
  color: oklch(0.7495 0.1856 127.33);
  border: 1px solid oklch(0.7495 0.1856 127.33);
}
.c-pickup__items__tag .item.gray {
  color: oklch(0.718 0.0115 286.11);
  border: 1px solid oklch(0.718 0.0115 286.11);
}

.c-note {
  width: 100%;
  padding: 160px 0 160px;
  background-image: url(../img/note/note_bg01.svg);
  background-repeat: no-repeat;
  background-position: top left -100px;
  background-size: 1000px auto;
}
@media screen and (max-width: 768px) {
  .c-note {
    padding: 90px 0 140px;
    background-size: 618px 443px;
  }
}
.c-note__title {
  padding: 0 300px 54px 6%;
}
@media screen and (max-width: 1200px) {
  .c-note__title {
    padding: 0 6% 40px 6%;
  }
}
.c-note__title__name {
  font-size: 48px;
  font-weight: 700;
  line-height: 160%;
  padding: 72px 0 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-note__title__name {
    font-size: 28px;
    padding: 56px 0 8px;
  }
}
.c-note__title__name::before {
  content: " ";
  background-image: url(../img/note/note_dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 92px;
  height: 20px;
  position: absolute;
  top: 32px;
}
@media screen and (max-width: 768px) {
  .c-note__title__name::before {
    width: 62px;
    height: 12px;
  }
}
.c-note__title__sub {
  color: oklch(0.9767 0.0026 286.35);
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .c-note__title__sub {
    font-size: 22px;
  }
}
.c-note__title__sub .stroke {
  color: transparent;
  font-size: 30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: oklch(0.9767 0.0026 286.35);
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .c-note__title__sub .stroke {
    font-size: 18px;
    -webkit-text-stroke-width: 0.6px;
  }
}
.c-note__title__btn {
  width: 160px;
  margin: 20px 0 0;
}
.c-note__items__block {
  width: 100%;
}
.c-note__items__block:hover .c-note__items__name {
  color: oklch(62.598% 0.16664 129.289);
}
.c-note__items__block:hover .c-note__items__photo img {
  opacity: 0.6;
  transform: scale(1.2);
}
.c-note__items__photo {
  background-color: oklch(0.7495 0.1856 127.33);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-note__items__photo {
    border-radius: 8px;
  }
}
.c-note__items__photo::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_clone.svg);
          mask-image: url(../font/icon/icon_clone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: oklch(1 0 0);
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  transition: all 0.3s ease-in-out;
}
.c-note__items__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}
.c-note__items__name {
  color: oklch(0.3211 0 0);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin: 12px 0 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-note__items__name {
    font-size: 16px;
    margin: 8px 0 0;
  }
}
.c-note__items__sub {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .c-note__items__sub {
    gap: 6px;
    margin: 8px 0 0;
  }
}
.c-note__items__time {
  color: oklch(0.3211 0 0);
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .c-note__items__time {
    font-size: 14px;
  }
}
.c-note__items__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-note__items__tag .item {
  font-size: 16px;
  line-height: 160%;
  padding: 0 14px;
  background-color: oklch(1 0 0);
  border-radius: 99px;
}
@media screen and (max-width: 768px) {
  .c-note__items__tag .item {
    font-size: 14px;
  }
}
.c-note__items__tag .item.green {
  color: oklch(0.7495 0.1856 127.33);
  border: 1px solid oklch(0.7495 0.1856 127.33);
}
.c-note__items__tag .item.gray {
  color: oklch(0.718 0.0115 286.11);
  border: 1px solid oklch(0.718 0.0115 286.11);
}

.c-news {
  width: 100%;
  background-color: oklch(1 0 0);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-news {
    padding: 3%;
  }
}
.c-news--s {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 56px 24px 32px;
}
@media screen and (max-width: 1200px) {
  .c-news--s {
    flex-direction: column;
    gap: 4px;
    padding: 16px 20px;
  }
}
.c-news--l {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 56px 32px 32px;
}
@media screen and (max-width: 1200px) {
  .c-news--l {
    flex-direction: column;
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-news--l {
    padding: 6%;
  }
}
.c-news.gray {
  background-color: oklch(0.9857 0.0026 286.35);
}
.c-news::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_clone.svg);
          mask-image: url(../font/icon/icon_clone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(0.5805 0.0197 285.77);
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .c-news::after {
    top: 20px;
    bottom: auto;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-news::after {
    width: 20px;
    height: 20px;
    top: 16px;
  }
}
.c-news:hover {
  background-color: oklch(0.965 0.038 121.62);
}
.c-news:hover::after {
  background-color: oklch(0.7495 0.1856 127.33);
}
.c-news__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .c-news__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-news__time {
  color: oklch(0.718 0.0115 286.11);
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .c-news__time {
    font-size: 14px;
  }
}
.c-news__tag {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-news__tag__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  white-space: nowrap;
  border-radius: 99px;
  padding: 2px 12px;
}
@media screen and (max-width: 768px) {
  .c-news__tag__item {
    font-size: 12px;
  }
}
.c-news__tag__item.green {
  color: oklch(0.7495 0.1856 127.33);
  border: 1px solid oklch(0.7495 0.1856 127.33);
}
.c-news__tag__item.gray {
  color: oklch(0.718 0.0115 286.11);
  border: 1px solid oklch(0.718 0.0115 286.11);
}
.c-news__name {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .c-news__name {
    font-size: 14px;
  }
}

.p-top__kv {
  width: 100%;
  position: relative;
}
.p-top__kv__video {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.p-top__kv__video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__kv__catchphrase {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top__kv__catchphrase svg {
  width: 100%;
  max-width: 800px;
  height: auto;
  transform: rotate(-6deg);
  display: block;
  margin: auto;
  padding: 0 6%;
}
.p-top__kv__catchphrase--text {
  display: none;
}
.p-top__kv__contents {
  position: relative;
  z-index: 2;
}
.p-top__lead {
  padding: 400px 0 200px;
}
.p-top__lead__main {
  color: oklch(1 0 0);
  font-size: clamp(2rem, 4vw, 8rem);
  font-weight: 700;
  line-height: 1.6;
  padding: 0 6% 100px;
}
.p-top__lead__inner {
  padding: 0 6% 140px;
}
.p-top__lead__text {
  color: oklch(1 0 0);
  font-size: 22px;
  font-weight: 500;
  line-height: 180%;
  margin: auto auto 48px;
}
@media screen and (max-width: 768px) {
  .p-top__lead__text {
    font-size: 16px;
    margin: auto auto 16px;
  }
}
.p-top__lead__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px 0 auto;
}
.p-top__note {
  position: relative;
}
.p-top__note__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-top__note__inner {
    top: 0;
    margin: auto auto 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top__note__inner {
    margin: auto auto 50vh;
  }
}
.p-top__note__title {
  margin: 16px 0 0;
}
.p-top__note__title .main {
  color: oklch(1 0 0);
  font-size: 110px;
  font-weight: 900;
  line-height: 0.8;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .p-top__note__title .main {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__note__title .main {
    font-size: 60px;
  }
}
.p-top__note__title .stroke {
  color: transparent;
  font-size: 72px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: oklch(0.9767 0.0026 286.35);
  display: inline-block;
  transform: translateY(-10px);
}
@media screen and (max-width: 1200px) {
  .p-top__note__title .stroke {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__note__title .stroke {
    font-size: 50px;
    -webkit-text-stroke-width: 0.6px;
    transform: translateY(-4px);
  }
}
.p-top__note__title .sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  margin: 20px 0 0;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .p-top__note__title .sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__note__title .sub {
    font-size: 18px;
  }
}
.p-top__note__title .btn {
  width: 200px;
  margin: 12px auto auto;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .p-top__note__title .btn {
    display: none;
  }
}
.p-top__note__contents {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .p-top__note__contents {
    pointer-events: auto;
    position: absolute;
    top: 70%;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__note__contents {
    top: 64%;
  }
}
.p-top__note__items {
  width: 100%;
  padding: 0 6%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 64px;
  -moz-column-gap: 400px;
       column-gap: 400px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .p-top__note__items {
    -moz-column-gap: 300px;
         column-gap: 300px;
  }
}
.p-top__note__block {
  width: calc(50% - 200px);
}
@media screen and (max-width: 1200px) {
  .p-top__note__block {
    width: calc(50% - 150px);
  }
}
.p-top__note__block:nth-child(odd) {
  transform: translateY(-200px);
}
.p-top__note__block a {
  pointer-events: auto;
}
.p-top__note__btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top__note__btn {
    display: block;
    width: 100%;
    padding: 0 6%;
    margin: 40px auto auto;
  }
}
.p-top__brand {
  width: 100%;
  margin: 400px 0 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top__brand {
    margin: 150vh 0 0;
  }
}
.p-top__brand__title {
  width: 30%;
  padding: 140px 6% 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__title {
    width: 100%;
    padding: 80px 6% 0;
  }
}
.p-top__brand__title::before {
  content: " ";
  background-image: url(../img/top/top_brand_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60vw;
  height: 980px;
  position: absolute;
  top: -300px;
  left: -140px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__title::before {
    width: 100vw;
    top: -200px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__brand__title::before {
    top: -340px;
  }
}
.p-top__brand__title .sub {
  color: oklch(1 0 0);
  font-size: clamp(2rem, 6vw, 8rem);
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__title .sub {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__brand__title .sub {
    font-size: 60px;
  }
}
.p-top__brand__title .main {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__title .main {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__brand__title .main {
    font-size: 18px;
  }
}
.p-top__brand__title .btn {
  margin: 40px 0 0;
  width: 200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__title .btn {
    display: none;
  }
}
.p-top__brand__contents {
  width: 70%;
  flex-grow: 1;
  padding: 0 3% 0 0;
  margin: auto 0 auto auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__contents {
    width: 100%;
    padding: 0 6%;
    margin: calc(-100vh - 200px) auto auto;
  }
}
.p-top__brand__card {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 100px;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__card {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 180px 0 100px;
  }
}
.p-top__brand__card--end {
  height: 0;
}
.p-top__brand__block {
  background-color: oklch(1 0 0);
  border: 1px solid oklch(0.9647 0.0027 286.35);
  border-radius: 40px;
  padding: 80px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__block {
    border-radius: 20px;
    padding: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__brand__block {
    padding: 40px;
  }
}
.p-top__brand__block + .p-top__brand__block {
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__block + .p-top__brand__block {
    margin-top: 40px;
  }
}
.p-top__brand__block .c-news--s {
  height: 76px;
}
@media screen and (max-width: 1200px) {
  .p-top__brand__block .c-news--s {
    height: 110px;
  }
}
.p-top__brand__block .c-news--s .c-news__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1200px) {
  .p-top__brand__block .c-news--s .c-news__name {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}
.p-top__brand__heading {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 56px;
  margin: 0 0 64px;
}
@media screen and (max-width: 1200px) {
  .p-top__brand__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__brand__heading {
    height: 56px;
  }
}
.p-top__brand__logo {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 430px) {
  .p-top__brand__logo {
    width: 100%;
  }
}
.p-top__brand__logo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 430px) {
  .p-top__brand__logo img {
    width: 100%;
  }
}
.p-top__brand__logo.pcms img, .p-top__brand__logo.tokiza img {
  max-width: 300px;
}
.p-top__brand__category {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 18px;
  line-height: 160%;
  border-left: 1px solid oklch(0.8647 0.0041 286.31);
  padding-left: 56px;
}
@media screen and (max-width: 1200px) {
  .p-top__brand__category {
    display: none;
  }
}
.p-top__brand__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 64px;
}
@media screen and (max-width: 1200px) {
  .p-top__brand__text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 32px;
  }
}
.p-top__brand__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .p-top__brand__name {
    font-size: 18px;
    margin: 0 0 4px;
  }
}
.p-top__brand__btn {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .p-top__brand__btn {
    margin: auto 0 16px auto;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__brand__btn {
    width: 100%;
    margin: auto;
  }
}
.p-top__brand__btn--more {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top__brand__btn--more {
    display: block;
    width: 100%;
    padding: 0 6%;
    margin: 40px auto auto;
  }
}
.p-top__news {
  width: 100%;
  margin: -240px 0 200px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .p-top__news {
    flex-direction: column;
    margin: -10vh auto 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__news {
    margin: -10vh auto 80px;
  }
}
.p-top__news__title {
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 140px 6% 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .p-top__news__title {
    width: 100%;
    padding: 0px 6% 24px;
    position: static;
  }
}
.p-top__news__title .sub {
  color: oklch(0.7495 0.1856 127.33);
  font-size: clamp(2rem, 6vw, 8rem);
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-top__news__title .sub {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__news__title .sub {
    font-size: 60px;
  }
}
.p-top__news__title .main {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-top__news__title .main {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__news__title .main {
    font-size: 18px;
  }
}
.p-top__news__title .btn {
  margin: 40px 0 0;
  width: 200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-top__news__title .btn {
    display: none;
  }
}
.p-top__news__contents {
  width: 70%;
  background-color: oklch(0.9647 0.0027 286.35);
  border-radius: 40px;
  padding: 3%;
  margin: 140px 3% 0 0;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .p-top__news__contents {
    width: 88%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top__news__contents {
    border-radius: 20px;
  }
}
.p-top__news__block + .p-top__news__block {
  margin: 32px 0 0;
}
@media screen and (max-width: 1000px) {
  .p-top__news__block + .p-top__news__block {
    margin: 16px 0 0;
  }
}
.p-top__news__btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top__news__btn {
    display: block;
    width: 100%;
    padding: 0 6%;
    margin: 40px auto auto;
  }
}
.p-top__recruit {
  height: calc(120vh + 560px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__recruit {
    height: calc(100vh + 560px);
  }
}
.p-top__recruit::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: oklch(0.7495 0.1856 127.33);
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top__recruit__photo {
  margin: 12px 0 0;
}
.p-top__recruit__wrap {
  display: flex;
  overflow: hidden;
}
.p-top__recruit__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.p-top__recruit__list.left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.p-top__recruit__list.right {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
          animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.p-top__recruit__item {
  height: 33.3333333333vh;
  margin-left: 12px;
}
.p-top__recruit__item img {
  width: auto;
  height: 100%;
}
.p-top__recruit__title {
  transform: translateY(-280px);
  position: absolute;
  place-self: center;
  inset: 0;
  z-index: 2;
}
.p-top__recruit__title::before {
  content: " ";
  background-image: url(../img/top/top_recruit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 140%;
  height: 200%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .p-top__recruit__title::before {
    width: 200%;
    height: 300%;
  }
}
.p-top__recruit__inner {
  padding: 0 6% 0 6%;
  position: relative;
  z-index: 2;
}
.p-top__recruit__inner .sub {
  color: oklch(1 0 0);
  font-size: clamp(2rem, 6vw, 8rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-top__recruit__inner .sub {
    font-size: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__recruit__inner .sub {
    font-size: 60px;
  }
}
.p-top__recruit__inner .main {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-top__recruit__inner .main {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__recruit__inner .main {
    font-size: 18px;
  }
}
.p-top__recruit__inner .description {
  color: oklch(1 0 0);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top__recruit__inner .description {
    font-size: 16px;
  }
}
.p-top__recruit__inner .btn {
  margin: 40px auto 0;
  max-width: 200px;
}

.js-kv_mask {
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: oklch(0.7495 0.1856 127.33);
  position: relative;
  --mask-image: url(../img/top/mask_kv.svg);
  -webkit-mask-image: var(--mask-image);
          mask-image: var(--mask-image);
  --mask-position-x: 50%;
  --mask-position-y: 50%;
  -webkit-mask-position: left var(--mask-position-x) top var(--mask-position-y);
          mask-position: left var(--mask-position-x) top var(--mask-position-y);
  --mask-size-x: 94vw;
  --mask-size-y: 94vw;
  -webkit-mask-size: var(--mask-size-x) var(--mask-size-y);
          mask-size: var(--mask-size-x) var(--mask-size-y);
}
@media screen and (max-width: 768px) {
  .js-kv_mask {
    --mask-size-x: 94vh;
    --mask-size-y: 94vh;
  }
}

.js-kv_overlay {
  background-color: rgb(19, 99, 68);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
  animation: animate-svg-fill-1 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
  animation: animate-svg-fill-2 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  animation: animate-svg-fill-3 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-fill-4 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-fill-5 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-6 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-fill-7 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: animate-svg-fill-8 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-fill-9 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
.js-kv_catchphrase .svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
  animation: animate-svg-fill-10 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(213, 209, 12);
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(213, 209, 12);
  }
}
.js-kv_catchphrase .svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: animate-svg-fill-11 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
.js-kv_catchphrase .svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: animate-svg-fill-12 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(213, 209, 12);
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(213, 209, 12);
  }
}
.js-kv_catchphrase .svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
  animation: animate-svg-fill-13 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
.js-kv_catchphrase .svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: animate-svg-fill-14 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(213, 209, 12);
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(213, 209, 12);
  }
}
.js-kv_catchphrase .svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
  animation: animate-svg-fill-15 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: animate-svg-fill-16 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
.js-kv_catchphrase .svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
  animation: animate-svg-fill-17 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
.js-kv_catchphrase .svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
  animation: animate-svg-fill-18 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
.js-kv_catchphrase .svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
  animation: animate-svg-fill-19 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(141, 194, 31);
  }
}
.js-kv_catchphrase .svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
  animation: animate-svg-fill-20 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
  animation: animate-svg-fill-21 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
  animation: animate-svg-fill-22 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
  animation: animate-svg-fill-23 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}
@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-24 {
  -webkit-animation: animate-svg-fill-24 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
  animation: animate-svg-fill-24 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}
@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-25 {
  -webkit-animation: animate-svg-fill-25 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
  animation: animate-svg-fill-25 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
}
@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-26 {
  -webkit-animation: animate-svg-fill-26 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
  animation: animate-svg-fill-26 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}
@-webkit-keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-27 {
  -webkit-animation: animate-svg-fill-27 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
  animation: animate-svg-fill-27 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
}
@-webkit-keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-28 {
  -webkit-animation: animate-svg-fill-28 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
  animation: animate-svg-fill-28 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
}
@-webkit-keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.js-kv_catchphrase .svg-elem-29 {
  -webkit-animation: animate-svg-fill-29 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
  animation: animate-svg-fill-29 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
}

.p-about {
  position: relative;
  width: 100%;
}
.p-about__inner {
  width: 100%;
}
.p-about__mvv {
  position: relative;
}
.p-about__mvv__figure {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.p-about__mvv__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-about__mvv__inner.pc {
    display: none;
  }
}
.p-about__mvv__inner.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-about__mvv__inner.sp {
    display: block;
    width: 100%;
    position: relative;
  }
}
.p-about__mvv__contents {
  margin: -100vh 0 0;
  position: relative;
  z-index: 2;
}
.p-about__mvv__block {
  padding: 140px 300px 200px 6%;
}
@media screen and (max-width: 1200px) {
  .p-about__mvv__block {
    padding: 140px 6% 140px 6%;
  }
}
@media screen and (max-width: 1000px) {
  .p-about__mvv__block {
    width: 100%;
    padding: 80px 6%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-about__mvv__block {
    padding: 60px 6%;
  }
}
.p-about__mvv__block.intro {
  padding: 240px 300px 200px 6%;
}
@media screen and (max-width: 1200px) {
  .p-about__mvv__block.intro {
    padding: 140px 6% 140px 6%;
  }
}
@media screen and (max-width: 1000px) {
  .p-about__mvv__block.intro {
    width: 100%;
    padding: 80px 6%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-about__mvv__block.intro {
    padding: 60px 6%;
  }
}
.p-about__mvv__block.ending {
  width: 100%;
  height: 100vh;
  padding: 300px 0 0;
}
@media screen and (max-width: 1000px) {
  .p-about__mvv__block.ending {
    max-width: none;
    padding: 0;
    margin: 60px auto auto;
  }
}
.p-about__mvv__photo {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-about__mvv__photo {
    display: block;
    width: 100%;
    max-width: 600px;
    padding: 0 6% 40px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-about__mvv__photo {
    padding: 0 6% 24px;
  }
}
.p-about__mvv__photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-about__mvv__sub {
  color: oklch(0.645 0.1383 162.46);
  font-size: 36px;
  font-weight: 900;
  line-height: 180%;
}
@media screen and (max-width: 1000px) {
  .p-about__mvv__sub {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__mvv__sub {
    font-size: 20px;
  }
}
.p-about__mvv__main {
  font-size: 38px;
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 56px;
}
@media screen and (max-width: 1000px) {
  .p-about__mvv__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__mvv__main {
    font-size: 20px;
    margin: 0 0 32px;
  }
}
.p-about__message {
  padding: 0 300px 0 6%;
  margin: 140px auto;
}
@media screen and (max-width: 1200px) {
  .p-about__message {
    padding: 0 6% 0 6%;
    margin: 80px auto;
  }
}
.p-about__message__heading {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  .p-about__message__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.p-about__message__photo {
  border-radius: 40px;
  width: 34%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-about__message__photo {
    border-radius: 20px;
    width: 100%;
  }
}
.p-about__message__photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-about__message__inner {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .p-about__message__inner {
    width: 100%;
  }
}
.p-about__message__position {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-about__message__position {
    font-size: 14px;
  }
}
.p-about__message__name {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 38px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-about__message__name {
    font-size: 24px;
  }
}
.p-about__message__main {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin: 48px 0 32px;
}
@media screen and (max-width: 768px) {
  .p-about__message__main {
    font-size: 18px;
    margin: 16px 0 12px;
  }
}
.p-about__message__contents {
  margin: 64px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1100px;
}
@media screen and (max-width: 1000px) {
  .p-about__message__contents {
    margin: 16px 0 0;
  }
}
.p-about__message__sign {
  width: 60%;
  max-width: 340px;
  height: auto;
  display: block;
  margin: 56px 24px auto auto;
}
@media screen and (max-width: 768px) {
  .p-about__message__sign {
    margin: 32px 0 auto auto;
  }
}
.p-about__initiatives {
  padding: 400px 0 0;
  margin: 140px auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives {
    padding: 260px 0 0;
    margin: 80px auto 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-about__initiatives {
    padding: 200px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__initiatives {
    padding: 100px 0 0;
  }
}
.p-about__initiatives::before {
  content: " ";
  background-image: url(../img/about/initiatives_bg01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives::before {
    height: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .p-about__initiatives::before {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__initiatives::before {
    height: 100px;
  }
}
.p-about__initiatives__title {
  background-color: oklch(1 0 0);
  padding: 0 300px 140px 6%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives__title {
    padding: 0 6% 80px 6%;
  }
}
.p-about__initiatives__contents {
  width: 100%;
  padding: 0 0 200px;
  position: relative;
}
.p-about__initiatives__contents.first {
  background-color: oklch(1 0 0);
}
.p-about__initiatives__contents.second {
  background-color: oklch(0.9767 0.0026 286.35);
}
.p-about__initiatives__contents.third {
  background-color: oklch(1 0 0);
  padding: 0 0 100px;
}
.p-about__initiatives__photo {
  width: 46%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  margin: auto 0 auto auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives__photo {
    width: 70%;
    position: static;
  }
}
.p-about__initiatives__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-about__initiatives__photo.first {
  -webkit-mask-image: url(../img/about/initiatives_mask01.svg);
          mask-image: url(../img/about/initiatives_mask01.svg);
}
@media screen and (max-width: 768px) {
  .p-about__initiatives__photo.first {
    width: 86%;
  }
}
.p-about__initiatives__photo.second {
  width: 38%;
  -webkit-mask-image: url(../img/about/initiatives_mask02.svg);
          mask-image: url(../img/about/initiatives_mask02.svg);
  margin: auto auto auto 0;
  transform: translateY(-100px);
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives__photo.second {
    -webkit-mask-image: url(../img/about/initiatives_mask02_sp.svg);
            mask-image: url(../img/about/initiatives_mask02_sp.svg);
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .p-about__initiatives__photo.second {
    width: 86%;
  }
}
.p-about__initiatives__photo.third {
  -webkit-mask-image: url(../img/about/initiatives_mask03.svg);
          mask-image: url(../img/about/initiatives_mask03.svg);
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  .p-about__initiatives__photo.third {
    width: 86%;
  }
}
.p-about__initiatives__inner {
  margin: -600px 0 200px;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives__inner {
    margin: -100px 0 0;
  }
}
.p-about__initiatives__inner.first {
  margin: -700px 0 200px;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives__inner.first {
    margin: 0;
  }
}
.p-about__initiatives__text {
  padding: 140px 300px 140px 6%;
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives__text {
    padding: 0 6% 64px 6%;
    width: 100%;
  }
}
.p-about__initiatives__text.right {
  margin: auto 0 auto auto;
  width: 64%;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives__text.right {
    margin: auto;
    width: 100%;
  }
}
.p-about__initiatives__subtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .p-about__initiatives__subtitle {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 40px;
  }
}
.p-about__initiatives__subtitle .num {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-about__initiatives__subtitle .num {
    font-size: 64px;
    margin: 0;
  }
}
.p-about__initiatives__pickup {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives__pickup {
    width: 100%;
  }
}
.p-about__initiatives__pickup.right {
  margin: auto 0 auto auto;
  width: 64%;
}
@media screen and (max-width: 1200px) {
  .p-about__initiatives__pickup.right {
    margin: auto;
    width: 100%;
  }
}
.p-about__konoha {
  width: 100%;
  background-image: url(../img/about/initiatives_bg02.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.p-about__konoha__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 30px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-about__konoha__inner {
    flex-direction: column;
    align-items: flex-end;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-about__konoha__bubble {
  background-color: oklch(0.7495 0.1856 127.33);
  border-radius: 20px;
  padding: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.p-about__konoha__bubble::after {
  content: " ";
  background-image: url(../img/about/initiatives_bubble.svg);
  background-repeat: no-repeat;
  background-size: 74px 56px;
  width: 74px;
  height: 56px;
  position: absolute;
  bottom: 20px;
  right: -40px;
}
@media screen and (max-width: 1000px) {
  .p-about__konoha__bubble::after {
    transform: rotate(90deg) scaleY(-1);
    background-size: 43px 62px;
    width: 43px;
    height: 62px;
    bottom: -30px;
    right: auto;
    left: 180px;
  }
}
.p-about__konoha__bubble .text {
  color: oklch(1 0 0);
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  white-space: nowrap;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .p-about__konoha__bubble .text {
    font-size: 14px;
  }
}
.p-about__konoha__bubble .link {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  padding: 12px 46px 12px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__konoha__bubble .link {
    font-size: 14px;
  }
}
.p-about__konoha__bubble .link::before {
  content: " ";
  background-color: oklch(0.965 0.038 121.62);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  transition: all 0.3s ease-in-out;
}
.p-about__konoha__bubble .link::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_plus.svg);
          mask-image: url(../font/icon/icon_plus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(0.7495 0.1856 127.33);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  transition: all 0.3s ease-in-out;
}
.p-about__konoha__bubble .link:hover::before {
  background-color: oklch(0.7495 0.1856 127.33);
}
.p-about__konoha__bubble .link:hover::after {
  background-color: oklch(1 0 0);
  transform: rotate(90deg);
}
.p-about__konoha__photo {
  width: 298px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about__konoha__photo {
    width: 180px;
  }
}
.p-about__modal__contents {
  align-self: center;
  box-sizing: border-box;
  transition: 0.5s;
}
.p-about__modal__block {
  width: 100%;
  max-width: 640px;
  background: oklch(1 0 0);
  border-radius: 40px;
  padding: 64px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-about__modal__block {
    width: 90%;
    padding: 32px;
    margin: auto;
  }
}
.p-about__modal__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 430px) {
  .p-about__modal__heading {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-about__modal__heading .modal-konoha {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about__modal__heading .modal-konoha {
    width: 140px;
  }
}
.p-about__modal__inner .heading {
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-about__modal__inner .heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-about__modal__inner .heading {
    text-align: center;
  }
}
.p-about__modal__inner .name {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about__modal__inner .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-about__modal__inner .name {
    text-align: center;
    margin: 0;
  }
}
.p-about__modal__inner .ruby {
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-about__modal__inner .ruby {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-about__modal__inner .ruby {
    text-align: center;
  }
}
.p-about__modal__description {
  margin: 40px 0 0;
}
@media screen and (max-width: 430px) {
  .p-about__modal__description {
    margin: 16px 0 0;
  }
}
.p-about__modal__description .link {
  color: oklch(0.3211 0 0);
  font-size: 18px;
  line-height: 160%;
  transition: all 0.5s ease-in-out;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-about__modal__description .link {
    font-size: 14px;
  }
}
.p-about__modal__description .link::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_clone.svg);
          mask-image: url(../font/icon/icon_clone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 24px 24px;
          mask-size: 24px 24px;
  background-color: oklch(0.7495 0.1856 127.33);
  width: 24px;
  height: 24px;
  display: inline-block;
  transform: translate(0px, 6px);
}
.p-about__modal__description .link:hover {
  color: oklch(0.7495 0.1856 127.33);
}
.p-about__modal__description .link-bg {
  background-color: oklch(0.965 0.038 121.62);
  border-radius: 99px;
  padding: 2px 10px 4px;
  margin-right: 8px;
}
.p-about__note {
  width: 100%;
  padding: 200px 0 140px;
  background-image: url(../img/about/note_bg.svg);
  background-size: 1074px auto;
  background-position: -80px 0;
}
@media screen and (max-width: 768px) {
  .p-about__note {
    padding: 140px 0 140px;
    background-size: 700px auto;
    background-position: -80px 0;
  }
}
.p-about__note__inner {
  padding: 0 300px 0 6%;
}
@media screen and (max-width: 768px) {
  .p-about__note__inner {
    padding: 0 6% 0 6%;
  }
}
.p-about__note__title {
  color: oklch(1 0 0);
  font-size: 114px;
  font-weight: 900;
  line-height: 90%;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p-about__note__title {
    font-size: 64px;
    margin: 0 0 24px;
  }
}
.p-about__note__title .stroke {
  color: transparent;
  font-size: 84px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: oklch(0.9767 0.0026 286.35);
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .p-about__note__title .stroke {
    font-size: 56px;
    -webkit-text-stroke-width: 0.6px;
  }
}
.p-about__note__contents {
  margin: 0 40px 100px;
  width: 2000px;
}
@media screen and (max-width: 768px) {
  .p-about__note__contents {
    width: 1600px;
  }
}
.p-about__note__block {
  display: flex;
  align-items: flex-end;
  gap: 64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 140px 64px 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__note__block {
    padding: 120px 64px 20px;
  }
}
.p-about__note__block::after {
  content: "";
  width: 100%;
  height: 10px;
  border: 10px solid oklch(0.8647 0.0041 286.31);
  position: absolute;
  bottom: 0;
  left: -32px;
}
.p-about__note__block.row02 {
  margin: 0 auto auto 80px;
  padding: 140px 300px 20px 64px;
}
@media screen and (max-width: 768px) {
  .p-about__note__block.row02 {
    padding: 120px 200px 20px 64px;
  }
}
.p-about__note__item {
  margin: 0 0 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-about__note__item:before {
  content: "";
  background-image: linear-gradient(to right, oklch(0.5805 0.0197 285.77/10%), oklch(0.5805 0.0197 285.77/10%));
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transform: skew(0, 80deg);
  transform-origin: 0 0 0;
  mix-blend-mode: multiply;
}
.p-about__note__item:after {
  content: "";
  background-image: linear-gradient(to bottom, oklch(0.5805 0.0197 285.77/10%), oklch(0.5805 0.0197 285.77/10%));
  width: 100%;
  height: 100px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: skew(10deg, 0);
  transform-origin: 0 0 0;
  mix-blend-mode: multiply;
}
.p-about__note__item .note-tooltip {
  color: oklch(0.3211 0 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  background-color: oklch(1 0 0);
  border: 3px solid oklch(0.7495 0.1856 127.33);
  border-radius: 10px;
  padding: 24px;
  width: 300px;
  position: absolute;
  top: -100px;
  left: -10px;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-about__note__item .note-tooltip {
    font-size: 12px;
    padding: 16px;
    width: 220px;
    top: -80px;
    opacity: 1;
  }
}
.p-about__note__item .note-tooltip::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid oklch(0.7495 0.1856 127.33);
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-about__note__item .note-tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 14px solid oklch(1 0 0);
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-about__note__item a {
  display: block;
}
.p-about__note__item.sizeL img {
  width: 280px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p-about__note__item.sizeL img {
    width: 200px;
  }
}
.p-about__note__item.sizeS img {
  width: 252px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p-about__note__item.sizeS img {
    width: 180px;
  }
}
.p-about__note__item.sizeS .note-tooltip {
  left: -25px;
}
.p-about__note__item:hover {
  transform: translateY(-32px);
}
@media screen and (max-width: 768px) {
  .p-about__note__item:hover {
    transform: translateY(0);
  }
}
.p-about__note__item:hover .note-tooltip {
  opacity: 1;
}
.p-about__note__plant {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-about__note__plant img {
  width: 200px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p-about__note__plant img {
    width: 160px;
  }
}
.p-about__note__photo {
  margin: 140px 0 0;
}

#scrollarea {
  width: 100%;
  position: relative;
}

#scrollarea .scrollwrap {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(156, 182, 100, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.close_button {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  padding: 12px 46px 12px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .open_button {
    font-size: 14px;
  }
}
.open_button::before {
  content: " ";
  background-color: oklch(0.965 0.038 121.62);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  transition: all 0.3s ease-in-out;
}
.open_button::after {
  content: " ";
  -webkit-mask-image: url(../font/icon/icon_plus.svg);
          mask-image: url(../font/icon/icon_plus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: oklch(0.7495 0.1856 127.33);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  transition: all 0.3s ease-in-out;
}
.open_button:hover::before {
  background-color: oklch(0.7495 0.1856 127.33);
}
.open_button:hover::after {
  background-color: oklch(1 0 0);
  transform: rotate(90deg);
}

.mask-mvv {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/about/mvv_mask.svg);
          mask-image: url(../img/about/mvv_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  --mask-size: 30vw;
  --mask-position-y: 8vw;
  --mask-position-x: 22%;
  -webkit-mask-size: var(--mask-size);
          mask-size: var(--mask-size);
  -webkit-mask-position: bottom var(--mask-position-y) right var(--mask-position-x);
          mask-position: bottom var(--mask-position-y) right var(--mask-position-x);
}

.mvv {
  width: 100vw;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: oklch(0.965 0.038 121.62);
}

#treeA {
  opacity: 0;
}

#treeAvalue {
  opacity: 0;
}

#treeAvision01 {
  opacity: 0;
}

#treeAvision02 {
  opacity: 0;
}

#treeB,
#treeBmultiply {
  transform: translateX(60%);
}

#treeC,
#treeCmultiply {
  transform: translateX(-60%);
}

#treeD {
  opacity: 0;
}

#treeE {
  opacity: 0;
}

#fieldA {
  transform: translateX(430px) translateY(600px) scale(0.7);
}

#fieldAmission {
  opacity: 0;
}

#fieldB {
  transform: translateY(1000px);
}

.intro_items {
  width: 30vw;
  height: 30vw;
  position: absolute;
  bottom: 16%;
  right: 15%;
}

.intro_item {
  color: oklch(0.645 0.1383 162.46);
  font-size: 1.6vw;
  font-weight: 900;
  line-height: 2;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  box-shadow: 0 0 20px 0 rgba(223, 227, 225, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8vw;
  aspect-ratio: 1/1;
  position: absolute;
}

#itemMission {
  top: -30%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}

#itemVision {
  bottom: -2%;
  left: -20%;
  opacity: 0;
}

#itemValue {
  bottom: -2%;
  right: -20%;
  opacity: 0;
}

#purpose {
  width: 40%;
  max-width: 600px;
  height: auto;
  position: absolute;
  top: 140px;
  left: 100px;
  opacity: 0;
}

.sp-mask-mvv {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/about/mvv_mask.svg);
          mask-image: url(../img/about/mvv_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: oklch(0.965 0.038 121.62);
  --mask-size-sp: 0px;
  --mask-position-y-sp: -10px;
  -webkit-mask-size: var(--mask-size-sp);
          mask-size: var(--mask-size-sp);
  -webkit-mask-position: top var(--mask-position-y-sp) right 70%;
          mask-position: top var(--mask-position-y-sp) right 70%;
}

.sp-mvv {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

#sp-purpose {
  width: 60%;
  height: auto;
  position: absolute;
  top: calc(30% - 160px);
  left: 10vw;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #sp-purpose {
    width: 80%;
    top: calc(50% - 260px);
  }
}

.p-group {
  position: relative;
  width: 100%;
}
.p-group__inner {
  width: 100%;
  overflow: hidden;
}
.p-group__about__title {
  padding: 140px 300px 240px 6%;
}
@media screen and (max-width: 1200px) {
  .p-group__about__title {
    padding: 140px 6% 140px 6%;
  }
}
@media screen and (max-width: 1000px) {
  .p-group__about__title {
    padding: 140px 6% 40px 6%;
  }
}
.p-group__about__contents {
  position: relative;
}
.p-group__about__photo {
  width: 46%;
  max-width: 1000px;
  -webkit-mask-image: url(../img/group/mask_group.svg);
          mask-image: url(../img/group/mask_group.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  top: -40px;
  left: 48%;
}
@media screen and (max-width: 1200px) {
  .p-group__about__photo {
    width: 60%;
    top: -100px;
    left: 34%;
  }
}
@media screen and (max-width: 1000px) {
  .p-group__about__photo {
    width: 66%;
    top: -100px;
    left: 34%;
  }
}
@media screen and (max-width: 768px) {
  .p-group__about__photo {
    width: 84%;
    top: -20px;
    left: 20%;
  }
}
.p-group__about__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.6s ease;
}
.p-group__about__photo img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.p-group__about__inner {
  padding: 0 46% 0 0;
}
@media screen and (max-width: 1200px) {
  .p-group__about__inner {
    padding: 0 6%;
  }
}
.p-group__about__card {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .p-group__about__card {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30vh 0 100px;
  }
}
.p-group__about__card--end {
  height: 100vh;
}
.p-group__about__block {
  background-color: oklch(1 0 0);
  border: 1px solid oklch(0.9647 0.0027 286.35);
  border-radius: 40px;
  width: 100%;
  max-width: 820px;
  margin-left: 6%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-group__about__block {
    max-width: 720px;
    margin: 0 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-group__about__block {
    border-radius: 20px;
  }
}
.p-group__about__logo {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 10% 0;
}
@media screen and (max-width: 768px) {
  .p-group__about__logo {
    height: 100px;
  }
}
.p-group__about__logo img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-group__about__logo img {
    max-width: 200px;
  }
}
.p-group__about__logo.regulus img {
  width: auto;
  max-width: none;
  max-height: 140px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .p-group__about__logo.regulus img {
    max-width: 70px;
  }
}
.p-group__about__text {
  padding: 40px 10%;
}
@media screen and (max-width: 768px) {
  .p-group__about__text {
    padding: 40px 10% 24px;
  }
}
.p-group__about__name {
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-group__about__name {
    font-size: 18px;
  }
}
.p-group__about__sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  margin: 32px 0 0;
}
@media screen and (max-width: 768px) {
  .p-group__about__sub {
    font-size: 16px;
    margin: 16px 0 0;
  }
}
.p-group__about__sub .highlights {
  color: oklch(0.7495 0.1856 127.33);
}
.p-group__about__description {
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .p-group__about__description {
    margin: 4px 0 0;
  }
}
.p-group__about__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-group__about__btn {
    width: 100%;
  }
}
.p-group__about__tag {
  background-color: oklch(0.9647 0.0027 286.35);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 6%;
}
.p-group__about__tag .item {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 16px;
  line-height: 160%;
  white-space: nowrap;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 12px;
}
@media screen and (max-width: 768px) {
  .p-group__about__tag .item {
    font-size: 12px;
  }
}
.p-group__note {
  margin: -200px 0 0;
}

.p-company {
  position: relative;
  width: 100%;
}
.p-company__inner {
  width: 100%;
}
.p-company__about {
  padding: 0 300px 0 6%;
  margin: 140px auto;
}
@media screen and (max-width: 1200px) {
  .p-company__about {
    padding: 0 6% 0 6%;
    margin: 80px auto 100px;
  }
}
.p-company__about__textlink {
  font-weight: 400;
  display: block;
}
.p-company__about__textlink + .p-company__about__textlink {
  margin: 8px auto auto 0;
}
@media screen and (max-width: 768px) {
  .p-company__about__textlink + .p-company__about__textlink {
    margin: 2px auto auto 0;
  }
}
.p-company__office {
  padding: 200px 0 0;
  margin: 140px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company__office {
    padding: 100px 0 0;
    margin: 80px auto;
  }
}
.p-company__office::before {
  content: " ";
  background-image: url(../img/company/office_bg01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-company__office::before {
    height: 100px;
  }
}
.p-company__office__title {
  padding: 0 300px 0 6%;
}
@media screen and (max-width: 1200px) {
  .p-company__office__title {
    padding: 0 6% 0 6%;
  }
}
.p-company__office__block {
  background-color: oklch(0.9767 0.0026 286.35);
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  .p-company__office__block {
    padding: 100px 0;
  }
}
.p-company__office__block:nth-child(1) {
  padding: 0 0 200px;
}
@media screen and (max-width: 768px) {
  .p-company__office__block:nth-child(1) {
    padding: 0 0 100px;
  }
}
.p-company__office__block.even {
  background-color: oklch(1 0 0);
}
.p-company__office__item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  vertical-align: bottom;
}
.p-company__office__inner {
  padding: 60px 300px 0 6%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .p-company__office__inner {
    padding: 40px 6% 0 6%;
  }
}
@media screen and (max-width: 768px) {
  .p-company__office__inner {
    gap: 8px;
  }
}
.p-company__history {
  padding: 0 300px 0 6%;
  margin: 140px auto;
}
@media screen and (max-width: 1200px) {
  .p-company__history {
    padding: 0 6% 0 6%;
    margin: 80px auto 100px;
  }
}
.p-company__history__contents {
  position: relative;
  height: 100%;
  margin: -40px 0 0;
}
.p-company__history__contents::before {
  content: " ";
  background-color: oklch(0.7495 0.1856 127.33);
  border-radius: 99px;
  width: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-company__history__contents::before {
    width: 8px;
    left: 0;
    right: auto;
  }
}
.p-company__history__block {
  width: 100%;
  display: flex;
  margin: 32px 0;
}
.p-company__history__block.year {
  width: 50%;
  justify-content: flex-end;
  padding-right: 40px;
}
@media screen and (max-width: 1000px) {
  .p-company__history__block.year {
    width: 100%;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 40px;
  }
}
.p-company__history__block.right {
  justify-content: flex-end;
}
.p-company__history__block.right .p-company__history__inner::before {
  top: 40px;
  left: -100px;
}
@media screen and (max-width: 768px) {
  .p-company__history__block.right .p-company__history__inner::before {
    top: 24px;
    left: -68px;
  }
}
.p-company__history__block.right .p-company__history__inner::after {
  top: 24px;
  left: -100px;
}
@media screen and (max-width: 768px) {
  .p-company__history__block.right .p-company__history__inner::after {
    top: 14px;
    left: -68px;
  }
}
.p-company__history__block.left {
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .p-company__history__block.left {
    justify-content: flex-end;
  }
}
.p-company__history__block.left .p-company__history__inner {
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .p-company__history__block.left .p-company__history__inner {
    align-items: flex-start;
  }
}
.p-company__history__block.left .p-company__history__inner::before {
  top: 40px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .p-company__history__block.left .p-company__history__inner::before {
    top: 24px;
    left: -68px;
    right: auto;
  }
}
.p-company__history__block.left .p-company__history__inner::after {
  top: 24px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .p-company__history__block.left .p-company__history__inner::after {
    top: 14px;
    left: -68px;
    right: auto;
  }
}
.p-company__history__block.left .p-company__history__inner .p-company__history__textInner {
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .p-company__history__block.left .p-company__history__inner .p-company__history__textInner {
    flex-direction: row;
  }
}
.p-company__history__block.left .p-company__history__inner .p-company__history__textInner .p-company__history__description .text {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .p-company__history__block.left .p-company__history__inner .p-company__history__textInner .p-company__history__description .text {
    text-align: left;
  }
}
.p-company__history__block.close {
  margin-top: -160px;
}
@media screen and (max-width: 1000px) {
  .p-company__history__block.close {
    margin-top: 0px;
  }
}
.p-company__history__block.close2 {
  margin-top: -320px;
}
@media screen and (max-width: 1000px) {
  .p-company__history__block.close2 {
    margin-top: 0px;
  }
}
.p-company__history__block.far {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .p-company__history__block.far {
    margin-top: 0px;
  }
}
.p-company__history__block.sizeL .p-company__history__inner::before {
  transform: translateY(38px);
}
@media screen and (max-width: 768px) {
  .p-company__history__block.sizeL .p-company__history__inner::before {
    transform: translateY(16px);
  }
}
.p-company__history__block.sizeL .p-company__history__inner::after {
  transform: translateY(38px);
}
@media screen and (max-width: 768px) {
  .p-company__history__block.sizeL .p-company__history__inner::after {
    transform: translateY(16px);
  }
}
.p-company__history__block.sizeL .p-company__history__inner .p-company__history__textInner {
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .p-company__history__block.sizeL .p-company__history__inner .p-company__history__textInner {
    align-items: flex-start;
    gap: 4px;
  }
}
.p-company__history__block.sizeL .p-company__history__inner .p-company__history__textInner .p-company__history__month {
  font-size: 110px;
}
@media screen and (max-width: 768px) {
  .p-company__history__block.sizeL .p-company__history__inner .p-company__history__textInner .p-company__history__month {
    font-size: 68px;
  }
}
.p-company__history__block.sizeL .p-company__history__inner .p-company__history__textInner .p-company__history__description .text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company__history__block.sizeL .p-company__history__inner .p-company__history__textInner .p-company__history__description .text {
    font-size: 18px;
  }
}
.p-company__history__inner {
  width: calc(50% - 84px);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-company__history__inner {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 768px) {
  .p-company__history__inner {
    width: calc(100% - 60px);
  }
}
.p-company__history__inner::before {
  content: " ";
  background-image: linear-gradient(to right, oklch(0.7495 0.1856 127.33), oklch(0.7495 0.1856 127.33) 10px, transparent 10px, transparent 16px);
  background-size: 16px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 96px;
  height: 4px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-company__history__inner::before {
    width: 64px;
  }
}
.p-company__history__inner::after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background-color: oklch(0.7495 0.1856 127.33);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-company__history__inner::after {
    width: 24px;
    height: 24px;
  }
}
.p-company__history__year {
  color: transparent;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: oklch(0.8926 0.1182 123.49);
}
@media screen and (max-width: 768px) {
  .p-company__history__year {
    font-size: 60px;
    -webkit-text-stroke-width: 1px;
  }
}
.p-company__history__textInner {
  display: flex;
  gap: 12px;
  margin: 0 0 24px;
}
.p-company__history__month {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-company__history__month {
    font-size: 48px;
  }
}
.p-company__history__description {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.p-company__history__description .text {
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-company__history__description .text {
    font-size: 14px;
  }
}
.p-company__history__photo {
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-company__history__photo {
    max-width: none;
  }
}
.p-company__history__photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-company__history__photo.logo {
  background-color: oklch(1 0 0);
  padding: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-company__history__photo.logo img {
  max-width: 280px;
}
.p-company__history__photo.logo.regulus img {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 160px;
}
.p-company__history__photo.logo.jwell img {
  width: auto;
  max-width: none;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .p-company__history__photo.logo.jwell img {
    height: 48px;
  }
}
.p-company__history__photo.logo.pascle img {
  width: auto;
  max-width: none;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .p-company__history__photo.logo.pascle img {
    height: 48px;
  }
}
.p-company__history__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-company__history__btn {
    margin: 24px 0 0;
  }
}

.p-brand {
  position: relative;
  width: 100%;
  margin: 0 0 600px;
}
.p-brand__inner {
  width: 100%;
  overflow: hidden;
}
.p-brand__about {
  padding: 0 300px 0 6%;
  margin: 140px auto 200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-brand__about {
    padding: 0 6% 0 6%;
    margin: 80px auto 100px;
  }
}
.p-brand__list {
  padding: 0 300px 0 6%;
  margin: 140px auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-brand__list {
    padding: 0 6% 0 6%;
    margin: 80px auto 100px;
  }
}
.p-brand__list__bg {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-brand__list__bg {
    top: -40px;
  }
}
.p-brand__list__bg img {
  width: 60vw;
}
@media screen and (max-width: 1000px) {
  .p-brand__list__bg img {
    width: 120vw;
  }
}
.p-brand__list__title {
  position: relative;
  z-index: 2;
}
.p-brand__list__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: stretch;
  justify-content: center;
  -moz-column-gap: 6%;
       column-gap: 6%;
  row-gap: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-brand__list__items {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}
.p-brand__list__block {
  background-color: oklch(1 0 0);
  border-radius: 40px;
  overflow: hidden;
  margin: 80px 0 0;
}
.p-brand__list__block:nth-child(odd) {
  margin: 0 0 80px;
}
@media screen and (max-width: 1000px) {
  .p-brand__list__block {
    margin: 0;
  }
  .p-brand__list__block:nth-child(odd) {
    margin: 0;
  }
}
.p-brand__list__photo img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .p-brand__list__photo img {
    height: 200px;
  }
}
.p-brand__list__inner {
  padding: 10%;
}
.p-brand__list__logo {
  width: 100%;
  height: auto;
}
.p-brand__list__logo.ac {
  max-width: 294px;
}
.p-brand__list__logo.pcms {
  max-width: 294px;
}
.p-brand__list__logo.marugoat {
  max-width: 294px;
}
.p-brand__list__logo.pascle {
  max-width: 156px;
}
.p-brand__list__logo.jwell {
  max-width: 230px;
}
.p-brand__list__logo.tokiza {
  max-width: 294px;
}
.p-brand__list__name {
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  margin: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .p-brand__list__name {
    font-size: 22px;
    margin: 24px 0 0;
  }
}
.p-brand__list__category {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 18px;
  line-height: 180%;
  margin: 6px 0 0;
}
@media screen and (max-width: 768px) {
  .p-brand__list__category {
    font-size: 14px;
    margin: 0;
  }
}
.p-brand__list__description {
  font-size: 18px;
  line-height: 180%;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-brand__list__description {
    font-size: 14px;
    margin: 16px 0 0;
  }
}
.p-brand__list__btn {
  margin: 40px 0 auto auto;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-brand__list__btn {
    margin: 16px auto 0;
    width: 100%;
  }
}

.p-brand02 {
  position: relative;
  width: 100%;
}
.p-brand02__inner {
  width: 100%;
}
.p-brand02__hero {
  padding: 0 300px 240px 6%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-brand02__hero {
    padding: 0 6% 140px 6%;
  }
}
.p-brand02__hero__bg {
  -webkit-mask-image: url(../img/brand/mask_hero.svg);
          mask-image: url(../img/brand/mask_hero.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top right;
          mask-position: top right;
  -webkit-mask-size: 50vw auto;
          mask-size: 50vw auto;
  position: absolute;
  top: 0;
  right: 0;
}
.p-brand02__hero__bg img {
  width: 50vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .p-brand02__hero__bg {
    -webkit-mask-size: 60vw auto;
            mask-size: 60vw auto;
  }
  .p-brand02__hero__bg img {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .p-brand02__hero__bg {
    -webkit-mask-size: auto 40svh;
            mask-size: auto 40svh;
    right: -10%;
  }
  .p-brand02__hero__bg img {
    width: auto;
    height: 40svh;
  }
}
.p-brand02__hero__inner {
  max-width: 1000px;
  margin: 160px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-brand02__hero__inner {
    margin: 260px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-brand02__hero__inner {
    margin: calc(40svh + 20px) 0 0;
  }
}
.p-brand02__hero__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-brand02__hero__sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p-brand02__hero__sub {
    font-size: 18px;
    margin: 32px 0 0;
  }
}
.p-brand02__hero__sub .highlights {
  color: oklch(0.7495 0.1856 127.33);
}
.p-brand02__hero__logo {
  width: 100%;
  height: auto;
  margin: 32px 0 64px;
}
@media screen and (max-width: 768px) {
  .p-brand02__hero__logo {
    width: 80%;
    margin: 24px 0 32px;
  }
}
.p-brand02__hero__logo.ac {
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .p-brand02__hero__logo.ac {
    max-width: 400px;
  }
}
.p-brand02__hero__logo.pcms {
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .p-brand02__hero__logo.pcms {
    max-width: 400px;
  }
}
.p-brand02__hero__logo.marugoat {
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .p-brand02__hero__logo.marugoat {
    max-width: 400px;
  }
}
.p-brand02__hero__logo.pascle {
  max-width: 260px;
}
.p-brand02__hero__logo.jwell {
  max-width: 300px;
}
.p-brand02__hero__logo.tokiza {
  max-width: 600px;
}
.p-brand02__hero__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px 0 0;
}
@media screen and (max-width: 768px) {
  .p-brand02__hero__btn {
    margin: 24px 0 0;
  }
}
.p-brand02__about {
  padding: 100px 300px 300px 6%;
  margin: 40px 40px 0;
  background-color: oklch(1 0 0);
  border-radius: 60px;
}
@media screen and (max-width: 1200px) {
  .p-brand02__about {
    padding: 48px 6% 180px 6%;
    margin: 40px 3% 0;
    border-radius: 20px;
  }
}
.p-brand02__about__block {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6%;
  margin: 48px auto auto;
}
@media screen and (max-width: 1200px) {
  .p-brand02__about__block {
    flex-direction: column-reverse;
    margin: auto;
  }
}
.p-brand02__about__block:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .p-brand02__about__block:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.p-brand02__about__block + .p-brand02__about__block {
  margin: 140px auto auto;
}
@media screen and (max-width: 1200px) {
  .p-brand02__about__block + .p-brand02__about__block {
    margin: 80px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .p-brand02__about__block + .p-brand02__about__block {
    margin: 60px auto auto;
  }
}
.p-brand02__about__inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .p-brand02__about__inner {
    width: 100%;
    gap: 4px;
    margin: 8px 0 0;
  }
}
.p-brand02__about__photo {
  width: 50%;
  background-color: oklch(0.9857 0.0026 286.35);
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-brand02__about__photo {
    width: 100%;
    border-radius: 20px;
  }
}
.p-brand02__about__photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-brand02__about__photo.frame {
  border: 1px solid oklch(0.8647 0.0041 286.31);
}
.p-brand02__feature {
  width: 100%;
  background-color: oklch(0.7495 0.1856 127.33);
  padding: 140px 300px 140px 120px;
  margin: -100px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-brand02__feature {
    padding: 140px 6% 140px 6%;
    margin: -100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-brand02__feature {
    padding: 30vw 6% 80px 6%;
  }
}
.p-brand02__feature__title {
  color: oklch(0.8305 0.1509 124.58);
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: -200px;
  translate: 0 -50%;
}
@media screen and (max-width: 1200px) {
  .p-brand02__feature__title {
    transform: rotate(0deg);
    top: 0;
    left: 0;
    translate: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-brand02__feature__title {
    font-size: 20vw;
    top: 3vw;
  }
}
.p-brand02__feature__items {
  display: flex;
  gap: 4%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-brand02__feature__items {
    flex-direction: column;
    gap: 48px;
  }
}
.p-brand02__feature__block {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .p-brand02__feature__block {
    width: 100%;
  }
}
.p-brand02__feature__name {
  color: oklch(1 0 0);
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .p-brand02__feature__name {
    font-size: 20px;
    gap: 8px;
    margin: 0 0 4px;
  }
}
.p-brand02__feature__name .num {
  color: oklch(0.9206 0.0081 286.24);
  font-size: 90px;
  font-weight: 900;
  line-height: 100%;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .p-brand02__feature__name .num {
    font-size: 60px;
    margin: 0 0 10px;
  }
}
.p-brand02__feature__photo {
  width: 100%;
  border-radius: 40px;
  margin: 0 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-brand02__feature__photo {
    border-radius: 8px;
  }
}
.p-brand02__feature__photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-brand02__feature__description {
  color: oklch(1 0 0);
}
.p-brand02__feature__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 auto auto;
}
@media screen and (max-width: 768px) {
  .p-brand02__feature__btn {
    width: 100%;
  }
}
.p-brand02__team__title {
  padding: 360px 300px 400px 6%;
  margin: 100px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-brand02__team__title {
    padding: 80vw 6% 100px 6%;
    margin: 40px 0 0;
  }
}
.p-brand02__team__photo {
  -webkit-mask-image: url(../img/brand/mask_division.svg);
          mask-image: url(../img/brand/mask_division.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top right;
          mask-position: top right;
  -webkit-mask-size: 50vw auto;
          mask-size: 50vw auto;
  position: absolute;
  top: 0;
  right: 0;
}
.p-brand02__team__photo img {
  width: 50vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .p-brand02__team__photo {
    -webkit-mask-image: url(../img/brand/mask_division_sp.svg);
            mask-image: url(../img/brand/mask_division_sp.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 86vw auto;
            mask-size: 86vw auto;
  }
  .p-brand02__team__photo img {
    width: 86vw;
  }
}
.p-brand02__team__inner {
  width: 44vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-brand02__team__inner {
    width: 100%;
  }
}
.p-brand02__team__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0;
}
.p-brand02__team__pickup {
  margin: -200px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-brand02__team__pickup {
    margin: auto auto 100px;
  }
}
.p-brand02__info {
  padding: 100px 300px 140px 6%;
  margin: 140px 40px;
  background-color: oklch(1 0 0);
  border-radius: 60px;
}
@media screen and (max-width: 1200px) {
  .p-brand02__info {
    padding: 48px 6% 80px 6%;
    margin: 80px 3%;
    border-radius: 20px;
  }
}
.p-brand02__info#marugoat-section02 {
  margin: 0 40px 140px;
}
.p-brand02__info__sub {
  margin: 64px auto auto;
}
.p-brand02__info__textlink {
  display: block;
  margin: 24px auto auto 0;
}
@media screen and (max-width: 768px) {
  .p-brand02__info__textlink {
    margin: 16px auto auto 0;
  }
}
.p-brand02__info__textlink + .p-brand02__info__textlink {
  margin: 16px auto auto 0;
}
@media screen and (max-width: 768px) {
  .p-brand02__info__textlink + .p-brand02__info__textlink {
    margin: 8px auto auto 0;
  }
}
.p-brand02__site__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 56px;
  -moz-column-gap: 6%;
       column-gap: 6%;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-brand02__site__list {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 16px 0 0;
  }
}
.p-brand02__site__block:hover .p-brand02__site__photo img {
  opacity: 0.6;
  transform: scale(1.2);
}
.p-brand02__site__block:hover .p-brand02__site__name {
  color: oklch(0.7495 0.1856 127.33);
}
.p-brand02__site__photo {
  width: 100%;
  background-color: oklch(0.7495 0.1856 127.33);
  border: 1px solid oklch(0.8647 0.0041 286.31);
  overflow: hidden;
}
.p-brand02__site__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}
.p-brand02__site__name {
  color: oklch(0.3211 0 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  margin: 6px auto auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-brand02__site__name {
    font-size: 20px;
  }
}
.p-brand02__site__address {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .p-brand02__site__address {
    font-size: 14px;
  }
}
.p-brand02__site__description {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .p-brand02__site__description {
    font-size: 14px;
  }
}
.p-brand02__news {
  margin: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .p-brand02__news {
    margin: 60px 0 0;
  }
}
.p-brand02__news__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-brand02__news__btn--pc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-brand02__news__btn--pc {
    display: none;
  }
}
.p-brand02__news__btn--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-brand02__news__btn--sp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px 0 0 auto;
  }
}
.p-brand02__news__contents {
  background-color: oklch(0.9767 0.0026 286.35);
  border-radius: 20px;
  padding: 3%;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-brand02__news__contents {
    padding: 20px;
    margin: 16px 0 0;
  }
}
.p-brand02__news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-brand02__news__list {
    gap: 12px;
  }
}
.p-brand02__goats {
  padding: 100px 300px 0 6%;
}
@media screen and (max-width: 1200px) {
  .p-brand02__goats {
    padding: 60px 6% 0 6%;
  }
}
.p-brand02__goats__photo {
  width: 100%;
  max-width: 820px;
  margin: auto 0 auto auto;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .p-brand02__goats__photo {
    padding-left: 20px;
  }
}
.p-brand02__goats__photo img {
  width: 100%;
  height: auto;
}
.p-brand02__instagram__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
  margin: 40px auto auto;
}
@media screen and (max-width: 768px) {
  .p-brand02__instagram__list {
    grid-template-columns: 1fr 1fr;
  }
}
.p-brand02__instagram__item {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-brand02__instagram__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.p-brand02__guild {
  width: 100%;
  background-image: url(../img/brand/tokiza/tokiza_guild_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 300px 100px 6%;
  margin: -100px 0 140px;
}
@media screen and (max-width: 1200px) {
  .p-brand02__guild {
    padding: 100px 6% 100px 6%;
    margin: -40px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-brand02__guild {
    padding: 60px 6% 60px 6%;
  }
}
@media screen and (max-width: 768px) {
  .p-brand02__guild {
    padding: 40px 6% 40px 6%;
  }
}
.p-brand02__guild__title img {
  width: 60%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-brand02__guild__title img {
    width: 80%;
  }
}
.p-brand02__guild__video {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-brand02__guild__video {
    margin: 50px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .p-brand02__guild__video {
    margin: 30px auto auto;
  }
}
.p-brand02__guild__video iframe {
  width: 100%;
  max-width: 1200px;
  height: auto;
  aspect-ratio: 16/9;
}
.p-brand02__guild__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto auto;
}
@media screen and (max-width: 768px) {
  .p-brand02__guild__btn {
    margin: 24px auto auto;
  }
}

.p-recruit {
  position: relative;
  width: 100%;
}
.p-recruit__inner {
  width: 100%;
}
.p-recruit__about {
  padding: 0 300px 0 6%;
  margin: 140px auto;
}
@media screen and (max-width: 1200px) {
  .p-recruit__about {
    padding: 0 6% 0 6%;
    margin: 80px auto 100px;
  }
}
.p-recruit__brand {
  padding: 100px 300px 140px 6%;
  margin: 140px 40px;
  background-color: oklch(0.9647 0.0027 286.35);
  border-radius: 60px;
}
@media screen and (max-width: 1200px) {
  .p-recruit__brand {
    padding: 48px 6% 80px 6%;
    margin: 80px 3%;
    border-radius: 20px;
  }
}
.p-recruit__brand__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 100px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-recruit__brand__inner {
    gap: 16px;
    margin: 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__brand__inner {
    gap: 16px;
    margin: 48px 0 0;
  }
}
.p-recruit__brand__inner:first-of-type {
  margin: 0;
}
.p-recruit__brand__btn {
  margin: 72px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-recruit__brand__btn {
    margin: 40px 0 0;
    width: 100%;
  }
}
.p-recruit__visual {
  margin: 140px auto;
}
@media screen and (max-width: 1200px) {
  .p-recruit__visual {
    margin: 80px auto;
  }
}
.p-recruit__visual__title {
  padding: 140px 300px 0 6%;
  width: 100%;
  background-image: url(../img/recruit/visual_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .p-recruit__visual__title {
    padding: 80px 6% 0 6%;
  }
}
.p-recruit__visual__lastjob {
  padding: 0 300px 140px 6%;
  background-color: oklch(1 0 0);
}
@media screen and (max-width: 1200px) {
  .p-recruit__visual__lastjob {
    padding: 0 6% 80px 6%;
  }
}
.p-recruit__visual__contents {
  padding: 0 300px 0 6%;
}
@media screen and (max-width: 1200px) {
  .p-recruit__visual__contents {
    padding: 0 6% 0 6%;
  }
}
.p-recruit__visual__contents.blockL {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 40px;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p-recruit__visual__contents.blockL {
    grid-template-columns: 1fr;
  }
}
.p-recruit__visual__contents.blockS {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 40px;
  margin: 48px 0 0;
}
@media screen and (max-width: 1400px) {
  .p-recruit__visual__contents.blockS {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__visual__contents.blockS {
    grid-template-columns: 1fr;
  }
}
.p-recruit__visual__block {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.p-recruit__visual__omote {
  background-color: oklch(1 0 0);
  padding: 60px 40px 120px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit__visual__omote {
    padding: 40px 24px 80px;
  }
}
.p-recruit__visual__omote .titleL {
  font-size: 28px;
  line-height: 160%;
  padding-left: 28px;
  margin: 0 auto 32px 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit__visual__omote .titleL {
    font-size: 22px;
  }
}
.p-recruit__visual__omote .titleL::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: oklch(0.7495 0.1856 127.33);
  border-radius: 99px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.p-recruit__visual__omote .titleS {
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  margin: 32px auto;
}
@media screen and (max-width: 768px) {
  .p-recruit__visual__omote .titleS {
    font-size: 16px;
    margin: 24px auto 16px;
  }
}
.p-recruit__visual__omote .graphic {
  width: 100%;
  height: auto;
}
.p-recruit__visual__omote .icon {
  width: 40%;
  height: auto;
  display: block;
  margin: auto;
}
.p-recruit__visual__ura {
  width: 100%;
  height: 100%;
  background-color: oklch(0.8305 0.1509 124.58);
  padding: 40px 40px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  -webkit-clip-path: circle(24px at 50% calc(100% - 56px));
          clip-path: circle(24px at 50% calc(100% - 56px));
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-recruit__visual__ura {
    -webkit-clip-path: circle(18px at 50% calc(100% - 40px));
            clip-path: circle(18px at 50% calc(100% - 40px));
    padding: 16px 24px 64px;
  }
}
.p-recruit__visual__ura.is-open {
  -webkit-clip-path: circle(1000px at 50% calc(100% - 56px));
          clip-path: circle(1000px at 50% calc(100% - 56px));
}
.p-recruit__visual__ura.is-open .p-recruit__visual__inner {
  display: block;
}
.p-recruit__visual__inner {
  display: none;
  transition: all 0.5s ease-in-out;
}
.p-recruit__visual__photo {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.p-recruit__visual__photo img {
  width: 100%;
  height: auto;
}
.p-recruit__visual__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-recruit__visual__more {
    bottom: 24px;
  }
}
.p-recruit__visual__more img {
  width: 40px;
  height: auto;
  display: block;
  padding: 6px;
  margin: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-recruit__visual__more img {
    width: 32px;
  }
}
.p-recruit__visual__more img:hover {
  transform: rotate(90deg);
}
.p-recruit__visual__more img.active {
  transform: rotate(225deg);
}
.p-recruit__visual__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 0;
}

.lastjob {
  width: 100%;
  max-width: 1260px;
  margin: 40px auto auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lastjob .lastjob-pc {
    display: none;
  }
}
.lastjob .lastjob-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lastjob .lastjob-sp {
    display: block;
  }
}

#lastjob-tooltip {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  background-color: oklch(1 0 0);
  border: 3px solid oklch(0.7495 0.1856 127.33);
  border-radius: 10px;
  padding: 24px;
  width: 340px;
  height: auto;
  position: fixed;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #lastjob-tooltip {
    font-size: 14px;
    border: 2px solid oklch(0.7495 0.1856 127.33);
    padding: 12px;
    width: 200px;
  }
}
#lastjob-tooltip::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid oklch(0.7495 0.1856 127.33);
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#lastjob-tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 14px solid oklch(1 0 0);
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #lastjob-tooltip::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 16px solid oklch(1 0 0);
  }
}

.mouseover-none {
  pointer-events: none;
}

.p-performance {
  position: relative;
  width: 100%;
}
.p-performance__inner {
  width: 100%;
}
.p-performance__type {
  padding: 0 300px 0 6%;
  margin: 140px auto;
}
@media screen and (max-width: 1200px) {
  .p-performance__type {
    padding: 0 6% 0 6%;
    margin: 80px auto 100px;
  }
}
.p-performance__type__items {
  width: 100%;
  margin: 100px 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.p-performance__type__block {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 4%;
}
.p-performance__type__block.parttime {
  margin: 40px 0 0;
}
.p-performance__type__name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 26%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-performance__type__name {
    font-size: 16px;
    padding: 8px;
  }
}
.p-performance__type__name.executive {
  border-radius: 20px 20px 0 0;
  background-color: oklch(0.7495 0.1856 127.33);
}
.p-performance__type__name.employee {
  border-radius: 0;
  background-color: oklch(0.8305 0.1509 124.58);
}
.p-performance__type__name.contract {
  border-radius: 0 0 20px 20px;
  background-color: oklch(0.8926 0.1182 123.49);
}
.p-performance__type__name.parttime {
  border-radius: 20px;
  background-color: oklch(0.8206 0.1603 88.27);
}
.p-performance__type__name .sub {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-performance__type__name .sub {
    font-size: 14px;
  }
}
.p-performance__type__inner {
  width: 74%;
  padding: 32px 0;
}
.p-performance__type__description {
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-performance__type__description {
    font-size: 14px;
  }
}
.p-performance__type__category {
  width: 100%;
  background-color: oklch(1 0 0);
  border-radius: 20px;
  padding: 4%;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .p-performance__type__category {
    border-radius: 8px;
    padding: 4% 6%;
  }
}
.p-performance__type__category .name {
  font-weight: 700;
}
.p-performance__type__partner {
  margin: 60px 0 0;
}
.p-performance__evaluation {
  margin: 140px 40px;
  padding: 100px 300px 140px 6%;
  background-color: oklch(0.9647 0.0027 286.35);
  border-radius: 60px;
}
@media screen and (max-width: 1200px) {
  .p-performance__evaluation {
    margin: 80px 3%;
    padding: 48px 6% 80px 6%;
    border-radius: 20px;
  }
}
.p-performance__evaluation__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p-performance__evaluation__inner {
    gap: 24px;
    margin: 60px 0 0;
  }
}
.p-performance__evaluation__schedule {
  border-radius: 20px;
  overflow: hidden;
}
.p-performance__evaluation__schedule img {
  width: 100%;
  height: auto;
}
.p-performance__evaluation__flow {
  width: 100%;
}
.p-performance__evaluation__flowBlock {
  background-color: oklch(1 0 0);
  border-radius: 20px;
  padding: 4% 6% 6%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-performance__evaluation__flowBlock {
    padding: 6%;
  }
}
.p-performance__evaluation__flowTitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-performance__evaluation__flowTitle {
    font-size: 20px;
    gap: 12px;
    margin: 0 0 8px;
  }
}
.p-performance__evaluation__flowTitle .num {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .p-performance__evaluation__flowTitle .num {
    font-size: 60px;
    margin: 0 0 8px;
  }
}
.p-performance__evaluation__flowItem {
  display: flex;
  align-items: stretch;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .p-performance__evaluation__flowItem {
    flex-direction: column;
  }
}
.p-performance__evaluation__flowItem .heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  background-color: oklch(0.9767 0.0026 286.35);
  border-radius: 6px;
  padding: 16px 20px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-performance__evaluation__flowItem .heading {
    font-size: 14px;
    width: 100%;
  }
}
.p-performance__evaluation__flowItem .description {
  font-size: 18px;
  line-height: 180%;
  width: calc(98% - 220px);
  padding: 8px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-performance__evaluation__flowItem .description {
    font-size: 14px;
    width: 100%;
  }
}
.p-performance__evaluation__flowItem + .p-performance__evaluation__flowItem {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-performance__evaluation__flowItem + .p-performance__evaluation__flowItem {
    margin-top: 16px;
  }
}
.p-performance__evaluation__flowArrow {
  width: 100%;
}
.p-performance__evaluation__flowArrow img {
  width: 56px;
  height: 28px;
  margin: 40px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-performance__evaluation__flowArrow img {
    width: 32px;
    height: 16px;
    margin: 24px auto;
  }
}
.p-performance__positions {
  margin: 140px auto;
}
@media screen and (max-width: 1200px) {
  .p-performance__positions {
    margin: 80px auto 100px;
  }
}
.p-performance__positions__title {
  padding: 0 300px 0 6%;
}
@media screen and (max-width: 1200px) {
  .p-performance__positions__title {
    padding: 0 6% 0 6%;
  }
}

.p-positions {
  position: relative;
  width: 100%;
}
.p-positions__inner {
  width: 100%;
}
.p-positions__search__inner {
  background-color: oklch(0.9647 0.0027 286.35);
  border-radius: 0 20px 20px 0;
  padding: 80px 60px 80px 200px;
  margin-right: 6%;
}
@media screen and (max-width: 1200px) {
  .p-positions__search__inner {
    padding: 32px 6%;
    margin-right: 3%;
  }
}
.p-positions__search__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-positions__search__conditions {
  display: flex;
  gap: 100px;
  margin: 40px auto auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-positions__search__conditions {
    flex-direction: column;
    gap: 40px;
    margin: 24px auto auto;
  }
}
.p-positions__search__conditions::after {
  content: " ";
  background-image: url(../img/positions/positions_cross.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(40% - 70px);
  margin: auto 0;
}
@media screen and (max-width: 1000px) {
  .p-positions__search__conditions::after {
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 430px) {
  .p-positions__search__conditions::after {
    top: 310px;
    bottom: auto;
  }
}
.p-positions__search__block {
  background-color: oklch(1 0 0);
  border-radius: 20px;
  padding: 48px 5% 64px;
}
@media screen and (max-width: 1000px) {
  .p-positions__search__block {
    padding: 32px 5% 48px;
  }
}
.p-positions__search__block.occupation {
  width: calc(40% - 50px);
}
@media screen and (max-width: 1000px) {
  .p-positions__search__block.occupation {
    width: 100%;
  }
}
.p-positions__search__block.brand {
  width: calc(60% - 50px);
}
@media screen and (max-width: 1000px) {
  .p-positions__search__block.brand {
    width: 100%;
  }
}
.p-positions__search__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-positions__search__heading {
    font-size: 18px;
  }
}
.p-positions__search__itemInner {
  margin: 32px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-positions__search__itemInner {
    margin: 16px auto auto;
  }
}
.p-positions__search__itemInner.occupation {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-positions__search__itemInner.brand {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 430px) {
  .p-positions__search__itemInner.brand {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.p-positions__search__item {
  width: 100%;
}
.p-positions__search__item label {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: oklch(0.9647 0.0027 286.35);
  border: 1px solid oklch(0.9647 0.0027 286.35);
  border-radius: 99px;
  display: block;
  width: 100%;
  padding: 16px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-positions__search__item label {
    font-size: 14px;
  }
}
.p-positions__search__item .p-positions__search__input[type=checkbox]:checked + label {
  background-color: oklch(0.965 0.038 121.62);
  border: 1px solid oklch(0.7495 0.1856 127.33);
}
.p-positions__search__input {
  display: none;
}
.p-positions__search__allselect {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  background-color: oklch(1 0 0);
  border: 1px solid oklch(0.5805 0.0197 285.77);
  border-radius: 99px;
  padding: 10px 16px;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .p-positions__search__allselect {
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-positions__search__allselect {
    font-size: 14px;
    padding: 6px 10px;
    max-width: 120px;
  }
}
.p-positions__search__allselect:hover {
  color: oklch(1 0 0);
  background-color: oklch(0.5805 0.0197 285.77);
}
.p-positions__search__result {
  color: oklch(1 0 0);
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  background-color: oklch(0.7495 0.1856 127.33);
  border-radius: 20px;
  padding: 32px;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-positions__search__result {
    font-size: 16px;
    padding: 16px;
    margin: 32px 0 0;
  }
}
.p-positions__search__result .numerator {
  margin-left: 8px;
}
.p-positions__contents {
  margin: 100px 10% 140px;
}
@media screen and (max-width: 768px) {
  .p-positions__contents {
    margin: 60px 10% 80px;
  }
}
.p-positions__contents__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 64px;
}
@media screen and (max-width: 1000px) {
  .p-positions__contents__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-positions__contents__block {
  display: flex;
  flex-direction: column;
  background-color: oklch(1 0 0);
  border-radius: 20px;
  padding: 8% 0 10% 10%;
}
.p-positions__contents__name {
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .p-positions__contents__name {
    font-size: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.p-positions__contents__name .tag {
  color: oklch(1 0 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  white-space: nowrap;
  border-radius: 99px;
  padding: 4px 12px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .p-positions__contents__name .tag {
    font-size: 12px;
    margin-left: 0;
    margin-bottom: 4px;
  }
}
.p-positions__contents__name .tag::before {
  content: "#";
}
.p-positions__contents__name .tag.tech {
  background-color: oklch(0.645 0.1383 162.46);
}
.p-positions__contents__name .tag.sales {
  background-color: oklch(0.7261 0.160574 66.9104);
}
.p-positions__contents__name .tag.office {
  background-color: oklch(0.8367 0.1791 108.31);
}
.p-positions__contents__tag {
  background-color: oklch(0.9647 0.0027 286.35);
  border-radius: 16px 0 0 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  margin: 24px 0 0;
}
.p-positions__contents__tag .item {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  background-color: oklch(1 0 0);
  border-radius: 99px;
  padding: 4px 12px;
}
@media screen and (max-width: 768px) {
  .p-positions__contents__tag .item {
    font-size: 12px;
  }
}
.p-positions__contents__tag .item::before {
  content: "#";
}
.p-positions__contents__description {
  font-size: 18px;
  line-height: 180%;
  padding-right: 10%;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .p-positions__contents__description {
    font-size: 14px;
  }
}
.p-positions__contents__type {
  font-size: 18px;
  line-height: 180%;
  padding-right: 10%;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .p-positions__contents__type {
    font-size: 14px;
  }
}
.p-positions__contents__type .heading {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  border: 1px solid oklch(0.5805 0.0197 285.77);
  border-radius: 4px;
  padding: 2px 6px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-positions__contents__type .heading {
    font-size: 12px;
  }
}
.p-positions__contents__btn {
  padding-right: 10%;
  margin: 40px 0 0 auto;
  flex-grow: 1;
  width: 320px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-positions__contents__btn {
    width: 100%;
  }
}
.p-positions__contents__nodata {
  background-color: oklch(1 0 0);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6%;
}
@media screen and (max-width: 768px) {
  .p-positions__contents__nodata {
    border-radius: 8px;
  }
}
.p-positions__supplement {
  margin: 140px 6%;
}
@media screen and (max-width: 1200px) {
  .p-positions__supplement {
    margin: 80px 6%;
  }
}
.p-positions__supplement__inner {
  padding: 6%;
  background-color: oklch(0.9647 0.0027 286.35);
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .p-positions__supplement__inner {
    border-radius: 20px;
    padding: 32px;
  }
}
.p-positions__supplement__block + .p-positions__supplement__block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-positions__supplement__block + .p-positions__supplement__block {
    margin-top: 32px;
  }
}
.p-positions__supplement__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  margin-left: 28px;
}
@media screen and (max-width: 768px) {
  .p-positions__supplement__title {
    font-size: 22px;
    margin-left: 22px;
  }
}
.p-positions__supplement__title::before {
  content: " ";
  background-image: url(../img/common/title_m_dot.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 18px;
  left: -28px;
}
@media screen and (max-width: 768px) {
  .p-positions__supplement__title::before {
    width: 12px;
    height: 12px;
    top: 14px;
    left: -22px;
  }
}
.p-positions__supplement__description {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .p-positions__supplement__description {
    margin: 8px 0 0;
  }
}
.p-positions__supplement__btn {
  width: 240px;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .p-positions__supplement__btn {
    width: 100%;
  }
}

.js-target {
  display: none;
}

.js-target.js_selected {
  display: flex;
}

.js-nodata {
  display: none;
}

.js-nodata.active {
  display: block;
}

.p-positions02 {
  position: relative;
  width: 100%;
  overflow: clip;
}
.p-positions02__inner {
  width: 100%;
}
.p-positions02__image__contents {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-positions02__image__photo {
  -webkit-mask-image: url(../img/positions02/mask_hero.svg);
          mask-image: url(../img/positions02/mask_hero.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top right;
          mask-position: top right;
  -webkit-mask-size: 46vw auto;
          mask-size: 46vw auto;
  position: absolute;
  top: 0;
  right: 0;
}
.p-positions02__image__photo img {
  width: 46vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .p-positions02__image__photo {
    -webkit-mask-size: auto 60svh;
            mask-size: auto 60svh;
    top: -10svh;
  }
  .p-positions02__image__photo img {
    width: auto;
    height: 60svh;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__image__photo {
    -webkit-mask-size: auto 50svh;
            mask-size: auto 50svh;
    top: -10svh;
  }
  .p-positions02__image__photo img {
    width: auto;
    height: 50svh;
  }
}
.p-positions02__hero {
  padding: 0 300px 240px 6%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-positions02__hero {
    padding: 0 6% 140px 6%;
  }
}
@media screen and (max-width: 1000px) {
  .p-positions02__hero {
    padding: 0 6% 0 6%;
  }
}
.p-positions02__hero__inner {
  margin: 200px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-positions02__hero__inner {
    margin: 46svh 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__hero__inner {
    margin: 42svh 0 0;
  }
}
.p-positions02__hero__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-positions02__hero__sub01 {
  color: oklch(0.7495 0.1856 127.33);
  font-size: clamp(1.4rem, 5vw, 4.4rem);
  font-weight: 900;
  line-height: 0.9;
  margin: 80px 0 0;
}
@media screen and (max-width: 1000px) {
  .p-positions02__hero__sub01 {
    font-size: clamp(1.4rem, 7vw, 4.4rem);
    line-height: 1;
    margin: 56px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__hero__sub01 {
    margin: 32px 0 0;
  }
}
.p-positions02__hero__sub02 {
  color: oklch(0.7495 0.1856 127.33);
  font-size: clamp(3rem, 8.4vw, 8rem);
  font-weight: 900;
  line-height: 0.9;
  margin: 0;
  word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .p-positions02__hero__sub02 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__hero__sub02 {
    font-size: 16vw;
  }
}
.p-positions02__hero__title {
  color: oklch(0.3211 0 0);
  font-size: 32px;
  font-weight: 700;
  margin: 16px 0 0;
}
@media screen and (max-width: 1000px) {
  .p-positions02__hero__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__hero__title {
    font-size: 18px;
  }
}
.p-positions02__about {
  padding: 0 300px 0 6%;
  margin: 100px auto 140px;
}
@media screen and (max-width: 1200px) {
  .p-positions02__about {
    padding: 0 6% 0 6%;
    margin: 80px auto 100px;
  }
}
.p-positions02__about__title {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .p-positions02__about__title {
    width: 100%;
  }
}
.p-positions02__about__lead {
  color: oklch(0.7495 0.1856 127.33);
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin: auto auto 24px;
}
@media screen and (max-width: 768px) {
  .p-positions02__about__lead {
    font-size: 18px;
    margin: auto auto 16px;
  }
}
.p-positions02__about__description {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .p-positions02__about__description {
    width: 100%;
  }
}
.p-positions02__about__type {
  background-color: oklch(1 0 0);
  border-radius: 8px;
  overflow: hidden;
  width: 60%;
  display: flex;
  margin: 64px 0 0;
}
@media screen and (max-width: 1000px) {
  .p-positions02__about__type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__about__type {
    flex-direction: column;
  }
}
.p-positions02__about__type .heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  background-color: oklch(0.9647 0.0027 286.35);
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-positions02__about__type .heading {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.p-positions02__about__type .name {
  font-size: 18px;
  line-height: 180%;
  margin: auto 24px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-positions02__about__type .name {
    font-size: 14px;
    margin: 12px 24px;
  }
}
.p-positions02__about__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 24px auto auto;
}
@media screen and (max-width: 768px) {
  .p-positions02__about__btn {
    margin: 8px 24px 24px;
  }
}
.p-positions02__brand {
  padding: 0 300px 0 6%;
  margin: 240px auto;
}
@media screen and (max-width: 1200px) {
  .p-positions02__brand {
    padding: 0 6% 0 6%;
    margin: 80px auto;
  }
}
.p-positions02__brand__block {
  background-color: oklch(1 0 0);
  border-radius: 20px;
  display: flex;
  gap: 6%;
  padding: 6%;
  margin: 60px 0 0;
}
@media screen and (max-width: 1000px) {
  .p-positions02__brand__block {
    flex-direction: column;
    max-width: 500px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__brand__block {
    padding: 40px 24px 24px;
  }
}
.p-positions02__brand__block + .p-positions02__brand__block {
  margin-top: 40px;
}
.p-positions02__brand__logo {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .p-positions02__brand__logo {
    width: 100%;
  }
}
.p-positions02__brand__logo img {
  width: 100%;
  height: 100%;
  max-height: 60px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-positions02__brand__logo img {
    max-width: 300px;
  }
}
.p-positions02__brand__logo.tokiza img {
  max-width: 280px;
}
.p-positions02__brand__name {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-positions02__brand__name {
    margin: 16px 0 0;
  }
}
.p-positions02__brand__name .name {
  font-size: 22px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 1000px) {
  .p-positions02__brand__name .name {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__brand__name .name {
    font-size: 18px;
  }
}
.p-positions02__brand__name .category {
  color: oklch(0.5805 0.0197 285.77);
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 1000px) {
  .p-positions02__brand__name .category {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__brand__name .category {
    font-size: 14px;
  }
}
.p-positions02__brand__btn {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .p-positions02__brand__btn {
    width: 100%;
    margin: 16px 0 0;
  }
}
.p-positions02__voice {
  padding: 316px 300px 280px 140px;
  margin: 140px auto;
  background-image: url(../img/positions02/voice_bg01.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1000px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-positions02__voice {
    padding: 140px 6% 200px 120px;
    margin: 80px auto;
    background-size: 800px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__voice {
    padding: 140px 6% 200px 72px;
    background-size: 600px auto;
  }
}
@media screen and (max-width: 430px) {
  .p-positions02__voice {
    padding: 200px 3% 160px 3%;
    background-image: url(../img/positions02/voice_bg01_sp.svg);
    background-size: contain;
  }
}
.p-positions02__voice__block {
  background-color: oklch(1 0 0);
  border-radius: 40px;
  padding: 80px;
  max-width: 860px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-positions02__voice__block {
    padding: 72px;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__block {
    border-radius: 20px;
    padding: 48px 40px;
  }
}
.p-positions02__voice__block.right {
  margin-right: 200px;
}
@media screen and (max-width: 1200px) {
  .p-positions02__voice__block.right {
    margin-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__block.right {
    margin-right: 30px;
  }
}
.p-positions02__voice__block.left {
  margin-left: 200px;
}
@media screen and (max-width: 1200px) {
  .p-positions02__voice__block.left {
    margin-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__block.left {
    margin-left: 30px;
  }
}
.p-positions02__voice__block + .p-positions02__voice__block {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__block + .p-positions02__voice__block {
    margin-top: 72px;
  }
}
.p-positions02__voice__block::before {
  content: " ";
  background-image: url(../img/positions02/quotes_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 46px;
  position: absolute;
  top: -16px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__block::before {
    width: 50px;
    height: 38px;
  }
}
.p-positions02__voice__block::after {
  content: " ";
  background-image: url(../img/positions02/quotes_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 46px;
  position: absolute;
  bottom: -16px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__block::after {
    width: 50px;
    height: 38px;
  }
}
.p-positions02__voice__message {
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__message {
    font-size: 14px;
  }
}
.p-positions02__voice__from {
  color: oklch(0.718 0.0115 286.11);
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  text-align: right;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__from {
    font-size: 14px;
  }
}
.p-positions02__voice__photo {
  width: 280px;
  height: 280px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .p-positions02__voice__photo {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__photo {
    width: 120px;
    height: 120px;
  }
}
.p-positions02__voice__photo.right {
  top: -100px;
  right: -200px;
}
@media screen and (max-width: 1200px) {
  .p-positions02__voice__photo.right {
    top: -90px;
    right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__photo.right {
    top: -90px;
    right: -30px;
  }
}
.p-positions02__voice__photo.left {
  bottom: -100px;
  left: -200px;
}
@media screen and (max-width: 1200px) {
  .p-positions02__voice__photo.left {
    bottom: -80px;
    left: -80px;
  }
}
@media screen and (max-width: 768px) {
  .p-positions02__voice__photo.left {
    bottom: -60px;
    left: -30px;
  }
}
.p-positions02__voice__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-positions02__description {
  padding: 100px 300px 140px 6%;
  margin: 140px 40px;
  background-color: oklch(0.9647 0.0027 286.35);
  border-radius: 60px;
}
@media screen and (max-width: 1200px) {
  .p-positions02__description {
    padding: 48px 6% 80px 6%;
    margin: 80px 3%;
    border-radius: 20px;
  }
}
.p-positions02__description__sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  margin: 56px auto;
}
@media screen and (max-width: 768px) {
  .p-positions02__description__sub {
    font-size: 14px;
    margin: 56px auto 32px;
  }
}
.p-positions02__description__btn {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.p-form {
  width: 100%;
}
.p-form__inner {
  width: 100%;
  max-width: 1400px;
  padding: 6%;
  margin: 100px auto;
}
.p-form__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin: 0 0 156px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-form__title {
    font-size: 24px;
    margin: 0 0 100px;
  }
}
.p-form__title::before {
  content: " ";
  background-image: url(../img/common/title_l_dot.svg);
  background-repeat: no-repeat;
  background-size: 92px 20px;
  background-position: center;
  display: block;
  width: 92px;
  height: 20px;
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-form__title::before {
    background-size: 68px 14px;
    width: 68px;
    height: 14px;
    bottom: -40px;
  }
}
.p-form__sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .p-form__sub {
    font-size: 18px;
  }
}
.p-form__description {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 140px auto;
}
@media screen and (max-width: 768px) {
  .p-form__description {
    margin: 80px auto;
  }
}
.p-form__description a {
  color: oklch(0.7495 0.1856 127.33);
}
.p-form__description a:hover {
  opacity: 0.7;
}
.p-form__error {
  width: 100%;
  background-color: oklch(0.9647 0.0027 286.35);
  border-radius: 40px;
  padding: 64px 6%;
  margin: auto auto 100px;
}
@media screen and (max-width: 768px) {
  .p-form__error {
    padding: 6%;
    border-radius: 8px;
    padding: 32px 6%;
    margin: auto auto 64px;
  }
}
.p-form__position {
  width: 100%;
  background-color: oklch(1 0 0);
  border: 2px solid oklch(0.7495 0.1856 127.33);
  border-radius: 40px;
  padding: 40px 6%;
  margin: 100px auto 64px;
}
@media screen and (max-width: 768px) {
  .p-form__position {
    padding: 6%;
    border-radius: 8px;
    margin: 64px auto 40px;
  }
}
.p-form__position__main {
  width: 100%;
  border-collapse: separate;
  border-spacing: 16px 0;
  table-layout: auto;
}
@media screen and (max-width: 1000px) {
  .p-form__position__main {
    border-collapse: collapse;
  }
}
.p-form__position__main th, .p-form__position__main td {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (max-width: 768px) {
  .p-form__position__main th, .p-form__position__main td {
    font-size: 16px;
  }
}
.p-form__position__main th {
  color: oklch(0.6994 0.1809 128.37);
  padding: 40px 24px;
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .p-form__position__main th {
    display: block;
    padding: 0;
  }
}
.p-form__position__main td {
  padding: 40px 24px;
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .p-form__position__main td {
    display: block;
    padding: 4px 0 0;
  }
}
.p-form__contents {
  background-color: oklch(1 0 0);
  border-radius: 40px;
  padding: 6%;
}
.p-form__btn {
  width: 100%;
  max-width: 500px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p-form__btn {
    margin: 64px auto 0;
  }
}
.p-form__btn__frame {
  width: 100%;
}
.p-form__btn__frame input {
  color: oklch(1 0 0);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  background-color: oklch(0.7495 0.1856 127.33);
  border: 1px solid oklch(0.7495 0.1856 127.33);
  border-radius: 99px;
  width: 100%;
  padding: 24px;
  transition: all 0.3s ease-in-out;
}
.p-form__btn__frame input:hover {
  color: oklch(0.7495 0.1856 127.33);
  background-color: oklch(1 0 0);
}
@media screen and (max-width: 768px) {
  .p-form__btn__frame input {
    font-size: 16px;
    padding: 16px;
  }
}

.p-notFound {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0 0 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-notFound {
    height: auto;
  }
}
.p-notFound::before {
  content: " ";
  background-image: url(../img/404/bg_404.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1000px;
  height: 700px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 20px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-notFound::before {
    width: 800px;
    height: 500px;
    top: calc(50% - 60px);
  }
}
.p-notFound__inner {
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-notFound__inner {
    padding: 200px 6% 300px;
  }
}
.p-notFound__sub {
  color: oklch(1 0 0);
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-notFound__sub {
    font-size: 40px;
  }
}
.p-notFound__main {
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .p-notFound__main {
    font-size: 18px;
  }
}
.p-notFound__description {
  text-align: center;
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .p-notFound__description {
    margin: 32px auto 0;
  }
}
.p-notFound__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .p-notFound__btn {
    margin: 24px auto 0;
  }
}
.p-notFound__konoha {
  width: 260px;
  height: auto;
  position: absolute;
  bottom: -100px;
  right: -200px;
}
@media screen and (max-width: 1000px) {
  .p-notFound__konoha {
    bottom: -260px;
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  .p-notFound__konoha {
    width: 160px;
    bottom: 100px;
    right: 10px;
  }
}
@media screen and (max-width: 430px) {
  .p-notFound__konoha {
    bottom: 60px;
  }
}
/*# sourceMappingURL=style.css.map */