@charset "UTF-8";
/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
@font-face {
  font-family: "Source Han Sans";
  src: url(".././SourceHanCodeJP.ttc?g8npv8jd");
}
@font-face {
  font-family: "Source Han Sans";
  src: url("..//SourceHanSansJP-Normal.otf?z7vyp1ii") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Han Sans";
  src: url("..//SourceHanSansJP-Bold.otf?ocglivk1") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.font-Yugothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  height: 100%;
  font-family: "Source Han Sans", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #1a1a1a;
  line-height: 1.5;
  font-feature-settings: "palt";
}
body.is-naviOpened {
  overflow: hidden;
}

#__bs_notify__ {
  opacity: 0.25;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

span.spdb, span.pcdb {
  display: inline;
  line-height: inherit;
}
@media not all and (min-width: 960px) {
  span.spdb {
    display: block;
  }
}
@media all and (min-width: 960px) {
  span.pcdb {
    display: block;
  }
  span.pcdb + br {
    display: none;
  }
}

.l-container {
  position: relative;
  width: calc(100% - min(30 / 375 * 100 * var(--vw, 1vw), 48px));
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 960px) {
  .l-container {
    width: calc(100% - 80px);
  }
}
@media all and (min-width: 1280px) {
  .l-container {
    width: calc(100% - 280px);
  }
}
.l-wrap {
  width: 100%;
  padding-top: min(50 / 375 * 100 * var(--vw, 1vw), 80px);
  padding-bottom: min(50 / 375 * 100 * var(--vw, 1vw), 80px);
}

@media all and (min-width: 960px) {
  .l-wrap {
    padding-top: 6.75rem;
    padding-bottom: 5rem;
  }
}
.l-wrap.--white {
  background-color: white;
}
.l-wrap.--green {
  background-color: #dbf8f6;
}

.o-floater {
  z-index: 3;
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: min(86 / 375 * 100 * var(--vw, 1vw), 137.6px);
  height: min(86 / 375 * 100 * var(--vw, 1vw), 137.6px);
  opacity: 0;
}
.o-floater > * {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 960px) {
  .o-floater {
    right: 32px;
    bottom: 24px;
    width: min(190 / 1280 * 100 * var(--vw, 1vw), 11.875rem);
    height: min(190 / 1280 * 100 * var(--vw, 1vw), 11.875rem);
  }
}
.o-floater {
  transform: scale(1);
  transform-origin: center;
  transition: opacity 0.5s, transform 1s;
}
.o-floater.is-hidden {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transition: opacity 0.5s, transform 1s;
}

.o-floater__outer {
  -webkit-animation: scroller 14s linear infinite;
          animation: scroller 14s linear infinite;
}

@-webkit-keyframes scroller {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes scroller {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.o-floater-new {
  --buttonColor: #ff5757;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 262px;
  height: 45px;
  border-radius: 9999px;
  border: 2px solid var(--buttonColor);
  background-color: var(--buttonColor);
  transition: background-color 0.2s;
}
.o-floater-new svg path {
  fill: white;
  transition: 0.2s;
}
@media all and (min-width: 640px) {
  .o-floater-new {
    max-width: 300px;
  }
}
@media all and (min-width: 960px) {
  .o-floater-new {
    height: 52px;
  }
}
@media not all and (min-width: 640px) {
  .o-floater-new > * {
    width: 88%;
  }
}

.o-floater-new:hover {
  background-color: white;
}
.o-floater-new:hover svg path {
  fill: var(--buttonColor);
}

.o-floater-new:not(.--gmenu) {
  z-index: 8;
  position: fixed;
  bottom: 40px;
  left: 50%;
  translate: -50% 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

.o-floater-new:not(.--gmenu).is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s;
}

.o-header-naviButton {
  position: relative;
  width: 30px;
  height: 36px;
}
@media all and (min-width: 640px) {
  .o-header-naviButton {
    width: 40px;
    height: 48px;
  }
}
.o-header-naviButton:hover {
  cursor: pointer;
}
.o-header-naviButton span {
  display: block;
  position: absolute;
  background-color: #1a1a1a;
  height: 2px;
  width: 80%;
  transition: 0.3s;
}
.o-header-naviButton span:nth-child(1) {
  left: 10%;
  top: 25%;
  transform-origin: 50% 50%;
}
.o-header-naviButton span:nth-child(2) {
  left: 10%;
  top: 50%;
}
.o-header-naviButton span:nth-child(3) {
  left: 10%;
  top: 75%;
  transform-origin: 50% 50%;
}
body.is-naviOpened .o-header-naviButton span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
body.is-naviOpened .o-header-naviButton span:nth-child(2) {
  width: 0;
}
body.is-naviOpened .o-header-naviButton span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

@media all and (min-width: 960px) {
  .o-header-naviButton {
    display: none;
  }
}
.o-openIcon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #21d4c8;
}
@media all and (min-width: 960px) {
  .o-openIcon {
    width: 20px;
    height: 20px;
  }
}
@media not all and (min-width: 960px) {
  .o-openIcon {
    margin-top: min(2 / 375 * 100 * var(--vw, 1vw), 3.2px);
  }
}
.o-openIcon:before, .o-openIcon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 50%;
  height: 1px;
  content: "";
  background-color: white;
  border-radius: 9999px;
}
@media all and (min-width: 960px) {
  .o-openIcon:before, .o-openIcon:after {
    height: 2px;
  }
}
.o-openIcon:after {
  transform: scaleY(1);
  rotate: 90deg;
  transition: transform 0.3s;
}

details[open] .o-openIcon:after {
  transform: scaleY(0);
  transition: transform 0.3s;
}

.o-scrollDown svg {
  height: 32px;
}
@media all and (min-width: 640px) {
  .o-scrollDown svg {
    height: 54px;
  }
}

.o-scrollDown__mouse {
  stroke: #1a1a1a;
  fill: none;
  stroke-width: 2;
  fill-opacity: 0;
}

.o-scrollDown__wheel {
  fill: #1a1a1a;
}

.o-topButton {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
}

.c-faq {
  background-color: #f3f3f3;
  padding: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px);
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media all and (min-width: 960px) {
  .c-faq {
    padding: 2rem 1.5rem 1.5rem;
  }
}

.c-faq__head {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
@media all and (min-width: 960px) {
  .c-faq__head {
    align-items: center;
  }
}
@media not all and (min-width: 960px) {
  .c-faq__head {
    padding-top: min(12 / 375 * 100 * var(--vw, 1vw), 19.2px);
  }
}

summary.c-faq__head::-webkit-details-marker {
  display: none;
}

.c-faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: min(30 / 375 * 100 * var(--vw, 1vw), 48px);
  height: min(30 / 375 * 100 * var(--vw, 1vw), 48px);
  margin-right: 0.75rem;
}
.c-faq__icon.--q {
  background-color: #21d4c8;
}
.c-faq__icon.--a {
  background-color: white;
  border: 1px solid #21d4c8;
}
.c-faq__icon img {
  width: auto;
  height: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px);
}
@media not all and (min-width: 960px) {
  .c-faq__icon {
    margin-top: calc(-1 * min(4 / 375 * 100 * var(--vw, 1vw), 6.4px));
  }
}

@media all and (min-width: 960px) {
  .c-faq__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1.25rem;
  }
  .c-faq__icon.--a {
    border-width: 2px;
  }
  .c-faq__icon img {
    height: 1rem;
  }
}
.c-faq__ttl {
  flex: 1 1 auto;
  font-size: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px);
  font-weight: 700;
}
@media all and (min-width: 960px) {
  .c-faq__ttl {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 960px) {
  .c-faq__ttl {
    padding-right: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px);
  }
}

.c-faq__inner {
  overflow: hidden;
  margin-top: 1rem;
}

.c-faq__inner-inner {
  display: flex;
  padding-top: 8px;
}

.c-faq__text {
  flex: 1 0;
  font-size: min(13 / 375 * 100 * var(--vw, 1vw), 20.8px);
  font-weight: 500;
}
.c-faq__text .indent {
  text-indent: -1em;
  padding-left: 1em;
}

@media all and (min-width: 960px) {
  .c-faq__text {
    margin-top: 0.5lh;
    padding-right: 2.125rem;
    font-size: 1.125rem;
    line-height: 1.75;
  }
}
.c-header-navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-header-navi li {
  margin-right: 25px;
}
.c-header-navi li:last-child {
  margin-right: 0;
}

@media not all and (min-width: 960px) {
  .c-header-navi {
    display: none;
  }
}
.c-howtouse > * + * {
  margin-top: 1rem;
}

@media not all and (min-width: 960px) {
  .c-howtouse__ttl {
    width: auto;
    height: calc(min(25 / 375 * 100 * var(--vw, 1vw), 40px) * 1.2);
    margin: 0 auto;
  }
}
.c-howtouse__ill {
  margin-right: auto;
  margin-left: auto;
}

@media not all and (min-width: 960px) {
  .c-howtouse__ill {
    width: min(115 / 375 * 100 * var(--vw, 1vw), 184px);
  }
}
.c-howtouse__text {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

@media not all and (min-width: 960px) {
  .c-howtouse__text {
    text-align: center;
    font-size: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px);
  }
}
.c-recommend + .c-recommend {
  margin-top: min(32 / 375 * 100 * var(--vw, 1vw), 51.2px);
}

@media all and (min-width: 960px) {
  .c-recommend + .c-recommend {
    margin-top: 2.625rem;
  }
}
.c-recommend__head {
  position: relative;
  display: flex;
  width: auto;
  height: 1lh;
  font-size: min(22 / 375 * 100 * var(--vw, 1vw), 35.2px);
  line-height: 1.2;
}

@media all and (min-width: 960px) {
  .c-recommend__head {
    font-size: 2.25rem;
  }
}
.c-recommend__text {
  margin-top: 0.75em;
  padding-left: min(80 / 1280 * 100 * var(--vw, 1vw), 5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media not all and (min-width: 960px) {
  .c-recommend__text {
    font-size: min(13 / 375 * 100 * var(--vw, 1vw), 20.8px);
  }
}
.c-ttl__en {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl__en > * {
  z-index: 1;
  position: relative;
}
.c-ttl__en > * path {
  opacity: 0;
  translate: 0 100%;
}

@media all and (min-width: 960px) {
  .c-ttl__en {
    font-size: 2.625rem;
  }
}
.c-ttl__en:before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 4px;
  display: block;
  width: 100%;
  height: 18px;
  content: "";
}

.c-ttl__en:not(.--white):before {
  background-color: #a6eee9;
}

.c-ttl__en.--white:before {
  background-color: white;
}

.c-ttl__ja {
  margin-top: 1.25em;
  font-size: min(12 / 375 * 100 * var(--vw, 1vw), 19.2px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

@media all and (min-width: 960px) {
  .c-ttl__ja {
    font-size: 0.9375rem;
  }
}
.t-appeal {
  position: relative;
}
.t-appeal:after {
  display: block;
  width: 100%;
  max-width: 590px;
  height: min(216 / 375 * 100 * var(--vw, 1vw), 345.6px);
  content: "";
  background-image: url("../images/appeal_bg_sp.jpg?fhdjaskhf");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media all and (min-width: 960px) {
  .t-appeal:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    height: 100%;
    background-image: url("../images/appeal_bg_pc.jpg?fdghsyauf");
  }
}
@media not all and (min-width: 960px) {
  .t-appeal:after {
    margin-right: 0;
    margin-left: auto;
  }
  .t-appeal {
    padding-bottom: min(280 / 375 * 100 * var(--vw, 1vw), 448px);
    padding-bottom: 0;
  }
}
.t-appeal > * {
  z-index: 1;
}
@media all and (min-width: 960px) {
  .t-appeal > * {
    padding-right: min(448 / 1280 * 100 * var(--vw, 1vw), 28rem);
  }
}

.t-appeal__ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}

.t-appeal__ttl svg {
  display: block;
  width: min(169 / 375 * 100 * var(--vw, 1vw), 270.4px);
}
@media all and (min-width: 960px) {
  .t-appeal__ttl svg {
    width: min(282 / 1280 * 100 * var(--vw, 1vw), 17.625rem);
  }
}
.t-appeal__ttl svg path {
  opacity: 0;
  translate: 0 100%;
}

.t-appeal__ttl:before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 4px;
  display: block;
  width: 100%;
  height: 18px;
  content: "";
  background-color: #a6eee9;
}

.t-appeal__ttl-alternative {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  contain: strict !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.t-appeal__visual {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media all and (min-width: 960px) {
  .t-appeal__visual {
    padding-left: 2rem;
  }
}

.t-appeal__text {
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.025em;
}

@media not all and (min-width: 960px) {
  .t-appeal__text {
    font-size: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px);
    line-height: 1.75;
  }
}
.t-background {
  z-index: -1;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a6eee9;
  --imageSize: calcvw(160, 750);
}
@media all and (min-width: 960px) {
  .t-background {
    --imageSize: min(200px, calc(200 / 1400 * 100vw));
  }
}

.t-background__container, .t-background__item {
  width: 100%;
  height: 100%;
}

.t-background__img {
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -50%;
  display: block;
  width: calc(160 / 750 * 100 * var(--vw, 1vw));
  height: calc(160 / 750 * 100 * var(--vw, 1vw));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media all and (min-width: 960px) {
  .t-background__img {
    width: var(--imageSize);
    height: var(--imageSize);
  }
}
.t-background__img {
  opacity: 0;
  transform: scale(0);
}

.t-background__img.--1, .t-background__img.--2, .t-background__img.--3, .t-background__img.--4, .t-background__img.--5, .t-background__img.--6 {
  left: 0%;
}
.t-background__img.--7, .t-background__img.--8, .t-background__img.--9, .t-background__img.--10, .t-background__img.--11, .t-background__img.--12 {
  left: 25%;
}
.t-background__img.--13, .t-background__img.--14, .t-background__img.--15, .t-background__img.--16, .t-background__img.--17, .t-background__img.--18 {
  left: 50%;
}
.t-background__img.--19, .t-background__img.--20, .t-background__img.--21, .t-background__img.--22, .t-background__img.--23, .t-background__img.--24 {
  left: 75%;
}
.t-background__img.--25, .t-background__img.--26, .t-background__img.--27, .t-background__img.--28, .t-background__img.--29, .t-background__img.--30 {
  left: 100%;
}

@media all and (min-width: 960px) {
  .t-background__img.--1, .t-background__img.--2, .t-background__img.--3, .t-background__img.--4, .t-background__img.--5 {
    left: 0%;
  }
  .t-background__img.--6, .t-background__img.--7, .t-background__img.--8, .t-background__img.--9, .t-background__img.--10 {
    left: 19.4%;
  }
  .t-background__img.--11, .t-background__img.--12, .t-background__img.--13, .t-background__img.--14, .t-background__img.--15 {
    left: 39.8%;
  }
  .t-background__img.--16, .t-background__img.--17, .t-background__img.--18, .t-background__img.--19, .t-background__img.--20 {
    left: 60.2%;
  }
  .t-background__img.--21, .t-background__img.--22, .t-background__img.--23, .t-background__img.--24, .t-background__img.--25 {
    left: 80.6%;
  }
  .t-background__img.--26, .t-background__img.--27, .t-background__img.--28, .t-background__img.--29, .t-background__img.--30 {
    left: 100%;
  }
}
.t-background__img.--1, .t-background__img.--13, .t-background__img.--25 {
  top: 0.5%;
}
.t-background__img.--7, .t-background__img.--19 {
  top: 9.5%;
}
.t-background__img.--2, .t-background__img.--14, .t-background__img.--26 {
  top: 18.5%;
}
.t-background__img.--8, .t-background__img.--20 {
  top: 27.5%;
}
.t-background__img.--3, .t-background__img.--15, .t-background__img.--27 {
  top: 36.5%;
}
.t-background__img.--9, .t-background__img.--21 {
  top: 45.5%;
}
.t-background__img.--4, .t-background__img.--16, .t-background__img.--28 {
  top: 54.5%;
}
.t-background__img.--10, .t-background__img.--22 {
  top: 63.5%;
}
.t-background__img.--5, .t-background__img.--17, .t-background__img.--29 {
  top: 72.5%;
}
.t-background__img.--11, .t-background__img.--23 {
  top: 81.5%;
}
.t-background__img.--6, .t-background__img.--18, .t-background__img.--30 {
  top: 90.5%;
}
.t-background__img.--12, .t-background__img.--24 {
  top: 99.5%;
}

@media all and (min-width: 960px) {
  .t-background__img.--1, .t-background__img.--11, .t-background__img.--21 {
    top: 0%;
    top: calc(48% - (var(--imageSize) + 40px) * 2);
  }
  .t-background__img.--2, .t-background__img.--12, .t-background__img.--22 {
    top: 24%;
    top: calc(48% - (var(--imageSize) + 40px) * 1);
  }
  .t-background__img.--3, .t-background__img.--13, .t-background__img.--23 {
    top: 48%;
  }
  .t-background__img.--4, .t-background__img.--14, .t-background__img.--24 {
    top: 72%;
    top: calc(48% + (var(--imageSize) + 40px) * 1);
  }
  .t-background__img.--5, .t-background__img.--15, .t-background__img.--25 {
    top: 96%;
    top: calc(48% + (var(--imageSize) + 40px) * 2);
  }
  .t-background__img.--6, .t-background__img.--16, .t-background__img.--26 {
    top: 12%;
    top: calc(60% - (var(--imageSize) + 40px) * 2);
  }
  .t-background__img.--7, .t-background__img.--17, .t-background__img.--27 {
    top: 36%;
    top: calc(60% - (var(--imageSize) + 40px) * 1);
  }
  .t-background__img.--8, .t-background__img.--18, .t-background__img.--28 {
    top: 60%;
  }
  .t-background__img.--9, .t-background__img.--19, .t-background__img.--29 {
    top: 84%;
    top: calc(60% + (var(--imageSize) + 40px) * 1);
  }
  .t-background__img.--10, .t-background__img.--20, .t-background__img.--30 {
    top: 108%;
    top: calc(60% + (var(--imageSize) + 40px) * 2);
  }
}
.t-faq__ttl {
  margin-bottom: min(32 / 375 * 100 * var(--vw, 1vw), 51.2px);
}
@media all and (min-width: 960px) {
  .t-faq__ttl {
    margin-bottom: 3.5rem;
  }
}

.t-faq__ttl svg {
  width: min(64 / 375 * 100 * var(--vw, 1vw), 102.4px);
}
@media all and (min-width: 960px) {
  .t-faq__ttl svg {
    width: min(107 / 1280 * 100 * var(--vw, 1vw), 6.6875rem);
  }
}

.t-faq__item + .t-faq__item {
  margin-top: min(16 / 375 * 100 * var(--vw, 1vw), 25.6px);
}
@media all and (min-width: 960px) {
  .t-faq__item + .t-faq__item {
    margin-top: 2rem;
  }
}

.t-foot {
  background-color: white;
}

.t-fv {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100svh;
  padding-top: min(80 / 375 * 100 * var(--vw, 1vw), 128px);
  padding-top: 16svh;
  padding-bottom: min(48 / 375 * 100 * var(--vw, 1vw), 76.8px);
  padding-bottom: 8svh;
}
.t-fv > * {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media all and (min-width: 640px) {
  .t-fv {
    padding-top: min(80 / 375 * 100 * var(--vw, 1vw), 128px);
    padding-bottom: min(48 / 375 * 100 * var(--vw, 1vw), 76.8px);
  }
}
@media all and (min-width: 960px) {
  .t-fv {
    min-height: 100vh;
    height: auto;
    padding-top: min(200 / 1280 * 100 * var(--vw, 1vw), 12.5rem);
    padding-bottom: min(48 / 1280 * 100 * var(--vw, 1vw), 3rem);
  }
}
.t-fv__copy {
  width: 100%;
}

.t-fv__copy-svg svg path {
  opacity: 0;
  translate: 0 100%;
}

.t-fv__copy-svg.is-visible svg path {
  opacity: 1;
  translate: 0 0;
}

@media all and (min-width: 960px) {
  .t-fv__copy-svg.--sp {
    display: none;
  }
}
.t-fv__copy-svg.--sp svg {
  translate: 2.5% 0%;
  width: min(258 / 375 * 100 * var(--vw, 1vw), 412.8px);
  height: min(91 / 375 * 100 * var(--vw, 1vw), 145.6px);
  margin: 0 auto;
}

@media not all and (min-width: 960px) {
  .t-fv__copy-svg.--pc {
    display: none;
  }
}
.t-fv__copy-svg.--pc svg {
  translate: 2.5% 0%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.t-fv__ttl {
  margin-top: min(24 / 375 * 100 * var(--vw, 1vw), 38.4px);
  margin-bottom: min(48 / 375 * 100 * var(--vw, 1vw), 76.8px);
  font-size: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px);
  text-align: center;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  opacity: 0;
}

@media all and (min-width: 960px) {
  .t-fv__ttl {
    margin-top: 2.25rem;
    margin-bottom: 4rem;
    font-size: 1.25rem;
    letter-spacing: 0.4em;
  }
}
.t-fv__visual {
  width: min(240 / 375 * 100 * var(--vw, 1vw), 384px);
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}
.t-fv__visual img {
  width: 100%;
}

@media all and (min-width: 960px) {
  .t-fv__visual {
    width: 400px;
  }
}
.t-fv__scroller {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
  opacity: 0;
}
@media all and (min-width: 960px) {
  .t-fv__scroller {
    margin-top: min(40 / 1280 * 100 * var(--vw, 1vw), 2.5rem);
  }
}
.t-fv__scroller > * + * {
  margin-top: 0.875rem;
}
@media not all and (min-width: 640px) {
  .t-fv__scroller > * + * {
    width: 32px;
    margin-top: 8px;
  }
}

.t-howtouse__ttl {
  margin-bottom: min(32 / 375 * 100 * var(--vw, 1vw), 51.2px);
}

@media all and (min-width: 960px) {
  .t-howtouse__ttl {
    margin-bottom: 4.5rem;
  }
}
.t-howtouse__ttl svg {
  width: min(189 / 375 * 100 * var(--vw, 1vw), 302.4px);
}
@media all and (min-width: 960px) {
  .t-howtouse__ttl svg {
    width: min(314 / 1280 * 100 * var(--vw, 1vw), 19.625rem);
  }
}

.t-howtouse__content {
  display: grid;
  gap: min(60 / 375 * 100 * var(--vw, 1vw), 96px);
}

@media all and (min-width: 960px) {
  .t-howtouse__content {
    margin-bottom: 3.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: min(80 / 1280 * 100 * var(--vw, 1vw), 5rem);
  }
}
.t-howtouse__content > * + * {
  position: relative;
}

.t-howtouse__content > * + *:before {
  position: absolute;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (min-width: 960px) {
  .t-howtouse__content > * + *:before {
    top: 50%;
    left: calc(-1 * min(44 / 1280 * 100 * var(--vw, 1vw), 2.75rem));
    translate: -50% -50%;
    width: min(17 / 1280 * 100 * var(--vw, 1vw), 1.0625rem);
    height: min(50 / 1280 * 100 * var(--vw, 1vw), 3.125rem);
    background-image: url("../images/howtouse_arrow_pc.svg?nrem5yip");
  }
}
@media not all and (min-width: 960px) {
  .t-howtouse__content > * + *:before {
    top: calc(-1 * min(42 / 375 * 100 * var(--vw, 1vw), 67.2px));
    left: 50%;
    translate: -50% 0%;
    width: min(50 / 375 * 100 * var(--vw, 1vw), 80px);
    height: min(17 / 375 * 100 * var(--vw, 1vw), 27.2px);
    background-image: url("../images/howtouse_arrow_sp.svg?qnjkf06r");
  }
}

.t-howtouse .o-search {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media not all and (min-width: 960px) {
  .t-howtouse .o-search {
    width: 70%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.t-intro {
  opacity: 0;
}

@media all and (min-width: 960px) {
  .t-intro {
    padding-top: min(220 / 1280 * 100 * var(--vw, 1vw), 13.75rem);
    padding-right: min(64 / 1280 * 100 * var(--vw, 1vw), 4rem);
    padding-bottom: min(240 / 1280 * 100 * var(--vw, 1vw), 15rem);
    padding-left: min(64 / 1280 * 100 * var(--vw, 1vw), 4rem);
  }
}
@media not all and (min-width: 960px) {
  .t-intro {
    padding-top: min(100 / 375 * 100 * var(--vw, 1vw), 160px);
    padding-bottom: min(120 / 375 * 100 * var(--vw, 1vw), 192px);
  }
}
.t-intro__copy {
  margin-right: auto;
  margin-left: auto;
}
.t-intro__copy img {
  width: auto;
  height: min(24 / 375 * 100 * var(--vw, 1vw), 38.4px);
  margin-right: auto;
  margin-left: auto;
}
.t-intro__copy img + img {
  margin-top: 1em;
}

@media all and (min-width: 960px) {
  .t-intro__copy img {
    width: auto;
    height: min(40 / 1280 * 100 * var(--vw, 1vw), 2.5rem);
  }
  .t-intro__copy img + img {
    margin-top: 1.5em;
  }
}
.t-intro__text {
  margin-top: min(64 / 375 * 100 * var(--vw, 1vw), 102.4px);
  text-align: center;
  font-weight: 700;
  font-size: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (min-width: 960px) {
  .t-intro__text {
    margin-top: min(96 / 1280 * 100 * var(--vw, 1vw), 6rem);
    font-size: 1.25rem;
    line-height: 2;
  }
  .t-intro__text > * + * {
    margin-top: 0;
  }
}
.t-intro__visual {
  display: grid;
  margin-top: min(100 / 375 * 100 * var(--vw, 1vw), 160px);
}

@media all and (min-width: 960px) {
  .t-intro__visual {
    grid-template-columns: repeat(3, 1fr);
    gap: min(56 / 1280 * 100 * var(--vw, 1vw), 3.5rem);
    margin-top: min(160 / 1280 * 100 * var(--vw, 1vw), 10rem);
  }
  .t-intro__visual img {
    width: 100%;
    margin-top: var(--mt, 0);
  }
}
@media not all and (min-width: 960px) {
  .t-intro__visual {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: min(24 / 375 * 100 * var(--vw, 1vw), 38.4px);
    justify-items: flex-end;
  }
  .t-intro__visual img:nth-child(2) {
    grid-area: 1/2/3/3;
    justify-self: flex-start;
    align-self: center;
  }
}
.t-overlay {
  width: 100%;
  min-height: 100%;
}

@media not all and (min-width: 960px) {
  .t-recommend__ttl {
    margin-bottom: min(32 / 375 * 100 * var(--vw, 1vw), 51.2px);
  }
}
.t-recommend__ttl svg {
  width: min(287 / 375 * 100 * var(--vw, 1vw), 459.2px);
}
@media all and (min-width: 960px) {
  .t-recommend__ttl svg {
    width: min(480 / 1280 * 100 * var(--vw, 1vw), 30rem);
  }
}

.t-recommend__content {
  position: relative;
}

@media all and (min-width: 960px) {
  .t-recommend__content {
    padding-top: 8.5rem;
    padding-bottom: 6.5rem;
    padding-top: min(136 / 1280 * 100 * var(--vw, 1vw), 8.5rem);
    padding-bottom: min(104 / 1280 * 100 * var(--vw, 1vw), 6.5rem);
    padding-left: min(336 / 1280 * 100 * var(--vw, 1vw), 21rem);
  }
}
.t-recommend__content:after {
  position: relative;
  display: block;
  width: 100%;
  max-width: 552px;
  height: min(207 / 375 * 100 * var(--vw, 1vw), 331.2px);
  margin: min(21 / 375 * 100 * var(--vw, 1vw), 33.6px) auto 0;
  content: "";
  background-image: url("../images/recommend_sp.png?u82s8uhq");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (min-width: 960px) {
  .t-recommend__content:after {
    position: absolute;
    top: 2.625rem;
    left: calc(-1 * min(90 / 1280 * 100 * var(--vw, 1vw), 5.625rem));
    display: block;
    width: min(402 / 1280 * 100 * var(--vw, 1vw), 25.125rem);
    height: min(576 / 1280 * 100 * var(--vw, 1vw), 36rem);
    content: "";
    background-image: url("../images/recommend_pc.png?iz0vxp04");
    background-size: cover;
  }
}

.t-voice {
  position: relative;
}

.t-voice:before, .t-voice:after {
  position: absolute;
  right: 0;
  display: block;
  width: min(230 / 375 * 100 * var(--vw, 1vw), 368px);
  height: min(160 / 375 * 100 * var(--vw, 1vw), 256px);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.t-voice:before {
  background-image: url("../images/voice_bg_pc.png?vnf80pcr");
  mix-blend-mode: multiply;
}
.t-voice:after {
  background-image: url("../images/voice_bg_pc_overlay.png?4fdnqrw9");
}

@media all and (min-width: 960px) {
  .t-voice:before, .t-voice:after {
    top: calc(-1 * min(100 / 1280 * 100 * var(--vw, 1vw), 6.25rem));
    width: min(533 / 1280 * 100 * var(--vw, 1vw), 33.3125rem);
    height: min(370 / 1280 * 100 * var(--vw, 1vw), 23.125rem);
  }
}
@media not all and (min-width: 960px) {
  .t-voice:before, .t-voice:after {
    bottom: 2.625rem;
    translate: 0 100%;
  }
}
.t-voice__ttl {
  margin-bottom: min(24 / 375 * 100 * var(--vw, 1vw), 38.4px);
}
@media all and (min-width: 960px) {
  .t-voice__ttl {
    margin-bottom: min(84 / 1280 * 100 * var(--vw, 1vw), 5.25rem);
  }
}

.t-voice__ttl svg {
  width: min(292 / 375 * 100 * var(--vw, 1vw), 467.2px);
}
@media all and (min-width: 960px) {
  .t-voice__ttl svg {
    width: min(489 / 1280 * 100 * var(--vw, 1vw), 30.5625rem);
  }
}

.t-voice__block {
  position: relative;
  width: 93%;
  padding: min(32 / 375 * 100 * var(--vw, 1vw), 51.2px) min(15 / 375 * 100 * var(--vw, 1vw), 24px);
  background-color: white;
}

@media all and (min-width: 960px) {
  .t-voice__block {
    width: 90%;
    padding: 3.5rem 2rem 2rem;
  }
}
.t-voice__block:not(.--reverse) {
  margin-right: auto;
  margin-left: 0;
}
.t-voice__block.--reverse {
  margin-right: 0;
  margin-left: auto;
}

.t-voice__block:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  content: "";
  background: linear-gradient(to right bottom, transparent 0%, transparent 50%, #21d4c8 50%, #21d4c8 100%);
}
@media all and (min-width: 960px) {
  .t-voice__block:before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.t-voice__block + .t-voice__block {
  margin-top: min(25 / 375 * 100 * var(--vw, 1vw), 40px);
}
@media all and (min-width: 960px) {
  .t-voice__block + .t-voice__block {
    margin-top: 2.625rem;
  }
}

.t-voice__block-inner {
  display: grid;
  grid-template-columns: min(60 / 375 * 100 * var(--vw, 1vw), 96px) auto;
  grid-template-rows: repeat(2, auto);
}
.t-voice__block-inner img {
  grid-area: 1/1/3/2;
}
.t-voice__block-inner .t-voice__block-copy.--sp {
  grid-area: 1/2/2/3;
}
.t-voice__block-inner .t-voice__block-text {
  grid-area: 2/1/3/3;
}
@media not all and (min-width: 960px) {
  .t-voice__block-inner {
    gap: min(20 / 375 * 100 * var(--vw, 1vw), 32px) min(16 / 375 * 100 * var(--vw, 1vw), 25.6px);
    gap: 0 min(16 / 375 * 100 * var(--vw, 1vw), 25.6px);
  }
}

@media all and (min-width: 960px) {
  .t-voice__block-inner {
    grid-template-columns: min(132 / 1280 * 100 * var(--vw, 1vw), 8.25rem) auto;
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .t-voice__block-inner img {
    grid-area: 1/1/3/2;
  }
  .t-voice__block-inner .t-voice__block-copy.--pc {
    grid-area: 1/2/2/3;
  }
  .t-voice__block-inner .t-voice__block-text {
    grid-area: 2/2/3/3;
  }
}
.t-voice__block-copy.--sp {
  font-size: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px);
}
@media all and (min-width: 960px) {
  .t-voice__block-copy.--sp {
    display: none;
  }
}
.t-voice__block-copy.--sp.--1 {
  width: calc(min(175 / 375 * 100 * var(--vw, 1vw), 280px) * 1.1);
}
.t-voice__block-copy.--sp.--2 {
  width: calc(min(192 / 375 * 100 * var(--vw, 1vw), 307.2px) * 1.1);
}
.t-voice__block-copy.--sp.--3 {
  width: calc(min(178 / 375 * 100 * var(--vw, 1vw), 284.8px) * 1.1);
}

.t-voice__block-copy.--pc {
  margin-bottom: 1em;
  color: #21d4c8;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 960px) {
  .t-voice__block-copy.--pc {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .t-voice__block-copy.--pc {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 960px) {
  .t-voice__block-copy.--pc:before, .t-voice__block-copy.--pc:after {
    display: inline-block;
    width: 0.5lh;
    height: 0.5lh;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
  }
  .t-voice__block-copy.--pc:before {
    background-image: url("../images/voice_ttl_before.svg?h8c62jpt");
    background-position: top left;
    vertical-align: top;
  }
  .t-voice__block-copy.--pc:after {
    background-image: url("../images/voice_ttl_after.svg?4f373bey");
    background-position: bottom right;
    vertical-align: bottom;
  }
}
.t-voice__block-text {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 960px) {
  .t-voice__block-text {
    font-size: min(13 / 375 * 100 * var(--vw, 1vw), 20.8px);
  }
  .t-voice__block-text.--sp.--1 {
    margin-top: min(36 / 375 * 100 * var(--vw, 1vw), 57.6px);
  }
  .t-voice__block-text.--sp.--2 {
    margin-top: min(20 / 375 * 100 * var(--vw, 1vw), 32px);
  }
  .t-voice__block-text.--sp.--3 {
    margin-top: min(32 / 375 * 100 * var(--vw, 1vw), 51.2px);
  }
}
.t-voice__block-name {
  text-align: right;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 960px) {
  .t-voice__block-name {
    font-size: min(12 / 375 * 100 * var(--vw, 1vw), 19.2px);
  }
}
@media all and (min-width: 960px) {
  .t-voice__block-name {
    margin-top: 1em;
  }
}

.g-footer {
  position: relative;
  margin-top: min(24 / 375 * 100 * var(--vw, 1vw), 38.4px);
  padding-top: min(32 / 375 * 100 * var(--vw, 1vw), 51.2px);
  padding-bottom: min(45 / 375 * 100 * var(--vw, 1vw), 72px);
  background-color: #21d4c8;
  color: #ffffff;
}

@media all and (min-width: 960px) {
  .g-footer {
    margin-top: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.g-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
  display: block;
  width: 100%;
  height: min(15 / 375 * 100 * var(--vw, 1vw), 24px);
  content: "";
  background-image: url("../images/footer_pc.svg?jec64vws");
  background-repeat: repeat-x;
  background-position: center;
  background-size: min(375 / 375 * 100 * var(--vw, 1vw), 600px);
}
@media all and (min-width: 960px) {
  .g-footer:before {
    height: 56px;
    background-size: 1400px;
  }
}

.g-footer__inner {
  width: 100%;
}
@media all and (min-width: 960px) {
  .g-footer__inner {
    padding: 0 20px;
  }
}

.g-footer__layout {
  display: flex;
  align-items: center;
}
@media not all and (min-width: 960px) {
  .g-footer__layout {
    flex-direction: column;
  }
}
@media all and (min-width: 960px) {
  .g-footer__layout {
    justify-content: space-between;
  }
}

.g-footer__layout-left > * + * {
  margin-top: 2rem;
}

@media not all and (min-width: 960px) {
  .g-footer__layout-left button {
    display: block;
    width: min(90 / 375 * 100 * var(--vw, 1vw), 144px);
    margin: 0 auto;
  }
  .g-footer__layout-left img {
    width: min(260 / 375 * 100 * var(--vw, 1vw), 416px);
  }
  .g-footer__layout-left > * + * {
    margin-top: min(24 / 375 * 100 * var(--vw, 1vw), 38.4px);
  }
}
.g-footer__layout-right {
  font-weight: 500;
  line-height: 1.75;
}
.g-footer__layout-right ul li {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.g-footer__layout-right ul a {
  padding-right: 1em;
  background: url("../images/icon_externalLink.svg?2egdv7z6") right center/0.875em auto no-repeat;
}

@media not all and (min-width: 960px) {
  .g-footer__layout-right {
    margin-top: min(24 / 375 * 100 * var(--vw, 1vw), 38.4px);
  }
  .g-footer__layout-right ul {
    text-align: center;
    font-size: min(13 / 375 * 100 * var(--vw, 1vw), 20.8px);
  }
}
@media all and (min-width: 960px) {
  .g-footer__layout-right ul {
    display: flex;
  }
  .g-footer__layout-right ul > * + * {
    position: relative;
    margin-left: 3rem;
  }
  .g-footer__layout-right ul > * + *:before {
    position: absolute;
    top: 50%;
    left: 0%;
    translate: -200% -50%;
    display: block;
    width: auto;
    height: auto;
    content: "／";
    font-size: 1rem;
    line-height: inherit;
  }
  .g-footer__layout-right ul a {
    position: relative;
  }
  .g-footer__layout-right ul a:before {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: white;
    opacity: 0;
    transition: 0.3s;
  }
  .g-footer__layout-right ul a:hover:before {
    bottom: -0.2em;
    opacity: 1;
  }
}
.g-footer__copy {
  margin-top: min(24 / 375 * 100 * var(--vw, 1vw), 38.4px);
  letter-spacing: 0.2em;
}
@media not all and (min-width: 960px) {
  .g-footer__copy {
    text-align: center;
    font-size: min(12 / 375 * 100 * var(--vw, 1vw), 19.2px);
  }
}
@media all and (min-width: 960px) {
  .g-footer__copy {
    margin-top: 0.5rem;
    text-align: right;
  }
}

.g-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: min(14 / 375 * 100 * var(--vw, 1vw), 22.4px) min(18 / 375 * 100 * var(--vw, 1vw), 28.8px) min(14 / 375 * 100 * var(--vw, 1vw), 22.4px) min(15 / 375 * 100 * var(--vw, 1vw), 24px);
  width: 100%;
  opacity: 0;
}

@media all and (min-width: 960px) {
  .g-header {
    margin: 0 auto;
    padding: 45px 40px;
  }
}
.g-header__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.g-header__logo {
  width: min(74 / 375 * 100 * var(--vw, 1vw), 118.4px);
}
@media all and (min-width: 960px) {
  .g-header__logo {
    width: min(148 / 1280 * 100 * var(--vw, 1vw), 9.25rem);
  }
}

.g-header__layout-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.g-header__layout-right .c-header-navi {
  margin-right: 40px;
}

@media not all and (min-width: 1280px) {
  .g-header__layout-right {
    margin-left: 40px;
  }
  .g-header__layout-right .c-header-navi {
    margin-right: 20px;
  }
}
@media all and (min-width: 960px) {
  .g-header__layout-right {
    display: none;
    visibility: hidden;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
.g-header__navi {
  margin-right: 40px;
}
.g-header__navi ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.g-header__navi ul li {
  margin-right: 40px;
}
.g-header__navi ul li:last-child {
  margin-right: 0;
}
.g-header__navi ul li a {
  transition: opacity, color 0.3s;
  color: #333333;
  text-decoration: none;
}

.g-header__search {
  width: min(310 / 1280 * 100 * var(--vw, 1vw), 19.375rem);
}
@media not all and (min-width: 960px) {
  .g-header__search {
    display: none;
  }
}

.g-menu {
  z-index: 9;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 80px;
  transition: transform 0.7s;
  transform: scale(0);
  pointer-events: none;
}
.is-naviOpened .g-menu {
  pointer-events: initial;
  transform: scale(1);
  transition-duration: 0.75s;
}

.g-menu:before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform: scale(0);
  display: block;
  width: 200vh;
  height: 200vh;
  border-radius: 50%;
  content: "";
  background-color: #a6eee9;
  transition: transform 0.7s;
}
.is-naviOpened .g-menu:before {
  transform: scale(1);
}

.g-menu__inner {
  z-index: 1;
  position: relative;
  width: min(260 / 375 * 100 * var(--vw, 1vw), 416px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.4s 0s;
}
.is-naviOpened .g-menu__inner {
  opacity: 1;
  transition: opacity 0.4s 0.4s;
}

.g-menu__navi {
  width: 100%;
  margin-bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.g-menu__navi ul > * + * {
  position: relative;
  margin-top: min(50 / 375 * 100 * var(--vw, 1vw), 80px);
}
.g-menu__navi ul > * + *:before {
  position: absolute;
  top: calc(-1 * min(26 / 375 * 100 * var(--vw, 1vw), 41.6px));
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-image: url("../images/gmenu_hr.svg?txi6bdpw");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.g-menu__navi ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-menu__navi .o-search, .g-menu__navi .o-floater-new {
  margin-top: min(42 / 375 * 100 * var(--vw, 1vw), 67.2px);
  margin-right: auto;
  margin-left: auto;
}
.g-menu__navi .o-search img, .g-menu__navi .o-floater-new img {
  width: 100%;
}

.g-menu__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.g-menu__link img {
  width: 100%;
}
.g-menu__link.--1 {
  width: min(164 / 375 * 100 * var(--vw, 1vw), 262.4px);
}
.g-menu__link.--2 {
  width: min(197 / 375 * 100 * var(--vw, 1vw), 315.2px);
}
.g-menu__link.--3 {
  width: min(128 / 375 * 100 * var(--vw, 1vw), 204.8px);
}
.g-menu__link.--4 {
  width: min(62 / 375 * 100 * var(--vw, 1vw), 99.2px);
}
.g-menu__link.--5 {
  width: min(72 / 375 * 100 * var(--vw, 1vw), 115.2px);
}

:root {
  --_bg-color: rgb(167 238 233 / .5);
}

.t-fv__copy-svg > svg, .t-intro__copy > * {
  padding: 4px;
  background-color: var(--_bg-color);
  box-sizing: content-box !important;
}

.t-fv__ttl, .t-intro__text > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  background-color: var(--_bg-color);
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .sp {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .tab {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc-tab {
    display: none !important;
  }
  .tab-pc {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .sp-tab {
    display: none !important;
  }
  .tab-sp {
    display: none !important;
  }
}

.svgload {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 0;
  padding: 0;
  margin: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.hidden{
  display: none;
}

.pl-4{
  padding-left: 1rem;
}
