/*! Copyright (c) 2024 Hayato Nakagawa | MIT License https://licenses.opensource.jp/MIT/MIT.html */
/*! destyle.css v2.0.2 | 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;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          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;
  line-height: inherit;
  margin: 0;
}

h1 {
  font-weight: bold;
}

/* Image */
/* ============================================ */
img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
  width: 100%;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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; /* 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: underline;
}

/**
 * 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; /* 2 */
}

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

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

/**
 * 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;
}

u {
  text-decoration: underline;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

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

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

::-ms-clear {
  visibility: hidden;
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/**
 * remove placeholder color
 */
:focus::-moz-placeholder {
  color: transparent;
}
:focus::placeholder {
  color: transparent;
}

.-fadeIn,
.-fadeIn__up,
.-fadeIn__upSP,
.-fadeIn__left,
.-fadeIn__right {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
.-fadeIn.-inview,
.-fadeIn__up.-inview,
.-fadeIn__upSP.-inview,
.-fadeIn__left.-inview,
.-fadeIn__right.-inview {
  opacity: 1;
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}

.-fadeIn__up {
  transform: translate(0, 30px);
}
.-fadeIn__up.-inview {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn__upSP {
    transform: translate(0, 30px);
  }
}
@media screen and (max-width: 768px) {
  .-fadeIn__upSP.-inview {
    transform: translate(0, 0);
  }
}

.-fadeIn__left {
  transform: translate(-15px, 0);
}
.-fadeIn__left.-inview {
  transform: translate(0, 0);
}

.-fadeIn__right {
  transform: translate(15px, 0);
}
.-fadeIn__right.-inview {
  transform: translate(0, 0);
}

.-fadeIn__right-TB {
  transform: translate(30px, 0);
}
.-fadeIn__right-TB.-inview {
  transform: translate(0, 0);
}

.-delay__03s {
  transition-delay: 0.3s !important;
}

.-delay__05s {
  transition-delay: 0.5s !important;
}

.-delay__07s {
  transition-delay: 0.7s !important;
}

.-delay__10s {
  transition-delay: 1s !important;
}

.-delay__15s {
  transition-delay: 1.5s !important;
}

[class*=-fadeIn] + [class*=-fadeIn] {
  transition-delay: 0.6s !important;
}

[class*=-fadeIn] + [class*=-fadeIn] + [class*=-fadeIn] {
  transition-delay: 0.8s !important;
}

[class*=-fadeIn] + [class*=-fadeIn] + [class*=-fadeIn] + [class*=-fadeIn] {
  transition-delay: 1s !important;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes float {
  0% {
    transform: translateY(0) rotate(0);
  }
  25% {
    transform: translateY(-20px) rotate(3deg);
  }
  50% {
    transform: translateY(0) rotate(-1deg);
  }
  75% {
    transform: translateY(-20px) rotate(3deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0) rotate(0);
  }
  25% {
    transform: translateY(20px) rotate(-3deg);
  }
  50% {
    transform: translateY(0) rotate(-1deg);
  }
  75% {
    transform: translateY(20px) rotate(-3deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.MainVisual-slide.js-inview .splide {
  animation: zoom 0.8s ease-in-out forwards;
}
.MainVisual-slide.js-inview .MainVisualTitle__main,
.MainVisual-slide.js-inview .MainVisualTitle__sub {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.7s;
}
.MainVisual-slide.js-inview .MainVisualTitle__sub {
  transition-delay: 1.4s;
}
.MainVisual-slide.js-inview:not(.-inview.-imageloaded) .splide {
  opacity: 0;
}
.MainVisual-slide.js-inview:not(.-inview.-imageloaded) .MainVisualTitle__main,
.MainVisual-slide.js-inview:not(.-inview.-imageloaded) .MainVisualTitle__sub {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.7s;
}
.MainVisual-slide.js-inview:not(.-inview.-imageloaded) .MainVisualTitle__sub {
  transition-delay: 1.4s;
}

.ModuleText + .ModuleText {
  margin-block-start: 1em;
}
.ModuleLead + .ModuleText {
  margin-block-start: 4.6296296296vw;
}
@media screen and (min-width: 769px) {
  .ModuleLead + .ModuleText {
    margin-block-start: min(3.125vw, 45px);
  }
}
.ModuleLead-small + .ModuleText {
  margin-block-start: 3.7037037037vw;
}
@media screen and (min-width: 769px) {
  .ModuleLead-small + .ModuleText {
    margin-block-start: min(1.7361111111vw, 25px);
  }
}
.ModuleList + .ModuleText {
  margin-block-start: 4.6296296296vw;
}
@media screen and (min-width: 769px) {
  .ModuleList + .ModuleText {
    margin-block-start: min(3.125vw, 45px);
  }
}

.ModuleLead + .ModuleList {
  margin-block-start: 4.6296296296vw;
}
@media screen and (min-width: 769px) {
  .ModuleLead + .ModuleList {
    margin-block-start: min(3.125vw, 45px);
  }
}

.ModuleButton {
  margin-block-start: 9.2592592593vw;
}
@media screen and (min-width: 769px) {
  .ModuleRow__column .ModuleButton {
    margin-block-start: min(6.9444444444vw, 100px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleCard .ModuleButton {
    margin-block-start: min(2.0833333333vw, 30px);
  }
}
@media screen and (min-width: 769px) {
  .RecruitApply .ModuleButton {
    margin-block-start: min(4.8611111111vw, 70px);
  }
}

.ModuleRow + .ModuleCard {
  margin-block-start: 12.962962963vw;
}
@media screen and (min-width: 769px) {
  .ModuleRow + .ModuleCard {
    margin-block-start: min(4.8611111111vw, 70px);
  }
}

.ModuleInner-wide + .ModuleInner {
  margin-block-start: 9.2592592593vw;
}
@media screen and (min-width: 769px) {
  .ModuleInner-wide + .ModuleInner {
    margin-block-start: min(6.9444444444vw, 100px);
  }
}

.MainVisual + .ModuleSection {
  padding-block: 9.2592592593vw 0;
}
@media screen and (min-width: 769px) {
  .MainVisual + .ModuleSection {
    padding-block: min(8.3333333333vw, 120px) min(4.1666666667vw, 60px);
  }
}
.MainVisual-video + .ModuleSection {
  padding-block: 11.1111111111vw 0;
}
@media screen and (min-width: 769px) {
  .MainVisual-video + .ModuleSection {
    padding-block: min(6.25vw, 90px) min(4.1666666667vw, 60px);
  }
}

.ModuleTitle04 ~ .ModuleTitle04 {
  margin-block-start: 8.3333333333vw;
}
@media screen and (min-width: 769px) {
  .ModuleTitle04 ~ .ModuleTitle04 {
    margin-block-start: min(6.25vw, 90px);
  }
}

.ModuleTitle05 ~ .ModuleTitle05 {
  margin-block-start: 4.6296296296vw;
}
@media screen and (min-width: 769px) {
  .ModuleTitle05 ~ .ModuleTitle05 {
    margin-block-start: min(1.7361111111vw, 25px);
  }
}

.ModuleText + .ModuleVideo {
  margin-block-start: 7.4074074074vw;
}
@media screen and (min-width: 769px) {
  .ModuleText + .ModuleVideo {
    margin-block-start: min(2.7777777778vw, 40px);
  }
}

.ModuleText + .BusinessList__image {
  margin-block-start: 7.4074074074vw;
}
@media screen and (min-width: 769px) {
  .ModuleText + .BusinessList__image {
    margin-block-start: min(2.7777777778vw, 40px);
  }
}

.ModuleVideo + .EquipmentsModalText {
  margin-block-start: 7.4074074074vw;
}
@media screen and (min-width: 769px) {
  .ModuleVideo + .EquipmentsModalText {
    margin-block-start: min(2.7777777778vw, 40px);
  }
}
.EquipmentsSpecList + .EquipmentsModalText {
  margin-block-start: 7.4074074074vw;
}
@media screen and (min-width: 769px) {
  .EquipmentsSpecList + .EquipmentsModalText {
    margin-block-start: min(2.7777777778vw, 40px);
  }
}

.-align-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .-align-center-TB {
    text-align: center;
  }
}

.-align-start {
  text-align: start;
}

.-align-end {
  text-align: end;
}

@media screen and (max-width: 768px) {
  .-hide-SP {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .-hide-TB {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .-hide-PC {
    display: none !important;
  }
}

.-weight-light {
  font-weight: 300;
}

.-weight-regular {
  font-weight: 400;
}

.-weight-bold {
  font-weight: 700;
}

:root {
  --clientHeight: var(--jsClientHeight, 100vh);
  --clientWidth: var(--jsClientWidth, 100vw);
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
}

@media (hover: hover) and (pointer: fine) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}

.MainVisual {
  aspect-ratio: 18/11;
  background: #feebe8 url("../img/mainvisual_bg_01.png") no-repeat left top/cover;
  position: relative;
}

.MainVisual__logo {
  display: block;
  inset: 2.0833333333vw 4.1666666667vw auto auto;
  position: absolute;
  width: 21.3888888889vw;
}

.MainVisual__title {
  display: block;
  inset: 8.2638888889vw 24.2361111111vw auto auto;
  position: absolute;
  width: 45.3472222222vw;
}

.MainVisual__button {
  align-items: center;
  background-color: #fff;
  border: 0.2083333333vw solid #f53c20;
  border-radius: 4.1666666667vw;
  color: #f53c20;
  display: flex;
  font-size: 1.9444444444vw;
  font-weight: 700;
  height: 8.3333333333vw;
  inset: 43.5416666667vw auto auto 50%;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  transform: translateX(-50%);
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 37.5vw;
}
.MainVisual__button:hover {
  background-color: #f53c20;
  color: #fff;
}

.MainVisual__balloon {
  animation-iteration-count: infinite;
  display: block;
  opacity: 0;
  position: absolute;
  transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
.MainVisual__balloon.-inview {
  opacity: 1;
  transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}

.MainVisual__balloon-01 {
  animation-delay: 50ms;
  animation-duration: 7500ms;
  animation-name: float;
  height: 10vw;
  left: 4.0277777778vw;
  top: 11.1805555556vw;
  width: 12.9861111111vw;
}
.MainVisual__balloon-01.-inview {
  top: 4.2361111111vw;
}

.MainVisual__balloon-02 {
  animation-duration: 7500ms;
  animation-name: float2;
  height: 7.8472222222vw;
  left: 15.5555555556vw;
  top: 21.6666666667vw;
  width: 12.7083333333vw;
}
.MainVisual__balloon-02.-inview {
  top: 14.7222222222vw;
}

.MainVisual__balloon-03 {
  animation-delay: 100ms;
  animation-duration: 7500ms;
  animation-name: float2;
  height: 9.7916666667vw;
  left: 19.5138888889vw;
  top: 11.1805555556vw;
  width: 10.2083333333vw;
}
.MainVisual__balloon-03.-inview {
  top: 4.2361111111vw;
}

.MainVisual__balloon-04 {
  animation-delay: 50ms;
  animation-duration: 7500ms;
  animation-name: float;
  height: 9.7916666667vw;
  left: 75.0694444444vw;
  top: 13.8888888889vw;
  width: 13.1944444444vw;
}
.MainVisual__balloon-04.-inview {
  top: 6.9444444444vw;
}

.MainVisual__balloon-05 {
  animation-duration: 8500ms;
  animation-name: float2;
  height: 8.3333333333vw;
  left: 77.7777777778vw;
  top: 27.1527777778vw;
  width: 14.4444444444vw;
}
.MainVisual__balloon-05.-inview {
  top: 20.2083333333vw;
}

.MainVisual__balloon-06 {
  animation-delay: 500ms;
  animation-duration: 9500ms;
  animation-name: float;
  height: 8.75vw;
  left: 88.6805555556vw;
  top: 19.9305555556vw;
  width: 9.2361111111vw;
}
.MainVisual__balloon-06.-inview {
  top: 12.9861111111vw;
}

.Inner {
  margin-inline: auto;
  width: 83.3333333333vw;
}

.Title01 {
  color: #f53c20;
  font-family: "Kiwi Maru", serif;
  font-size: 2.9166666667vw;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-block-end: 2.0833333333vw;
  text-align: center;
}

.Title01-before::before {
  background: url("../img/ico_arrow_b_01.png") no-repeat left top/contain;
  content: "";
  display: block;
  height: 5.4861111111vw;
  margin-block: 3.125vw 2.0833333333vw;
  margin-inline: auto;
  width: 6.9444444444vw;
}

.Title01__en {
  background: url("../img/bg_balloon_01.png") no-repeat left top/contain;
  color: #fff;
  display: block;
  font-family: "Averia Serif Libre", serif;
  font-size: 1.3888888889vw;
  font-weight: 400;
  height: 3.8194444444vw;
  letter-spacing: 0.05em;
  margin-block-end: 1.3888888889vw;
  margin-inline: auto;
  padding-block-start: 0.6944444444vw;
  text-transform: uppercase;
  width: 10.4166666667vw;
}

.Title01__en-blue {
  background-image: url("../img/bg_balloon_02.png");
}

.Title01__ja {
  font-size: 3.3333333333vw;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1.1666666667;
  margin-block-end: 4.1666666667vw;
  text-decoration: underline;
  text-decoration-color: #fff;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0;
}

.Title01__logo01 {
  margin-inline-end: 1.0416666667vw;
  vertical-align: text-bottom;
  width: 13.8888888889vw;
}

.Title01__logo02 {
  margin-block-start: 0.6944444444vw;
  width: 13.1944444444vw;
}

.Title02 {
  color: #f53c20;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6666666667vw;
  font-weight: 500;
  margin-block-end: 3.8194444444vw;
  text-align: center;
}
.Title02 strong {
  font-size: 2.0833333333vw;
  font-weight: inherit;
}

.Lead {
  color: #37474f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5277777778vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-block-end: 2.4305555556vw;
  text-align: center;
}

.Button {
  display: flex;
  justify-content: center;
}

.Button__link {
  align-items: center;
  background-color: #fff;
  border: 0.2083333333vw solid #039be5;
  border-radius: 3.125vw;
  box-shadow: 0 0 2.0833333333vw rgba(3, 155, 229, 0.25);
  color: #039be5;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6666666667vw;
  font-weight: 500;
  height: 6.25vw;
  justify-content: center;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 25vw;
}
.Button__link::after {
  background-color: #039be5;
  content: "";
  display: block;
  height: 1.5972222222vw;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC4wMDEiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyOC4wMDEgMjMiPgogIDxnIGlkPSJfLV8iIGRhdGEtbmFtZT0iLSZndDsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MzIgLTQ5NzgpIj4KICAgIDxnIGlkPSJfLV8yIiBkYXRhLW5hbWU9Ii0mZ3Q7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MTIuODk4IDQ3NTYuMDU3KSI+CiAgICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfMjgiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDI4Ij4KICAgICAgICA8ZyBpZD0i44Kw44Or44O844OXXzI3IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAyNyI+CiAgICAgICAgICA8cGF0aCBpZD0i44OR44K5XzEyOSIgZGF0YS1uYW1lPSLjg5HjgrkgMTI5IiBkPSJNMjM2LjgzOSwyNDQuNDU1bC4wMDktLjAxLDkuOC05LjhhMS41NDMsMS41NDMsMCwwLDAsLjIwNS0uMjU3bC4xNTQtLjI4Mi4wNjQtLjE5MnYtLjE0MWExLjg0MiwxLjg0MiwwLDAsMCwwLS42NTR2LS4yODJsLS4xMTYtLjIxOGExLjU1NiwxLjU1NiwwLDAsMC0uMjQzLS4zMzNsLTkuODY2LTkuODQxYTEuNjc3LDEuNjc3LDAsMCwwLTIuMzc0LS4wMWwtLjAwOS4wMWExLjcyMSwxLjcyMSwwLDAsMCwwLDIuMzczbDUuODQzLDUuODY0YS42NDMuNjQzLDAsMCwxLS40NDksMS4wOTJIMjIwLjc4MWExLjY4MSwxLjY4MSwwLDAsMCwwLDMuMzYyaDE5LjA3OGEuNjQxLjY0MSwwLDAsMSwuNjMyLjY1LjY0Ny42NDcsMCwwLDEtLjE4My40NDFsLTUuODQzLDUuODM4YTEuNzIyLDEuNzIyLDAsMCwwLDAsMi4zODdBMS42NzcsMS42NzcsMCwwLDAsMjM2LjgzOSwyNDQuNDU1WiIgZmlsbD0iI2Y1M2MyMCIvPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPHBhdGggaWQ9IkNvbG9yX092ZXJsYXkiIGRhdGEtbmFtZT0iQ29sb3IgT3ZlcmxheSIgZD0iTTg0Ny4zNjIsNTAwMC41YTEuNzIxLDEuNzIxLDAsMCwxLDAtMi4zODdsNS44NDQtNS44MzdhLjY0OC42NDgsMCwwLDAsLjE4Mi0uNDQuNjQuNjQsMCwwLDAtLjYzMS0uNjVIODMzLjY3OGExLjY4MSwxLjY4MSwwLDAsMSwwLTMuMzYxaDE5LjA3OWEuNjQzLjY0MywwLDAsMCwuNDQ5LTEuMDkybC01Ljg0NC01Ljg2NGExLjcyMiwxLjcyMiwwLDAsMSwwLTIuMzc0bC4wMS0uMDFhMS42NzUsMS42NzUsMCwwLDEsMi4zNzIuMDFsOS44NjcsOS44NDFhMS42LDEuNiwwLDAsMSwuMjQyLjMzM2wuMTE3LjIydi4yODJhMS44NDQsMS44NDQsMCwwLDEsMCwuNjU0di4xNDFsLS4wNjUuMTkzLS4xNTMuMjgyYTEuNTM1LDEuNTM1LDAsMCwxLS4yLjI1N2wtOS44LDkuOC0uMDA5LjAwOWExLjY3NiwxLjY3NiwwLDAsMS0yLjM3My0uMDA5WiIgZmlsbD0iIzAzOWJlNSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBjb2xvcjtpc29sYXRpb246IGlzb2xhdGUiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat left top/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC4wMDEiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyOC4wMDEgMjMiPgogIDxnIGlkPSJfLV8iIGRhdGEtbmFtZT0iLSZndDsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MzIgLTQ5NzgpIj4KICAgIDxnIGlkPSJfLV8yIiBkYXRhLW5hbWU9Ii0mZ3Q7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MTIuODk4IDQ3NTYuMDU3KSI+CiAgICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfMjgiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDI4Ij4KICAgICAgICA8ZyBpZD0i44Kw44Or44O844OXXzI3IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAyNyI+CiAgICAgICAgICA8cGF0aCBpZD0i44OR44K5XzEyOSIgZGF0YS1uYW1lPSLjg5HjgrkgMTI5IiBkPSJNMjM2LjgzOSwyNDQuNDU1bC4wMDktLjAxLDkuOC05LjhhMS41NDMsMS41NDMsMCwwLDAsLjIwNS0uMjU3bC4xNTQtLjI4Mi4wNjQtLjE5MnYtLjE0MWExLjg0MiwxLjg0MiwwLDAsMCwwLS42NTR2LS4yODJsLS4xMTYtLjIxOGExLjU1NiwxLjU1NiwwLDAsMC0uMjQzLS4zMzNsLTkuODY2LTkuODQxYTEuNjc3LDEuNjc3LDAsMCwwLTIuMzc0LS4wMWwtLjAwOS4wMWExLjcyMSwxLjcyMSwwLDAsMCwwLDIuMzczbDUuODQzLDUuODY0YS42NDMuNjQzLDAsMCwxLS40NDksMS4wOTJIMjIwLjc4MWExLjY4MSwxLjY4MSwwLDAsMCwwLDMuMzYyaDE5LjA3OGEuNjQxLjY0MSwwLDAsMSwuNjMyLjY1LjY0Ny42NDcsMCwwLDEtLjE4My40NDFsLTUuODQzLDUuODM4YTEuNzIyLDEuNzIyLDAsMCwwLDAsMi4zODdBMS42NzcsMS42NzcsMCwwLDAsMjM2LjgzOSwyNDQuNDU1WiIgZmlsbD0iI2Y1M2MyMCIvPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPHBhdGggaWQ9IkNvbG9yX092ZXJsYXkiIGRhdGEtbmFtZT0iQ29sb3IgT3ZlcmxheSIgZD0iTTg0Ny4zNjIsNTAwMC41YTEuNzIxLDEuNzIxLDAsMCwxLDAtMi4zODdsNS44NDQtNS44MzdhLjY0OC42NDgsMCwwLDAsLjE4Mi0uNDQuNjQuNjQsMCwwLDAtLjYzMS0uNjVIODMzLjY3OGExLjY4MSwxLjY4MSwwLDAsMSwwLTMuMzYxaDE5LjA3OWEuNjQzLjY0MywwLDAsMCwuNDQ5LTEuMDkybC01Ljg0NC01Ljg2NGExLjcyMiwxLjcyMiwwLDAsMSwwLTIuMzc0bC4wMS0uMDFhMS42NzUsMS42NzUsMCwwLDEsMi4zNzIuMDFsOS44NjcsOS44NDFhMS42LDEuNiwwLDAsMSwuMjQyLjMzM2wuMTE3LjIydi4yODJhMS44NDQsMS44NDQsMCwwLDEsMCwuNjU0di4xNDFsLS4wNjUuMTkzLS4xNTMuMjgyYTEuNTM1LDEuNTM1LDAsMCwxLS4yLjI1N2wtOS44LDkuOC0uMDA5LjAwOWExLjY3NiwxLjY3NiwwLDAsMS0yLjM3My0uMDA5WiIgZmlsbD0iIzAzOWJlNSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBjb2xvcjtpc29sYXRpb246IGlzb2xhdGUiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat left top/contain;
  position: absolute;
  right: 2.7777777778vw;
  top: calc(50% - 1.5972222222vw / 2);
  transition: background-color 0.3s ease;
  width: 1.9444444444vw;
}
.Button__link:hover {
  background-color: #039be5;
  color: #fff;
}
.Button__link:hover::after {
  background-color: #fff;
}

.Button__link-orange {
  border-color: #f53c20;
  box-shadow: 0 0 2.0833333333vw rgba(245, 60, 32, 0.25);
  color: #f53c20;
}
.Button__link-orange::after {
  background-color: #f53c20;
}
.Button__link-orange:hover {
  background-color: #f53c20;
}
.Button__link-orange:hover::after {
  background-color: #fff;
}

.Button__link-large {
  border-radius: 4.1666666667vw;
  font-size: 1.9444444444vw;
  height: 8.3333333333vw;
  width: 37.5vw;
}

.Case {
  background-color: #feebe8;
  padding-block: 2.5vw 4.1666666667vw;
}

.CaseBefore {
  display: grid;
  gap: 4.1666666667vw;
  grid-template-columns: repeat(3, 1fr);
  margin-block-start: 4.1666666667vw;
}

.CaseBefore__item {
  background-color: #fff;
  border-radius: 2.0833333333vw;
  display: grid;
  gap: 1.3888888889vw;
  grid-row: span 3;
  grid-template-rows: subgrid;
  justify-items: center;
  padding: 3.4722222222vw 3.4722222222vw 3.8194444444vw;
  position: relative;
}

.CaseBefore__label {
  inset: -2.0833333333vw 0 0 -0.8333333333vw;
  position: absolute;
  width: 8.4722222222vw;
}

.CaseBefore__title {
  color: #37474f;
  font-size: 1.6666666667vw;
  font-weight: 700;
}

.CaseBefore__ico {
  align-items: flex-end;
  display: flex;
  height: 14.0277777778vw;
  justify-content: center;
}

.CaseBefore__image[src*=case_img_01] {
  height: 12.5vw;
  width: 15.0694444444vw;
}
.CaseBefore__image[src*=case_img_02] {
  height: 14.0277777778vw;
  width: 13.4027777778vw;
}
.CaseBefore__image[src*=case_img_03] {
  height: 12.5694444444vw;
  width: 12.5vw;
}

.CaseBefore__text {
  color: #37474f;
  font-size: 1.1111111111vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.CaseBusiness {
  position: relative;
  z-index: 1;
}
.CaseBusiness::before, .CaseBusiness::after {
  background: no-repeat left top/contain;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.CaseBusiness::before {
  background-image: url("../img/case_illust_01.svg");
  height: 19.0972222222vw;
  left: 3.125vw;
  top: -18.4027777778vw;
  width: 13.0555555556vw;
}
.CaseBusiness::after {
  background-image: url("../img/case_illust_02.svg");
  height: 24.4444444444vw;
  right: 2.7777777778vw;
  top: -18.4027777778vw;
  width: 13.1944444444vw;
}

.CaseBusiness__inner {
  background-color: #fff;
  border-radius: 2.0833333333vw;
  padding: 4.1666666667vw 4.1666666667vw 4.5138888889vw;
}

.CaseBusinessList {
  display: grid;
  gap: 1.25vw;
  grid-template-columns: repeat(6, 1fr);
  height: 11.4583333333vw;
  margin-block-end: 2.7777777778vw;
}

.CaseBusinessList__item {
  background-color: #eceff1;
  border-radius: 50%;
  display: grid;
  gap: 0.6944444444vw;
  grid-row: span 2;
  grid-template-rows: subgrid;
  justify-items: center;
}

.CaseBusinessList__image {
  align-self: end;
  height: 4.1666666667vw;
  width: 4.1666666667vw;
}

.CaseBusinessList__text {
  align-self: start;
  color: #37474f;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block-end: 0.6944444444vw;
  text-align: center;
}

.CaseBusiness__text {
  color: #37474f;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.Partner {
  background: #feebe8 url("../img/bg_01.svg") no-repeat left top/contain;
  min-height: 180.5555555556vw;
  padding-block: 8.6805555556vw 0;
}

.Partner__inner {
  background-color: #eceff1;
  border-radius: 2.0833333333vw;
  margin-block-end: 4.8611111111vw;
  overflow: hidden;
  padding: 4.1666666667vw 4.1666666667vw 6.25vw;
  position: relative;
  z-index: 1;
}
.Partner__inner::before {
  background: url("../img/partner_Illust_01.svg") no-repeat left top/contain;
  content: "";
  display: block;
  height: 23.3333333333vw;
  inset: auto auto -0.9722222222vw 2.7777777778vw;
  position: absolute;
  width: 10.6944444444vw;
  z-index: -1;
}

.Partner__title01 {
  margin-block-end: 2.4305555556vw;
  text-align: center;
}
.Partner__title01 img {
  width: 32.1527777778vw;
}

.Partner__lead {
  color: #039be5;
  font-size: 2.0833333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-block-end: 2.7777777778vw;
  text-align: center;
}
.Partner__lead span {
  text-decoration: underline;
  text-decoration-color: rgba(3, 155, 229, 0.1);
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0;
}

.Partner__text {
  color: #37474f;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

.PartnerList01 {
  align-items: center;
  background-color: #fff;
  border-radius: 2.0833333333vw;
  display: flex;
  justify-content: space-between;
  margin-block: 2.4305555556vw;
  padding: 4.8611111111vw 5.2083333333vw 4.1666666667vw;
}

.PartnerList01__item {
  align-items: center;
  background-color: rgba(3, 155, 229, 0.15);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  height: 16.6666666667vw;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 16.6666666667vw;
}

.PartnerList01__item-rakuraku {
  background-color: #feebe8;
}

.PartnerList01__alignment {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 3.4722222222vw;
}

.PartnerList01__logo {
  left: 50%;
  position: absolute;
  top: -1.7361111111vw;
  transform: translateX(-50%);
}
.PartnerList01__logo[src*="logo_blue_01.svg"] {
  height: 3.0555555556vw;
}
.PartnerList01__logo[src*="logo_rakuraku_01.svg"] {
  height: 3.2638888889vw;
}

.PartnerList01__arrow {
  margin-block-start: 2.7777777778vw;
  width: 2.7083333333vw;
}

.PartnerList01__title {
  color: #039be5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 500;
}

.PartnerList01__text {
  color: #37474f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9722222222vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.PartnerList01__text02 {
  color: #37474f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-inline-start: 0.6944444444vw;
  writing-mode: vertical-rl;
}

.PartnerList02 {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
  margin-block-start: 2.4305555556vw;
  margin-inline: auto;
  width: 50vw;
}

.PartnerList02__item {
  align-items: center;
  background-color: #fff;
  border-radius: 0.6944444444vw;
  color: #f53c20;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  height: 6.25vw;
  justify-content: center;
  letter-spacing: 0.05em;
}

.Partner .PartnerSplide {
  margin-block-end: 2.7777777778vw;
  margin-inline: calc(50% - 50vw);
}
.Partner .splide__slide {
  width: 37.5vw;
}
.Partner .PartnerSplide__image {
  aspect-ratio: 135/88;
}

.Voice {
  background-color: #feebe8;
  padding-block: 4.8611111111vw 6.25vw;
}

.VoiceList01 {
  display: grid;
  gap: 0.6944444444vw;
  grid-template-columns: repeat(5, 1fr);
  margin-inline: auto;
  width: 65.2777777778vw;
}

.VoiceList01__item {
  align-items: center;
  background-color: #f53c20;
  border-radius: 0.6944444444vw;
  color: #fff;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  height: 4.1666666667vw;
  justify-content: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
}
.VoiceList01__item::before {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  content: "";
  display: block;
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.5;
  position: absolute;
}

.VoiceList02 {
  display: grid;
  gap: 3.125vw;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 10.4166666667vw);
  margin-block-start: 4.1666666667vw;
}

.VoiceList02__item {
  align-items: center;
  background: #fff no-repeat 2.0833333333vw bottom;
  border-radius: 0.6944444444vw;
  display: flex;
  padding-inline-start: 9.0277777778vw;
  position: relative;
}
.VoiceList02__item::before {
  background: url("../img/voice_txt_01.png") no-repeat left top/contain;
  content: "";
  display: block;
  height: 4.8611111111vw;
  inset: -2.4305555556vw auto auto -2.4305555556vw;
  position: absolute;
  width: 9.9305555556vw;
}
.VoiceList02__item:nth-child(1), .VoiceList02__item:nth-child(6), .VoiceList02__item:nth-child(9) {
  background-image: url("../img/voice_illust_01.png");
  background-position: 1.3888888889vw 2.4305555556vw;
  background-size: 5.4166666667vw 10.2777777778vw;
}
.VoiceList02__item:nth-child(2), .VoiceList02__item:nth-child(5), .VoiceList02__item:nth-child(10) {
  background-image: url("../img/voice_illust_02.png");
  background-position: 0.6944444444vw 2.4305555556vw;
  background-size: 7.9166666667vw 9.9305555556vw;
}
.VoiceList02__item:nth-child(3), .VoiceList02__item:nth-child(8) {
  background-image: url("../img/voice_illust_03.png");
  background-position: 1.3888888889vw 2.4305555556vw;
  background-size: 5.625vw 9.4444444444vw;
}
.VoiceList02__item:nth-child(4), .VoiceList02__item:nth-child(7) {
  background-image: url("../img/voice_illust_04.png");
  background-position: 0.6944444444vw 2.4305555556vw;
  background-size: 6.9444444444vw 9.7916666667vw;
}
.VoiceList02__item:nth-child(1)::before {
  background-image: url("../img/voice_txt_01.png");
}
.VoiceList02__item:nth-child(2)::before {
  background-image: url("../img/voice_txt_02.png");
}
.VoiceList02__item:nth-child(3)::before {
  background-image: url("../img/voice_txt_03.png");
}
.VoiceList02__item:nth-child(4)::before {
  background-image: url("../img/voice_txt_04.png");
}
.VoiceList02__item:nth-child(5)::before {
  background-image: url("../img/voice_txt_05.png");
}
.VoiceList02__item:nth-child(6)::before {
  background-image: url("../img/voice_txt_06.png");
}
.VoiceList02__item:nth-child(7)::before {
  background-image: url("../img/voice_txt_07.png");
}
.VoiceList02__item:nth-child(8)::before {
  background-image: url("../img/voice_txt_08.png");
}
.VoiceList02__item:nth-child(9)::before {
  background-image: url("../img/voice_txt_09.png");
}
.VoiceList02__item::before {
  background-image: url("../img/voice_txt_10.png");
}

.VoiceList02__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.VoiceList02__text span {
  color: #f53c20;
}

.Contact {
  background-color: #feebe8;
  padding-block: 0 3.8194444444vw;
}

.Contact__inner {
  background-color: #fff;
  border-radius: 2.0833333333vw;
  padding-block: 6.25vw;
}

.Contact__lead {
  color: #f53c20;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.0833333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-block-end: 3.8194444444vw;
  text-align: center;
}

.ContactList {
  display: flex;
  flex-direction: column;
  gap: 1.7361111111vw;
  margin-block-end: 6.25vw;
  padding-block-start: 2.0833333333vw;
  padding-inline-start: 41.6666666667vw;
  position: relative;
}
.ContactList::before {
  background: url("../img/contact_illust_01.png") no-repeat left top/contain;
  content: "";
  display: block;
  height: 22.6388888889vw;
  inset: 0 auto auto 6.25vw;
  position: absolute;
  width: 26.0416666667vw;
}

.ContactList__item {
  align-items: flex-end;
  display: flex;
  gap: 1.3888888889vw;
}
.ContactList__item span {
  color: #f53c20;
}

.ContactList__number {
  display: inline-block;
  width: 2.0833333333vw;
}
.ContactList__number img[src*=contact_no_01] {
  width: 1.5972222222vw;
}
.ContactList__number img[src*=contact_no_02] {
  width: 2.0833333333vw;
}
.ContactList__number img[src*=contact_no_03] {
  width: 1.7361111111vw;
}
.ContactList__number img[src*=contact_no_04] {
  width: 2.0138888889vw;
}
.ContactList__number img[src*=contact_no_05] {
  width: 1.9444444444vw;
}

.ContactList__text {
  color: #37474f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5277777778vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.ContactForm {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  margin-block-end: 4.1666666667vw;
  margin-inline: auto;
  width: 62.5vw;
}

.ContactForm__item {
  display: flex;
}

.ContactForm__head {
  color: #37474f;
  flex: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  padding-block: 1em;
}

.ContactForm__body {
  width: 39.5833333333vw;
}

.ContactForm__text {
  color: #37474f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
}

.ContactForm__required {
  background-color: #f53c20;
  border-radius: 1em;
  color: #fff;
  font-size: 0.9722222222vw;
  margin-inline-start: 0.9027777778vw;
  padding: 0 1em 0.1em;
  position: relative;
}
.ContactForm__required::before {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  content: "";
  display: block;
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.5;
  position: absolute;
}

.ContactForm__input {
  background-color: #eceff1;
  border-radius: 0.6944444444vw;
  color: #37474f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  height: 4.1666666667vw;
  padding: 1em 1.5em;
  width: 39.5833333333vw;
}
.ContactForm__input::-moz-placeholder {
  color: #b0bec5;
}
.ContactForm__input::placeholder {
  color: #b0bec5;
}
.ContactForm__input.espfRakurakuhanbai-validation-error {
  background-color: rgba(228, 0, 0, 0.1);
}

.ContactForm__select {
  background: #eceff1 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC42MDciIGhlaWdodD0iNS4zMDMiIHZpZXdCb3g9IjAgMCAxMC42MDcgNS4zMDMiPgogIDxwYXRoIGlkPSJfIiBkYXRhLW5hbWU9IiZndDsiIGQ9Ik04NjAuMyw4MDY0Ljg4M2wtNS4zLDUuMy01LjMtNS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg0OS42OTcgLTgwNjQuODgzKSIgZmlsbD0iIzM3NDc0ZiIvPgo8L3N2Zz4K") no-repeat calc(100% - 1.7361111111vw) center/0.6944444444vw 0.3472222222vw;
  border-radius: 0.6944444444vw;
  cursor: pointer;
  font-size: 1.25vw;
  height: 4.1666666667vw;
  padding: 1em 1.5em;
  width: 19.7916666667vw;
}
.ContactForm__select:invalid {
  color: #b0bec5;
}
.ContactForm__select option {
  color: #37474f;
}
.ContactForm__select option:first-child {
  color: #b0bec5;
}
.ContactForm__select.espfRakurakuhanbai-validation-error {
  background-color: rgba(228, 0, 0, 0.1);
}

.ContactForm__textarea {
  background-color: #eceff1;
  border-radius: 0.6944444444vw;
  font-size: 1.25vw;
  height: 10.4166666667vw;
  max-width: 39.5833333333vw;
  padding: 1em 1.5em;
  width: 39.5833333333vw;
}
.ContactForm__textarea::-moz-placeholder {
  color: #b0bec5;
}
.ContactForm__textarea::placeholder {
  color: #b0bec5;
}

.ContactTerms {
  background-color: #eceff1;
  border-radius: 0.6944444444vw;
  height: 13.8888888889vw;
  margin-inline: auto;
  padding: 1.3888888889vw;
  width: 54.1666666667vw;
}

.ContactTerms__inner {
  height: 11.1111111111vw;
  overflow-y: auto;
  padding: 0.6944444444vw;
}

.ContactTerms__text {
  color: #37474f;
  font-size: 0.9722222222vw;
}

.Contact__note {
  color: #37474f;
  display: table;
  font-size: 0.9722222222vw;
  line-height: 1.5;
  margin-block: 2.0833333333vw 3.125vw;
  margin-inline: auto;
}

.Contact__privacy {
  text-align: center;
}

.ContactForm__checkbox {
  background-color: #eceff1;
  border-radius: 50%;
  height: 1.7361111111vw;
  margin-inline-end: 1.0416666667vw;
  position: relative;
  vertical-align: -0.4166666667vw;
  width: 1.7361111111vw;
}
.ContactForm__checkbox:checked::before {
  border-bottom: 0.2777777778vw solid #f53c20;
  border-right: 0.2777777778vw solid #f53c20;
  content: "";
  height: 1.3888888889vw;
  left: 0.5555555556vw;
  position: absolute;
  top: -0.1388888889vw;
  transform: rotate(45deg);
  width: 0.8333333333vw;
}
.ContactForm__checkbox.espfRakurakuhanbai-validation-error {
  background-color: rgba(228, 0, 0, 0.1);
}

.ContactForm__error {
  color: #e40000;
  font-size: 0.9722222222vw;
  margin-block-start: 0.6944444444vw;
}

.ContactForm__privacyError {
  color: #e40000;
  font-size: 1.1111111111vw;
  margin-block-start: 0.6944444444vw;
  text-align: center;
}

.ContactForm__submitError {
  color: #e40000;
  font-size: 1.1111111111vw;
  margin-block-start: 0.6944444444vw;
  text-align: center;
}

.Contact .Button {
  margin-block-start: 3.125vw;
}

.ContactForm__success,
.ContactForm__failure {
  color: #37474f;
  font-size: 1.3888888889vw;
  font-weight: 700;
  text-align: center;
}

.Footer {
  background-color: #feebe8;
  padding-block: 0 4.1666666667vw;
}

.Footer__list {
  color: #37474f;
  display: flex;
  font-size: 1.25vw;
  font-weight: 500;
  justify-content: center;
}

.Footer__item {
  align-items: center;
  display: flex;
}
.Footer__item + .Footer__item::before {
  background-color: #37474f;
  content: "";
  display: block;
  height: 1.3194444444vw;
  margin-inline: 1.0416666667vw;
  width: 1px;
}

.Footer__link {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .Footer__link {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
@media (hover: hover) and (pointer: fine) {
  .Footer__link:hover, a:hover .Footer__link {
    opacity: 0.7;
  }
}

.Footer__copy {
  color: #37474f;
  font-family: "Averia Serif Libre", serif;
  font-size: 0.8333333333vw;
  font-weight: 300;
  margin-block-start: 3.125vw;
  text-align: center;
}