@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-base: 51, 51, 51;
  --color-main: 124, 208, 184;
  --color-sub: 144, 171, 163;
  --color-bg: 242, 247, 246;
  --color-bright: 255, 255, 255;
  --color-gradient-main: #85FFBD 0%, #FFFB7D 100%;
  --color-gradient-sub: #7CD0B8 0%, #90ABA3 100%;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-wix: "Wix Madefor Display", sans-serif;
  --width-content: 1200px;
  --width-content-narrow: 1000px;
  --padding-content: 60px;
  --padding-content-negative: -60px;
}
@media (max-width: 1280px) {
  :root {
    --padding-content: calc(60vw * 100 / 1280);
    --padding-content-negative: calc(-60vw * 100 / 1280);
  }
}
@media (max-width: 1000px) {
  :root {
    --padding-content: calc(60vw * 100 / 1000);
    --padding-content-negative: calc(-60vw * 100 / 1000);
  }
}
@media (max-width: 500px) {
  :root {
    --padding-content: 20px;
    --padding-content-negative: -20px;
  }
}

[data-scroll-image] {
  overflow: clip;
}
[data-scroll-image].scroll-out img {
  opacity: 0;
  transform: scale(1.05);
}
[data-scroll-image].scroll-in img {
  opacity: 1;
  transform: none;
  transition: 2.1s cubic-bezier(0.33, 1, 0.68, 1) opacity, 2.1s transform cubic-bezier(0.33, 1, 0.68, 1), 2.1s filter cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes typing {
  0% {
    width: 0;
    overflow: hidden;
  }
  100% {
    width: auto;
    overflow: visible;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in01 {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in02 {
  0% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in03 {
  0% {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotate360 {
  0% {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(200%);
  }
}
@keyframes recruit-menu {
  40% {
    transform: none;
  }
  50% {
    transform: translateY(-15%) scale(1.1);
  }
  60% {
    transform: none;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: underline;
  color: rgb(var(--color-main));
}

a:not([class]):hover {
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

b {
  font-weight: bold;
}

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

iframe {
  vertical-align: top;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
}
@media (max-width: 767px) {
  html {
    height: 100%;
  }
}

body {
  position: relative;
  overflow-x: clip;
  min-width: 320px;
  min-height: 100vh;
  background: var(--color-bright);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8125;
  color: rgb(var(--color-base));
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 1100px) {
  body[data-nav=true] {
    touch-action: none;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 1.4rem;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.l-header::after {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--color-bright), 1);
  opacity: 0;
  transition: 0.32s opacity;
  pointer-events: none;
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding: 20px 30px 14px;
  max-width: 1920px;
  z-index: 1;
}
.l-header__logo {
  width: 224px;
}
.l-header__logo img {
  width: 100%;
}
@media (hover: hover) {
  .l-header__logo-link:hover img {
    opacity: 0.85;
  }
}
@media (max-width: 1280px) {
  .l-header {
    height: 100%;
    pointer-events: none;
  }
  [data-nav=true] .l-header {
    position: fixed;
  }
  [data-nav=true] .l-header::before {
    opacity: 0;
  }
}
@media (max-width: 1280px) {
  [data-nav=true] .l-header {
    height: 100%;
    position: fixed;
  }
  [data-nav=true] .l-header::after {
    opacity: 1;
    pointer-events: all;
  }
  [data-nav=true] .l-header__logo {
    position: relative;
    width: 220px;
    margin-inline: auto;
    padding-top: 103px;
    opacity: 1;
    z-index: 1;
    pointer-events: all;
  }
  [data-nav=true] .l-header__inner {
    display: block;
    height: 100%;
    overflow-y: scroll;
    z-index: 1;
    pointer-events: all;
  }
  [data-nav=true] .l-header__inner::-webkit-scrollbar {
    width: 1px;
  }
}
@media (max-width: 500px) {
  .l-header__inner {
    padding: 7px;
  }
}

.l-header-logo__link {
  display: flex;
  align-items: center;
  gap: 36px;
  color: rgba(var(--color-base), 1);
}
.l-header-logo__text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .l-header-logo {
    pointer-events: all;
  }
  .l-header-logo__link {
    gap: 2.8125vw;
  }
}
@media (min-width: 501px) {
  .l-header-logo__text br {
    display: none;
  }
}
@media (max-width: 500px) {
  .l-header-logo__image {
    width: 196px;
  }
  .l-header-logo__text {
    font-size: 1.2rem;
  }
}

.l-header-button {
  position: fixed;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  right: 30px;
  top: 16px;
  width: 62px;
  height: 62px;
  padding: 0;
  border: none;
  background: rgba(var(--color-bright), 1);
  border-radius: 2px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.32s background-color, 0.32s opacity, 0.32s transform;
}
.l-header-button__item {
  display: block;
  background: rgb(var(--color-main), 1);
  width: 36px;
  height: 2px;
  border-radius: 2px;
  transition: 0.32s transform, 0.32s background-color, 0.32s opacity;
}
[data-nav=true] .l-header-button__item:nth-of-type(1) {
  width: 50px;
  transform: translateY(10px) rotate(45deg);
}
[data-nav=true] .l-header-button__item:nth-of-type(2) {
  opacity: 0;
}
[data-nav=true] .l-header-button__item:nth-of-type(3) {
  width: 50px;
  transform: translateY(-10px) rotate(-45deg);
}
[data-scrolled=true] .l-header-button {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
@media (max-width: 1280px) {
  .l-header-button {
    opacity: 1;
    transform: none;
    pointer-events: all;
  }
}
@media (max-width: 500px) {
  .l-header-button {
    gap: 4px;
    right: 16px;
    width: 37px;
    height: 37px;
  }
  .l-header-button__item {
    width: 22px;
  }
  [data-nav=true] .l-header-button__item:nth-of-type(1) {
    width: 31px;
    transform: translateY(6px) rotate(45deg);
  }
  [data-nav=true] .l-header-button__item:nth-of-type(2) {
    opacity: 0;
  }
  [data-nav=true] .l-header-button__item:nth-of-type(3) {
    width: 31px;
    transform: translateY(-6px) rotate(-45deg);
  }
}

.l-footer {
  position: relative;
  margin-top: 80px;
  padding-block: 20px;
  padding-inline: var(--padding-content);
  background: rgb(var(--color-main));
  color: rgb(var(--color-bright));
}
.l-footer a {
  color: rgb(var(--color-bright), 1);
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: var(--width-content);
  margin-inline: auto;
}
.l-footer__copyright {
  line-height: 1.5;
  font-size: 1rem;
}
@media (max-width: 1020px) {
  .l-footer {
    margin-top: 7.8431372549vw;
  }
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.l-footer-logo {
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-footer-logo__text {
  line-height: 1.3333333333;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer-logo {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .l-footer-logo {
    gap: 16px;
  }
  .l-footer-logo__image {
    width: 200px;
  }
}

.l-page {
  overflow: hidden;
}

.l-wrapper {
  margin-top: 57px;
  padding-inline: var(--padding-content);
}
@media (max-width: 550px) {
  .l-wrapper {
    margin-top: 10.3636363636vw;
    padding-bottom: 30px;
  }
}

.l-inner {
  max-width: var(--width-content);
  margin-inline: auto;
}
.l-inner--narrow {
  max-width: var(--width-content-narrow);
}

.l-content {
  max-width: 1200px;
  margin-inline: auto;
}

.c-entry-body {
  --entry-margin: 32px;
  margin-top: 50px;
}
.c-entry-body::after {
  display: block;
  content: "";
  clear: both;
}
.c-entry-body h1,
.c-entry-body h2 {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
.c-entry-body h1:not(:first-child),
.c-entry-body h2:not(:first-child) {
  margin-top: var(--entry-margin);
}
.c-entry-body h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
}
.c-entry-body h3:not(:first-child) {
  margin-top: var(--entry-margin);
}
.c-entry-body h4 {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
.c-entry-body h4:not(:first-child) {
  margin-top: var(--entry-margin);
}
.c-entry-body h5 {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
.c-entry-body h5:not(:first-child) {
  margin-top: var(--entry-margin);
}
.c-entry-body h6 {
  font-weight: 700;
}
.c-entry-body h6:not(:first-child) {
  margin-top: var(--entry-margin);
}
.c-entry-body p {
  line-height: 2;
}
.c-entry-body p:not(:first-child) {
  margin-top: var(--entry-margin);
}
.c-entry-body strong, .c-entry-body b {
  font-weight: bold;
}
.c-entry-body em {
  font-style: italic;
}
.c-entry-body sup, .c-entry-body sub {
  font-size: 1rem;
}
.c-entry-body ul:not(:first-child) {
  margin-top: 32px;
}
.c-entry-body ul li {
  position: relative;
  padding-left: 13px;
}
.c-entry-body ul li::before {
  position: absolute;
  left: 0;
  top: 0.75em;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: rgb(var(--color-main), 1);
  border-radius: 100px;
}
.c-entry-body ul li:not(:first-child) {
  margin-top: 5px;
}
.c-entry-body ol:not(:first-child) {
  margin-top: 32px;
}
.c-entry-body ol li {
  margin-left: 20px;
  list-style-type: decimal;
}
.c-entry-body ol li:not(:first-child) {
  margin-top: 5px;
}
.c-entry-body table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid rgb(var(--color-main), 0.4);
  text-align: left;
}
.c-entry-body table:not(:first-child) {
  margin-top: 32px;
}
.c-entry-body table caption {
  margin-bottom: 15px;
  caption-side: top;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}
.c-entry-body table thead {
  border: none;
}
.c-entry-body table th, .c-entry-body table thead td {
  padding: 14px 25px;
  background: #F2F7F6;
  border: 1px solid rgb(var(--color-main), 0.4);
  vertical-align: middle;
  text-align: center;
  color: rgb(var(--color-main), 1);
  font-weight: 500;
}
.c-entry-body table td {
  padding: 14px 25px;
  border: 1px solid rgb(var(--color-main), 0.4);
  text-align: center;
}
@media (max-width: 767px) {
  .c-entry-body table th, .c-entry-body table thead td {
    padding: 1.3037809648vw;
  }
  .c-entry-body table td {
    padding: 1.3037809648vw;
  }
}
@media (max-width: 550px) {
  .c-entry-body {
    --entry-margin: calc(32vw * 100 / 550);
  }
  .c-entry-body h1,
  .c-entry-body h2 {
    font-size: 1.9rem;
  }
  .c-entry-body h3 {
    font-size: 1.8rem;
  }
  .c-entry-body h4 {
    font-size: 1.7rem;
  }
  .c-entry-body h5 {
    font-size: 1.6rem;
  }
}

.c-entry-header {
  position: relative;
  padding-bottom: 28px;
}
.c-entry-header::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, var(--color-gradient-main));
}
.c-entry-header__date {
  font-family: var(--font-wix);
  line-height: 1;
  opacity: 0.6;
  font-size: 1.4rem;
}
.c-entry-header__title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .c-entry-header__title {
    font-size: 4.4444444444vw;
  }
}
@media (max-width: 767px) {
  .c-entry-header__title {
    font-size: 3.40889rem;
  }
}
@media (max-width: 550px) {
  .c-entry-header {
    padding-bottom: 5.0909090909vw;
  }
  .c-entry-header__title {
    margin-top: 4.3636363636vw;
    font-size: 6.1979818182vw;
  }
}

.c-entry-return {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.c-entry-return__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  color: rgb(var(--color-main), 1);
}
.c-entry-return__link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(var(--color-main), 1);
}
.c-entry-return__arrow {
  position: absolute;
  left: -42px;
  top: 0;
}
.c-entry-return__arrow::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' style='fill: none; stroke-width: 0px;'/%3E%3Cpath d='M15,30C6.73,30,0,23.27,0,15S6.73,0,15,0s15,6.73,15,15-6.73,15-15,15ZM15,1C7.28,1,1,7.28,1,15s6.28,14,14,14,14-6.28,14-14S22.72,1,15,1Z' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3Cpolygon points='16.65 19.6 12.05 15 16.65 10.4 17.35 11.11 13.46 15 17.35 18.89 16.65 19.6' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
}
.c-entry-return__arrow::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' style='fill: none; stroke-width: 0px;'/%3E%3Cpath d='M15,30C6.73,30,0,23.27,0,15S6.73,0,15,0s15,6.73,15,15-6.73,15-15,15Z' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3Cpolygon points='16.65 19.6 12.05 15 16.65 10.4 17.35 11.11 13.46 15 17.35 18.89 16.65 19.6' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
}
.c-global-nav {
  display: flex;
  gap: 48px;
  margin-right: 90px;
}
.c-global-nav__list {
  display: flex;
  gap: 1.8229166667vw;
}
.c-global-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgba(var(--color-base), 1);
  transition: 0.32s color;
}
.c-global-nav__link span {
  position: relative;
  display: block;
}
.c-global-nav__link--active span::before {
  position: absolute;
  top: calc(50% - 1px);
  left: -4px;
  display: block;
  width: calc(100% + 8px);
  height: 3px;
  background: linear-gradient(to right, var(--color-gradient-main));
  content: "";
  z-index: -1;
}
.c-global-nav__link--external::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.46 12.46'%3E%3Cpath d='M11.96,12.46H.5c-.28,0-.5-.22-.5-.5V.5C0,.22.22,0,.5,0h3.52v1H1v10.46h10.46v-3.02h1v3.52c0,.28-.22.5-.5.5Z' style='fill: %23030303; opacity: .4; stroke-width: 0px;'/%3E%3Cpath d='M11.96,0h-5.09v1h3.89l-6.61,6.61.71.71L11.46,1.71v3.89h1V.5c0-.28-.22-.5-.5-.5Z' style='fill: %23030303; opacity: .4; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  transform: translateY(1px);
}
@media (min-width: 1281px) and (hover: hover) {
  .c-global-nav__link:not(.c-global-nav__link--active):hover {
    color: rgba(var(--color-main), 1);
  }
}
@media (max-width: 1920px) {
  .c-global-nav {
    gap: 2.5vw;
    margin-right: 4.6875vw;
  }
}
@media (max-width: 1280px) {
  .c-global-nav {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  [data-nav=true] .c-global-nav {
    position: relative;
    flex-direction: column;
    gap: 0;
    width: 80%;
    margin-top: 24px;
    margin-inline: auto;
    z-index: 1;
  }
  [data-nav=true] .c-global-nav__list {
    flex-direction: column;
    gap: 0;
  }
  [data-nav=true] .c-global-nav__item {
    border-bottom: 1px solid rgb(var(--color-main), 1);
  }
  [data-nav=true] .c-global-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
  }
  [data-nav=true] .c-global-nav {
    pointer-events: all;
    transition: 0.32s opacity;
    opacity: 1;
  }
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.c-modal__container {
  position: relative;
  display: flex;
  max-width: 614px;
  width: 100%;
  padding-block: 36px;
  background: #F2F7F6;
  max-height: 100%;
}
.c-modal__header {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 94px;
}
.c-modal__title {
  color: rgb(var(--color-main), 1);
}
.c-modal__title span {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1;
  font-size: 4rem;
  writing-mode: vertical-lr;
}
@media (max-width: 900px) {
  .c-modal__content {
    max-height: 100%;
    overflow-y: scroll;
  }
}
@media (max-height: 500px) {
  .c-modal__content {
    max-height: 100%;
    overflow-y: scroll;
  }
  .c-modal__title span {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .c-modal__container {
    flex-direction: column;
    gap: 20px;
    padding-inline: 20px;
  }
  .c-modal__header {
    width: 100%;
  }
  .c-modal__title {
    color: rgb(var(--color-main), 1);
  }
  .c-modal__title span {
    font-size: 6.6666666667vw;
    writing-mode: horizontal-tb;
  }
}

.c-modal__close {
  position: absolute;
  right: -19px;
  top: -19px;
  width: 38px;
  height: 38px;
  padding: 0;
  background: rgb(var(--color-main), 1);
  border: 0;
  border-radius: 19px;
  cursor: pointer;
  transition: 0.32s transform;
}
.c-modal__close::before {
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.41 15.41'%3E%3Cpolygon points='15.41 1.41 14 0 7.71 6.29 1.41 0 0 1.41 6.29 7.71 0 14 1.41 15.41 7.71 9.12 14 15.41 15.41 14 9.12 7.71 15.41 1.41' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
@media (hover: hover) {
  .c-modal__close:hover {
    transform: scale(1.08);
  }
}

.c-modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.c-modal__btn:focus, .c-modal__btn:hover {
  transform: scale(1.05);
}

.c-modal-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.0325203252%;
       column-gap: 2.0325203252%;
  row-gap: 12px;
  margin-right: 30px;
}
.c-modal-list__item {
  width: 48.7804878049%;
  max-width: 240px;
}
.c-modal-list__link {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 72px;
  padding-inline: 18px;
  background: rgb(var(--color-bright), 1);
  box-shadow: 0 2px 2px rgba(124, 208, 184, 0.1);
  border-radius: 3px;
  font-weight: 500;
  color: rgb(var(--color-base), 1);
  line-height: 1.5;
  outline: none;
  transition: 0.32s color;
}
.c-modal-list__link::before {
  position: absolute;
  right: 5px;
  top: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.46 12.46'%3E%3Cpath d='M11.96,12.46H.5c-.28,0-.5-.22-.5-.5V.5C0,.22.22,0,.5,0h3.52v1H1v10.46h10.46v-3.02h1v3.52c0,.28-.22.5-.5.5Z' style='fill: %23030303; opacity: .4; stroke-width: 0px;'/%3E%3Cpath d='M11.96,0h-5.09v1h3.89l-6.61,6.61.71.71L11.46,1.71v3.89h1V.5c0-.28-.22-.5-.5-.5Z' style='fill: %23f0303; opacity: .4; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
@media (hover: hover) {
  .c-modal-list__link:hover {
    color: rgb(var(--color-main), 1);
  }
}
@media (max-width: 600px) {
  .c-modal-list {
    margin-right: 0;
  }
  .c-modal-list__link {
    min-height: 60px;
    padding-inline: 3vw;
  }
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(5%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .c-modal__overlay {
  animation: mmfadeIn 0.52s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__overlay {
  animation: mmfadeOut 0.52s cubic-bezier(0, 0, 0.2, 1);
}

.p-home-news .c-news-entries {
  margin-right: -150px;
}
.c-news-entries__link {
  display: flex;
  align-items: center;
  gap: 59px;
  padding-top: 35px;
  padding-bottom: 39px;
  padding-right: 24px;
  color: rgb(var(--color-base), 1);
  transition: 0.32s background-color;
}
.c-news-entries__item:not(:first-child) {
  border-top: 1px solid rgb(var(--color-main), 1);
}
.c-news-entries__date {
  flex-shrink: 0;
  width: 76px;
  text-align: center;
  font-family: var(--font-wix);
  line-height: 1;
}
.c-news-entries__date-ym {
  opacity: 0.68;
  font-size: 1.5rem;
}
.c-news-entries__date-d {
  font-size: 5.8rem;
}
.c-news-entries__title {
  margin-top: 0.6em;
}
@media (hover: hover) {
  .c-news-entries__link:hover {
    background: rgb(var(--color-main), 0.1);
  }
}
@media (max-width: 1920px) {
  .p-home-news .c-news-entries {
    margin-right: -7.8125vw;
  }
}
@media (max-width: 1500px) {
  .p-home-news .c-news-entries {
    margin-right: var(--padding-content-negative);
  }
}
@media (max-width: 1280px) {
  .p-home-news .c-news-entries {
    margin-right: 0;
  }
  .c-news-entries__link {
    gap: 4.609375vw;
  }
}
@media (max-width: 767px) {
  .c-news-entries__link {
    padding-top: 2.734375vw;
    padding-bottom: 3.046875vw;
    padding-right: 1.875vw;
  }
  .c-news-entries__date-ym {
    font-size: 1.4rem;
  }
  .c-news-entries__date-d {
    margin-top: 4px;
    font-size: 4rem;
  }
}

.c-page-header {
  margin-top: 123px;
  padding-inline: var(--padding-content);
  background: rgb(var(--color-bg), 1);
}
.c-page-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-wrap: wrap;
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 40px;
  padding-bottom: 48px;
}
.c-page-header__text::before {
  position: absolute;
  left: -53px;
  top: -27px;
  display: block;
  content: "";
  width: 8px;
  height: 208px;
  background: linear-gradient(to top, var(--color-gradient-main));
}
.c-page-header__title01 {
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.45;
}
.c-page-header__title02 {
  margin-top: 28px;
  line-height: 1.5;
  font-family: var(--font-wix);
  font-size: 1.2rem;
}
@media (max-width: 1920px) {
  .c-page-header__text::before {
    left: -2.7604166667vw;
    top: -1.40625vw;
  }
}
@media (max-width: 900px) {
  .c-page-header__title01 {
    font-size: 4.4444444444vw;
  }
  .c-page-header__title02 {
    margin-top: 3.1111111111vw;
  }
}
@media (max-width: 767px) {
  .c-page-header__inner {
    padding-top: 5.2151238592vw;
    padding-bottom: 6.258148631vw;
  }
  .c-page-header__text::before {
    width: 1.0430247718vw;
    height: 27.1186440678vw;
  }
  .c-page-header__title01 {
    font-size: 3.40889rem;
  }
}
@media (max-width: 550px) {
  .c-page-header__title01 {
    font-size: 6.1979818182vw;
  }
}
@media (max-width: 500px) {
  .c-page-header {
    margin-top: 67px;
  }
  .c-page-header__title02 {
    font-size: 2.4vw;
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.c-pager__list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-inline: 46px;
}
.c-pager__item--before {
  position: absolute;
  left: 0;
  top: 0;
}
.c-pager__item--after {
  position: absolute;
  right: 0;
  top: 0;
}
.c-pager__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-family: var(--font-wix);
  color: rgb(var(--color-base), 1);
  line-height: 1;
  transition: 0.32s color;
}
.c-pager__link--active {
  background: rgb(var(--color-main), 1);
  color: rgb(var(--color-bright), 1);
}
.c-pager__item--before .c-pager__link {
  display: block;
  text-indent: -100px;
  overflow: hidden;
}
.c-pager__item--before .c-pager__link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' style='fill: none; stroke-width: 0px;'/%3E%3Cpath d='M15,30C6.73,30,0,23.27,0,15S6.73,0,15,0s15,6.73,15,15-6.73,15-15,15ZM15,1C7.28,1,1,7.28,1,15s6.28,14,14,14,14-6.28,14-14S22.72,1,15,1Z' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3Cpolygon points='16.65 19.6 12.05 15 16.65 10.4 17.35 11.11 13.46 15 17.35 18.89 16.65 19.6' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  transition: 0.32s opacity;
}
.c-pager__item--before .c-pager__link::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' style='fill: none; stroke-width: 0px;'/%3E%3Cpath d='M15,30C6.73,30,0,23.27,0,15S6.73,0,15,0s15,6.73,15,15-6.73,15-15,15Z' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3Cpolygon points='16.65 19.6 12.05 15 16.65 10.4 17.35 11.11 13.46 15 17.35 18.89 16.65 19.6' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  transition: 0.32s opacity;
  opacity: 0;
}
.c-pager__item--after .c-pager__link {
  display: block;
  text-indent: -100px;
  overflow: hidden;
}
.c-pager__item--after .c-pager__link::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' style='fill: none; stroke-width: 0px;'/%3E%3Cpath d='M0,15C0,6.73,6.73,0,15,0c8.27,0,15,6.73,15,15s-6.73,15-15,15c-8.27,0-15-6.73-15-15ZM1,15c0,7.72,6.28,14,14,14,7.72,0,14-6.28,14-14S22.72,1,15,1c-7.72,0-14,6.28-14,14Z' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3Cpolygon points='13.35 19.6 17.95 15 13.35 10.4 12.65 11.11 16.54 15 12.65 18.89 13.35 19.6' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  transition: 0.32s opacity;
}
.c-pager__item--after .c-pager__link::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' style='fill: none; stroke-width: 0px;'/%3E%3Cpath d='M0,15C0,6.73,6.73,0,15,0s15,6.73,15,15-6.73,15-15,15S0,23.27,0,15Z' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3Cpolygon points='13.35 19.6 17.95 15 13.35 10.4 12.65 11.11 16.54 15 12.65 18.89 13.35 19.6' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  transition: 0.32s opacity;
  opacity: 0;
}
@media (hover: hover) {
  .c-pager__link:not(.c-pager__link--active):hover {
    color: rgb(var(--color-main), 1);
  }
  .c-pager__item--before .c-pager__link:hover::before, .c-pager__item--after .c-pager__link:hover::before {
    opacity: 0;
  }
  .c-pager__item--before .c-pager__link:hover::after, .c-pager__item--after .c-pager__link:hover::after {
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .c-pager__list {
    gap: 1.6vw;
    padding-inline: calc(1.6vw + 30px);
  }
}
@media (max-width: 767px) {
  .c-pager {
    margin-top: 8.3441981747vw;
  }
}

.p-home-heading-primary {
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.45;
}
@media (max-width: 900px) {
  .p-home-heading-primary {
    font-size: 4.4444444444vw;
  }
}
@media (max-width: 767px) {
  .p-home-heading-primary {
    font-size: 3.40889rem;
  }
}
@media (max-width: 550px) {
  .p-home-heading-primary {
    font-size: 6.1979818182vw;
  }
}

.p-home-heading-secondary {
  margin-top: 28px;
  line-height: 1.5;
  font-family: var(--font-wix);
  font-size: 1.2rem;
}
@media (max-width: 900px) {
  .p-home-heading-secondary {
    margin-top: 3.1111111111vw;
  }
}
@media (max-width: 500px) {
  .p-home-heading-secondary {
    font-size: 2.4vw;
  }
}

.p-home-wrapper {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding-top: 94px;
  padding-bottom: 168px;
}
.p-home-wrapper__bg {
  position: absolute;
  top: -120px;
  left: 50%;
  margin-left: -983px;
  z-index: -1;
}
.p-home-wrapper__bg img {
  max-width: none;
}
@media (max-width: 1500px) {
  .p-home-wrapper__bg {
    top: -8vw;
    margin-left: -65.5333333333vw;
  }
  .p-home-wrapper__bg img {
    width: 123.8666666667vw;
    height: 165.3333333333vw;
  }
}
@media (max-width: 820px) {
  .p-home-wrapper {
    padding-bottom: 20.487804878vw;
  }
}
@media (max-width: 767px) {
  .p-home-wrapper {
    padding-bottom: 9.756097561vw;
  }
}
@media (max-width: 500px) {
  .p-home-wrapper {
    padding-top: 67px;
  }
}

.p-home-visual {
  position: relative;
  padding-left: 120px;
}
.p-home-visual__image {
  position: relative;
  height: 789px;
  overflow: hidden;
}
.p-home-visual__image img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
}
@media (min-width: 1921px) {
  .p-home-visual {
    padding-left: 6.25vw;
  }
  .p-home-visual__image img {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 1920px) {
  .p-home-visual {
    padding-left: 6.25vw;
  }
}
@media (max-width: 1150px) {
  .p-home-visual__image {
    height: 68.6086956522vw;
  }
  .p-home-visual__image img {
    width: 156.5217391304vw;
  }
}

.p-home-tagline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 23px;
       column-gap: 23px;
  row-gap: 29px;
  position: absolute;
  left: 120px;
  bottom: 85px;
  padding-left: 78px;
}
.p-home-tagline__text01 {
  font-weight: 700;
  font-size: 5.6rem;
  letter-spacing: 0.25em;
  color: rgb(var(--color-bright), 1);
  line-height: 1;
}
.p-home-tagline__text02 {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.125em;
  color: rgb(var(--color-bright), 1);
  line-height: 1.33;
  transform: translateY(4px);
}
.p-home-tagline__text03 {
  width: 100%;
  font-weight: 700;
  font-size: 10.9rem;
  letter-spacing: 0.11em;
  color: rgb(var(--color-bright), 1);
  line-height: 1;
}
@media (max-width: 1800px) {
  .p-home-tagline {
    left: 6.6666666667vw;
    bottom: 4.7222222222vw;
    padding-left: 4.3333333333vw;
  }
}
@media (max-width: 1400px) {
  .p-home-tagline {
    -moz-column-gap: 1.6428571429vw;
         column-gap: 1.6428571429vw;
    row-gap: 2.0714285714vw;
  }
  .p-home-tagline__text01 {
    font-size: 4vw;
  }
  .p-home-tagline__text02 {
    font-size: 1.7142857143vw;
    transform: translateY(0.2857142857vw);
  }
  .p-home-tagline__text03 {
    font-size: 7.7857142857vw;
  }
}

.p-home-pr {
  margin-top: 100px;
  padding-inline: var(--padding-content);
  font-family: var(--font-serif);
}
.p-home-pr__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-wrap: wrap;
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
.p-home-pr__text01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 217px;
  height: 105px;
  background: #FFFDB8;
  letter-spacing: 0.11em;
  font-size: 3.4rem;
  line-height: 1.2941176471;
}
.p-home-pr__text02 {
  font-size: 6.6rem;
  line-height: 64px;
}
.p-home-pr__text02 span {
  display: inline-block;
  font-size: 13.2rem;
  line-height: 100px;
  vertical-align: text-bottom;
  transform: translateY(-0.15em);
}
.p-home-pr__text03 {
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 8rem;
}
@media (max-width: 1400px) {
  .p-home-pr__inner {
    -moz-column-gap: 1.7857142857vw;
         column-gap: 1.7857142857vw;
  }
  .p-home-pr__text01 {
    width: 15.5vw;
    height: 7.5vw;
    font-size: 2.4285714286vw;
  }
  .p-home-pr__text02 {
    font-size: 4.7142857143vw;
    line-height: 4.5714285714vw;
  }
  .p-home-pr__text02 span {
    font-size: 9.4285714286vw;
    line-height: 7.1428571429vw;
  }
  .p-home-pr__text03 {
    font-size: 5.7142857143vw;
  }
}
@media (max-width: 1000px) {
  .p-home-pr {
    margin-top: 10vw;
  }
}
@media (max-width: 767px) {
  .p-home-pr__inner {
    flex-direction: column;
  }
  .p-home-pr__text01 {
    width: auto;
    height: auto;
    padding-inline: 16px;
    padding-block: 4px;
    font-size: 1.86271rem;
  }
  .p-home-pr__text01 br {
    display: none;
  }
  .p-home-pr__text02 {
    margin-top: 16px;
    font-size: 3.51586rem;
    line-height: 3.50629rem;
  }
  .p-home-pr__text02 span {
    font-size: 7.23171rem;
    line-height: 5.47857rem;
  }
  .p-home-pr__text03 {
    font-size: 4.38286rem;
  }
}
@media (max-width: 680px) {
  .p-home-pr__text02 {
    margin-top: 2.3529411765vw;
    font-size: 5.1703823529vw;
    line-height: 5.1563088235vw;
  }
  .p-home-pr__text02 span {
    font-size: 10.6348676471vw;
    line-height: 8.0567205882vw;
  }
  .p-home-pr__text03 {
    font-size: 6.4453823529vw;
  }
}
@media (max-width: 500px) {
  .p-home-pr__text01 {
    padding-inline: 3.2vw;
    padding-block: 0.8vw;
    font-size: 3.72542vw;
  }
}

.p-home-contents {
  padding-inline: var(--padding-content);
}
.p-home-contents__header {
  position: relative;
  max-width: 1200px;
  margin-top: 61px;
  margin-inline: auto;
  padding-inline: 150px;
  z-index: 1;
}
.p-home-contents__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  -moz-column-gap: 1.6666666667%;
       column-gap: 1.6666666667%;
  width: 100%;
  max-width: var(--width-content);
  margin-top: 47px;
  margin-inline: auto;
}
.p-home-contents__list::before {
  position: absolute;
  left: 100px;
  top: -138px;
  content: "";
  width: calc(100% - 200px);
  height: calc(100% + 200px);
  display: block;
  background: rgb(var(--color-bg), 1);
}
.p-home-contents__item {
  position: relative;
  width: 49.1666666667%;
  z-index: 1;
}
.p-home-contents__link {
  position: relative;
  display: block;
  color: rgb(var(--color-bright), 1);
  cursor: pointer;
}
.p-home-contents__image {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.p-home-contents__image img {
  transition: 0.4s transform;
}
.p-home-contents__text {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 96px;
  height: 100%;
  padding-top: 24px;
}
.p-home-contents__text > span {
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--font-serif);
  line-height: 1;
  font-size: 3.2rem;
  writing-mode: vertical-lr;
}
.p-home-contents__text > span span {
  transform: translateX(3px);
}
.p-home-contents__text::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, var(--color-gradient-sub));
  mix-blend-mode: multiply;
}
.p-home-contents__text::after {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.46 12.46'%3E%3Cpath d='M11.96,12.46H.5c-.28,0-.5-.22-.5-.5V.5C0,.22.22,0,.5,0h3.52v1H1v10.46h10.46v-3.02h1v3.52c0,.28-.22.5-.5.5Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3Cpath d='M11.96,0h-5.09v1h3.89l-6.61,6.61.71.71L11.46,1.71v3.89h1V.5c0-.28-.22-.5-.5-.5Z' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  z-index: 1;
}
.p-home-contents__circle {
  position: absolute;
  width: 76px;
  height: 76px;
  right: 22px;
  bottom: 16px;
  border: 1px solid rgb(var(--color-bright), 1);
  background: rgb(var(--color-bright), 0.3);
  border-radius: 100vmax;
}
.p-home-contents__circle::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(var(--color-bright), 1);
  border-radius: 100vmax;
  transform: scale(0.157);
  transition: 0.32s transform cubic-bezier(0.33, 1, 0.68, 1);
}
.p-home-contents__circle::after {
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 11px);
  display: block;
  content: "";
  width: 11.7391px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.5 23'%3E%3Cpath d='M2,23c-.51,0-1.02-.2-1.41-.59-.78-.78-.78-2.05,0-2.83l8.09-8.09L.59,3.41C-.2,2.63-.2,1.37.59.59,1.37-.2,2.63-.2,3.41.59l9.5,9.5c.78.78.78,2.05,0,2.83L3.41,22.41c-.39.39-.9.59-1.41.59Z' style='fill: %237cd0b8; opacity: .97; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.32s opacity, 0.32s transform;
}
@media (hover: hover) {
  .p-home-contents__link:hover .p-home-contents__image img {
    transform: scale(1.05);
  }
  .p-home-contents__link:hover .p-home-contents__circle::before {
    transform: none;
  }
  .p-home-contents__link:hover .p-home-contents__circle::after {
    opacity: 1;
    transform: scale(0.95) translateX(2px);
  }
}
@media (max-width: 1400px) {
  .p-home-contents__header {
    padding-inline: 10.7142857143vw;
  }
  .p-home-contents__list {
    gap: 1.4285714286vw;
    -moz-column-gap: 1.4285714286vw;
         column-gap: 1.4285714286vw;
  }
  .p-home-contents__list::before {
    left: 7.1428571429vw;
    width: calc(100% - 14.2857142857vw);
  }
  .p-home-contents__item {
    width: 42.1428571429vw;
  }
}
@media (max-width: 1300px) {
  .p-home-contents__text {
    width: 7.3846153846vw;
    padding-top: 1.8461538462vw;
  }
  .p-home-contents__text > span {
    font-size: 2.4615384615vw;
  }
  .p-home-contents__text::after {
    left: 8px;
    bottom: 8px;
    width: 12px;
    height: 12px;
  }
  .p-home-contents__circle {
    width: 5.8461538462vw;
    height: 5.8461538462vw;
    right: 1.6923076923vw;
    bottom: 1.2307692308vw;
  }
  .p-home-contents__circle::after {
    left: calc(50% - 0.3846153846vw);
    top: calc(50% - 0.8461538462vw);
    width: 0.9030076923vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 1100px) {
  .p-home-contents__link {
    height: 314px;
    overflow: hidden;
  }
  .p-home-contents__image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .p-home-contents__image img {
    width: 464px;
    max-width: none;
  }
  .p-home-contents__text {
    width: 81px;
    padding-top: 20.3077px;
  }
  .p-home-contents__text > span {
    font-size: 2.70769rem;
  }
  .p-home-contents__circle {
    width: 64.2969px;
    height: 64.2969px;
    right: 18.6154px;
    bottom: 13.5385px;
  }
  .p-home-contents__circle::after {
    left: 26.9062px;
    top: 21.8281px;
    width: 9.92188px;
    height: 16.9219px;
  }
}
@media (max-width: 900px) {
  .p-home-contents__header {
    margin-top: 6.7777777778vw;
  }
  .p-home-contents__list {
    margin-top: 5.2222222222vw;
  }
  .p-home-contents__list::before {
    top: -15.3333333333vw;
    height: calc(100% + 22.2222222222vw);
  }
}
@media (max-width: 820px) {
  .p-home-contents__link {
    height: 38.2926829268vw;
  }
  .p-home-contents__image img {
    width: 56.5853658537vw;
  }
  .p-home-contents__text {
    width: 81px;
    padding-top: 20.3077px;
  }
  .p-home-contents__text > span {
    font-size: 2.70769rem;
  }
  .p-home-contents__circle {
    width: 64.2969px;
    height: 64.2969px;
    right: 18.6154px;
    bottom: 13.5385px;
  }
  .p-home-contents__circle::after {
    left: 26.9062px;
    top: 21.8281px;
    width: 9.92188px;
    height: 16.9219px;
  }
}
@media (max-width: 767px) {
  .p-home-contents__list {
    margin-top: 40px;
    padding-bottom: 8.8657105606vw;
  }
  .p-home-contents__list::before {
    top: -117.607px;
    height: calc(100% + 117.607px);
  }
  .p-home-contents__item {
    width: 49%;
  }
  .p-home-contents__text {
    width: 9.9087353325vw;
    padding-top: 2.6476792699vw;
  }
  .p-home-contents__text > span {
    font-size: 3.5302346806vw;
  }
  .p-home-contents__text::after {
    left: 1.0430247718vw;
    bottom: 1.0430247718vw;
    width: 1.5645371578vw;
    height: 1.5645371578vw;
  }
  .p-home-contents__circle {
    width: 8.3829074316vw;
    height: 8.3829074316vw;
    right: 2.4270404172vw;
    bottom: 1.7651238592vw;
  }
  .p-home-contents__circle::after {
    left: 3.5079791395vw;
    top: 2.8459061278vw;
    width: 1.2935958279vw;
    height: 2.2062451108vw;
  }
}
@media (max-width: 550px) {
  .p-home-contents__list {
    margin-top: 7.2727272727vw;
  }
  .p-home-contents__list::before {
    top: -21.3830909091vw;
    height: calc(100% + 21.3830909091vw);
  }
}

.p-home-links {
  position: relative;
  padding-block: 32px;
  padding-inline: var(--padding-content);
  background: rgb(var(--color-bg), 1);
}
.p-home-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
  position: relative;
  width: 100%;
  max-width: var(--width-content);
  margin-inline: auto;
}
.p-home-links__item {
  width: 32.4166666667%;
}
.p-home-links__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px;
  background: rgb(var(--color-bright), 1);
  border-radius: 6px;
  font-weight: 500;
  font-size: 2rem;
  color: rgb(var(--color-base), 1);
  line-height: 1.33333;
  transition: 0.32s color;
}
.p-home-links__link::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid rgb(var(--color-main), 1);
  border-radius: 6px;
  opacity: 0;
  transition: 0.32s opacity;
}
.p-home-links__link::after {
  position: absolute;
  right: 8px;
  top: 8px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.46 12.46'%3E%3Cpath d='M11.96,12.46H.5c-.28,0-.5-.22-.5-.5V.5C0,.22.22,0,.5,0h3.52v1H1v10.46h10.46v-3.02h1v3.52c0,.28-.22.5-.5.5Z' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3Cpath d='M11.96,0h-5.09v1h3.89l-6.61,6.61.71.71L11.46,1.71v3.89h1V.5c0-.28-.22-.5-.5-.5Z' style='fill: %237cd0b8; stroke-width: 0px;'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
.p-home-links__link[area-disabled=true] {
  cursor: default;
  pointer-events: none;
}
.p-home-links__link[area-disabled=true]::after {
  opacity: 0.3;
}
@media (hover: hover) {
  .p-home-links__link:hover {
    color: rgb(var(--color-main), 1);
  }
  .p-home-links__link:hover::before {
    opacity: 1;
  }
}
.p-home-links__icon {
  flex-shrink: 0;
  display: block;
  width: 80px;
  height: 80px;
  background: rgb(var(--color-main), 1);
  border-radius: 100vmax;
}
[area-disabled=true] .p-home-links__icon {
  opacity: 0.3;
}
.p-home-links__text {
  font-size: 1.6rem;
}
@media (max-width: 1000px) {
  .p-home-links__item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .p-home-links__link {
    gap: 2.0860495437vw;
    padding: 2.6075619296vw 2.0860495437vw;
    font-size: 2.6075619296vw;
  }
  .p-home-links__icon {
    width: 10.4302477184vw;
    height: 10.4302477184vw;
  }
  .p-home-links__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .p-home-links__list {
    row-gap: 2.4vw;
  }
  .p-home-links__item {
    width: 100%;
  }
  .p-home-links__link {
    gap: 10px;
    padding: 10px 10.4302px;
    font-size: 1.4rem;
  }
  .p-home-links__icon {
    width: 52px;
    height: 52px;
  }
  .p-home-links__text {
    font-size: 1.2rem;
  }
}

.p-home-banner {
  margin-top: 36px;
  padding-inline: var(--padding-content);
}
.p-home-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0833333333%;
  width: 100%;
  max-width: var(--width-content);
  margin-inline: auto;
}
.p-home-banner__item {
  width: 24.1666666667%;
}
.p-home-banner__link {
  display: block;
  position: relative;
}
.p-home-banner__link::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(var(--color-main), 0.2);
  transition: 0.4s opacity;
  opacity: 0;
}
@media (hover: hover) {
  .p-home-banner__link:hover::before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .p-home-banner__list {
    gap: 1.6949152542vw;
  }
  .p-home-banner__item {
    width: 48%;
    text-align: center;
  }
}

.p-home-news {
  position: relative;
  margin-top: 168px;
  padding-inline: var(--padding-content);
  padding-bottom: 60px;
}
.p-home-news::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: calc(50vw - 480px);
  height: calc(100% - 60px);
  background: rgb(var(--color-bg), 1);
}
.p-home-news .p-home-heading-secondary {
  margin-top: 56px;
}
.p-home-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: var(--width-content);
  margin-inline: auto;
}
.p-home-news__header {
  position: relative;
  width: 240px;
  padding-top: 40px;
}
.p-home-news__header::before {
  position: absolute;
  left: -53px;
  top: -27px;
  display: block;
  content: "";
  width: 8px;
  height: 208px;
  background: linear-gradient(to top, var(--color-gradient-main));
}
.p-home-news__content {
  width: 62.5%;
}
@media (max-width: 1920px) {
  .p-home-news::before {
    left: auto;
    right: 50%;
    margin-right: 480px;
    width: 25vw;
  }
  .p-home-news__header {
    padding-top: 3.125vw;
  }
  .p-home-news__header::before {
    left: -2.7604166667vw;
    top: -1.40625vw;
  }
}
@media (max-width: 1280px) {
  .p-home-news {
    margin-top: 13.125vw;
  }
  .p-home-news .p-home-heading-secondary {
    margin-top: 4.375vw;
  }
}
@media (max-width: 767px) {
  .p-home-news__header {
    width: 100%;
    padding-left: 12px;
  }
  .p-home-news__header::before {
    width: 1.0430247718vw;
    height: 27.1186440678vw;
  }
  .p-home-news__inner {
    flex-direction: column;
  }
  .p-home-news__content {
    width: 100%;
    margin-top: 5.2151238592vw;
  }
}

.p-home-news-button {
  position: absolute;
  left: 140px;
  top: 300px;
}
.p-home-news-button__link {
  display: block;
  padding: 7px 20px 7px 1px;
  border-bottom: 1px solid rgb(var(--color-main), 1);
  background: linear-gradient(to bottom, transparent 50%, rgb(var(--color-main), 1) 51%) no-repeat left top;
  background-size: 100% 200%;
  color: rgb(var(--color-main), 1);
  line-height: 1;
  transition: 0.32s color, 0.32s background-position;
}
.p-home-news-button__link::before, .p-home-news-button__link::after {
  position: absolute;
  display: block;
  content: "";
  background: rgb(var(--color-main), 1);
  transition: 0.32s background-color;
}
.p-home-news-button__link::before {
  right: 1px;
  top: 50%;
  width: 15px;
  height: 1px;
}
.p-home-news-button__link::after {
  right: 8px;
  top: calc(50% - 7px);
  width: 1px;
  height: 15px;
}
@media (hover: hover) {
  .p-home-news-button__link:hover {
    background-position: 0 100%;
    color: rgb(var(--color-bright), 1);
  }
  .p-home-news-button__link:hover::before, .p-home-news-button__link:hover::after {
    background: rgb(var(--color-bright), 1);
  }
}
@media (max-width: 1920px) {
  .p-home-news-button {
    left: 7.2916666667vw;
  }
}
@media (max-width: 767px) {
  .p-home-news-button {
    left: auto;
    top: auto;
    right: 0;
    top: 20px;
  }
}