@charset "UTF-8";
#orejime a:link, #orejime a:visited {
  color: var(--color-gray);
  display: inline;
  text-decoration: underline;
}

[class^=orejime-] {
  border: 0;
  color: inherit;
  cursor: default;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.orejime-Main,
.orejime-Modal {
  font-size: 1em;
  line-height: 1.5;
}

/*青色消す*/
.ReactModal__Content:focus {
  outline: none;
}

.orejime-Button {
  border: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--color-white);
  cursor: pointer;
  margin-right: 0.5em;
  margin-top: 0.5em;
  padding: 6px 10px;
}
.orejime-Button[disabled] {
  opacity: 0.75;
}

/**/
.orejime-Button--save,
.orejime-Button--accept {
  background: var(--color-primary-solid);
  color: var(--color-white);
}

/**/
.orejime-Button--decline {
  background: var(--color-gray-10);
  border-color: var(--color-gray);
  color: var(--color-white);
}

.orejime-Button--info {
  background: var(--color-primary-solid);
}

.orejime-Notice {
  background: #333;
  border: none;
  border-radius: 0;
  bottom: 0;
  font-size: 0.8em;
  left: 0;
  max-width: unset;
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.orejime-Notice--hidden {
  display: none !important;
}

/**/
.orejime-Notice-body {
  display: flex;
  justify-content: center;
  margin-left: 10%;
  margin-right: 10%;
  padding: 1em;
}

@media (max-width: 1280px) {
  .orejime-Notice-body {
    display: inline;
  }
}
/*変更*/
.orejime-Notice-description {
  color: var(--color-gray);
  margin-bottom: 0.5em;
  max-width: 770px;
}

@media (max-width: 1280px) {
  .orejime-Notice-description {
    margin-left: 30px;
    margin-right: 30px;
    max-width: none;
    width: auto;
  }
}
.orejime-Notice-purposes {
  color: var(--color-gray);
}

.orejime-Notice-changes {
  color: var(--color-gray);
  font-weight: bold;
  margin-bottom: 0.5em;
}

/*仕様により変更*/
.orejime-Notice-actions {
  display: block;
  margin-top: 10px;
  text-align: center;
  width: 300px;
}

@media (max-width: 1280px) {
  .orejime-Notice-actions {
    margin: auto;
  }
}
.orejime-Notice-actionItem {
  display: inline;
}

/* 詳細リンク */
.orejime-Notice-learnMoreButton {
  background: #333;
  display: inline-block;
  padding: 0;
  text-decoration: underline;
}

.orejimeHtml-WithModalOpen {
  height: 100%;
}
.orejimeHtml-WithModalOpen body {
  height: 100%;
  position: static !important;
  width: 100%;
}

.orejime-ModalOverlay {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.orejime-ModalWrapper {
  left: 50%;
  margin: 0;
  max-height: 100%;
  max-width: 640px;
  overflow-y: scroll !important;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  z-index: 10000;
}

.orejime-Modal {
  background: #333;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  color: var(--color-gray);
}

.orejime-Modal-header {
  border-bottom: 1px solid #555;
  padding: 1em;
}

.orejime-Modal-title {
  background: none;
  display: block;
  float: none;
  font-size: 2em;
  font-weight: bold;
  height: auto;
  margin: 0;
  padding-right: 20px;
  width: 100%;
}

.orejime-Modal-closeButton {
  background: none;
  border: none;
  color: inherit;
  position: absolute;
  right: 1em;
  top: 1em;
}
.orejime-Modal-closeButton svg {
  stroke: currentColor;
}

.orejime-Modal-body {
  padding: 1em;
}

.orejime-Modal-footer {
  border-top: 1px solid #555;
  padding: 1em;
}

.orejime-Modal-privacyPolicyLink,
.orejime-Modal-poweredByLink {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:active {
  color: inherit;
}

.orejime-Modal-poweredByLink:hover, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:active {
  color: inherit;
}

.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus {
  text-decoration: none;
}

.orejime-Modal-poweredByLink {
  color: #aaa;
  font-size: 0.8em;
  padding: 6px 0;
  position: absolute;
  right: 1em;
}
.orejime-Modal-poweredByLink:hover, .orejime-Modal-poweredByLink:focus {
  text-decoration: none;
}
.orejime-Modal-poweredByLink:hover, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:active {
  color: #aaa;
}

.orejime-AppList {
  display: block;
  margin: 0;
  padding: 0;
}

.orejime-AppList-item {
  display: block;
  line-height: 1.25;
  margin-top: 0.7em;
  min-height: 40px;
  padding-left: 60px;
  position: relative;
}
.orejime-AppList-item:first-child {
  margin-top: 0;
}

.orejime-AppItem-title {
  cursor: pointer;
  font-weight: 600;
}

.orejime-AppItem-description {
  font-size: 0.8em;
}

.orejime-AppItem-purposes {
  color: #aaa;
  font-size: 0.8em;
}

.orejime-AppItem-optOut,
.orejime-AppItem-required {
  color: #aaa;
  font-size: 0.8em;
  padding-left: 0.2em;
}

.orejime-AppItem-input {
  height: 30px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.orejime-AppItem-switch {
  display: inline-block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 50px;
}

.orejime-AppItem-slider {
  background-color: #aaa;
  border: 2px solid transparent;
  border-radius: 30px;
  bottom: 0;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
}
.orejime-AppItem-slider:before {
  background-color: var(--color-white);
  border: 1px solid #555;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 20px;
  left: 3px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 20px;
}

.orejime-AppItem-switchLabel {
  font-size: 0.8em;
  overflow: ellipsis;
  position: absolute;
  text-align: center;
  top: 34px;
  width: 50px;
}

.orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5;
}
.orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: #aaa;
}

.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: var(--color-white);
  outline-offset: 2px;
}
.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background-color: var(--color-primary-solid);
}
.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.orejime-AppToggles {
  display: block;
  margin-bottom: 1em;
}

.orejime-AppToggles-item {
  display: inline;
}

.orejime-Notice-privacyPolicyLink {
  cursor: pointer;
  text-decoration: underline;
}
.orejime-Notice-privacyPolicyLink:hover {
  cursor: pointer;
  text-decoration: none;
}

:root {
  --color-white: #ffffff;
  --color-text: #313232;
  --color-primary: linear-gradient(270deg, #ff8000 0%, #ff9000 100%);
  --color-primary-solid: #ff8000;
  --color-secondary: linear-gradient(270deg, #ffaa00 0%, #ffbb00 100%);
  --color-secondary-solid: #ffbb00;
  --color-red: #eb3434;
  --color-gray: #d5d9d9;
  --color-gray-2: #f0f0f0;
  --color-gray-3: #7d8080;
  --color-gray-4: #f0f0f0;
  --color-gray-5: #7d8080;
  --color-gray-6: #7e8080;
  --color-gray-7: #4c4d4d;
  --color-gray-8: #4b4d4d;
  --color-gray-9: #665b3b;
  --color-gray-10: #afb2b2;
  --color-gray-11: #f7f7f7;
  --color-gray-12: #979999;
  --color-gray-13: #d9d9d9;
  --color-navy: #081629;
  --color-navy-2: #001d42;
  --color-yellow: #fffbe5;
  --color-yellow-2: #fff0b2;
  --color-blue: #d1e5fa;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 18px;
  --font-size-xlarge: 20px;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-num: "M PLUS 1p", sans-serif;
  --width-content: 1440px;
  --box-shadow: 4px 4px 24px 0px #00000014, 0px 0px 2px 0px #00000029;
  --box-shadow-2: 0px 0px 4px 0px #00000029;
  --box-shadow-3: 4px 4px 16px 0px #00000014;
  --box-shadow-4: 0px 4px 16px 0px #0000000a;
  --box-shadow-5: 4px 4px 24px 0px #00000014;
  --box-shadow-hover: 4px 4px 24px 0px #e5990029, 0px 0px 2px 0px #e599007a;
}

.--pc-none {
  display: none;
}
@media screen and (max-width: 1279px) {
  .--pc-none {
    display: block;
  }
}

.--sp-none {
  display: block;
}
@media screen and (max-width: 1279px) {
  .--sp-none {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 1279px) {
  html {
    scroll-padding-top: 145px;
  }
}
html.not-scrolled {
  overflow: hidden;
}

body {
  background-color: var(--color-white);
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  font-family: var(--font-ja);
  height: 100%;
  min-height: 100dvh;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  body {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
body.--sub-page {
  position: relative;
}
body.--sub-page::before {
  background-image: url("../../assets/image/img_wave_lower-pc.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2946px, 232px;
  content: "";
  height: 232px;
  left: 50%;
  position: absolute;
  top: 125px;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  body.--sub-page::before {
    background-image: url("../../assets/image/img_wave_lower-sp.svg");
    background-size: 1280px, 130px;
    top: 76px;
  }
}
body.--complete::before {
  display: none;
}
body.--complete .main .main-contents {
  padding-top: 0;
}
body.not-scrolled {
  overflow: hidden;
}

em {
  font-style: unset;
}

.main {
  flex: 1;
}
.main .main-contents {
  padding: 0 80px;
}
@media screen and (max-width: 1279px) {
  .main .main-contents {
    flex: 1;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1279px) {
  .main.--sub-page {
    display: flex;
    flex-direction: column;
  }
}
.main.--sub-page .main-contents {
  padding: 60px 80px 100px;
}
@media screen and (max-width: 1279px) {
  .main.--sub-page .main-contents {
    padding: 40px 16px 80px;
  }
}
.main .main-title {
  padding: 21.5px 80px;
}
@media screen and (max-width: 1279px) {
  .main .main-title {
    padding: 20px 24px;
  }
}
.main .main-title .main-title__contents {
  margin-inline: auto;
  max-width: var(--width-content);
}
.main .main-title.--complete {
  padding: 34.5px 80px;
}
@media screen and (max-width: 1279px) {
  .main .main-title.--complete {
    padding: 29.5px 16px;
  }
}
.main .main-title .title {
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .main .main-title .title {
    text-align: center;
  }
}

details summary {
  cursor: pointer;
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-in.--top {
  transform: translateY(-100px);
}
.fade-in.--bottom {
  transform: translateY(100px);
}
.fade-in.--left {
  transform: translateX(-100px);
}
.fade-in.--right {
  transform: translateX(100px);
}
.fade-in.is-fade-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-block .block-item {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease;
}
.fade-in-block.is-fade-in .block-item {
  opacity: 1;
  transform: translate(0, 0);
}
.fade-in-block.is-fade-in .block-item:nth-child(1) {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(2) {
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(3) {
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(4) {
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(5) {
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(6) {
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(7) {
  transition: transform 0.8s ease 1.4s, opacity 0.8s ease 1.4s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(8) {
  transition: transform 0.8s ease 1.6s, opacity 0.8s ease 1.6s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(9) {
  transition: transform 0.8s ease 1.8s, opacity 0.8s ease 1.8s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(10) {
  transition: transform 0.8s ease 2s, opacity 0.8s ease 2s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(11) {
  transition: transform 0.8s ease 2.2s, opacity 0.8s ease 2.2s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(12) {
  transition: transform 0.8s ease 2.4s, opacity 0.8s ease 2.4s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(13) {
  transition: transform 0.8s ease 2.6s, opacity 0.8s ease 2.6s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(14) {
  transition: transform 0.8s ease 2.8s, opacity 0.8s ease 2.8s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(15) {
  transition: transform 0.8s ease 3s, opacity 0.8s ease 3s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(16) {
  transition: transform 0.8s ease 3.2s, opacity 0.8s ease 3.2s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(17) {
  transition: transform 0.8s ease 3.4s, opacity 0.8s ease 3.4s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(18) {
  transition: transform 0.8s ease 3.6s, opacity 0.8s ease 3.6s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(19) {
  transition: transform 0.8s ease 3.8s, opacity 0.8s ease 3.8s, box-shadow 0.2s ease;
}
.fade-in-block.is-fade-in .block-item:nth-child(20) {
  transition: transform 0.8s ease 4s, opacity 0.8s ease 4s, box-shadow 0.2s ease;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**

 * 1. Correct the line height in all browsers.

 * 2. Prevent adjustments of font size after orientation changes in iOS.

 * 3. Remove gray overlay on links for iOS.

 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -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;
}

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**

 * 1. Add the correct box sizing in Firefox.

 * 2. Show the overflow in Edge and IE.

 */
hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**

 * Remove the gray background on active links in IE 10.

 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**

 * 1. Remove the bottom border in Chrome 57-

 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**

 * Add the correct font weight in Chrome, Edge, and Safari.

 */
b,
strong {
  font-weight: bolder;
}

/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**

 * Add the correct font size in all browsers.

 */
small {
  font-size: 80%;
}

/**

 * Prevent `sub` and `sup` elements from affecting the line height in

 * all browsers.

 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**

 * Prevent vertical alignment issues.

 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**

 * Reset form fields to make them styleable.

 * 1. Make form elements stylable across systems iOS especially.

 * 2. Inherit text-transform from parent.

 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**

 * Correct cursors for clickable elements.

 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**

 * Improve outlines for Firefox and unify style with input elements & buttons.

 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**

 * Remove padding

 */
option {
  padding: 0;
}

/**

 * Reset to invisible

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

legend {
  padding: 0;
}

/**

 * Add the correct vertical alignment in Chrome, Firefox, and Opera.

 */
progress {
  vertical-align: baseline;
}

/**

 * Remove the default vertical scrollbar in IE 10+.

 */
textarea {
  overflow: auto;
}

/**

 * Correct the cursor style of increment and decrement buttons in Chrome.

 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**

 * Correct the outline style in Safari.

 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**

 * Remove the inner padding in Chrome and Safari on macOS.

 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**

 * 1. Correct the inability to style clickable types in iOS and Safari.

 * 2. Fix font inheritance.

 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**

 * Fix appearance for Firefox

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

/**

 * Clickable labels

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

/* Interactive */
/* ============================================ */
/*

 * Add the correct display in Edge, IE 10+, and Firefox.

 */
details {
  display: block;
}

/*

 * Add the correct display in all browsers.

 */
summary {
  display: list-item;
}

/*

 * Remove outline for editable content.

 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**

1. Correct table border color inheritance in all Chrome and Safari.

*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

.footer {
  background-color: var(--color-navy);
  color: var(--color-white);
  padding: 40px 64px;
}
@media screen and (max-width: 1279px) {
  .footer {
    padding: 32px 24px;
  }
}
.footer .footer__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-inline: auto;
  max-width: var(--width-content);
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .footer .footer__inner {
    gap: 0;
    max-width: 327px;
  }
}
.footer .footer-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .footer .footer-nav {
    display: contents;
  }
}
.footer .footer-nav .footer-nav__main,
.footer .footer-nav .footer-nav__sub {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .footer .footer-nav .footer-nav__main,
  .footer .footer-nav .footer-nav__sub {
    display: grid;
    gap: 8px 0;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.footer .footer-nav .footer-nav__main .footer-nav__item .link,
.footer .footer-nav .footer-nav__sub .footer-nav__item .link {
  position: relative;
}
.footer .footer-nav .footer-nav__main .footer-nav__item .link::after,
.footer .footer-nav .footer-nav__sub .footer-nav__item .link::after {
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin-left: 0;
  mask-image: unset;
  position: absolute;
  rotate: 0deg;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s ease;
  width: 100%;
}
@media (hover: hover) {
  .footer .footer-nav .footer-nav__main .footer-nav__item .link:hover::after,
  .footer .footer-nav .footer-nav__sub .footer-nav__item .link:hover::after {
    transform: scale(1, 1);
  }
}
.footer .footer-nav .footer-nav__main {
  gap: 49px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .footer .footer-nav .footer-nav__main {
    gap: 8px 0;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    padding-bottom: 33px;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .footer .footer-nav .footer-nav__main::after {
    background-color: #838a94;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.footer .footer-nav .footer-nav__main .footer-nav__item:not(:last-of-type) {
  position: relative;
}
.footer .footer-nav .footer-nav__main .footer-nav__item:not(:last-of-type)::after {
  background-color: #838a94;
  content: "";
  height: 24px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-nav .footer-nav__main .footer-nav__item:not(:last-of-type)::after {
    content: unset;
  }
}
@media screen and (max-width: 1279px) {
  .footer .footer-nav .footer-nav__main .footer-nav__item {
    text-align: center;
  }
  .footer .footer-nav .footer-nav__main .footer-nav__item:nth-of-type(2n - 1) {
    position: relative;
  }
  .footer .footer-nav .footer-nav__main .footer-nav__item:nth-of-type(2n - 1)::after {
    background-color: #838a94;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}
.footer .footer-nav .footer-nav__main .footer-nav__item .link {
  min-height: 26px;
}
.footer .footer-nav .footer-nav__sub {
  gap: 24px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .footer .footer-nav .footer-nav__sub {
    gap: 0;
    margin-top: 8px;
    order: 3;
  }
}
.footer .footer-nav .footer-nav__item .link {
  min-height: 22px;
}
.footer .footer-info {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .footer .footer-info {
    display: contents;
  }
}
.footer .footer-info .footer-info__copy {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1279px) {
  .footer .footer-info .footer-info__copy {
    margin-top: 32px;
    order: 4;
    text-align: center;
  }
}
.footer .footer-sns {
  align-items: center;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-sns {
    justify-content: space-between;
    margin-top: 16px;
    order: 2;
  }
}
.footer .footer-sns .footer-sns__title {
  align-items: center;
  color: #838a94;
  display: flex;
  gap: 4px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.footer .footer-sns .footer-sns__title::after {
  border: 1px solid var(--color-white);
  border-radius: 8px;
  color: var(--color-white);
  content: "準備中";
  padding: 0 3px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
}
.footer .footer-sns .footer-sns__list {
  align-items: center;
  display: flex;
  gap: 16px;
}
.footer .footer-sns .footer-sns__link {
  display: grid;
  height: 24px;
  place-content: center;
  width: 24px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-sns .footer-sns__link {
    height: 32px;
    width: 32px;
  }
}
.footer .footer-sns .footer-sns__link .footer-sns__img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .footer .footer-sns .footer-sns__link .footer-sns__img {
    height: 32px;
    width: 32px;
  }
}

.header {
  background-color: var(--color-white);
  padding: 0 32px;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.header.is-hidden {
  visibility: hidden;
}
@media screen and (max-width: 1279px) {
  .header {
    padding: 0 8px 0 16px;
  }
}
.header .header__inner {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 100px;
  margin-inline: auto;
  max-width: var(--width-content);
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .header .header__inner {
    gap: 12px;
    grid-template-columns: 124px auto 32px;
    grid-template-rows: 64px;
    padding-right: 8px;
    position: relative;
  }
}
.header .header-button {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header .header-button {
    display: block;
    height: 32px;
    position: relative;
    width: 32px;
  }
  .header .header-button.is-open .header-button__bar:nth-of-type(2) {
    opacity: 0;
  }
  .header .header-button.is-open .header-button__bar:nth-of-type(1), .header .header-button.is-open .header-button__bar:nth-of-type(3) {
    top: 50%;
  }
  .header .header-button.is-open .header-button__bar:nth-of-type(1) {
    transform: translateX(-50%) rotate(45deg);
  }
  .header .header-button.is-open .header-button__bar:nth-of-type(3) {
    transform: translateX(-50%) rotate(-45deg);
  }
}
.header .header-button .header-button__bar {
  background-color: var(--color-text);
  height: 2.8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  width: 24px;
}
.header .header-button .header-button__bar:nth-of-type(1) {
  top: calc(50% - 7px);
}
.header .header-button .header-button__bar:nth-of-type(3) {
  top: calc(50% + 7px);
}
.header .header-logo {
  width: 216px;
}
@media screen and (max-width: 1279px) {
  .header .header-logo {
    display: grid;
    height: 23.58px;
    place-content: center;
    width: 100%;
  }
  .header .header-logo picture {
    line-height: 23.58px;
    width: 123px;
  }
}
.header .header-logo .header-logo__img {
  width: 100%;
}
.header .header-menu {
  align-items: center;
  display: flex;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1279px) {
  .header .header-menu {
    display: none;
  }
}
.header .header-menu .link {
  border-radius: 4px;
  padding: 9px 16px;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (hover: hover) {
  .header .header-menu .link:hover {
    background-color: var(--color-yellow);
    font-weight: 700;
  }
}
@media (hover: none) {
  .header .header-menu .link:active {
    background-color: var(--color-yellow);
    font-weight: 700;
  }
}
.header .header-button-list {
  align-items: center;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .header .header-button-list {
    margin-left: auto;
  }
  .header .header-button-list .header-button-list__item:nth-of-type(2) {
    display: none;
  }
  .header .header-button-list .header-button-list__item .button {
    min-width: 79px;
  }
  .header .header-button-list .header-button-list__item .button::before {
    display: none;
  }
}
.header.--fixed {
  border-radius: 0 0 16px 16px;
  box-shadow: var(--box-shadow-4);
  padding: 0 24px;
  position: fixed;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  visibility: hidden;
  z-index: 9999;
}
@media screen and (max-width: 1279px) {
  .header.--fixed {
    display: flex;
    flex-direction: column;
    padding: 0 8px 0 16px;
  }
}
.header.--fixed.is-show {
  top: 0;
  transform: translateY(0);
  visibility: visible;
}
.header.--fixed .header__inner {
  gap: 32px;
  grid-template-rows: 64px;
}
@media screen and (max-width: 1279px) {
  .header.--fixed .header__inner {
    gap: 12px;
    grid-template-columns: 124px auto 32px;
    grid-template-rows: 64px;
  }
}
.header.--fixed .header-logo {
  width: 160px;
}
@media screen and (max-width: 1279px) {
  .header.--fixed .header-logo {
    width: 124px;
  }
}
.header.--fixed .header-menu__item.--top-page {
  position: relative;
}
.header.--fixed .header-menu__item.--top-page::after {
  bottom: 2px;
  content: "";
  left: 50%;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  background-color: var(--color-text);
  height: 8px;
  mask-image: url("../../assets/image/icon_header_link.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 8px 8px;
  width: 8px;
}
@media screen and (max-width: 1279px) {
  .header.--fixed .header-button-list {
    margin-left: auto;
  }
  .header.--fixed .header-button-list .header-button-list__item:nth-of-type(2) {
    display: none;
  }
  .header.--fixed .header-button-list .header-button-list__item .button {
    min-width: 79px;
  }
  .header.--fixed .header-button-list .header-button-list__item .button::before {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper {
    box-shadow: none;
    max-height: unset;
    padding: 8px 8px 16px 0;
  }
}
@media screen and (max-width: 1279px) {
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .case-filter[open],
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .solution-toggle[open],
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .case-filter[open],
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .solution-toggle[open] {
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
  }
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .case-filter[open] .case-filter__summary,
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .solution-toggle[open] .case-filter__summary,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .case-filter[open] .case-filter__summary,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .solution-toggle[open] .case-filter__summary {
    border-bottom: 1px solid var(--color-gray-2);
  }
}
@media screen and (max-width: 1279px) {
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .case-filter .case-filter__summary,
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .case-filter .solution-toggle__summary,
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .solution-toggle .case-filter__summary,
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .solution-toggle .solution-toggle__summary,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .case-filter .case-filter__summary,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .case-filter .solution-toggle__summary,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .solution-toggle .case-filter__summary,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .solution-toggle .solution-toggle__summary {
    background-color: var(--color-white);
    position: sticky;
    top: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 1279px) {
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .case-filter .case-filter-list,
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .case-filter .solution-toggle-list,
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .solution-toggle .case-filter-list,
  .header.--fixed.toggle-header.is-expanded .case-filter__wrapper .solution-toggle .solution-toggle-list,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .case-filter .case-filter-list,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .case-filter .solution-toggle-list,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .solution-toggle .case-filter-list,
  .header.--fixed.toggle-header.is-expanded .solution-toggle__wrapper .solution-toggle .solution-toggle-list {
    border-radius: 0;
    border-top: none;
  }
}
.header.--fixed.toggle-header .case-filter__wrapper,
.header.--fixed.toggle-header .solution-toggle__wrapper {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header.--fixed.toggle-header .case-filter__wrapper,
  .header.--fixed.toggle-header .solution-toggle__wrapper {
    border-radius: 0 0 8px 8px;
    display: block;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 8px 0 0;
    transition: all 0.2s ease;
    width: 100%;
  }
}
.header.--fixed.toggle-open {
  box-shadow: none;
}
.header.--features .header-menu__item.--features .link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.header.--samplevoice .header-menu__item.--samplevoice .link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.header.--solution .header-menu__item.--solution .link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.header.--case .header-menu__item.--case .link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}

.header-menu__container {
  display: contents;
}
@media screen and (max-width: 1279px) {
  .header-menu__container {
    display: block;
    position: relative;
  }
}

.header-toggle-menu {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header-toggle-menu {
    background-color: var(--color-white);
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 49px;
    left: 0;
    max-height: 100dvh;
    opacity: 0;
    overflow-y: scroll;
    padding: 88px 24px 32px;
    position: fixed;
    top: 0;
    transform: translateY(-100dvh);
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 3;
  }
  .header-toggle-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .header-toggle-menu.--top-page.is-top {
    max-height: calc(100dvh - var(--notice-height));
    position: absolute;
  }
}
.header-toggle-menu .header-toggle-menu__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.header-toggle-menu .header-toggle-menu__list::after {
  background-color: var(--color-gray-4);
  bottom: -24px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header-toggle-menu .header-toggle-menu__list .header-toggle-menu__item {
  display: grid;
  min-height: 48px;
  place-content: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.header-toggle-menu .header-toggle-button__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 15.5px 0;
}

.header-toggle-menu__overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.header-toggle-menu__overlay.is-show {
  opacity: 1;
  visibility: visible;
}

.breadcrumbs {
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .breadcrumbs {
    border-top: 1px solid var(--color-gray-2);
    margin: 0 calc(50% - 50dvw);
    order: 1;
    overflow-x: auto;
    padding: 0;
    white-space: nowrap;
    width: 100dvw;
  }
}
.breadcrumbs .breadcrumbs-list {
  align-items: center;
  display: flex;
  gap: 44px;
  margin-inline: auto;
  max-width: var(--width-content);
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .breadcrumbs .breadcrumbs-list .breadcrumbs-list__item {
    display: flex;
    flex-shrink: 0;
    padding: 13px 0;
  }
  .breadcrumbs .breadcrumbs-list .breadcrumbs-list__item:first-of-type {
    padding-left: 16px;
  }
  .breadcrumbs .breadcrumbs-list .breadcrumbs-list__item:last-of-type {
    padding-right: 16px;
  }
}
.breadcrumbs .breadcrumbs-list .breadcrumbs-list__item:not(:last-of-type) {
  position: relative;
}
.breadcrumbs .breadcrumbs-list .breadcrumbs-list__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(100%, -50%);
  background-color: var(--color-text);
  height: 12px;
  mask-image: url("../../assets/image/icon_arrow-right.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 13px 12px;
  width: 13px;
}
.breadcrumbs .breadcrumbs-list .breadcrumbs-list__item .text {
  color: var(--color-gray-3);
}
.breadcrumbs .breadcrumbs-list .breadcrumbs-home {
  display: grid;
  height: 16px;
  place-content: center;
  width: 16px;
}
.breadcrumbs .breadcrumbs-list .breadcrumbs-home .breadcrumbs-home__img {
  height: auto;
  width: 100%;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.2s ease;
}
.button.--primary {
  background: var(--color-primary);
  color: var(--color-white);
  z-index: 1;
}
.button.--primary::after {
  background: var(--color-secondary);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  width: 100%;
  z-index: -1;
}
@media (hover: hover) {
  .button.--primary:not(:disabled):not(.--disabled):hover::after {
    transform: scale(1, 1);
  }
}
@media (hover: none) {
  .button.--primary:not(:disabled):not(.--disabled):active::after {
    transform: scale(1, 1);
  }
}
.button.--secondary {
  background: var(--color-white);
  border: 1px solid var(--color-primary-solid);
  color: var(--color-primary-solid);
}
@media (hover: hover) {
  .button.--secondary:not(:disabled):not(.--disabled):hover {
    border: 1px solid var(--color-secondary-solid);
    color: var(--color-secondary-solid);
  }
  .button.--secondary:not(:disabled):not(.--disabled):hover.--icon.--contact::before, .button.--secondary:not(:disabled):not(.--disabled):hover.--icon.--link::before {
    background-color: var(--color-secondary-solid);
  }
}
.button.--tertiary {
  background: var(--color-white);
  border: 1px solid var(--color-gray-10);
  color: var(--color-text);
}
@media (hover: hover) {
  .button.--tertiary:not(:disabled):not(.--disabled):hover {
    border: 1px solid var(--color-gray-13);
    color: var(--color-gray-5);
  }
  .button.--tertiary:not(:disabled):not(.--disabled):hover.--icon.--contact::before, .button.--tertiary:not(:disabled):not(.--disabled):hover.--icon.--link::before {
    background-color: var(--color-gray-5);
  }
}
.button:disabled, .button.--disabled {
  opacity: 0.6;
}
.button.--lg {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 8px 8px 32px 0px rgba(255, 128, 0, 0.1607843137);
  min-height: 80px;
  padding: 22px 43px;
}
.button.--md {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: var(--box-shadow-3);
  min-height: 64px;
  padding: 17px 43px;
}
.button.--sm {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: var(--box-shadow-3);
  min-height: 40px;
  padding: 9.5px 43px;
}
.button.--short {
  width: 320px;
}
.button.--narrow {
  width: 400px;
}
.button.--normal {
  width: 460px;
}
.button.--wide {
  width: 528px;
}
.button.--inline {
  min-width: 160px;
  padding: 9.5px 43px;
  width: auto;
}
@media screen and (max-width: 1279px) {
  .button.--lg, .button.--md, .button.--sm, .button.--narrow, .button.--wide, .button.--inline {
    max-width: 100%;
    min-height: 56px;
    padding: 15px;
    width: 296px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.button.--icon {
  gap: 16px;
}
@media screen and (max-width: 1279px) {
  .button.--icon {
    gap: 8px;
    padding: 0 43px;
  }
}
.button.--icon::before {
  content: "";
  flex-shrink: 0;
}
.button.--icon.--request-document::before {
  background-color: var(--color-white);
  height: 32px;
  mask-image: url("../../assets/image/icon_request-document.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 32px 32px;
  width: 32px;
}
@media screen and (max-width: 1279px) {
  .button.--icon.--request-document::before {
    height: 24px;
    mask-size: 24px 24px;
    width: 24px;
  }
}
.button.--icon.--contact::before {
  background-color: var(--color-primary-solid);
  height: 32px;
  mask-image: url("../../assets/image/icon_contact.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 32px 32px;
  width: 32px;
}
@media screen and (max-width: 1279px) {
  .button.--icon.--contact::before {
    height: 24px;
    mask-size: 24px 24px;
    width: 24px;
  }
}
.button.--icon.--link {
  position: relative;
}
.button.--icon.--link::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary-solid);
  height: 16px;
  mask-image: url("../../assets/image/icon_arrow-right.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  width: 16px;
}
.button.--icon.--link.--prev::before {
  left: 16px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
.button.--icon.--link.--primary {
  background-color: var(--color-white);
}
.button.--icon.--link.--tertiary::before {
  background-color: var(--color-text);
}
.button.--icon.--link.--sm::before {
  right: 12px;
}
.button.--icon.--link.--inline.--prev::before {
  left: 12px;
}
@media screen and (max-width: 1279px) {
  .button.--icon.--link.--inline.--prev::before {
    left: 16px;
  }
}
.button.--header {
  min-height: 40px;
  min-width: 132px;
  padding: 10.5px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.button.--header.--icon {
  gap: 4px;
}
.button.--header.--icon::before {
  height: 16px;
  mask-size: 16px 16px;
  width: 16px;
}

.checkbox {
  align-items: flex-start;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .checkbox {
    flex-direction: column;
    gap: 8px;
  }
}
.checkbox .checkbox__contents {
  display: contents;
}
.checkbox .checkbox__legend {
  align-items: flex-start;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  padding: 12px 0;
  width: 240px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .checkbox .checkbox__legend {
    padding: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.checkbox .checkbox__container {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}
.checkbox .checkbox__container .textarea {
  display: none;
}
.checkbox .checkbox__container .textarea.is-show {
  display: block;
}

.checkbox__input {
  border: 1px solid var(--color-gray);
  border-radius: 2px;
  cursor: pointer;
  flex-shrink: 0;
  height: 16px;
  position: relative;
  width: 16px;
}
.checkbox__input::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-gray);
  height: 12px;
  mask-image: url("../../assets/image/icon_check.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 12px 12px;
  width: 12px;
}
.checkbox__input:checked {
  background-color: var(--color-primary-solid);
  border: none;
}
.checkbox__input:checked::after {
  background-color: var(--color-white);
}

.checkbox__item {
  align-items: center;
  display: flex;
}
.checkbox__item.--agree .checkbox__input {
  height: 24px;
  width: 24px;
}
.checkbox__item.--agree .checkbox__input::after {
  background-color: var(--color-gray);
  height: 18px;
  mask-image: url("../../assets/image/icon_check_large.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 18px 18px;
  width: 18px;
}
.checkbox__item.--agree .checkbox__input:checked::after {
  background-color: var(--color-white);
}
.checkbox__item.--agree .checkbox__label {
  padding: 0 0 0 12px;
}
.checkbox__item .link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkbox__label {
  display: inline-block;
  padding: 12px 0 12px 12px;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.cluster {
  display: flex;
  width: 100%;
}
.cluster.--reverse {
  flex-direction: row-reverse;
}
.cluster.--center {
  justify-content: center;
}
.cluster.--start {
  justify-content: flex-start;
}
.cluster.--end {
  justify-content: flex-end;
}
.cluster.--space-between {
  justify-content: space-between;
}
.cluster.--align-start {
  align-items: flex-start;
}
.cluster.--align-end {
  align-items: flex-end;
}
.cluster.--align-center {
  align-items: center;
}
.cluster.--gap-4 {
  gap: 4px;
}
.cluster.--gap-8 {
  gap: 8px;
}
.cluster.--gap-12 {
  gap: 12px;
}
.cluster.--gap-16 {
  gap: 16px;
}
.cluster.--gap-20 {
  gap: 20px;
}
.cluster.--gap-24 {
  gap: 24px;
}
.cluster.--gap-40 {
  gap: 40px;
}
.cluster.--gap-48 {
  gap: 48px;
}
.cluster.--gap-64 {
  gap: 64px;
}
.cluster.--gap-80 {
  gap: 80px;
}
@media screen and (max-width: 1279px) {
  .cluster.--sp-column {
    flex-direction: column;
  }
  .cluster.--sp-reverse {
    flex-direction: row-reverse;
  }
  .cluster.--sp-column-reverse {
    flex-direction: column-reverse;
  }
  .cluster.--sp-center {
    justify-content: center;
  }
  .cluster.--sp-start {
    justify-content: flex-start;
  }
  .cluster.--sp-end {
    justify-content: flex-end;
  }
  .cluster.--sp-space-between {
    justify-content: space-between;
  }
  .cluster.--sp-align-start {
    align-items: flex-start;
  }
  .cluster.--sp-align-end {
    align-items: flex-end;
  }
  .cluster.--sp-align-center {
    align-items: center;
  }
  .cluster.--sp-gap-4 {
    gap: 4px;
  }
  .cluster.--sp-gap-8 {
    gap: 8px;
  }
  .cluster.--sp-gap-12 {
    gap: 12px;
  }
  .cluster.--sp-gap-16 {
    gap: 16px;
  }
  .cluster.--sp-gap-20 {
    gap: 20px;
  }
  .cluster.--sp-gap-24 {
    gap: 24px;
  }
  .cluster.--sp-gap-40 {
    gap: 40px;
  }
  .cluster.--sp-gap-48 {
    gap: 48px;
  }
  .cluster.--sp-gap-64 {
    gap: 64px;
  }
  .cluster.--sp-gap-80 {
    gap: 80px;
  }
}

.contact-section {
  background-color: var(--color-blue);
  margin: 0 calc(50% - 50dvw);
  overflow-x: hidden;
  padding: 80px;
  width: 100dvw;
}
@media screen and (max-width: 1279px) {
  .contact-section {
    padding: 60px 16px;
  }
}
.contact-section .contact-section__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-inline: auto;
  max-width: 800px;
}
@media screen and (max-width: 1279px) {
  .contact-section .contact-section__inner {
    gap: 40px;
    max-width: 1039px;
    text-align: center;
  }
}
.contact-section .contact-section__inner .contact-section__body {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .contact-section .contact-section__inner .contact-section__body {
    gap: 81px 161px;
    justify-content: center;
    position: relative;
  }
}
@media screen and (max-width: 1279px) and (max-width: 784px) {
  .contact-section .contact-section__inner .contact-section__body {
    flex-direction: column;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .contact-section .contact-section__inner .contact-section__body::after {
    background-color: var(--color-white);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) and (max-width: 784px) {
  .contact-section .contact-section__inner .contact-section__body::after {
    height: 1px;
    left: 0;
    top: 50%;
    top: auto;
    transform: translateY(-50%);
    width: 100%;
  }
}
.contact-section .contact-section__inner .contact-section__body .contact-section__download,
.contact-section .contact-section__inner .contact-section__body .contact-section__contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .contact-section .contact-section__inner .contact-section__body .contact-section__download,
  .contact-section .contact-section__inner .contact-section__body .contact-section__contact {
    gap: 24px;
    padding-top: 96px;
    position: relative;
    width: 100%;
  }
}
.contact-section .contact-section__inner .contact-section__body .contact-section__download::before,
.contact-section .contact-section__inner .contact-section__body .contact-section__contact::before {
  content: "";
  height: 120px;
  width: 120px;
}
@media screen and (max-width: 1279px) {
  .contact-section .contact-section__inner .contact-section__body .contact-section__download::before,
  .contact-section .contact-section__inner .contact-section__body .contact-section__contact::before {
    height: 80px;
    position: absolute;
    top: 0;
    width: 80px;
  }
}
.contact-section .contact-section__inner .contact-section__body .contact-section__download .contact-section-text__wrapper,
.contact-section .contact-section__inner .contact-section__body .contact-section__contact .contact-section-text__wrapper {
  display: contents;
}
.contact-section .contact-section__inner .contact-section__body .contact-section__download .contact-section__text,
.contact-section .contact-section__inner .contact-section__body .contact-section__contact .contact-section__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  flex: 1;
}
@media screen and (max-width: 1279px) {
  .contact-section .contact-section__inner .contact-section__body .contact-section__download .contact-section__text,
  .contact-section .contact-section__inner .contact-section__body .contact-section__contact .contact-section__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    flex: unset;
  }
}
.contact-section .contact-section__inner .contact-section__body .contact-section__download::before {
  background-image: url("../../assets/image/icon_section-download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-section .contact-section__inner .contact-section__body .contact-section__contact::before {
  background-image: url("../../assets/image/icon_section-contact.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-section.--bottom {
  padding: 40px 80px;
}
@media screen and (max-width: 1279px) {
  .contact-section.--bottom {
    padding: 40px 16px;
  }
}
.contact-section.--bottom .contact-section__inner {
  gap: 40px;
  max-width: 1120px;
}
.contact-section.--bottom .contact-section__inner .contact-section__body {
  gap: 97px;
  min-height: 194px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .contact-section.--bottom .contact-section__inner .contact-section__body {
    height: auto;
  }
}
.contact-section.--bottom .contact-section__inner .contact-section__body::after {
  background-color: var(--color-white);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
}
@media screen and (max-width: 784px) {
  .contact-section.--bottom .contact-section__inner .contact-section__body::after {
    height: 1px;
    left: 0;
    top: 50%;
    top: auto;
    transform: translateY(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .contact-section.--bottom .contact-section__inner .contact-section__body {
    gap: 81px 161px;
  }
}
.contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__download,
.contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__contact {
  gap: 24px;
  padding-left: 168px;
  position: relative;
  width: calc(100% - 48.5px);
}
@media screen and (max-width: 1279px) {
  .contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__download,
  .contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__contact {
    padding-left: 0;
    padding-top: 96px;
    width: fit-content;
  }
}
@media screen and (max-width: 1279px) and (max-width: 784px) {
  .contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__download,
  .contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__contact {
    width: 100%;
  }
}
.contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__download::before,
.contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__contact::before {
  left: 0;
  position: absolute;
  top: 17px;
}
@media screen and (max-width: 1279px) {
  .contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__download::before,
  .contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__contact::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__download .contact-section-text__wrapper,
.contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__contact .contact-section-text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__download .contact-section-text__wrapper .contact-section__lead,
.contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__contact .contact-section-text__wrapper .contact-section__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__download .contact-section-text__wrapper .contact-section__lead,
  .contact-section.--bottom .contact-section__inner .contact-section__body .contact-section__contact .contact-section-text__wrapper .contact-section__lead {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6;
  }
}

.form {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .form {
    margin: 0 calc(50% - 50dvw);
    width: 100dvw;
  }
}
.form .form__container {
  border: 1px solid var(--color-gray);
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 1279px) {
  .form .form__container {
    border-radius: 0;
    padding: 40px 24px;
  }
}
.form .form-item {
  align-items: flex-start;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .form .form-item {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 1279px) {
  .form .form-item.--textarea {
    gap: 20px;
  }
}
.form .form-item .form-name {
  align-items: center;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .form .form-item .form-name {
    flex-direction: column;
    gap: 16px;
  }
}
.form .form-item .form-name .form-name__container {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1279px) {
  .form .form-item .form-name .form-name__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
}
.form .form-item .form-name .form-name__container .input {
  max-width: 100%;
  width: 260px;
}
@media screen and (max-width: 1279px) {
  .form .form-item .form-name .form-name__container .input {
    width: 100%;
  }
}
.form .form-item .form-name .form-name__container label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.form .form-label {
  align-items: flex-start;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  padding: 11px 0;
  width: 240px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .form .form-label {
    padding: 0;
  }
}
.form .form-label__tag {
  background-color: #d5d9d9;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 3.5px;
  padding: 2.5px 4px 3.5px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .form .form-label__tag {
    margin-top: 3.5px;
  }
}
.form .form-label__tag.--required {
  background-color: var(--color-red);
  color: var(--color-white);
}
.form .form__submit {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 1279px) {
  .form .form__submit {
    padding: 0 16px;
  }
}
.form .form__submit .button[type=submit] {
  width: 400px;
}

.input {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.input.--tel {
  max-width: 100%;
  width: 260px;
}
@media screen and (max-width: 1279px) {
  .input.--tel {
    width: 100%;
  }
}
.input .input-area {
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  outline: none;
  padding: 10px;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .input .input-area {
    padding: 14px 11px;
  }
}
.input .input-area::placeholder {
  color: var(--color-gray-3);
}
.input .input-area:focus-visible {
  border: 1px solid var(--color-primary-solid);
}

.link {
  padding-right: 14px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
  width: fit-content;
}
.link::after {
  bottom: 8.5px;
  content: "";
  margin-left: 2px;
  position: absolute;
  background-color: var(--color-primary-solid);
  height: 12px;
  mask-image: url("../../assets/image/icon_arrow-right.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 12px 12px;
  width: 12px;
}
.link.--no-arrow {
  display: inline-block;
  padding-right: unset;
}
.link.--no-arrow::before, .link.--no-arrow::after {
  display: none;
}
.link.--no-underline {
  text-decoration: none;
}
.link.--text-link::after {
  bottom: 4.5px;
}
@media screen and (max-width: 1279px) {
  .link.--text-link::after {
    bottom: 2.5px;
  }
}
.link.--text-link.--url {
  margin: 0 4px;
}

.link-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .link-list {
    gap: 0;
  }
}
.link-list .link-list__item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .link-list .link-list__item {
    align-items: center;
    display: flex;
    min-height: 40px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
.link-list .link {
  display: flex;
  gap: 8px;
  padding-right: 0;
}
.link-list .link::before {
  content: "";
  margin-top: 4px;
  background-color: var(--color-primary-solid);
  height: 16px;
  mask-image: url("../../assets/image/icon_arrow-right.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  width: 16px;
}
.link-list .link::after {
  display: none;
}

.news.--top {
  max-width: 1000px;
  width: 100%;
}
.news .news-list {
  display: flex;
  flex-direction: column;
}
.news .news-list .news-list__item {
  border-top: 1px solid var(--color-gray);
}
.news .news-list .news-list__item:last-of-type {
  border-bottom: 1px solid var(--color-gray);
}
.news .news-list .news-item[open] .news-item__head::after {
  transform: translateY(-50%) scale(1, -1);
}
.news .news-list .news-item[open] .news-item__body {
  overflow: hidden;
}
.news .news-list .news-item .news-item__head {
  align-items: center;
  display: flex;
  gap: 12px;
  overflow: hidden;
  padding: 20px 48px 20px 20px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .news .news-list .news-item .news-item__head {
    flex-wrap: wrap;
    gap: 16px 12px;
    padding: 20px 24px;
  }
}
.news .news-list .news-item .news-item__head::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) scale(1, 1);
  transition: all 0.2s ease;
  background-color: var(--color-text);
  height: 16px;
  mask-image: url("../../assets/image/icon_arrow-down.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  width: 16px;
}
@media screen and (max-width: 1279px) {
  .news .news-list .news-item .news-item__head::after {
    right: 24px;
    top: 32px;
  }
}
.news .news-list .news-item .news-item__head .news__date,
.news .news-list .news-item .news-item__head .news__tag {
  flex-shrink: 0;
}
.news .news-list .news-item .news-item__head .news__date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.news .news-list .news-item .news-item__head .news__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .news .news-list .news-item .news-item__head .news__title {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.news .news-list .news-item .news-item__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px 20px 208px;
}
@media screen and (max-width: 1279px) {
  .news .news-list .news-item .news-item__body {
    padding: 0 24px 20px;
  }
}
.news .news-list .news-item .news-link__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.notice {
  background-color: var(--color-navy-2);
  margin: 0 calc(50% - 50dvw);
  padding: 8px 24px;
  position: relative;
  width: 100dvw;
  z-index: 1000;
}
@media screen and (max-width: 1279px) {
  .notice {
    padding: 8px 12px;
  }
}
.notice .notice__inner {
  margin-inline: auto;
  max-width: var(--width-content);
  padding-left: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .notice .notice__inner {
    padding-left: 32px;
  }
}
.notice .notice__inner::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-white);
  height: 24px;
  mask-image: url("../../assets/image/icon_notice.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  width: 24px;
}
.notice .notice__inner .notice-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.notice .notice__inner .notice-list .notice-list__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .notice .notice__inner .notice-list .notice-list__item {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.notice .notice__inner .notice-list .notice-list__item .notice__text {
  color: var(--color-white);
  display: inline-block;
  min-height: 26px;
}
@media screen and (max-width: 1279px) {
  .notice .notice__inner .notice-list .notice-list__item .notice__text {
    min-height: auto;
  }
}

.play-button__wrapper {
  background-color: var(--color-white);
  border-radius: 50%;
  height: 56px;
  padding: 8px;
  position: relative;
  width: 56px;
}
.play-button__wrapper.--lg {
  height: 72px;
  padding: 12px;
  width: 72px;
}
.play-button__wrapper.--lg .play-button {
  height: 48px;
  width: 48px;
}
.play-button__wrapper.--lg .play-button::after {
  height: 24px;
  mask-size: 24px 24px;
  width: 24px;
}
@media screen and (max-width: 1279px) {
  .play-button__wrapper.--sp-md {
    height: 72px;
    padding: 12px;
    width: 72px;
  }
  .play-button__wrapper.--sp-md .play-button {
    height: 48px;
    width: 48px;
  }
  .play-button__wrapper.--sp-md .play-button::after {
    height: 24px;
    mask-size: 24px 24px;
    width: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .play-button__wrapper.--sp-sm {
    height: 56px;
    padding: 8px;
    width: 56px;
  }
  .play-button__wrapper.--sp-sm .play-button {
    height: 40px;
    width: 40px;
  }
  .play-button__wrapper.--sp-sm .play-button::after {
    height: 20px;
    mask-size: 20px 20px;
    width: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .play-button__wrapper.--sp-xs {
    height: 48px;
    padding: 8px;
    width: 48px;
  }
  .play-button__wrapper.--sp-xs.is-playing .play-button::after {
    height: 16px;
    mask-size: 16px 16px;
    width: 16px;
  }
  .play-button__wrapper.--sp-xs .play-button {
    height: 32px;
    width: 32px;
  }
  .play-button__wrapper.--sp-xs .play-button::after {
    height: 16px;
    mask-size: 16px 16px;
    width: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .play-button__wrapper.--sp-xxs {
    height: 42px;
    padding: 6px;
    width: 42px;
  }
  .play-button__wrapper.--sp-xxs.is-playing .play-button::after {
    height: 14px;
    mask-size: 14px 14px;
    width: 14px;
  }
  .play-button__wrapper.--sp-xxs .play-button {
    height: 28px;
    width: 28px;
  }
  .play-button__wrapper.--sp-xxs .play-button::after {
    height: 14px;
    mask-size: 14px 14px;
    width: 14px;
  }
}
.play-button__wrapper .play-button {
  background-color: var(--color-primary-solid);
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  width: 40px;
  z-index: 2;
}
.play-button__wrapper .play-button::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
  height: 20px;
  mask-image: url("../../assets/image/icon_play_button_play.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 20px 20px;
  width: 20px;
}
.play-button__wrapper.is-playing .play-button {
  background-color: var(--color-gray-10);
}
.play-button__wrapper.is-playing .play-button::after {
  background-color: var(--color-white);
  height: 20px;
  mask-image: url("../../assets/image/icon_play_button_pause.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 20px 20px;
  width: 20px;
}

.radio {
  align-items: flex-start;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .radio {
    flex-direction: column;
    gap: 8px;
  }
}
.radio .radio__contents {
  display: contents;
}
.radio .radio__legend {
  align-items: flex-start;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  padding: 12px 0;
  width: 240px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .radio .radio__legend {
    padding: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.radio .radio__container {
  display: flex;
  flex-direction: column;
}
.radio .radio__input {
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  height: 16px;
  position: relative;
  width: 16px;
}
.radio .radio__input::after {
  background-color: var(--color-gray);
  border-radius: 4px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}
.radio .radio__input:checked {
  border: 1px solid var(--color-primary-solid);
}
.radio .radio__input:checked::after {
  background-color: var(--color-primary-solid);
}
.radio .radio__item {
  align-items: center;
  display: flex;
}
.radio .radio__item.--agree .radio__input {
  height: 24px;
  width: 24px;
}
.radio .radio__item.--agree .radio__input::after {
  background-color: var(--color-gray);
  height: 18px;
  mask-image: url("../../assets/image/icon_check_large.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 18px 18px;
  width: 18px;
}
.radio .radio__item.--agree .radio__input:checked::after {
  background-color: var(--color-white);
}
.radio .radio__item.--agree .radio__label {
  padding: 0 0 0 12px;
}
.radio .radio__item .link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.radio .radio__label {
  display: inline-block;
  padding: 12px 0 12px 12px;
  padding-left: 12px;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.section .section__contents {
  margin-inline: auto;
  max-width: var(--width-content);
  width: 100%;
}
.section.--pc-full {
  margin: 0 calc(50% - 50dvw);
  width: 100dvw;
}
.section.--pc-full .section__contents {
  padding: 0 80px;
}
@media screen and (max-width: 1279px) {
  .section.--pc-full .section__contents {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  .section.--pc-full {
    margin: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .section.--sp-full {
    margin: 0 calc(50% - 50dvw);
    width: 100dvw;
  }
}

.select-box {
  max-width: 100%;
  position: relative;
  width: 260px;
}
@media screen and (max-width: 1279px) {
  .select-box {
    width: 100%;
  }
}
.select-box::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary-solid);
  height: 16px;
  mask-image: url("../../assets/image/icon_arrow-down.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  width: 16px;
}
.select-box .select-box__input {
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  outline: none;
  padding: 11px 37px 11px 11px;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .select-box .select-box__input {
    padding: 15px 37px 15px 11px;
  }
}
.select-box .select-box__input:focus-visible {
  border: 1px solid var(--color-primary-solid);
}

.stack {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.stack.--reverse {
  flex-direction: column-reverse;
}
.stack.--center {
  justify-content: center;
}
.stack.--start {
  justify-content: flex-start;
}
.stack.--end {
  justify-content: flex-end;
}
.stack.--space-between {
  justify-content: space-between;
}
.stack.--align-start {
  align-items: flex-start;
}
.stack.--align-end {
  align-items: flex-end;
}
.stack.--align-center {
  align-items: center;
}
.stack.--gap-4 {
  gap: 4px;
}
.stack.--gap-8 {
  gap: 8px;
}
.stack.--gap-12 {
  gap: 12px;
}
.stack.--gap-16 {
  gap: 16px;
}
.stack.--gap-20 {
  gap: 20px;
}
.stack.--gap-24 {
  gap: 24px;
}
.stack.--gap-40 {
  gap: 40px;
}
.stack.--gap-48 {
  gap: 48px;
}
.stack.--gap-60 {
  gap: 60px;
}
.stack.--gap-64 {
  gap: 64px;
}
.stack.--gap-80 {
  gap: 80px;
}
.stack.--gap-100 {
  gap: 100px;
}
@media screen and (max-width: 1279px) {
  .stack.--sp-row {
    flex-direction: row;
  }
  .stack.--sp-reverse {
    flex-direction: column-reverse;
  }
  .stack.--sp-row-reverse {
    flex-direction: row-reverse;
  }
  .stack.--sp-center {
    justify-content: center;
  }
  .stack.--sp-start {
    justify-content: flex-start;
  }
  .stack.--sp-end {
    justify-content: flex-end;
  }
  .stack.--sp-space-between {
    justify-content: space-between;
  }
  .stack.--sp-align-start {
    align-items: flex-start;
  }
  .stack.--sp-align-end {
    align-items: flex-end;
  }
  .stack.--sp-align-center {
    align-items: center;
  }
  .stack.--sp-gap-0 {
    gap: 0;
  }
  .stack.--sp-gap-4 {
    gap: 4px;
  }
  .stack.--sp-gap-8 {
    gap: 8px;
  }
  .stack.--sp-gap-12 {
    gap: 12px;
  }
  .stack.--sp-gap-16 {
    gap: 16px;
  }
  .stack.--sp-gap-20 {
    gap: 20px;
  }
  .stack.--sp-gap-24 {
    gap: 24px;
  }
  .stack.--sp-gap-32 {
    gap: 32px;
  }
  .stack.--sp-gap-40 {
    gap: 40px;
  }
  .stack.--sp-gap-48 {
    gap: 48px;
  }
  .stack.--sp-gap-64 {
    gap: 64px;
  }
  .stack.--sp-gap-80 {
    gap: 80px;
  }
}

.tag-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .tag-list {
    gap: 4px;
  }
}
.tag-list .tag-list__item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1279px) {
  .tag-list .tag-list__item {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2;
  }
}
@media screen and (max-width: 1279px) {
  .tag-list.--sample-voice {
    gap: 8px;
  }
}
@media screen and (max-width: 1279px) {
  .tag-list.--sample-voice .tag-list__item {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5833333333;
  }
}
.tag-list.--sample-voice .tag-list__item .tag__text {
  border-radius: 2px;
  padding: 3px;
  width: 97.33px;
}
@media screen and (max-width: 1279px) {
  .tag-list.--sample-voice .tag-list__item .tag__text {
    padding: 2.5px;
    width: 92px;
  }
}

.tag__text {
  background-color: var(--color-gray-13);
  border-radius: 4px;
  display: grid;
  padding: 2px 8px;
  place-content: center;
}
@media screen and (max-width: 1279px) {
  .tag__text {
    min-height: 24px;
    padding: 0 8px;
  }
}
.tag__text.--hint {
  background-color: var(--color-gray-2);
  min-height: 33px;
  padding: 3.5px 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.tag__text.--news {
  background-color: var(--color-gray-11);
  border: 1px solid var(--color-gray-13);
  border-radius: 4px;
  display: grid;
  height: 28px;
  min-width: 80px;
  padding: 2px 4px;
  place-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
}
@media screen and (max-width: 1279px) {
  .tag__text.--news {
    height: 24px;
    min-width: 64px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5833333333;
  }
}
.tag__text.--news.--important {
  background-color: var(--color-gray-8);
  border: none;
  color: var(--color-white);
}
.tag__text.--sample-voice {
  border-radius: 2px;
  padding: 3px;
  width: 97.33px;
}

.text.--annotation {
  padding-left: 1em;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
.text.--annotation::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.textarea {
  position: relative;
  width: 100%;
}
.textarea .textarea__resizer {
  background-image: url("../../assets/image/icon_resizer.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 8px;
  content: "";
  cursor: ns-resize;
  height: 16px;
  position: absolute;
  right: 8px;
  width: 16px;
}
.textarea .textarea__input {
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  min-height: 200px;
  outline: none;
  padding: 11px;
  resize: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.textarea .textarea__input:focus-visible {
  border: 1px solid var(--color-primary-solid);
}
.textarea .textarea__input::placeholder {
  color: var(--color-gray-3);
}

.text-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.text-list .text-list__item {
  padding-left: 18px;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .text-list .text-list__item {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.text-list .text-list__item::before {
  background: var(--color-primary);
  border-radius: 8px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10.5px;
  width: 8px;
}

.title.--level1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .title.--level1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.title.--level2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .title.--level2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.title.--level3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .title.--level3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.title.--level4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .title.--level4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.title.--level5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .title.--level5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.title.--center {
  text-align: center;
}
.title.--underline {
  padding-bottom: 20px;
  position: relative;
}
.title.--underline::after {
  background-color: var(--color-primary-solid);
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 48px;
}
@media screen and (max-width: 1279px) {
  .title.--mv {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.6;
  }
}

.toc .toc__contents {
  background-color: var(--color-white);
  box-shadow: var(--box-shadow);
  padding: 56px 40px 24px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .toc .toc__contents {
    padding: 37px 24px 12px;
  }
}
.toc .toc__contents::before {
  background-color: var(--color-gray-2);
  border-radius: 0 0 8px 8px;
  content: "目次";
  left: 40px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .toc .toc__contents::before {
    left: 50%;
    padding: 2px 12px;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3125;
  }
}
.toc .toc-list {
  display: flex;
  flex-direction: column;
}
.toc .toc-list .toc-list__item {
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .toc .toc-list .toc-list__item {
    padding: 8px 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7142857143;
  }
}
.toc .toc-list .toc-list__item:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 1279px) {
  .toc .toc-list .toc-list__item:first-of-type {
    padding: 12px 0;
  }
}
.toc .toc-list .toc-list__item:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 1279px) {
  .toc .toc-list .toc-list__item:last-of-type {
    padding-bottom: 8px;
  }
}
.toc .toc-list .toc-list__item:not(:first-of-type) {
  border-top: 2px solid var(--color-gray-2);
}
.toc .toc-list .toc-list__item .toc__link {
  display: block;
  padding: 0 24px 0 8px;
  position: relative;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .toc .toc-list .toc-list__item .toc__link:hover::after {
    background-color: var(--color-primary-solid);
    opacity: 1;
  }
}
.toc .toc-list .toc-list__item .toc__link::after {
  content: "";
  opacity: 0.3;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  background-color: var(--color-text);
  height: 8px;
  mask-image: url("../../assets/image/icon_header_link.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 8px 8px;
  width: 8px;
}
.toc.--number .toc-list {
  counter-reset: number 0;
}
.toc.--number .toc-list .toc-list__item {
  counter-increment: number 1;
}
.toc.--number .toc-list .toc-list__item .toc__link {
  padding-left: 35px;
  position: relative;
}
.toc.--number .toc-list .toc-list__item .toc__link::before {
  color: var(--color-gray-10);
  content: "0" counter(number);
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.toc.--pc-full {
  margin: 0 calc(50% - 50dvw);
  padding: 40px 80px;
  width: 100dvw;
}
@media screen and (max-width: 1279px) {
  .toc.--pc-full {
    margin: auto;
    padding: 0;
    width: 100%;
  }
}
.toc.--pc-full .toc__contents {
  margin-inline: auto;
  max-width: var(--width-content);
}
.toc.--features {
  background-color: var(--color-gray-11);
}

.case {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .case-filter__wrapper.--normal {
    box-shadow: var(--box-shadow-4);
    margin: 0 calc(50% - 50dvw);
    padding: 0 16px 24px;
    width: 100dvw;
  }
}
.case-filter__wrapper .case-filter {
  position: relative;
  width: fit-content;
}
@media (hover: hover) {
  .case-filter__wrapper .case-filter:not([open]):hover::before {
    box-shadow: var(--box-shadow-hover);
  }
}
.case-filter__wrapper .case-filter::before {
  border-radius: 8px;
  box-shadow: var(--box-shadow), 0px 0px 2px 0px rgba(0, 0, 0, 0.1607843137);
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-radius 0.2s ease;
  width: 293px;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .case-filter__wrapper .case-filter::before {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .case-filter__wrapper .case-filter {
    border: 1px solid var(--color-gray);
    border-radius: 8px;
    width: 100%;
  }
}
.case-filter__wrapper .case-filter.--fixed {
  box-shadow: none;
}
@media screen and (max-width: 1279px) {
  .case-filter__wrapper .case-filter.--fixed::before {
    box-shadow: none;
  }
}
.case-filter__wrapper .case-filter.is-selected .case-filter__summary::before {
  background-color: var(--color-primary-solid);
}
.case-filter__wrapper .case-filter[open] {
  width: 100%;
}
.case-filter__wrapper .case-filter[open]::before {
  border-radius: 8px 8px 0 0;
}
.case-filter__wrapper .case-filter[open] .case-filter__summary {
  border-radius: 8px 8px 0 0;
}
.case-filter__wrapper .case-filter[open] .case-filter__summary .case-selected__number {
  opacity: 0;
  visibility: hidden;
}
.case-filter__wrapper .case-filter .case-filter__summary {
  background-color: var(--color-white);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 12px 73px 12px 24px;
  position: relative;
  transition: border-radius 0.2s ease;
  width: fit-content;
  z-index: 2;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .case-filter__wrapper .case-filter .case-filter__summary {
    align-items: center;
    box-shadow: none;
    justify-content: center;
    padding: 15px 51px;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.case-filter__wrapper .case-filter .case-filter__summary::before {
  content: "";
  transition: background-color 0.1s ease;
  background-color: var(--color-gray-3);
  height: 24px;
  mask-image: url("../../assets/image/icon_filter.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  width: 24px;
}
@media screen and (max-width: 1279px) {
  .case-filter__wrapper .case-filter .case-filter__summary::before {
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.case-filter__wrapper .case-filter .case-filter__summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) scale(1, 1);
  transition: all 0.2s ease;
  background-color: var(--color-text);
  height: 16px;
  mask-image: url("../../assets/image/icon_arrow-down.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  width: 16px;
}
.case-filter__wrapper .case-filter .case-filter__summary .case-filter__text {
  position: relative;
}
.case-filter__wrapper .case-filter .case-filter__summary .case-filter__text::after {
  background-color: var(--color-gray-2);
  border-radius: 1px;
  content: "";
  height: 32px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 1279px) {
  .case-filter__wrapper .case-filter .case-filter__summary .case-filter__text::after {
    display: none;
  }
}
.case-filter__wrapper .case-filter .case-filter__summary .case-selected__number {
  background-color: var(--color-primary-solid);
  border-radius: 12px;
  color: var(--color-white);
  display: grid;
  opacity: 1;
  padding: 4.5px 7.5px;
  place-content: center;
  position: absolute;
  right: -8px;
  top: -8px;
  visibility: visible;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.case-filter__wrapper .case-filter .case-filter__summary .case-selected__number.is-hidden {
  display: none;
}
.case-filter__wrapper .case-filter .case-filter-list {
  background-color: var(--color-white);
  border-radius: 0 8px 8px 8px;
  box-shadow: var(--box-shadow), 0px 0px 2px 0px rgba(0, 0, 0, 0.1607843137);
  display: grid;
  gap: 16px 0;
  grid-template-columns: repeat(auto-fit, minmax(274px, 1fr));
  overflow: hidden;
  padding: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .case-filter__wrapper .case-filter .case-filter-list {
    border-radius: 0 0 8px 8px;
    border-top: 1px solid var(--color-gray-2);
    box-shadow: none;
    gap: 0;
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1279px) {
  .case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item {
    padding: 8px 16px;
  }
  .case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item:not(:first-of-type) {
    border-top: 1px solid var(--color-gray-2);
  }
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item .case-filter__checkbox .checkbox__label {
  align-items: center;
  display: flex;
  gap: 16px;
  padding: 0 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item .case-filter__checkbox .checkbox__label {
    width: 100%;
  }
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item .case-filter__checkbox .checkbox__label::before {
  content: "";
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--supermarket .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_supermarket.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--office .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_office.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--construction .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_construction.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--park .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_park.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--factory .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_factory.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--mall .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_mall.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--hospital .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_hospital.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--drug-store .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_drug-store.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--home-center .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_home-center.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--tourist-spot .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_tourist-spot.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--transportation .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_transportation.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--event .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_event.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--school .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_school.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--theater .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_theater.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-filter__wrapper .case-filter .case-filter-list .case-filter-list__item.--disaster .case-filter__checkbox .checkbox__label::before {
  background-image: url("../../assets/image/icon_disaster.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.case-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1279px) {
  .case-list {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 343px), 1fr));
  }
}
.case-list .case-list__item {
  display: none;
  opacity: 0;
  position: relative;
  transition: all 0.2s ease;
  visibility: hidden;
}
.case-list .case-list__item .case-list__link,
.case-list .case-list__item .case-list__block {
  height: 100%;
}
@media (hover: hover) {
  .case-list .case-list__item .case-list__link:hover .case__wrapper {
    box-shadow: var(--box-shadow-hover);
  }
  .case-list .case-list__item .case-list__link:hover .case__wrapper .case__body .link__icon::before {
    box-shadow: var(--box-shadow-hover);
  }
}
@media (hover: none) {
  .case-list .case-list__item .case-list__link:active .case__wrapper {
    box-shadow: var(--box-shadow-hover);
  }
  .case-list .case-list__item .case-list__link:active .case__wrapper .case__body .link__icon::before {
    box-shadow: var(--box-shadow-hover);
  }
}
.case-list .case-list__item .case-list__link .case__wrapper {
  border: none;
}
.case-list .case-list__item .case-list__block .case__wrapper {
  box-shadow: none;
}
.case-list .case-list__item.is-show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.case-list .case-list__item .case__wrapper {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: flex-end;
  transition: all 0.2s ease;
}
.case-list .case-list__item .case__label {
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 7px 0 8px 0;
  color: var(--color-white);
  display: inline-block;
  left: 1px;
  padding: 4px 8px;
  position: absolute;
  top: 1px;
  width: fit-content;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .case-list .case-list__item .case__label {
    padding: 2px 8px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7142857143;
  }
}
.case-list .case-list__item .case__img {
  border-radius: 8px 8px 0 0;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.case-list .case-list__item .case__img img {
  width: 100%;
}
.case-list .case-list__item .case__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .case-list .case-list__item .case__body {
    padding: 20px 0;
  }
}
.case-list .case-list__item .case__body .link__icon {
  background-color: var(--color-white);
  border-radius: 24px;
  height: 48px;
  position: absolute;
  right: -16px;
  top: -24px;
  width: 48px;
}
@media screen and (max-width: 1279px) {
  .case-list .case-list__item .case__body .link__icon {
    right: -8px;
  }
}
.case-list .case-list__item .case__body .link__icon::before {
  border-radius: inherit;
  box-shadow: var(--box-shadow);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.case-list .case-list__item .case__body .link__icon::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-primary-solid);
  height: 24px;
  mask-image: url("../../assets/image/icon_arrow-right.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  width: 24px;
}
.case-list .case-list__item .case__body .case-contents {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 0 32px;
}
@media screen and (max-width: 1279px) {
  .case-list .case-list__item .case__body .case-contents {
    gap: 12px;
    padding: 0 24px;
  }
}
.case-list .case-list__item .case__body .case-contents .case-contents__head {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .case-list .case-list__item .case__body .case-contents .case-contents__head {
    gap: 4px;
  }
}
.case-list .case-list__item .case__body .case-contents .case-contents__head .case-contents__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .case-list .case-list__item .case__body .case-contents .case-contents__head .case-contents__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.case-list .case-list__item .case__body .case-contents .case-contents__head .case-contents__title em {
  color: var(--color-primary-solid);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .case-list .case-list__item .case__body .case-contents .case-contents__head .case-contents__title em {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.case-list .case-list__item .case__body .case-contents .case-contents__head .case-contents__company {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .case-list .case-list__item .case__body .case-contents .case-contents__head .case-contents__company {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7142857143;
  }
}

.features-list {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1279px) {
  .features-list {
    gap: 48px;
  }
}
.features-list .features-list__item {
  counter-increment: number 1;
  padding: 56px 40px 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item {
    margin: 0 calc(50% - 50dvw);
    padding: 0;
    width: 100dvw;
  }
}
.features-list .features-list__item:nth-of-type(2n + 1) .features__img {
  margin-right: -88px;
}
.features-list .features-list__item:nth-of-type(2n) .features-body__head {
  flex-direction: row-reverse;
}
.features-list .features-list__item:nth-of-type(2n) .features__img {
  margin-left: -88px;
}
.features-list .features-list__item .features-body {
  border: 1px solid var(--color-gray);
  border-radius: 16px;
  padding: 0 48px 40px;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body {
    border: none;
    border-radius: 0;
    padding: 0 24px;
  }
}
.features-list .features-list__item .features-body .features-body__head {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 40px;
  min-height: 362px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features-body__head {
    align-items: center;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    min-height: 0;
  }
}
.features-list .features-list__item .features-body .features-body__head .features__title {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features-body__head .features__title {
    gap: 12px;
    max-width: 100%;
    position: relative;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features-body__head .features__title::before {
    background-color: var(--color-gray);
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 17px;
    width: calc(100% - 56px);
  }
}
.features-list .features-list__item .features-body .features-body__head .features__title::after {
  color: var(--color-gray-10);
  content: "0" counter(number);
  font-family: var(--font-num);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features-body__head .features__title::after {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
  }
}
.features-list .features-list__item .features-body .features-body__head .features__img {
  border: 1px solid var(--color-gray);
  border-radius: 16px;
  flex-shrink: 0;
  height: auto;
  margin-top: -56px;
  max-width: 100%;
  overflow: hidden;
  width: 640px;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features-body__head .features__img {
    border-radius: 8px;
    margin: unset;
    margin-top: 0;
    width: 327px;
  }
}
.features-list .features-list__item .features-body .features-body__head .features__img img {
  width: 100%;
}
.features-list .features-list__item .features-body .features__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.features-list .features-list__item .features-body .features__point {
  margin-top: 43.5px;
  padding-top: 27.5px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point {
    margin-top: 33px;
    padding-top: 13px;
  }
}
.features-list .features-list__item .features-body .features__point::before {
  background-color: var(--color-gray);
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 88px);
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point::before {
    width: calc(100% - 51px);
  }
}
.features-list .features-list__item .features-body .features__point::after {
  color: var(--color-primary-solid);
  content: "Point";
  font-family: var(--font-num);
  left: 0;
  position: absolute;
  top: -11.5px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point::after {
    top: -9px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.features-list .features-list__item .features-body .features__point .text-list {
  gap: 12px;
  padding: 4px 0 4px 8px;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point .text-list {
    gap: 4px;
    padding: 8px 0 0 8px;
  }
}
.features-list .features-list__item .features-body .features__point .text-list .text-list__item {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point .text-list .text-list__item {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
.features-list .features-list__item .features-body .features__point .text-list .text-list__item::before {
  top: 14px;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point .text-list .text-list__item::before {
    top: 10.4px;
  }
}
.features-list .features-list__item .features-body .features__point .features__table {
  display: table-cell;
  padding: 0 0 8px 8px;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point .features__table {
    padding: 8px 0 0 0;
  }
}
.features-list .features-list__item .features-body .features__point .features__table tbody {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point .features__table tbody {
    gap: 4px;
  }
}
.features-list .features-list__item .features-body .features__point .features__table tbody tr {
  align-items: flex-start;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point .features__table tbody tr {
    gap: 2px;
  }
}
.features-list .features-list__item .features-body .features__point .features__table tbody tr th {
  display: flex;
  flex-shrink: 0;
  gap: 4px;
  justify-content: flex-end;
  width: 104px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point .features__table tbody tr th {
    gap: 2px;
    width: 82px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
.features-list .features-list__item .features-body .features__point .features__table tbody tr th::after {
  color: var(--color-gray-10);
  content: "：";
}
.features-list .features-list__item .features-body .features__point .features__table tbody tr td {
  display: flex;
  flex-direction: column;
  padding: 1px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-body .features__point .features__table tbody tr td {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.features-list .features-list__item .features-button__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1279px) {
  .features-list .features-list__item .features-button__wrapper {
    display: none;
  }
}

.sample {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .sample {
    gap: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .sample .sample-button-list__wrapper {
    display: none;
  }
}
.sample .sample-button-list {
  background-color: var(--color-white);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1279px) {
  .sample .sample-button-list {
    display: flex;
    min-width: max-content;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .sample .sample-button-list .sample-button-list__item {
    min-width: 185.83px;
  }
}
.sample .sample-button-list .sample-button-list__item:first-of-type .sample__button {
  border-radius: 8px 0 0 8px;
}
.sample .sample-button-list .sample-button-list__item:last-of-type .sample__button {
  border-radius: 0 8px 8px 0;
}
.sample .sample-button-list .sample-button-list__item:not(:first-of-type) {
  position: relative;
}
.sample .sample-button-list .sample-button-list__item:not(:first-of-type)::before {
  background-color: var(--color-gray-2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
.sample .sample-button-list .sample-button-list__item .sample__button {
  align-items: center;
  background-color: var(--color-white);
  color: var(--color-gray-8);
  display: flex;
  gap: 8px;
  height: 100%;
  justify-content: center;
  padding: 12px;
  position: relative;
  transition: background-color 0.2s ease;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (hover: hover) {
  .sample .sample-button-list .sample-button-list__item .sample__button:hover {
    background-color: var(--color-yellow);
  }
}
.sample .sample-button-list .sample-button-list__item .sample__button::before {
  content: "";
  flex-shrink: 0;
  height: 25px;
  width: 40px;
}
.sample .sample-button-list .sample-button-list__item .sample__button.--japanese::before {
  background-image: url("../../assets/image/icon_japan.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-button-list .sample-button-list__item .sample__button.--english::before {
  background-image: url("../../assets/image/icon_usa.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-button-list .sample-button-list__item .sample__button.--chinese::before {
  background-image: url("../../assets/image/icon_china.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-button-list .sample-button-list__item .sample__button.--korean::before {
  background-image: url("../../assets/image/icon_korea.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-button-list .sample-button-list__item .sample__button.--vietnamese::before {
  background-image: url("../../assets/image/icon_vietnam.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-button-list .sample-button-list__item .sample__button.--portuguese::before {
  background-image: url("../../assets/image/icon_portugal.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-button-list .sample-button-list__item .sample__button .sample-button__shadow {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 24px 24px 0px 24px;
  bottom: -16px;
  display: none;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.08));
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: -1;
}
.sample .sample-button-list .sample-button-list__item .sample__button.is-current {
  color: var(--color-primary-solid);
  pointer-events: none;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
}
.sample .sample-button-list .sample-button-list__item .sample__button.is-current::after {
  bottom: -16px;
  box-shadow: var(--box-shadow);
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  background-color: var(--color-white);
  height: 24px;
  mask-image: url("../../assets/image/icon_polygon.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 48px 24px;
  width: 48px;
}
.sample .sample-button-list .sample-button-list__item .sample__button.is-current .sample-button__shadow {
  display: block;
}
.sample .sample-list {
  display: none;
  width: 100%;
}
.sample .sample-list.is-show {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1279px) {
  .sample .sample-list.is-show {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 343px), 1fr));
  }
}
.sample .sample-list .sample-list__item {
  border-radius: 16px;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
  .sample .sample-list .sample-list__item:hover {
    box-shadow: var(--box-shadow-hover);
  }
  .sample .sample-list .sample-list__item:hover .sample-play__button::before {
    box-shadow: var(--box-shadow-hover);
  }
  .sample .sample-list .sample-list__item:hover .sample-play__button .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .sample .sample-list .sample-list__item:hover .sample-play__button .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
  .sample .sample-list .sample-list__item:hover .sample-play__button .play-button__wrapper::before {
    box-shadow: var(--box-shadow-hover);
  }
}
@media (hover: none) {
  .sample .sample-list .sample-list__item:active {
    box-shadow: var(--box-shadow-hover);
  }
  .sample .sample-list .sample-list__item:active .sample-play__button::before {
    box-shadow: var(--box-shadow-hover);
  }
  .sample .sample-list .sample-list__item:active .sample-play__button .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .sample .sample-list .sample-list__item:active .sample-play__button .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
  .sample .sample-list .sample-list__item:active .sample-play__button .play-button__wrapper::before {
    box-shadow: var(--box-shadow-hover);
  }
}
.sample .sample-list .sample-list__item .play-button__wrapper {
  position: absolute;
  right: -8px;
  top: -8px;
}
.sample .sample-list .sample-list__item .sample-play__button {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sample .sample-list .sample-list__item .sample-play__button::before {
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  content: "";
  height: 56px;
  position: absolute;
  right: -8px;
  top: -8px;
  transition: all 0.2s ease;
  width: 56px;
  z-index: -1;
}
.sample .sample-list .sample-list__item .sample-list-body {
  background-color: var(--color-white);
  border-radius: 16px 16px 0 0;
  display: flex;
  flex: 1;
  min-height: 136px;
  padding: 0 16px;
  pointer-events: none;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-body {
    min-height: 112px;
  }
}
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner {
  border-radius: 16px 16px 0 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  margin-inline: auto;
  max-width: 357.33px;
  overflow: hidden;
  padding: 23px 0 11px 162.67px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner {
    max-width: 311px;
    padding: 25px 0 13px 155.5px;
  }
}
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner::before {
  content: "";
  height: 296.25px;
  left: 6.33px;
  position: absolute;
  top: 0;
  width: 150px;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner::before {
    height: 246px;
    left: 13.94px;
    width: 124.56px;
  }
}
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-list__name {
  padding-right: 48px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-list__name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option {
  align-items: center;
  display: flex;
}
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option dt,
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option dt,
  .sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option dd {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option dd.--emotion-setting {
  display: grid;
  height: 20px;
  place-content: center;
  position: relative;
  width: 20px;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option dd.--emotion-setting {
    height: 16px;
    width: 16px;
  }
}
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option dd.--emotion-setting::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-gray-5);
  height: 20px;
  mask-image: url("../../assets/image/icon_line.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 20px 20px;
  width: 20px;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option dd.--emotion-setting::after {
    height: 16px;
    mask-size: 16px 16px;
    width: 16px;
  }
}
.sample .sample-list .sample-list__item .sample-list-body .sample-list-body-inner .sample-option-list .sample-option-list__item .sample__option dd.--emotion-setting.--true::after {
  background-color: #12b2a2;
  mask-image: url("../../assets/image/icon_check.svg");
}
.sample .sample-list .sample-list__item .sample-list-foot {
  background-color: var(--color-gray-11);
  border-radius: 0 0 16px 16px;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  padding: 12px 16px 16px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-foot {
    flex: 0;
    justify-content: center;
    padding: 12px 24px;
  }
}
.sample .sample-list .sample-list__item .sample-list-foot .sample-list-foot__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-foot .sample-list-foot__inner {
    align-items: flex-start;
  }
}
.sample .sample-list .sample-list__item .sample-list-foot .sample-list-foot__inner .tag-list.--sample-voice {
  width: 325.33px;
}
@media screen and (max-width: 1279px) {
  .sample .sample-list .sample-list__item .sample-list-foot .sample-list-foot__inner .tag-list.--sample-voice {
    max-width: 100%;
    width: 295px;
  }
}
.sample .sample-list .sample-list__item.--saori .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_saori.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--makoto .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_makoto.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--misaki .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_misaki.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--haru .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_haru.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--yuta .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_yuta.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--brian .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_brian.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--jessica .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_jessica.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--michael .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_michael.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--ashley .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_ashley.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--han .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_han.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--zhou .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_zhou.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--song .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_song.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--liu .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_liu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--soyeong .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_soyeong.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--seungmin .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_seungmin.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--hoa .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_hoa.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--sonia .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_sonia.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample .sample-list .sample-list__item.--roberto .sample-list-body-inner::before {
  background-image: url("../../assets/image/img_person_roberto.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sample-button__wrapper {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.sample-customize {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1279px) {
  .sample-customize {
    gap: 64px;
  }
}
.sample-customize .sample-customize__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize__contents {
    gap: 32px;
  }
}
.sample-customize .sample-customize__contents .sample-customize__heading {
  padding-left: 48px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize__contents .sample-customize__heading {
    padding: 9px 0 9px 24px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.sample-customize .sample-customize__contents .sample-customize__heading::before {
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  top: -16px;
  width: 80px;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize__contents .sample-customize__heading::before {
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
  }
}
.sample-customize .sample-customize__contents.--pleasure .sample-customize__heading::before {
  background-image: url("../../assets/image/img_pleasure.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample-customize .sample-customize__contents.--emergency .sample-customize__heading::before {
  background-image: url("../../assets/image/img_emergency.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample-customize .sample-customize__contents.--sadness .sample-customize__heading::before {
  background-image: url("../../assets/image/img_sadness.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sample-customize .sample-customize-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(548px, 1fr));
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list {
    grid-template-columns: 1fr;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item {
  background-color: var(--color-white);
  border-radius: 16px;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
  .sample-customize .sample-customize-list .sample-customize-list__item:hover {
    box-shadow: var(--box-shadow-hover);
  }
  .sample-customize .sample-customize-list .sample-customize-list__item:hover .sample-play__button::before {
    box-shadow: var(--box-shadow-hover);
  }
  .sample-customize .sample-customize-list .sample-customize-list__item:hover .sample-play__button .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .sample-customize .sample-customize-list .sample-customize-list__item:hover .sample-play__button .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
  .sample-customize .sample-customize-list .sample-customize-list__item:hover .sample-play__button .play-button__wrapper::before {
    box-shadow: var(--box-shadow-hover);
  }
}
@media (hover: none) {
  .sample-customize .sample-customize-list .sample-customize-list__item:active {
    box-shadow: var(--box-shadow-hover);
  }
  .sample-customize .sample-customize-list .sample-customize-list__item:active .sample-play__button::before {
    box-shadow: var(--box-shadow-hover);
  }
  .sample-customize .sample-customize-list .sample-customize-list__item:active .sample-play__button .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .sample-customize .sample-customize-list .sample-customize-list__item:active .sample-play__button .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
  .sample-customize .sample-customize-list .sample-customize-list__item:active .sample-play__button .play-button__wrapper::before {
    box-shadow: var(--box-shadow-hover);
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .play-button__wrapper {
  position: absolute;
  right: -8px;
  top: -8px;
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-play__button {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-play__button::before {
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  content: "";
  height: 56px;
  position: absolute;
  right: -8px;
  top: -8px;
  transition: all 0.2s ease;
  width: 56px;
  z-index: -1;
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize__body {
  background-color: var(--color-white);
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 28px 24px;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize__body {
    gap: 8px;
    padding: 24px;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize__body .sample-customize__title {
  padding-right: 56px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize__body .sample-customize__title {
    align-items: center;
    display: flex;
    padding: 0 40px 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize__body .sample-customize__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize__body .sample-customize__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav {
  border-radius: 0 16px 16px 0;
  display: grid;
  gap: 2px;
  grid-template-columns: 72px auto 72px 72px;
  grid-template-rows: 64px;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 56px minmax(56px, auto);
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item {
  background-color: var(--color-gray-11);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item.--person {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item.--setting {
    border-radius: 0 0 16px 16px;
    grid-column: 1/4;
    grid-row: 2/3;
  }
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item.--chime {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item.--bgm {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item:first-of-type {
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item:first-of-type {
    border-radius: 0;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item:last-of-type {
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item:last-of-type {
    border-radius: 0;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize__person {
  height: auto;
  overflow: hidden;
  width: 63.88px;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize__person {
    width: 55.89px;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize__person img {
  width: 100%;
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize-nav__block {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize-nav__block {
    margin-top: 4.5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize-nav__block .sample-customize-nav__option {
  align-items: flex-end;
  display: flex;
  gap: 2px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize-nav__block .sample-customize-nav__option {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize-nav__block .sample-customize-nav__option .sample-customize-nav__level {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 4px;
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize-nav__block .sample-customize-nav__img {
  display: grid;
  flex-shrink: 0;
  height: 24px;
  place-content: center;
  width: 24px;
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-nav .sample-customize-nav__item .sample-customize-nav__block .sample-customize-nav__img img {
  width: 100%;
}
.sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-setting {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 96px));
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .sample-customize .sample-customize-list .sample-customize-list__item .sample-customize-setting {
    flex: 1;
    grid-template-rows: auto;
    justify-content: space-around;
  }
}

.sample-toggle__wrapper {
  display: none;
}
@media screen and (max-width: 1279px) {
  .sample-toggle__wrapper {
    display: block;
  }
  .sample-toggle__wrapper .sample-toggle {
    border: 1px solid var(--color-gray);
    border-radius: 8px;
    box-shadow: var(--box-shadow-5);
    display: flex;
    flex-direction: column;
  }
  .sample-toggle__wrapper .sample-toggle[open] .sample-toggle__summary {
    border-bottom: 1px solid var(--color-gray-2);
    border-radius: 8px 8px 0 0;
    padding: 3px 12px 2px 15px;
  }
  .sample-toggle__wrapper .sample-toggle .sample-toggle__summary {
    align-items: center;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    min-height: 54px;
    padding: 0 12px 0 15px;
    padding-right: 26px;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .sample-toggle__wrapper .sample-toggle .sample-toggle__summary::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-primary-solid);
    height: 16px;
    mask-image: url("../../assets/image/icon_arrow-down.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 16px 16px;
    width: 16px;
  }
  .sample-toggle__wrapper .sample-toggle .sample-toggle__summary .sample-toggle__img {
    display: grid;
    height: 24px;
    place-content: center;
    width: 40px;
  }
  .sample-toggle__wrapper .sample-toggle .sample-toggle__summary .sample-toggle__img img {
    width: 100%;
  }
  .sample-toggle__wrapper .sample-toggle .sample-toggle__body {
    padding: 0 12px 0 15px;
  }
  .sample-toggle__wrapper .sample-toggle .sample-toggle__body .sample-toggle-tab {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 15px 0;
  }
  .sample-toggle__wrapper .sample-toggle .sample-toggle__body .sample-toggle-tab:not(:first-of-type) {
    border-top: 1px solid var(--color-gray-2);
  }
  .sample-toggle__wrapper .sample-toggle .sample-toggle__body .sample-toggle-tab .sample-toggle-tab__button {
    align-items: center;
    display: flex;
    gap: 12px;
  }
}

.solution {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.solution .solution-link {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1279px) {
  .solution .solution-link {
    display: none;
  }
}
.solution .solution-link .solution-link__item {
  background-color: var(--color-white);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .solution .solution-link .solution-link__item:hover {
    box-shadow: var(--box-shadow-hover);
  }
  .solution .solution-link .solution-link__item:hover .solution__link::after {
    background-color: var(--color-primary-solid);
    opacity: 1;
  }
}
.solution .solution-link .solution-link__item .solution__link {
  align-items: center;
  display: flex;
  gap: 12px;
  height: 100%;
  padding: 8px 8px 8px 32px;
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.solution .solution-link .solution-link__item .solution__link::before {
  content: "";
  height: 64px;
  width: 64px;
}
.solution .solution-link .solution-link__item .solution__link::after {
  content: "";
  left: 12px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  background-color: var(--color-text);
  height: 8px;
  mask-image: url("../../assets/image/icon_header_link.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 8px 8px;
  width: 8px;
}
.solution .solution-link .solution-link__item.--supermarket .solution__link::before {
  background-image: url("../../assets/image/icon_supermarket.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--office .solution__link::before {
  background-image: url("../../assets/image/icon_office.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--construction .solution__link::before {
  background-image: url("../../assets/image/icon_construction.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--park .solution__link::before {
  background-image: url("../../assets/image/icon_park.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--factory .solution__link::before {
  background-image: url("../../assets/image/icon_factory.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--mall .solution__link::before {
  background-image: url("../../assets/image/icon_mall.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--hospital .solution__link::before {
  background-image: url("../../assets/image/icon_hospital.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--drug-store .solution__link::before {
  background-image: url("../../assets/image/icon_drug-store.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--home-center .solution__link::before {
  background-image: url("../../assets/image/icon_home-center.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--tourist-spot .solution__link::before {
  background-image: url("../../assets/image/icon_tourist-spot.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--transportation .solution__link::before {
  background-image: url("../../assets/image/icon_transportation.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--event .solution__link::before {
  background-image: url("../../assets/image/icon_event.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--school .solution__link::before {
  background-image: url("../../assets/image/icon_school.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--theater .solution__link::before {
  background-image: url("../../assets/image/icon_theater.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link .solution-link__item.--disaster .solution__link::before {
  background-image: url("../../assets/image/icon_disaster.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-link__fixed {
  background-color: var(--color-white);
  border-radius: 8px 8px 0 0;
  bottom: 0;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: 1200px;
  opacity: 0;
  padding: 8px 40px;
  position: fixed;
  transform: translate(-50%, 100%);
  transition: all 0.2s ease;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1279px) {
  .solution .solution-link__fixed {
    display: none;
  }
}
.solution .solution-link__fixed.is-show {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
.solution .solution-link__fixed .solution-link__item .solution__link {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 4px 8px;
  transition: all 0.2s ease;
}
.solution .solution-link__fixed .solution-link__item .solution__link .solution__img {
  height: 32px;
  width: 32px;
}
.solution .solution-link__fixed .solution-link__item .solution__link .solution__img img {
  width: 100%;
}
.solution .solution-link__fixed .solution-link__item .solution__link .solution__text {
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  visibility: hidden;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
.solution .solution-link__fixed .solution-link__item .solution__link.is-open {
  background-color: rgba(255, 187, 0, 0.1019607843);
}
.solution .solution-link__fixed .solution-link__item .solution__link.is-open .solution__text {
  margin-left: 4px;
  max-height: 24px;
  max-width: var(--solution-width);
  opacity: 1;
  visibility: visible;
}
.solution .solution-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.solution .solution-list .solution-list-item {
  margin-top: -100px;
  padding-top: 100px;
}
.solution .solution-list .solution-list-item.is-fade-in {
  margin-top: 0;
  padding-top: 0;
}
.solution .solution-list .solution-list-item.--supermarket .solution-head__title::before,
.solution .solution-list .solution-list-item.--supermarket .solution-detail__title::before {
  background-image: url("../../assets/image/icon_supermarket.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--office .solution-head__title::before,
.solution .solution-list .solution-list-item.--office .solution-detail__title::before {
  background-image: url("../../assets/image/icon_office.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--construction .solution-head__title::before,
.solution .solution-list .solution-list-item.--construction .solution-detail__title::before {
  background-image: url("../../assets/image/icon_construction.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--park .solution-head__title::before,
.solution .solution-list .solution-list-item.--park .solution-detail__title::before {
  background-image: url("../../assets/image/icon_park.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--factory .solution-head__title::before,
.solution .solution-list .solution-list-item.--factory .solution-detail__title::before {
  background-image: url("../../assets/image/icon_factory.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--mall .solution-head__title::before,
.solution .solution-list .solution-list-item.--mall .solution-detail__title::before {
  background-image: url("../../assets/image/icon_mall.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--hospital .solution-head__title::before,
.solution .solution-list .solution-list-item.--hospital .solution-detail__title::before {
  background-image: url("../../assets/image/icon_hospital.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--drug-store .solution-head__title::before,
.solution .solution-list .solution-list-item.--drug-store .solution-detail__title::before {
  background-image: url("../../assets/image/icon_drug-store.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--home-center .solution-head__title::before,
.solution .solution-list .solution-list-item.--home-center .solution-detail__title::before {
  background-image: url("../../assets/image/icon_home-center.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--tourist-spot .solution-head__title::before,
.solution .solution-list .solution-list-item.--tourist-spot .solution-detail__title::before {
  background-image: url("../../assets/image/icon_tourist-spot.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--transportation .solution-head__title::before,
.solution .solution-list .solution-list-item.--transportation .solution-detail__title::before {
  background-image: url("../../assets/image/icon_transportation.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--event .solution-head__title::before,
.solution .solution-list .solution-list-item.--event .solution-detail__title::before {
  background-image: url("../../assets/image/icon_event.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--school .solution-head__title::before,
.solution .solution-list .solution-list-item.--school .solution-detail__title::before {
  background-image: url("../../assets/image/icon_school.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--theater .solution-head__title::before,
.solution .solution-list .solution-list-item.--theater .solution-detail__title::before {
  background-image: url("../../assets/image/icon_theater.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--disaster .solution-head__title::before,
.solution .solution-list .solution-list-item.--disaster .solution-detail__title::before {
  background-image: url("../../assets/image/icon_disaster.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution .solution-list .solution-list-item.--main {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main {
    display: grid;
    gap: 0;
    grid-template-rows: auto auto auto auto auto auto;
    width: 100%;
  }
}
.solution .solution-list .solution-list-item.--main .solution-detail {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-detail {
    display: contents;
  }
}
.solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__body {
    display: contents;
  }
}
.solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__body .solution-detail__title {
  padding: 12px 0 12px 80px;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__body .solution-detail__title {
    grid-row: 1/2;
    padding: 13.5px 0 13.5px 72px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__body .solution-detail__title::before {
  content: "";
  height: 56px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
}
.solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__body .solution-detail__leading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__body .solution-detail__leading {
    grid-row: 3/4;
    margin-top: 32px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__body .solution-detail__text {
    grid-row: 4/5;
    margin-top: 24px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__img {
  border-radius: 8px;
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  width: 480px;
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__img {
    grid-row: 2/3;
    margin-top: 24px;
    width: 100%;
  }
}
.solution .solution-list .solution-list-item.--main .solution-detail .solution-detail__img img {
  width: 100%;
}
.solution .solution-list .solution-list-item.--main .solution-sample {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-sample {
    gap: 16px;
    grid-row: 5/6;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}
.solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item {
  align-items: flex-start;
  background-color: var(--color-white);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
}
.solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item::before {
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  content: "";
  height: 56px;
  position: absolute;
  right: -8px;
  top: -8px;
  transition: all 0.2s ease;
  width: 56px;
  z-index: -1;
}
@media (hover: hover) {
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item:hover {
    box-shadow: var(--box-shadow-hover);
  }
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item:hover::before {
    box-shadow: var(--box-shadow-hover);
  }
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item:hover .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item:hover .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
}
@media (hover: none) {
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item:active {
    box-shadow: var(--box-shadow-hover);
  }
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item:active::before {
    box-shadow: var(--box-shadow-hover);
  }
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item:active .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item:active .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item {
    display: block;
    gap: 17px;
    padding: 16px;
  }
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item:nth-of-type(n + 3) {
    display: none;
  }
}
.solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item .solution-play__button {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item .solution-sample__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  padding-right: 68px;
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item .solution-sample__label {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item .solution-sample__body {
  background-color: var(--color-white);
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item .solution-sample__body {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item .solution-sample__body .solution-sample__text {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item.is-open .solution-sample__body {
    max-height: var(--max-height);
  }
}
.solution .solution-list .solution-list-item.--main .solution-sample .solution-sample__item .play-button__wrapper {
  position: absolute;
  right: -8px;
  top: -8px;
}
.solution .solution-list .solution-list-item.--main .solution-button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--main .solution-button {
    grid-row: 6/7;
    margin-top: 40px;
  }
}
.solution .solution-list .solution-list-item.--sub {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc {
  display: contents;
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__pc {
    display: none;
  }
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-head .solution-head__title {
  padding: 12px 0 12px 64px;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-head .solution-head__title::before {
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-head .solution-head__leading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail {
  align-items: flex-start;
  display: flex;
  gap: 40px;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 40px;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-detail__contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample {
  align-items: flex-start;
  background-color: var(--color-white);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample::before {
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  content: "";
  height: 56px;
  position: absolute;
  right: -8px;
  top: -8px;
  transition: all 0.2s ease;
  width: 56px;
  z-index: -1;
}
@media (hover: hover) {
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample:hover {
    box-shadow: var(--box-shadow-hover);
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample:hover::before {
    box-shadow: var(--box-shadow-hover);
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample:hover .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample:hover .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample .solution-play__button {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample .solution-sample__label {
  padding-right: 48px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample .solution-sample__body {
  border-radius: 0 8px 8px 8px;
  position: relative;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample .solution-sample__body .solution-sample__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__body .solution-sample .play-button__wrapper {
  position: absolute;
  right: -8px;
  top: -8px;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__img {
  aspect-ratio: 16/9;
  border-radius: 8px;
  flex-shrink: 0;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  width: 400px;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__pc .solution-detail .solution-detail__img img {
  height: 100%;
  width: 100%;
}
.solution .solution-list .solution-list-item.--sub .solution-wrapper__sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp {
    display: flex;
    flex-direction: column;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-contents {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-contents .solution-head {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-contents .solution-head .solution-head__title {
    align-items: center;
    display: flex;
    padding: 0 0 0 68px;
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-contents .solution-head .solution-head__title::before {
    content: "";
    height: 56px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-contents .solution-head .solution-detail__img {
    aspect-ratio: 16/9;
    border-radius: 8px;
    height: auto;
    max-width: 127px;
    overflow: hidden;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-contents .solution-head .solution-detail__img img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-contents .solution__leading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-contents .solution__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample {
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    display: block;
    margin-top: 32px;
    padding: 17px 52px 17px 16px;
    position: relative;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample::before {
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    content: "";
    height: 56px;
    position: absolute;
    right: -8px;
    top: -8px;
    transition: all 0.2s ease;
    width: 56px;
    z-index: -1;
  }
}
@media screen and (max-width: 1279px) and (hover: none) {
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample:active {
    box-shadow: var(--box-shadow-hover);
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample:active::before {
    box-shadow: var(--box-shadow-hover);
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample:active .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample:active .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
}
@media screen and (max-width: 1279px) {
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample .solution-play__button {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample .solution-sample__label {
    background-color: var(--color-white);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample .solution-sample__body {
    border-radius: 0 8px 8px 8px;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.2s ease;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample .solution-sample__body .solution-sample__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    padding-top: 16px;
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample.is-open .solution-sample__body {
    max-height: var(--max-height);
  }
  .solution .solution-list .solution-list-item.--sub .solution-wrapper__sp .solution-sample .play-button__wrapper {
    position: absolute;
    right: -8px;
    top: -8px;
  }
}

.solution-toggle__wrapper {
  display: none;
}
@media screen and (max-width: 1279px) {
  .solution-toggle__wrapper {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .solution-toggle__wrapper.--normal {
    box-shadow: var(--box-shadow-4);
    margin: 0 calc(50% - 50dvw);
    padding: 0 16px 24px;
    width: 100dvw;
  }
}
.solution-toggle__wrapper .solution-toggle {
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.solution-toggle__wrapper .solution-toggle[open] .solution-toggle__summary {
  border-bottom: 1px solid var(--color-gray-2);
  border-radius: 8px 8px 0 0;
  padding: 3px 12px 2px 15px;
}
.solution-toggle__wrapper .solution-toggle .solution-toggle__summary {
  align-items: center;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  min-height: 54px;
  padding: 0 12px 0 15px;
  padding-right: 26px;
  position: relative;
}
.solution-toggle__wrapper .solution-toggle .solution-toggle__summary .solution-toggle__arrow {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary-solid);
  height: 16px;
  mask-image: url("../../assets/image/icon_arrow-down.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  width: 16px;
}
.solution-toggle__wrapper .solution-toggle .solution-toggle__img {
  height: 48px;
  width: 48px;
}
.solution-toggle__wrapper .solution-toggle .solution-toggle__img img {
  width: 100%;
}
.solution-toggle__wrapper .solution-toggle .solution-toggle-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 12px 0 15px;
}
.solution-toggle__wrapper .solution-toggle .solution-toggle-list .solution-toggle-list__item .solution-toggle-list__link {
  align-items: center;
  display: flex;
  gap: 12px;
}

.banner {
  background: linear-gradient(180deg, #9fb7e3 0%, #e8d1dd 100%);
  border-radius: 200px;
  box-shadow: 8px 8px 32px 0px rgba(0, 0, 0, 0.1607843137);
  padding: 6px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1279px) {
  .banner {
    max-width: 344px;
    padding: 3px;
    width: 100%;
  }
}
@media (hover: hover) {
  .banner:hover::before {
    opacity: 1;
  }
}
@media (hover: none) {
  .banner:active::before {
    opacity: 1;
  }
}
.banner::before {
  background: linear-gradient(180deg, #88a8e3 0%, #e8bad2 100%);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease;
  will-change: opacity;
  z-index: -1;
}
.banner .banner__inner {
  border-radius: 200px;
  overflow: hidden;
  padding: 22.5px 231px 22.5px 58px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .banner .banner__inner {
    padding: 8px 107px 8px 21px;
  }
}
.banner .banner__inner::before {
  content: "";
  height: 171px;
  position: absolute;
  right: -29px;
  rotate: -10deg;
  top: -13px;
  width: 236px;
  background-image: url("../../assets/image/img_banner_beta.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .banner .banner__inner::before {
    height: 86px;
    right: -22px;
    top: -7px;
    width: 118px;
  }
}
.banner .banner__inner .banner__text {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .banner .banner__inner .banner__text {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1666666667;
  }
}
.banner .banner__inner .banner__text em {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1944444444;
}
@media screen and (max-width: 1279px) {
  .banner .banner__inner .banner__text em {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
  }
}

.create-announce.--pc .create-announce__inner {
  display: flex;
  gap: 80px;
}
.create-announce.--pc .create-announce__inner .create-announce__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 87px;
  position: relative;
}
.create-announce.--pc .create-announce__inner .create-announce__body::before {
  bottom: -50px;
  content: "";
  left: -32px;
  position: absolute;
  rotate: -15deg;
  z-index: -1;
  background-color: var(--color-gray-7);
  height: 187px;
  mask-image: url("../../assets/image/icon_flag.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 170px 187px;
  width: 170px;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item {
  counter-increment: number 1;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper {
  background-color: var(--color-white);
  border-radius: 16px 16px 16px 0;
  box-shadow: var(--box-shadow);
  padding: 15px 24px;
  position: relative;
  transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
  .create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper:hover {
    box-shadow: var(--box-shadow-hover);
  }
}
@media (hover: none) {
  .create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper:active {
    box-shadow: var(--box-shadow-hover);
  }
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper.is-current {
  padding: 16px 24px;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper .create-announce-button {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper .create-announce-button__head {
  padding-left: 32px;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper .create-announce-button__head::before {
  background: var(--color-gray-3);
  border-radius: 50%;
  color: var(--color-white);
  content: counter(number);
  display: grid;
  font-family: var(--font-num);
  height: 24px;
  left: 0;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper .create-announce-button__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper .create-announce-button__body .create-announce-button__text {
  display: inline-block;
  padding-top: 12px;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper.is-current {
  pointer-events: none;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper.is-current .create-announce-button__head::before {
  background: var(--color-primary);
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper.is-current .create-announce-button__head .create-announce-button__lead {
  color: var(--color-primary-solid);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.create-announce.--pc .create-announce__inner .create-announce__body .button-list .button-list__item .create-announce-button__wrapper.is-current .create-announce-button__body {
  max-height: var(--max-height);
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button {
  position: relative;
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .create-announce-play-button__text {
  left: 50px;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  transform: translateY(calc(-100% - 16px));
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .create-announce-play-button__text::before, .create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .create-announce-play-button__text::after {
  background-color: var(--color-gray-8);
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .create-announce-play-button__text::before {
  left: 0;
  rotate: 60deg;
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .create-announce-play-button__text::after {
  right: 0;
  rotate: -60deg;
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button {
  height: 72px;
  position: relative;
  width: 292px;
}
@media (hover: hover) {
  .create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button:hover .play-button__round::before {
    box-shadow: var(--box-shadow-hover);
  }
  .create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button:hover .play-button__round .play-button__icon {
    background-color: var(--color-secondary-solid);
  }
  .create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button:hover .play-button__round.is-playing .play-button__icon {
    background-color: var(--color-gray-13);
  }
  .create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button:hover .play-button__wave {
    box-shadow: var(--box-shadow-hover);
  }
}
@media (hover: none) {
  .create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button:active .play-button__round::before {
    box-shadow: var(--box-shadow-hover);
  }
  .create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button:active .play-button__round .play-button__icon {
    background-color: var(--color-secondary-solid);
  }
  .create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button:active .play-button__round.is-playing .play-button__icon {
    background-color: var(--color-gray-13);
  }
  .create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button:active .play-button__wave {
    box-shadow: var(--box-shadow-hover);
  }
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button .hint-button__round,
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button .hint-button__wave {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button .play-button__round {
  background-color: var(--color-white);
  border-radius: 60px;
  display: grid;
  height: 72px;
  place-content: center;
  position: relative;
  width: 72px;
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button .play-button__round .play-button__icon {
  background-color: var(--color-primary-solid);
  border-radius: 60px;
  display: grid;
  height: 48px;
  padding: 9px;
  place-content: center;
  position: relative;
  transition: all 0.2s ease;
  width: 48px;
  z-index: 1;
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button .play-button__round .play-button__icon::after {
  content: "";
  background-color: var(--color-white);
  height: 24px;
  mask-image: url("../../assets/image/icon_play_button_play.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  width: 24px;
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button .play-button__round::before {
  border-radius: 80px;
  box-shadow: var(--box-shadow);
  content: "";
  height: 72px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  z-index: -1;
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button .play-button__round.is-playing .play-button__icon {
  background-color: var(--color-gray-10);
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button .play-button__round.is-playing .play-button__icon::after {
  mask-image: url("../../assets/image/icon_play_button_pause.svg");
}
.create-announce.--pc .create-announce__inner .create-announce__body .create-announce-play-button .play-button .play-button__wave {
  border-radius: 0 24px 24px 0;
  box-shadow: var(--box-shadow);
  display: inline-block;
  height: 56px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 236px;
  z-index: -1;
  background-image: url("../../assets/image/icon_play_button_wave.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.create-announce.--pc .create-announce__inner .create-announce__contents {
  display: none;
  flex-shrink: 0;
}
.create-announce.--pc .create-announce__inner .create-announce__contents.is-show {
  display: block;
}
.create-announce.--pc .create-announce__inner .create-announce__contents .create-announce__video {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: opacity 0.2s ease 0.5s;
}
.create-announce.--pc .create-announce__inner .create-announce__contents .create-announce__video .video__wrapper {
  background-color: var(--color-text);
  border-radius: 16px;
  display: grid;
  height: auto;
  max-width: 640px;
  padding: 8px;
  place-content: center;
  width: 100%;
}
.create-announce.--pc .create-announce__inner .create-announce__contents .create-announce__video .video__wrapper video {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}
.create-announce.--pc .create-announce__inner .create-announce__contents .create-announce__video .controls {
  align-items: center;
  display: flex;
  padding: 0 64px;
  width: 100%;
}
.create-announce.--pc .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar {
  appearance: none;
  background: linear-gradient(to right, #ff8000 0%, #d5d9d9 0%);
  border-radius: 4px;
  height: 8px;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .create-announce.--pc .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar {
    height: 4px;
  }
}
.create-announce.--pc .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar::-webkit-slider-thumb {
  appearance: none;
  background: var(--color-primary-solid);
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  height: 8px;
  opacity: 0;
  width: 10px;
}
.create-announce.--pc .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar::-moz-range-thumb {
  appearance: none;
  background: var(--color-primary-solid);
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  height: 8px;
  opacity: 0;
  width: 10px;
}
.create-announce.--pc .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar::-moz-range-track {
  border-radius: 4px;
  height: 8px;
}
@media screen and (max-width: 1279px) {
  .create-announce.--pc {
    display: none;
  }
}
.create-announce.--sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .create-announce.--sp {
    display: block;
    width: 100%;
  }
  .create-announce.--sp .create-announce__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper {
    margin: 0 calc(50% - 50dvw);
    max-width: 375px;
    position: relative;
    width: 100dvw;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .create-announce-slider {
    padding: 24px 28px;
    width: 100%;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .create-announce-slider .create-announce-slider__wrapper {
    counter-reset: number 0;
    width: 100%;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .create-announce-slider .create-announce-slider__wrapper .create-announce-slide {
    align-items: center;
    background-color: var(--color-white);
    border-radius: 16px;
    box-shadow: var(--box-shadow);
    counter-increment: number 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 44px 32px 16px;
    position: relative;
    width: 319px;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .create-announce-slider .create-announce-slider__wrapper .create-announce-slide::before {
    background: var(--color-primary-solid);
    border-radius: 50%;
    color: var(--color-white);
    content: counter(number);
    display: grid;
    font-family: var(--font-num);
    height: 24px;
    left: 50%;
    place-content: center;
    position: absolute;
    top: 16px;
    transform: translateX(-50%);
    width: 24px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .create-announce-slider .create-announce-slider__wrapper .create-announce-slide .create-announce-slide__lead {
    color: var(--color-primary-solid);
    display: flex;
    flex: 1;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__prev,
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__next {
    background-color: var(--color-gray-10);
    border-radius: 8px;
    content: "";
    height: 40px;
    margin-top: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__prev::after,
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__next::after {
    background-color: var(--color-white);
    content: "";
    height: 24px;
    left: 50%;
    mask-size: 24px 24px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__prev::after,
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__next::after {
    height: 20px;
    mask-size: 20px 20px;
    width: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__prev {
    left: 8px;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__prev::after {
    mask-image: url("../../assets/image/icon_arrow-left.svg");
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__next {
    right: 8px;
  }
  .create-announce.--sp .create-announce__inner .slider__wrapper .top-case-slider__next::after {
    mask-image: url("../../assets/image/icon_arrow-right.svg");
  }
  .create-announce.--sp .create-announce__inner .create-announce__contents {
    display: none;
  }
  .create-announce.--sp .create-announce__inner .create-announce__contents.is-show {
    display: block;
  }
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
  }
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .video__wrapper {
    background-color: var(--color-text);
    border-radius: 16px;
    display: grid;
    height: auto;
    margin-inline: auto;
    max-width: 343px;
    padding: 8px;
    place-content: center;
    width: 100%;
  }
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .video__wrapper video {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
  }
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .controls {
    align-items: center;
    display: flex;
    padding: 0 64px;
    width: 100%;
  }
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar {
    appearance: none;
    background: linear-gradient(to right, #ff8000 0%, #d5d9d9 0%);
    border-radius: 4px;
    height: 8px;
    outline: none;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar {
    height: 4px;
  }
}
@media screen and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar::-webkit-slider-thumb {
    appearance: none;
    background: var(--color-primary-solid);
    border: none;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    height: 8px;
    opacity: 0;
    width: 10px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar::-webkit-slider-thumb {
    border: 2px;
    height: 4px;
    width: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar::-moz-range-thumb {
    appearance: none;
    background: var(--color-primary-solid);
    border: none;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    height: 8px;
    opacity: 0;
    width: 10px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar::-moz-range-thumb {
    border: 2px;
    height: 4px;
    width: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar::-moz-range-track {
    border-radius: 4px;
    height: 8px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .create-announce__contents .create-announce__video .controls .seek-bar::-moz-range-track {
    border: 2px;
    height: 4px;
  }
}
@media screen and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .create-announce-play-button {
    padding-top: 80px;
    position: relative;
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .create-announce-play-button__text {
    left: 50%;
    padding: 0 26px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, calc(-100% - 16px));
    white-space: nowrap;
    width: fit-content;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .create-announce-play-button__text::before, .create-announce.--sp .create-announce__inner .create-announce-play-button .create-announce-play-button__text::after {
    background-color: var(--color-gray-8);
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .create-announce-play-button__text::before {
    left: 0;
    rotate: 60deg;
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .create-announce-play-button__text::after {
    right: 0;
    rotate: -60deg;
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button {
    height: min(19.2vw, 72px);
    max-width: 100%;
    position: relative;
    width: min(77.866vw, 292px);
  }
}
@media screen and (max-width: 1279px) and (hover: none) {
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button:active .play-button__round::before {
    box-shadow: var(--box-shadow-hover);
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button:active .play-button__round .play-button__icon {
    background-color: var(--color-secondary-solid);
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button:active .play-button__round.is-playing .play-button__icon {
    background-color: var(--color-gray-13);
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button:active .play-button__wave {
    box-shadow: var(--box-shadow-hover);
  }
}
@media screen and (max-width: 1279px) {
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button .hint-button__round,
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button .hint-button__wave {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button .play-button__round {
    background-color: var(--color-white);
    border-radius: 60px;
    display: grid;
    height: min(19.2vw, 72px);
    place-content: center;
    position: relative;
    width: min(19.2vw, 72px);
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button .play-button__round .play-button__icon {
    background-color: var(--color-primary-solid);
    border-radius: 60px;
    display: grid;
    height: 48px;
    height: min(12.8vw, 48px);
    padding: 9px;
    place-content: center;
    position: relative;
    transition: all 0.2s ease;
    width: 48px;
    width: min(12.8vw, 48px);
    z-index: 1;
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button .play-button__round .play-button__icon::after {
    background-color: var(--color-white);
    content: "";
    height: min(6.4vw, 24px);
    mask-image: url("../../assets/image/icon_play_button_play.svg");
    mask-size: min(6.4vw, 24px) min(6.4vw, 24px);
    width: min(6.4vw, 24px);
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button .play-button__round::before {
    border-radius: 80px;
    box-shadow: var(--box-shadow);
    content: "";
    height: min(19.2vw, 72px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(19.2vw, 72px);
    z-index: -1;
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button .play-button__round.is-playing .play-button__icon {
    background-color: var(--color-gray-10);
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button .play-button__round.is-playing .play-button__icon::after {
    mask-image: url("../../assets/image/icon_play_button_pause.svg");
  }
  .create-announce.--sp .create-announce__inner .create-announce-play-button .play-button .play-button__wave {
    border-radius: 0 24px 24px 0;
    box-shadow: var(--box-shadow);
    display: inline-block;
    height: min(14.9vw, 56px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: min(62.933vw, 236px);
    z-index: -1;
    background-image: url("../../assets/image/icon_play_button_wave.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.hint__area.--pc {
  background-image: url("../../assets/image/img_city.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 268px;
  margin-inline: auto;
  position: relative;
  width: 1280px;
}
@media screen and (max-width: 1279px) {
  .hint__area.--pc {
    display: none;
  }
}
.hint__area.--pc .hint {
  margin-bottom: 10px;
  position: absolute;
}
.hint__area.--pc .hint::before {
  border-color: var(--color-white) transparent transparent transparent;
  border-style: solid;
  bottom: -10px;
  content: "";
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.08));
  height: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}
.hint__area.--pc .hint::after {
  bottom: -10px;
  content: "";
  position: absolute;
  transition: background-color 0.2s ease;
  z-index: 3;
}
.hint__area.--pc .hint.--supermarket {
  bottom: 106.8px;
  left: 159px;
  transform: translateX(-50%);
  z-index: 4;
}
.hint__area.--pc .hint.--supermarket::before {
  border-width: 10px 8px 0px 8px;
  left: 50%;
  transform: translateX(-50%);
}
.hint__area.--pc .hint.--supermarket::after {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-white);
  height: 10px;
  mask-image: url("../../assets/image/icon_hint_polygon-1.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 10px;
  width: 16px;
}
.hint__area.--pc .hint.--park::before, .hint__area.--pc .hint.--construction::before {
  border-width: 10px 12px 0px 0px;
  left: 16px;
}
.hint__area.--pc .hint.--park::after, .hint__area.--pc .hint.--construction::after {
  background-color: var(--color-white);
  height: 10px;
  mask-image: url("../../assets/image/icon_hint_polygon-2.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 12px 10px;
  width: 12px;
  left: 16px;
}
.hint__area.--pc .hint.--park {
  bottom: 118.8px;
  left: 319px;
}
.hint__area.--pc .hint.--construction {
  bottom: 76.8px;
  left: 470px;
}
.hint__area.--pc .hint.--mall {
  bottom: 134.8px;
  right: 560px;
  transform: translateX(50%);
}
.hint__area.--pc .hint.--mall::before {
  border-width: 10px 8px 0px 8px;
  left: 50%;
  transform: translateX(-50%);
}
.hint__area.--pc .hint.--mall::after {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-white);
  height: 10px;
  mask-image: url("../../assets/image/icon_hint_polygon-1.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 10px;
  width: 16px;
}
.hint__area.--pc .hint.--office::before, .hint__area.--pc .hint.--factory::before {
  border-width: 10px 12px 0px 0px;
  right: 16px;
  transform: scale(-1, 1);
}
.hint__area.--pc .hint.--office::after, .hint__area.--pc .hint.--factory::after {
  right: 16px;
  background-color: var(--color-white);
  height: 10px;
  mask-image: url("../../assets/image/icon_hint_polygon-3.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 12px 10px;
  width: 12px;
}
.hint__area.--pc .hint.--office {
  bottom: 181.8px;
  right: 297px;
}
.hint__area.--pc .hint.--factory {
  bottom: 135.4px;
  right: 91px;
}
.hint__area.--pc .hint.is-gray::after {
  background-color: var(--color-gray-11);
}
.hint__area.--pc .hint .hint-contents {
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: var(--box-shadow);
  max-width: 256px;
  overflow: hidden;
}
.hint__area.--pc .hint .hint-contents .hint-contents__head {
  background-color: var(--color-white);
  border-radius: inherit;
  cursor: auto;
  padding: 12px 16px;
  transition: all 0.2s ease;
  width: 100%;
  z-index: 2;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.hint__area.--pc .hint .hint-contents .hint-contents__body {
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
  max-height: 0px;
  max-width: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-contents-button__area {
  background-color: var(--color-white);
  max-width: 256px;
  padding: 4px 20px 20px;
  width: max-content;
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-play__button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-play__button::before {
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  content: "";
  height: 0;
  opacity: 0;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: all 0.2s ease;
  visibility: hidden;
  width: 0;
  z-index: -1;
}
@media (hover: hover) {
  .hint__area.--pc .hint .hint-contents .hint-contents__body .hint-play__button:hover .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .hint__area.--pc .hint .hint-contents .hint-contents__body .hint-play__button:hover .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-play__button .play-button__wrapper {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: all 0.2s ease;
  visibility: hidden;
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-play__button .play-button__wrapper.is-playing .play-button {
  background-color: var(--color-gray-10);
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-play__button .play-button__wrapper.is-playing .play-button::after {
  mask-image: url("../../assets/image/icon_play_button_pause.svg");
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-contents__text {
  display: block;
  max-width: 100%;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 2;
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-contents__link {
  background-color: var(--color-gray-11);
  border-radius: 0 0 12px 12px;
  display: grid;
  padding: 12px;
  place-content: center;
  transition: color 0.2s ease;
  z-index: 3;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (hover: hover) {
  .hint__area.--pc .hint .hint-contents .hint-contents__body .hint-contents__link:hover {
    color: var(--color-primary-solid);
  }
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-contents__link span {
  position: relative;
}
.hint__area.--pc .hint .hint-contents .hint-contents__body .hint-contents__link span::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translate(100%, -50%);
  background-color: var(--color-primary-solid);
  height: 16px;
  mask-image: url("../../assets/image/icon_arrow-right.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  width: 16px;
}
.hint__area.--pc .hint .hint-contents.is-open {
  overflow: visible;
  position: relative;
  z-index: 3;
}
.hint__area.--pc .hint .hint-contents.is-open .hint-contents__head {
  padding: 20px 20px 0;
  pointer-events: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.hint__area.--pc .hint .hint-contents.is-open .hint-contents__body {
  max-height: var(--hint-height);
  max-width: 256px;
}
.hint__area.--pc .hint .hint-contents.is-open .hint-contents__body .hint-play__button::before {
  height: 72px;
  opacity: 1;
  visibility: visible;
  width: 72px;
}
.hint__area.--pc .hint .hint-contents.is-open .hint-contents__body .play-button__wrapper {
  opacity: 1;
  visibility: visible;
}
.hint__area.--sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .hint__area.--sp {
    display: block;
    margin: 0 calc(50% - 50dvw);
    margin-bottom: -24px;
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 133px;
    position: relative;
    width: 100dvw;
  }
  .hint__area.--sp::before {
    content: "";
    height: 85px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 408px;
    background-image: url("../../assets/image/img_city.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hint__area.--sp .hint-list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 343px), 1fr));
    margin: 0 16px;
    margin-inline: auto;
    max-width: 1039px;
  }
  .hint__area.--sp .hint-list .hint-list__item {
    align-items: flex-end;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 725px) {
  .hint__area.--sp .hint-list .hint-list__item {
    justify-content: center;
  }
}
@media screen and (max-width: 1279px) {
  .hint__area.--sp .hint-list .hint-list__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .hint__area.--sp .hint-list .hint-list__item:nth-of-type(2n) .hint-contents__wrapper {
    padding-left: unset;
    padding-right: 10px;
  }
  .hint__area.--sp .hint-list .hint-list__item:nth-of-type(2n) .hint-contents__wrapper::before {
    border-color: transparent #f7f7f7 transparent transparent;
    border-width: 12px 10px 0px 0px;
    bottom: 16px;
    content: "";
    filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.08));
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    rotate: 180deg;
    width: 0;
  }
  .hint__area.--sp .hint-list .hint-list__item::before {
    content: "";
    flex-shrink: 0;
    height: 104px;
    width: 104px;
  }
  .hint__area.--sp .hint-list .hint-list__item.--supermarket::before {
    background-image: url("../../assets/image/icon_supermarket.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hint__area.--sp .hint-list .hint-list__item.--park::before {
    background-image: url("../../assets/image/icon_park.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hint__area.--sp .hint-list .hint-list__item.--construction::before {
    background-image: url("../../assets/image/icon_construction.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hint__area.--sp .hint-list .hint-list__item.--mall::before {
    background-image: url("../../assets/image/icon_mall.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hint__area.--sp .hint-list .hint-list__item.--office::before {
    background-image: url("../../assets/image/icon_office.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hint__area.--sp .hint-list .hint-list__item.--factory::before {
    background-image: url("../../assets/image/icon_factory.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper {
    flex: 1;
    padding-left: 10px;
    position: relative;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper::before {
    border-color: transparent #f7f7f7 transparent transparent;
    border-width: 0px 10px 12px 0px;
    bottom: 16px;
    content: "";
    filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.08));
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 2;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents {
    background-color: var(--color-white);
    border-radius: 12px 12px 8px 8px;
    box-shadow: var(--box-shadow);
    position: relative;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body {
    display: flex;
    flex-direction: column;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 16px;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area .hint-play__button {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area .hint-play__button::before {
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    content: "";
    height: 48px;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 48px;
    z-index: -1;
  }
}
@media screen and (max-width: 1279px) and (hover: none) {
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area .hint-play__button:active .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area .hint-play__button:active .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
}
@media screen and (max-width: 1279px) {
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area .hint-play__button .play-button__wrapper {
    position: absolute;
    right: -8px;
    top: -8px;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area .hint-play__button .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-10);
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area .hint-play__button .play-button__wrapper.is-playing .play-button::after {
    mask-image: url("../../assets/image/icon_play_button_pause.svg");
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area .hint__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents-button__area .hint__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents__link {
    background-color: var(--color-gray-11);
    border-radius: 0 0 8px 8px;
    display: grid;
    padding: 13px;
    place-content: center;
    transition: color 0.2s ease;
    z-index: 3;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1279px) and (hover: hover) {
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents__link:hover {
    color: var(--color-primary-solid);
  }
}
@media screen and (max-width: 1279px) {
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents__link span {
    position: relative;
  }
  .hint__area.--sp .hint-list .hint-list__item .hint-contents__wrapper .hint-contents .hint-contents__body .hint-contents__link span::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(100%, -50%);
    background-color: var(--color-primary-solid);
    height: 16px;
    mask-image: url("../../assets/image/icon_arrow-right.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 16px 16px;
    width: 16px;
  }
}

.mv {
  margin: 0 calc(50% - 50dvw);
  padding: 77.08px 84.5px 117.09px 84.5px;
  position: relative;
  width: 100dvw;
}
@media screen and (max-width: 1279px) {
  .mv {
    padding: 24px 0 0;
  }
}
.mv::before {
  background-image: url("../../assets/image/img_wave_top.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2560px, 392px;
  bottom: 0;
  content: "";
  height: 392px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .mv::before {
    bottom: 14.07px;
  }
}
.mv .mv__inner {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 48px;
  justify-content: center;
  margin-inline: auto;
  max-width: 1157px;
}
@media screen and (max-width: 1279px) {
  .mv .mv__inner {
    flex-direction: column;
    gap: 0;
  }
}
.mv .mv__inner .mv__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .mv .mv__inner .mv__body {
    display: contents;
    width: 100%;
  }
}
.mv .mv__inner .mv__body .mv-text__area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1279px) {
  .mv .mv__inner .mv__body .mv-text__area {
    gap: 12px;
    order: 1;
    text-align: center;
  }
}
.mv .mv__inner .mv__body .mv-text__area .mv-lead__area {
  display: contents;
}
@media screen and (max-width: 1279px) {
  .mv .mv__inner .mv__body .mv-text__area .mv-lead__area {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.mv .mv__inner .mv__body .mv-text__area .mv-lead__area .mv__lead {
  display: none;
}
@media screen and (max-width: 1279px) {
  .mv .mv__inner .mv__body .mv-text__area .mv-lead__area .mv__lead {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
.mv .mv__inner .mv__body .mv-text__area .mv__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1279px) {
  .mv .mv__inner .mv__body .mv-text__area .mv__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1279px) {
  .mv .mv__inner .mv__body .button {
    order: 3;
  }
}
.mv .mv__inner .mv__img {
  flex-shrink: 0;
  height: auto;
  max-width: 100%;
  width: 536px;
}
@media screen and (max-width: 1279px) {
  .mv .mv__inner .mv__img {
    margin-bottom: 40px;
    margin-top: 32px;
    order: 2;
    width: 311px;
  }
}
.mv .mv__inner .mv__img img {
  width: 100%;
}

.plan {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .plan {
    padding: 0 19.5px;
  }
}
.plan .plan-button__wrapper {
  position: relative;
}
.plan .plan-button__wrapper .plan-button-list {
  align-items: center;
  background-color: var(--color-gray-2);
  border-radius: 24px;
  display: flex;
  padding: 4px;
}
.plan .plan-button__wrapper .plan-button-list .plan__button {
  border-radius: 20px;
  color: var(--color-gray-3);
  padding: 4px 38px;
  transition: all 0.2s ease;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (hover: hover) {
  .plan .plan-button__wrapper .plan-button-list .plan__button:hover {
    background: rgba(255, 128, 0, 0.2509803922);
  }
}
@media (hover: none) {
  .plan .plan-button__wrapper .plan-button-list .plan__button:active {
    background: rgba(255, 128, 0, 0.2509803922);
  }
}
.plan .plan-button__wrapper .plan-button-list .plan__button.is-current {
  background: var(--color-primary-solid);
  color: var(--color-white);
  pointer-events: none;
}
.plan .plan-button__wrapper .plan-button__bubble {
  background-color: #fff099;
  border: 1px solid var(--color-white);
  border-radius: 4px;
  content: "";
  padding: 4px 6px 4px 10px;
  pointer-events: none;
  position: absolute;
  right: -16px;
  top: -26px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .plan .plan-button__wrapper .plan-button__bubble {
    top: -26.71px;
  }
}
.plan .plan-button__wrapper .plan-button__bubble::after {
  border-color: #fff099 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 12px 0px 0px;
  bottom: -6px;
  content: "";
  height: 0;
  left: 8px;
  position: absolute;
  width: 0;
}
.plan .plan-button__wrapper .plan-button__bubble::before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 15px 0px 0px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 7px;
  position: absolute;
  width: 0;
}
.plan .plan-list__wrapper {
  display: none;
  width: 100%;
}
.plan .plan-list__wrapper.is-show {
  display: block;
}
.plan .plan-list__wrapper .plan-list {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list {
    margin-inline: auto;
    max-width: 960px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1030px) {
  .plan .plan-list__wrapper .plan-list {
    align-items: center;
    flex-direction: column;
  }
  .plan .plan-list__wrapper .plan-list .plan-list__item {
    max-width: 304px;
    width: 100%;
  }
}
.plan .plan-list__wrapper .plan-list__item {
  border: 1px solid var(--color-gray);
  border-radius: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.plan .plan-list__wrapper .plan-list__item.--starter::before, .plan .plan-list__wrapper .plan-list__item.--standard::before, .plan .plan-list__wrapper .plan-list__item.--premium::before {
  content: "";
  position: absolute;
  rotate: -15deg;
}
.plan .plan-list__wrapper .plan-list__item.--starter::before {
  height: 105px;
  left: 5px;
  top: 15px;
  width: 76px;
  background-image: url("../../assets/image/icon_plan_starter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item.--starter::before {
    height: 83px;
    left: 5px;
    top: 21px;
    width: 60px;
  }
}
.plan .plan-list__wrapper .plan-list__item.--standard::before {
  height: 96px;
  left: 6px;
  top: 12px;
  width: 84px;
  background-image: url("../../assets/image/icon_plan_standard.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item.--standard::before {
    height: 80px;
    left: 0;
    top: 15px;
    width: 70px;
  }
}
.plan .plan-list__wrapper .plan-list__item.--premium::before {
  height: 84px;
  left: -2px;
  top: 21px;
  width: 108px;
  background-image: url("../../assets/image/icon_plan_premium.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item.--premium::before {
    height: 78px;
    left: 0;
    top: 17px;
    width: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item {
    max-width: 100%;
    width: 304px;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 26px;
  position: relative;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head::after {
  background-color: var(--color-gray-4);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-heading {
  color: var(--color-gray-8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-heading {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.7777777778;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price {
  color: var(--color-gray-5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price .yen,
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price .price {
  color: var(--color-text);
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price .yen {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 4px;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price .yen {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price .price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 8px;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price .price {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price.--monthly {
  color: var(--color-gray-7);
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price.--monthly .yen {
  margin-bottom: 1px;
  margin-right: 2px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price.--monthly .price {
  margin-right: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__head .plan-price.--monthly .month {
  color: var(--color-gray-12);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list,
.plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-features-list {
  display: flex;
  flex-direction: column;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item {
  display: flex;
  flex-direction: column;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item .plan-details__heading {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-gray-6);
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item .plan-details__heading {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7142857143;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item .plan-details__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item .plan-details__body .plan-details__text {
  color: var(--color-gray-7);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item .plan-details__body .plan-details__text {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item .plan-details__body .plan-details__speaker {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item .plan-details__body .plan-details__speaker {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6666666667;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item.--speaker .plan-details__body {
  justify-content: center;
  min-height: 84px;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__body .plan-details-list .plan-details-list__item.--speaker .plan-details__body {
    min-height: auto;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper {
    gap: 12px;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list {
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list {
    gap: 4px;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list .plan-features-list__item {
  padding-left: 28px;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list .plan-features-list__item {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7142857143;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list .plan-features-list__item::before {
  content: "";
  left: 0;
  position: absolute;
  top: 2px;
  background-color: #12b2a2;
  height: 20px;
  mask-image: url("../../assets/image/icon_plan_check.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 20px 20px;
  width: 20px;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list .plan-features-list__item.--multi-translate::before {
  background-color: var(--color-primary-solid);
  height: 20px;
  mask-image: url("../../assets/image/icon_plan_check.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 20px 20px;
  width: 20px;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list .plan-features-list__item.--annotation::after {
  color: var(--color-gray-3);
  content: "※";
  display: inline-block;
  height: 24px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list .plan-features-list__item .annotation {
  color: var(--color-gray-5);
  vertical-align: top;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list .plan-features-list__item .annotation {
    vertical-align: unset;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6666666667;
  }
}
.plan .plan-list__wrapper .plan-list__item .plan-list__body .features-list__wrapper .plan-features-list.--additional .plan-features-list__item::before {
  background-color: var(--color-primary-solid);
  height: 20px;
  mask-image: url("../../assets/image/icon_plus.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 20px 20px;
  width: 20px;
}
.plan .plan-list__wrapper .plan-attention {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 28.8px;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-attention {
    gap: 16px;
    line-height: 25.2px;
    margin-inline: auto;
    margin-top: 24px;
    max-width: 343px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.plan .plan-list__wrapper .plan-attention .plan-attention__text {
  padding: 2px 0 2px 28px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-attention .plan-attention__text {
    padding: 0 0 0 24px;
  }
}
.plan .plan-list__wrapper .plan-attention .plan-attention__text::before {
  content: "";
  left: 0;
  position: absolute;
  rotate: -15deg;
  top: 0;
  background-color: #ffdd80;
  height: 30px;
  mask-image: url("../../assets/image/icon_exclamation.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 12px 30px;
  width: 12px;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-attention .plan-attention__text::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.plan .plan-list__wrapper .plan-attention .plan-option-list {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-attention .plan-option-list {
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
    width: 100%;
  }
}
.plan .plan-list__wrapper .plan-attention .plan-option-list .plan-option-list__item {
  align-items: center;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-attention .plan-option-list .plan-option-list__item {
    justify-content: flex-start;
    width: 100%;
  }
}
.plan .plan-list__wrapper .plan-attention .plan-option-list .plan-option-list__item .tag__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-attention .plan-option-list .plan-option-list__item .tag__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.plan .plan-list__wrapper .plan-attention .plan-option-list .plan-option-list__item .plan-option__price {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-attention .plan-option-list .plan-option-list__item .plan-option__price {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1279px) {
  .plan .plan-list__wrapper .plan-attention .plan-option-list .plan-option-list__item .tag__text {
    flex-shrink: 0;
    max-width: 100%;
    min-height: 29px;
    padding: 2px 8px;
    width: 156px;
  }
}

.qa {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
.qa .qa-item {
  overflow: hidden;
  padding: 0 20px;
}
.qa .qa-item[open] .qa-item__head::after {
  transform: translateY(-50%) scale(1, -1);
}
.qa .qa-item[open] .qa-item__body {
  overflow: hidden;
}
.qa .qa-item:not(:first-of-type) {
  border-top: 1px solid var(--color-gray);
}
.qa .qa-item .qa-item__head {
  line-height: 26px;
  padding: 24px 28px 20px 32px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .qa .qa-item .qa-item__head {
    padding: 24px 20px 24px 28px;
  }
}
.qa .qa-item .qa-item__head::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-gray-3);
  height: 26px;
  mask-image: url("../../assets/image/icon_qa_q.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 20px 26px;
  width: 20px;
}
.qa .qa-item .qa-item__head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(1, 1);
  transition: all 0.2s ease;
  background-color: var(--color-text);
  height: 16px;
  mask-image: url("../../assets/image/icon_arrow-down.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  width: 16px;
}
.qa .qa-item .qa-item__head .qa__question {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.qa .qa-item .qa-item__body {
  padding: 0 164px 20px 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .qa .qa-item .qa-item__body {
    padding: 0 0 115px 0;
  }
}
.qa .qa-item .qa-item__body::after {
  bottom: -110.3px;
  content: "";
  height: 213.3px;
  position: absolute;
  right: 0;
  width: 108px;
}
@media screen and (max-width: 1279px) {
  .qa .qa-item .qa-item__body::after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.qa .qa-item .qa-item__body .qa__answer {
  align-items: center;
  background-color: var(--color-gray-4);
  border-radius: 8px;
  display: flex;
  min-height: 82px;
  padding: 12px 32px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .qa .qa-item .qa-item__body .qa__answer {
    min-height: auto;
    padding: 12px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.qa .qa-item .qa-item__body .qa__answer::after {
  bottom: 14px;
  content: "";
  position: absolute;
  right: -24px;
  background-color: var(--color-gray-4);
  height: 28px;
  mask-image: url("../../assets/image/icon_qa_polygon.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 32px 28px;
  width: 32px;
}
@media screen and (max-width: 1279px) {
  .qa .qa-item .qa-item__body .qa__answer::after {
    background-color: var(--color-gray-4);
    height: 16px;
    mask-image: url("../../assets/image/icon_polygon.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 32px 16px;
    width: 32px;
    bottom: -12px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.qa .qa-item.--person-woman .qa-item__body::after {
  background-image: url("../../assets/image/img_person_saori.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.qa .qa-item.--person-man .qa-item__body::after {
  background-image: url("../../assets/image/img_person_makoto.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.reason {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .reason {
    gap: 48px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 780px) {
  .reason {
    padding: 0 16px;
  }
}
.reason .reason-list {
  counter-reset: number 0;
  display: grid;
  gap: 40px 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1279px) {
  .reason .reason-list {
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 375px), 1fr));
    margin-inline: auto;
    max-width: 100%;
    width: 1040px;
  }
}
.reason .reason-list .reason-list__item {
  border: 1px solid var(--color-gray);
  counter-increment: number 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 32px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .reason .reason-list .reason-list__item {
    border: solid var(--color-gray);
    border-width: 1px 0 0;
    box-shadow: none;
    gap: 16px;
    margin-inline: auto;
    max-width: 100%;
    padding: 24px;
    width: 640px;
  }
  .reason .reason-list .reason-list__item:nth-of-type(2n)::before {
    left: auto;
    right: 11px;
  }
}
.reason .reason-list .reason-list__item::before {
  color: var(--color-gray-10);
  content: "0" counter(number);
  font-family: var(--font-num);
  position: absolute;
  right: 11.67px;
  top: -16px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.reason .reason-list .reason-list__item .reason__title {
  align-items: center;
  display: flex;
  min-height: 64px;
  padding-left: 96px;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .reason .reason-list .reason-list__item .reason__title {
    min-height: 53px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.reason .reason-list .reason-list__item .reason__title::after {
  content: "";
  height: 53px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}
.reason .reason-list .reason-list__item .reason__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .reason .reason-list .reason-list__item .reason__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.reason .reason-list .reason-list__item.--ui .reason__title::after {
  background-image: url("../../assets/image/icon_reason_ui.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reason .reason-list .reason-list__item.--chime .reason__title::after {
  background-image: url("../../assets/image/icon_reason_chime.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reason .reason-list .reason-list__item.--translation .reason__title::after {
  background-image: url("../../assets/image/icon_reason_translation.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reason .reason-list .reason-list__item.--adjustment .reason__title::after {
  background-image: url("../../assets/image/icon_reason_adjustment.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reason .reason-list .reason-list__item.--manuscript .reason__title::after {
  background-image: url("../../assets/image/icon_reason_manuscript.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reason .reason-list .reason-list__item.--download .reason__title::after {
  background-image: url("../../assets/image/icon_reason_download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-case {
  width: 100%;
}
.top-case .top-case-slider__area {
  margin-inline: auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area {
    max-width: 375px;
  }
}
.top-case .top-case-slider__area .top-case-slider {
  padding: 0 112px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider {
    padding: 0 16px 44px;
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide {
  padding-bottom: 54px;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide {
    padding-bottom: 0;
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link,
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box {
    align-items: center;
    flex-direction: column;
    margin-inline: auto;
    max-width: 343px;
    position: relative;
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case__image,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case__image {
  border-radius: 8px;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 416px;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case__image,
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case__image {
    width: calc(100% + 16px);
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case__image img,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case__image img {
  width: 100%;
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case__image .top-case__label,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case__image .top-case__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 8px 0 8px 0;
  color: var(--color-white);
  left: 0;
  padding: 4px 8px;
  position: absolute;
  top: 0;
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body {
  background-color: var(--color-white);
  border-radius: 16px;
  flex: 1;
  margin-left: -24px;
  margin-top: 24px;
  position: relative;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body,
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body {
    border-radius: 16px;
    margin: 0;
    margin-top: -20px;
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body::after,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body::after {
  bottom: -16px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-color: var(--color-white);
  height: 24px;
  mask-image: url("../../assets/image/icon_polygon.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 48px 24px;
  width: 48px;
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case-body__container,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case-body__container {
  display: flex;
  flex-direction: column;
  gap: 13.4px;
  padding: 32px 64px 32px 56px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case-body__container,
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case-body__container {
    padding: 40px 56px 20px 24px;
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case-body__head,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case-body__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case-title__wrapper,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case-title__wrapper {
  align-items: center;
  display: flex;
  min-height: 76px;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case-title__wrapper,
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case-title__wrapper {
    min-height: 58px;
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case__title,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case__title em,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case__title em {
  color: var(--color-primary-solid);
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case__title,
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case__company,
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case__company {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case__company,
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case__company {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
@media (hover: hover) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link:hover .top-case-body {
    box-shadow: var(--box-shadow-hover);
  }
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link:hover .top-case-body .top-case-body__container::before {
    filter: drop-shadow(0px 3px 3px rgba(229, 153, 0, 0.16));
  }
}
@media (hover: none) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link:active .top-case-body {
    box-shadow: var(--box-shadow-hover);
  }
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link:active .top-case-body .top-case-body__container::before {
    filter: drop-shadow(0px 3px 3px rgba(229, 153, 0, 0.16));
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body {
  box-shadow: var(--box-shadow);
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case-body__container::before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 24px 24px 0px 24px;
  bottom: -16px;
  content: "";
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.08));
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.2s ease;
  width: 0;
  z-index: -1;
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__link .top-case-body .top-case-body__container::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary-solid);
  height: 16px;
  mask-image: url("../../assets/image/icon_arrow-right.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  width: 16px;
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body {
  border: 1px solid var(--color-gray);
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__wrapper .top-case-slider__slide .top-case__box .top-case-body .top-case-body__container::before {
  background: #d5d9d9;
  bottom: -17.5px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  display: inline-block;
  height: 28px;
  left: 50%;
  position: absolute;
  transform: translateX(-49%);
  width: 56px;
  z-index: -1;
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__pagination {
  bottom: -12px;
  display: flex;
  gap: 8px;
  left: 112px;
  padding: 20px;
  position: absolute;
  width: fit-content;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider .top-case-slider__pagination {
    bottom: 0;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
  }
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__pagination .swiper-pagination-bullet {
  background: var(--color-gray);
  border-radius: 4px;
  height: 4px;
  margin: 0;
  opacity: 1;
  width: 40px;
}
.top-case .top-case-slider__area .top-case-slider .top-case-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary-solid);
}
.top-case .top-case-slider__area .top-case-slider__prev,
.top-case .top-case-slider__area .top-case-slider__next {
  background-color: var(--color-gray-10);
  border-radius: 8px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-2px);
  width: 48px;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider__prev,
  .top-case .top-case-slider__area .top-case-slider__next {
    bottom: -17.71px;
    height: 40px;
    top: auto;
    width: 40px;
  }
}
.top-case .top-case-slider__area .top-case-slider__prev::after,
.top-case .top-case-slider__area .top-case-slider__next::after {
  background-color: var(--color-white);
  content: "";
  height: 24px;
  left: 50%;
  mask-size: 24px 24px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider__prev::after,
  .top-case .top-case-slider__area .top-case-slider__next::after {
    height: 20px;
    mask-size: 20px 20px;
    width: 20px;
  }
}
.top-case .top-case-slider__area .top-case-slider__prev {
  left: 0;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider__prev {
    left: 16px;
  }
}
.top-case .top-case-slider__area .top-case-slider__prev::after {
  mask-image: url("../../assets/image/icon_arrow-left.svg");
}
.top-case .top-case-slider__area .top-case-slider__next {
  right: 0;
}
@media screen and (max-width: 1279px) {
  .top-case .top-case-slider__area .top-case-slider__next {
    right: 16px;
  }
}
.top-case .top-case-slider__area .top-case-slider__next::after {
  mask-image: url("../../assets/image/icon_arrow-right.svg");
}

.top-section {
  margin: 0 calc(50% - 50dvw);
  padding: 80px;
  width: 100dvw;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .top-section {
    padding: 80px 16px;
  }
}
@media screen and (max-width: 1279px) {
  .top-section.--sp-full {
    margin: 0 calc(50% - 50dvw);
    padding: 80px 0;
    width: 100dvw;
  }
  .top-section.--sp-full .top-section__head {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1279px) {
  .top-section.--create-announce .top-section__inner {
    gap: 24px;
  }
}
.top-section.--hint {
  padding: 80px 0;
}
.top-section.--hint .top-section__head {
  padding: 0 80px;
}
@media screen and (max-width: 1279px) {
  .top-section.--hint .top-section__head {
    padding: 0 16px;
  }
}
.top-section.--case {
  border-top: 4px solid var(--color-gray-11);
}
@media screen and (max-width: 1279px) {
  .top-section.--banner {
    padding-top: 0;
  }
}
.top-section.--gray {
  background-color: var(--color-gray-11);
}
.top-section .top-section__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-inline: auto;
  max-width: var(--width-content);
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .top-section .top-section__inner {
    gap: 48px;
  }
}
.top-section .top-section__inner .top-section__head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.top-section .top-section__inner .top-section__head .title {
  text-align: center;
}
.top-section .top-section__inner .top-section__head .text {
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .top-section .top-section__inner .top-section__head .text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.top-section.--award {
  padding: 40px 20px 0;
}
.top-section.--award .good-award__img {
  height: auto;
  margin-inline: auto;
  width: 512px;
}
@media screen and (max-width: 1279px) {
  .top-section.--award .good-award__img {
    max-width: 100%;
    width: 335px;
  }
}
.top-section.--award .good-award__img img {
  width: 100%;
}

.translate {
  margin-inline: auto;
  max-width: 1120px;
  padding: 0 30.5px;
}
@media screen and (max-width: 1279px) {
  .translate {
    padding: 0;
  }
}
.translate .translate__inner {
  align-items: center;
  display: flex;
  gap: 208px;
}
@media screen and (max-width: 1279px) {
  .translate .translate__inner {
    flex-direction: column;
    gap: 132px;
  }
}
.translate .translate__inner .translate__source {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .translate .translate__inner .translate__source {
    max-width: 100%;
  }
}
.translate .translate__inner .translate__source::after {
  content: "";
  height: 66px;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translate(100%, -50%);
  width: 112px;
  background-image: url("../../assets/image/img_translate-pc.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .translate .translate__inner .translate__source::after {
    bottom: -24px;
    height: 76px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%, 100%);
    width: 66px;
    background-image: url("../../assets/image/img_translate-sp.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1279px) {
  .translate .translate__inner .translate__result {
    max-width: 100%;
  }
}
.translate .translate__inner .translate__result .translate-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .translate .translate__inner .translate__result .translate-list {
    gap: 24px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 374px) {
  .translate .translate__inner .translate__result .translate-list {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1279px) {
  .translate .translate__inner .translate__result .translate-list .translate-list__item {
    max-width: 100%;
    width: 160px;
  }
}
.translate .translate__inner .translate__result .translate-list .translate-list__item.--english {
  grid-column: 1/3;
  grid-row: 1/2;
}
.translate .translate__inner .translate__result .translate-list .translate-list__item.--chinese {
  grid-column: 3/5;
  grid-row: 1/2;
}
.translate .translate__inner .translate__result .translate-list .translate-list__item.--korean {
  grid-column: 1/3;
  grid-row: 2/3;
}
.translate .translate__inner .translate__result .translate-list .translate-list__item.--vietnamese {
  grid-column: 3/5;
  grid-row: 2/3;
}
.translate .translate__inner .translate__result .translate-list .translate-list__item.--portuguese {
  grid-column: 2/4;
  grid-row: 3/4;
}
.translate .translate-button {
  background-color: var(--color-white);
  border-radius: 16px;
  box-shadow: var(--box-shadow);
  padding: 16px 24px;
  position: relative;
  transition: all 0.2s ease;
  width: fit-content;
}
@media screen and (max-width: 1279px) {
  .translate .translate-button {
    max-width: 100%;
    padding: 9px 14px;
  }
}
@media (hover: hover) {
  .translate .translate-button:hover {
    box-shadow: var(--box-shadow-hover);
  }
  .translate .translate-button:hover::before {
    box-shadow: var(--box-shadow-hover);
  }
  .translate .translate-button:hover .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .translate .translate-button:hover .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
  .translate .translate-button:hover .play-button__wrapper::before {
    box-shadow: var(--box-shadow-hover);
  }
}
@media (hover: none) {
  .translate .translate-button:active {
    box-shadow: var(--box-shadow-hover);
  }
  .translate .translate-button:active::before {
    box-shadow: var(--box-shadow-hover);
  }
  .translate .translate-button:active .play-button__wrapper .play-button {
    background-color: var(--color-secondary-solid);
  }
  .translate .translate-button:active .play-button__wrapper.is-playing .play-button {
    background-color: var(--color-gray-13);
  }
  .translate .translate-button:active .play-button__wrapper::before {
    box-shadow: var(--box-shadow-hover);
  }
}
.translate .translate-button::before {
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  content: "";
  height: 72px;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: all 0.2s ease;
  width: 72px;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .translate .translate-button::before {
    height: 42px;
    right: -6.5px;
    top: -7px;
    width: 42px;
  }
}
.translate .translate-button button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.translate .translate-button.--japanese .translate-button__inner::after {
  background-image: url("../../assets/image/img_person_saori.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--japanese .translate-button__inner .translate-button__language::before {
  background-image: url("../../assets/image/icon_translate_japan.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--english .translate-button__inner::after {
  background-image: url("../../assets/image/img_person_jessica.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--english .translate-button__inner .translate-button__language::before {
  background-image: url("../../assets/image/icon_translate_usa.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--chinese .translate-button__inner::after {
  background-image: url("../../assets/image/img_person_song.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--chinese .translate-button__inner .translate-button__language::before {
  background-image: url("../../assets/image/icon_translate_china.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--korean .translate-button__inner::after {
  background-image: url("../../assets/image/img_person_soyeong.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--korean .translate-button__inner .translate-button__language::before {
  background-image: url("../../assets/image/icon_translate_korea.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--vietnamese .translate-button__inner::after {
  background-image: url("../../assets/image/img_person_hoa.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--vietnamese .translate-button__inner .translate-button__language::before {
  background-image: url("../../assets/image/icon_translate_vietnam.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .translate .translate-button.--portuguese {
    padding: 9px 14px 9px 11px;
  }
}
.translate .translate-button.--portuguese .translate-button__inner::after {
  z-index: 2;
  background-image: url("../../assets/image/img_person_sonia.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.translate .translate-button.--portuguese .translate-button__inner .translate-button__language::before {
  background-image: url("../../assets/image/icon_translate_portugal.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .translate .translate-button.--portuguese .translate-button__inner .translate-button__language {
    left: 2.5px;
    position: relative;
  }
}
.translate .translate-button .translate-button__inner {
  display: flex;
  overflow: hidden;
  padding-right: 112.5px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .translate .translate-button .translate-button__inner {
    padding-right: 66px;
  }
}
.translate .translate-button .translate-button__inner::after {
  content: "";
  display: inline-block;
  height: 222.19px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 112.5px;
}
@media screen and (max-width: 1279px) {
  .translate .translate-button .translate-button__inner::after {
    height: 130.35px;
    width: 66px;
  }
}
.translate .translate-button .translate-button__language {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
  width: 112.5px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .translate .translate-button .translate-button__language {
    gap: 6px;
    padding-top: 2.97px;
    white-space: nowrap;
    width: 66px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.translate .translate-button .translate-button__language::before {
  content: "";
  height: 72px;
  width: 108px;
}
@media screen and (max-width: 1279px) {
  .translate .translate-button .translate-button__language::before {
    height: 42.07px;
    width: 63.1px;
  }
}
.translate .translate-button .play-button__wrapper {
  position: absolute;
  right: -12px;
  top: -12px;
}
@media screen and (max-width: 1279px) {
  .translate .translate-button .play-button__wrapper {
    right: -6.5px;
    top: -7px;
  }
}