:root {
  --z-index-base: 1;
  --z-index-header: 10;
  --color-black: #222;
  --color-blue: #0e72d7;
  --color-orange: #fe4527;
  --color-yellow: #ffe400;
  --transparent: rgba(255, 255, 255, 0);
  --font-noto: "Noto Sans JP", sans-serif;
  --font-plus: "M PLUS 1p", sans-serif;
  --font-barlow: "Barlow", sans-serif;
}
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  font-family: var(--font-noto);
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-optical-sizing: auto;
}
body {
  overflow-x: hidden;
  overflow-wrap: anywhere;
  position: relative;
  margin: 0;
  color: var(--color-black);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: normal;
  line-break: strict;
}
@media (max-width: 767px) {
  body {
    font-size: 1.7rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 768px) and (hover: hover) {
  a:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
th {
  font-weight: 400;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  font-family: inherit;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  background-color: var(--transparent);
  background-image: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
textarea {
  resize: vertical;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: bottom;
}
img,
video {
  max-width: 100%;
  height: auto;
}
main,
picture {
  display: block;
}
[hidden] {
  display: none;
}
.only-pc {
  display: inline !important;
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
.only-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .only-sp {
    display: inline !important;
  }
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.swiper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  padding: 0;
  list-style: none;
}
.swiper-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide,
.swiper-virtual .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  cursor: pointer;
}
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 12vw;
    height: 12vw;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: auto;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  pointer-events: none;
  cursor: auto;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  line-height: 1;
  letter-spacing: 0;
  font-variant: initial;
}
.swiper-pagination {
  position: absolute;
  z-index: 10;
  transform: translateZ(0);
  text-align: center;
  transition: 0.3s opacity;
}
@media (max-width: 767px) {
  .swiper-pagination {
    padding-right: 12vw;
  }
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 0;
  bottom: 12px;
  width: 100%;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #bbb;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
  }
}
button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--color-orange);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-inline: 20px;
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin-inline: 5vw;
  }
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s;
  transition-property: left, transform;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-lock {
  display: none;
}
.swiper .swiper-notification {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.inner {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .inner {
    padding-inline: 5vw;
  }
}
.icon--tel {
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .icon--tel {
    width: 6vw;
    height: 6vw;
  }
}
.icon--mail {
  width: 28px;
  height: 20px;
}
@media (max-width: 767px) {
  .icon--mail {
    width: 6vw;
    height: 4.5vw;
  }
}
.icon--window {
  width: 24px;
  height: 20px;
}
@media (max-width: 767px) {
  .icon--window {
    width: 5vw;
    height: 4vw;
  }
}
.linkButton {
  display: block;
  border-radius: 28px;
  background: var(--color-orange);
  color: #fff;
  box-shadow: 0 4px #cb3c03;
  font-weight: 700;
}
.linkButton__icon {
  display: inline-block;
  position: relative;
}
.linkButton__icon--mail {
  padding-left: 44px;
}
.linkButton__icon--mail svg {
  left: 0;
}
.linkButton__icon--window {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .linkButton__icon--window {
    padding-right: 9vw;
  }
}
.linkButton__icon--window svg {
  right: 0;
}
.linkButton__icon svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.fadein__item {
  opacity: 0;
  transform: translateY(32px);
}
.fadein.is-show .fadein__item {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}
.fadein.is-show .fadein__item--delay {
  transition-delay: 0.4s;
}
.fadein.is-show .fadein__item--delaySlow {
  transition-delay: 0.8s;
}
.fadein.is-show .fadein__item--delaySlowest {
  transition-delay: 1.2s;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index-header);
  width: 100%;
  padding-block: 10px 14px;
  background: #fff;
}
@media (max-width: 960px) {
  .header {
    padding-block: 12px 15px;
  }
}
.header__inner {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .header__inner {
    padding-inline: 40px;
  }
}
.header__link {
  display: block;
}
@media (max-width: 960px) {
  .header__link {
    width: 56vw;
    max-width: 224px;
    margin-inline: auto;
  }
}
.header__link img {
  width: 100%;
  object-fit: cover;
}
.header__right {
  display: flex;
  column-gap: 32px;
  align-items: center;
}
@media (max-width: 960px) {
  .header__right {
    display: none;
  }
}
.header__linkButton {
  width: 280px;
  padding-block: 8px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.header__linkButton svg {
  margin-top: 2px;
}
.header-tel__icon {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.8;
}
.header-tel__icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.header-tel__text {
  margin-top: -4px;
  font-size: 1.2rem;
  text-align: right;
}
.kv {
  display: flex;
  width: 100%;
}
@media (min-width: 1601px) {
  .kv {
    height: 780px;
  }
}
@media (max-width: 1600px) and (min-width: 768px) {
  .kv {
    height: 48.75vw;
  }
}
@media (max-width: 767px) {
  .kv {
    display: block;
  }
}
.kv__image {
  width: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .kv__image {
    width: 100%;
  }
}
.kv__image picture {
  width: 100%;
  height: 100%;
}
.kv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.kv-catch {
  display: flex;
  width: 50%;
  padding-left: min(5.20733vw, 100px);
  background: var(--color-orange);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1366px) and (min-width: 961px) {
  .kv-catch {
    padding-left: min(3.33333vw, 64px);
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  .kv-catch {
    padding-left: min(1.66667vw, 32px);
  }
}
@media (max-width: 767px) {
  .kv-catch {
    width: 100%;
    padding-block: 12vw 12vw;
    padding-inline: 6vw;
  }
}
.kv-catch__copy {
  margin-left: -6px;
  font-weight: 900;
  font-family: var(--font-plus);
  font-size: 3.4rem;
}
@media (max-width: 1600px) and (min-width: 1181px) {
  .kv-catch__copy {
    font-size: 2.8rem;
  }
}
@media (max-width: 1180px) {
  .kv-catch__copy {
    font-size: 2.1rem;
  }
}
@media (max-width: 400px) {
  .kv-catch__copy {
    font-size: 2rem;
  }
}
.kv-catch__copy span {
  display: inline-block;
  margin-left: -12px;
}
.kv-catch__heading {
  margin-top: 24px;
  font-weight: 900;
  font-family: var(--font-plus);
  font-size: 5.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 1600px) and (min-width: 1181px) {
  .kv-catch__heading {
    font-size: 3.8rem;
  }
}
@media (max-width: 1180px) and (min-width: 768px) {
  .kv-catch__heading {
    font-size: 2.9rem;
  }
}
@media (max-width: 767px) {
  .kv-catch__heading {
    margin-top: 3vw;
    font-size: 2.8rem;
  }
}
@media (max-width: 400px) {
  .kv-catch__heading {
    font-size: 2.6rem;
  }
}
.kv-catch__heading span {
  font-size: 6.6rem;
}
@media (max-width: 1600px) and (min-width: 1181px) {
  .kv-catch__heading span {
    font-size: 5.2rem;
  }
}
@media (max-width: 1180px) and (min-width: 768px) {
  .kv-catch__heading span {
    font-size: 4.1rem;
  }
}
@media (max-width: 767px) {
  .kv-catch__heading span {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.kv-catch__texts {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .kv-catch__texts {
    margin-top: 5vw;
  }
}
.kv-catch__text {
  font-size: 2.4rem;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
@media (max-width: 1600px) and (min-width: 1181px) {
  .kv-catch__text {
    font-size: 2rem;
  }
}
@media (max-width: 1180px) and (min-width: 768px) {
  .kv-catch__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .kv-catch__text {
    font-size: 1.7rem;
  }
}
.kv-catch__text + .kv-catch__text {
  margin-top: 21px;
}
.trouble {
  padding-top: 40px;
  background: #eee;
}
@media (max-width: 767px) {
  .trouble {
    padding-top: 10vw;
  }
}
.trouble__background {
  max-width: 1480px;
  margin-inline: auto;
  padding: 68px 0 14px;
  background: url(../images/trouble-background.png) no-repeat center top/cover;
}
@media (max-width: 767px) {
  .trouble__background {
    padding: 10vw 0 0;
    background-image: url(../images/trouble-background-sp.png);
  }
}
.trouble__heading {
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 960px) and (min-width: 768px) {
  .trouble__heading {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .trouble__heading {
    font-size: 2.8rem;
    line-height: 1.39;
  }
}
.trouble__bubble {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble__bubble {
    margin-top: 7.5vw;
    margin-inline: -5vw;
  }
}
.trouble-thoughts {
  display: flex;
  margin-top: 40px;
  column-gap: 48px;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 960px) and (min-width: 768px) {
  .trouble-thoughts {
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .trouble-thoughts {
    display: block;
    margin-top: 8vw;
  }
}
@media (max-width: 767px) {
  .trouble-thoughts__image {
    width: 70vw;
    margin: 7vw auto 0;
  }
}
@media (max-width: 767px) {
  .trouble-thoughts__image img {
    width: 100%;
    object-fit: cover;
  }
}
.trouble-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .trouble-list {
    margin: 0 3vw;
    gap: 4px;
  }
}
.trouble-list__item {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid var(--color-blue);
  border-radius: 30px;
  background: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.56;
}
@media (max-width: 960px) and (min-width: 768px) {
  .trouble-list__item {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .trouble-list__item {
    padding: 3vw;
    border-radius: 8px;
    font-size: 1.6rem;
    line-height: 1.16;
  }
}
@media (min-width: 768px) {
  .trouble-list__item--thick {
    border-radius: 40px;
  }
}
.trouble-list__item span {
  color: var(--color-blue);
  font-size: 2.2rem;
}
@media (max-width: 960px) and (min-width: 768px) {
  .trouble-list__item span {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .trouble-list__item span {
    font-size: 1.9rem;
  }
}
@media (max-width: 400px) {
  .trouble-list__item span {
    font-size: 1.8rem;
  }
}
.point {
  padding-block: 54px 100px;
  background: #eee;
}
@media (max-width: 767px) {
  .point {
    padding-block: 12vw 20vw;
  }
}
.point__heading {
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 960px) and (min-width: 768px) {
  .point__heading {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .point__heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 400px) {
  .point__heading {
    font-size: 2.7rem;
  }
}
.point__heading span {
  color: var(--color-orange);
}
.point__text {
  margin-top: 32px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .point__text {
    margin-top: 7.5vw;
    margin-inline: 3vw;
  }
}
.point__text + .point__text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .point__text + .point__text {
    margin-top: 5vw;
  }
}
.point-list {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .point-list {
    margin-top: 12vw;
  }
}
.point-list__item {
  display: flex;
  border: 4px solid var(--color-orange);
  border-radius: 12px;
  background: #fff;
}
@media (max-width: 767px) {
  .point-list__item {
    display: block;
    border-radius: 8px;
  }
}
.point-list__item + .point-list__item {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .point-list__item + .point-list__item {
    margin-top: 4vw;
  }
}
.point-deco {
  width: 33.3333333333%;
  padding-block: 12px;
  background: var(--color-orange);
}
@media (max-width: 767px) {
  .point-deco {
    width: 100%;
    padding-block: 2vw;
  }
}
.point-deco__number {
  padding-inline: 28px;
  color: #fff;
  font-weight: 900;
  font-size: 3.2rem;
  font-family: var(--font-barlow);
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .point-deco__number {
    padding-inline: 7vw;
    font-size: 2.4rem;
  }
}
.point-deco__illust {
  width: 72.795%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .point-deco__illust {
    width: 56vw;
    max-width: 224px;
  }
}
.point-box {
  width: 66.6666666667%;
  padding: 36px 38px;
}
@media (max-width: 767px) {
  .point-box {
    width: 100%;
    padding: 5vw 3.5vw;
  }
}
.point-box__heading {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.42;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .point-box__heading {
    font-size: 2.4rem;
  }
}
.point-box__text {
  margin-top: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .point-box__text {
    margin-top: 4vw;
  }
}
.jobs {
  padding-block: 90px 110px;
  background: var(--color-orange);
}
@media (max-width: 767px) {
  .jobs {
    padding-block: 18vw 20vw;
  }
}
.jobs__inner {
  max-width: 1160px;
}
.jobs__heading {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767px) {
  .jobs__heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 400px) {
  .jobs__heading {
    font-size: 2.6rem;
  }
}
.jobs-list {
  display: grid;
  margin-top: 52px;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .jobs-list {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .jobs-list {
    margin-top: 8vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 3vw;
  }
}
.jobs-list__image {
  border-radius: 8px 8px 0 0;
}
.jobs-list__image img {
  width: 100%;
  height: auto;
  border-radius: inherit;
  object-fit: cover;
}
.jobs-texts {
  padding: 24px 8% 8%;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .jobs-texts {
    padding: 5vw 5vw 7.5vw;
  }
}
.jobs-texts__heading {
  color: var(--color-orange);
  font-weight: 700;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .jobs-texts__heading {
    font-size: 2.2rem;
  }
}
.jobs-texts__text {
  margin-top: 4px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .jobs-texts__text {
    margin-top: 2px;
    line-height: 1.71;
  }
}
.jobs-texts__mainly {
  margin-top: 24px;
  padding: 12px 20px 20px;
  border-radius: 6px;
  background: #eee;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .jobs-texts__mainly {
    margin-top: 5vw;
    padding: 3vw 4vw 4vw;
    line-height: 1.71;
  }
}
.jobs-texts__mainly div {
  color: var(--color-orange);
}
.voice {
  padding-block: 80px 100px;
  background: url(../images/voice-background.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .voice {
    padding-block: 18vw 20vw;
    background-image: url(../images/voice-background-sp.jpg);
  }
}
.voice__heading {
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 960px) and (min-width: 768px) {
  .voice__heading {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .voice__heading {
    font-size: 2.8rem;
  }
}
.voice-slider {
  position: relative;
  margin-top: 36px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .voice-slider {
    margin-top: 10vw;
    padding-bottom: 25vw;
  }
}
.voice-slider__wrapper {
  will-change: transform;
}
.voice-slider__controls {
  display: flex;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 11;
  translate: -50% 0;
  width: 350px;
  height: 60px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .voice-slider__controls {
    width: 73vw;
    left: 8vw;
    translate: none;
    max-width: 324px;
    height: 12vw;
  }
}
.voice-slide {
  display: flex;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .voice-slide {
    width: 960px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .voice-slide {
    width: 760px;
  }
}
@media (max-width: 767px) {
  .voice-slide {
    display: block;
    padding: 0 5vw;
  }
}
.voice-slide__illust {
  width: 160px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .voice-slide__illust {
    width: 34vw;
    margin-inline: auto;
  }
}
.voice-slide__illust img {
  width: 100%;
  object-fit: cover;
}
.voice-slide__texts {
  position: relative;
  padding: 32px 40px 48px;
  border-radius: 0 8px 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .voice-slide__texts {
    margin-top: 10vw;
    padding: 0;
    border-radius: 10px;
  }
}
.voice-slide__texts:before {
  position: absolute;
  background: #fff;
  content: "";
}
@media (min-width: 768px) {
  .voice-slide__texts:before {
    top: 0;
    left: -19px;
    width: 20px;
    height: 15px;
    clip-path: polygon(0 0, 100% 100%, 100% 0, 0 0);
  }
}
@media (max-width: 767px) {
  .voice-slide__texts:before {
    top: -5vw;
    left: 50%;
    translate: -50% 0;
    width: 14px;
    height: 20px;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 100%);
  }
}
@media (max-width: 767px) {
  .voice-slide__scrollWrapper {
    overflow: auto;
    position: relative;
    max-height: 100vw;
    padding: 7vw 5vw 5vw;
  }
}
.voice-slide__heading {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.39;
}
@media (max-width: 767px) {
  .voice-slide__heading {
    font-size: 2.2rem;
    line-height: 1.41;
  }
}
.voice-slide__text {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 3px solid var(--color-orange);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .voice-slide__text {
    margin-top: 5vw;
    padding-top: 4vw;
  }
}
.voice-button {
  display: inline-grid;
  position: absolute;
  bottom: 25px;
  right: -70px;
  z-index: 20;
  width: 30px;
  height: 30px;
  border: 0;
  place-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .voice-button {
    right: -11vw;
    width: 5vw;
    height: 5vw;
  }
}
.voice-button__image {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.voice-button__image.is-active {
  visibility: visible;
  opacity: 1;
}
.flow {
  padding-block: 78px 96px;
  background: var(--color-orange);
}
@media (max-width: 767px) {
  .flow {
    padding-block: 18vw;
  }
}
.flow__heading {
  color: #fff;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 960px) and (min-width: 768px) {
  .flow__heading {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .flow__heading {
    font-size: 2.8rem;
  }
}
.flow__note {
  margin-top: 36px;
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__note {
    margin-top: 10vw;
    font-size: 2.6rem;
  }
}
.flow__note span {
  color: var(--color-yellow);
  font-size: 3.9rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .flow__note span {
    font-size: 3rem;
  }
}
.flow-box {
  margin-top: 40px;
  padding: 48px 40px 52px;
  border-radius: 12px;
  background: #fff;
}
@media (max-width: 767px) {
  .flow-box {
    margin-top: 9vw;
    padding: 6vw 3vw;
    border-radius: 8px;
  }
}
.flow-box-list {
  position: relative;
}
.flow-box-list:before {
  position: absolute;
  top: 0;
  left: 22px;
  width: 2px;
  height: 100%;
  background: var(--color-orange);
  content: "";
}
@media (max-width: 767px) {
  .flow-box-list:before {
    left: 20px;
  }
}
.flow-box-list__item {
  display: flex;
  column-gap: 16px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .flow-box-list__item {
    column-gap: 2vw;
  }
}
.flow-box-list__item + .flow-box-list__item {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .flow-box-list__item + .flow-box-list__item {
    margin-top: 4vw;
  }
}
@media (max-width: 767px) {
  .flow-box-list__item:first-of-type .flow-box-list__number {
    margin-top: 0;
    padding-top: 5px;
  }
}
.flow-box-list__item:last-of-type {
  position: relative;
  z-index: calc(var(--z-index-base) + 1);
  background: #fff;
}
.flow-box-list__number {
  position: relative;
  z-index: calc(var(--z-index-base) + 1);
  width: 52px;
  padding-block: 5px 12px;
  background: #fff;
  color: var(--color-orange);
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: var(--font-barlow);
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .flow-box-list__number {
    width: 36px;
    margin-top: -5vw;
    padding-block: 6vw 3vw;
    font-size: 2.8rem;
  }
}
.flow-box-list__heading {
  font-weight: 700;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .flow-box-list__heading {
    font-weight: 900;
    font-size: 2.2rem;
  }
}
.flow-box-list__text {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .flow-box-list__text {
    margin-top: 2vw;
    line-height: 2;
  }
}
.backgroundDesign {
  position: relative;
  background: #eee;
}
.backgroundDesign:before,
.backgroundDesign:after {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
}
.backgroundDesign:before {
  top: 0;
  height: 1000px;
  background-image: url(../images/company-background-upper.png);
}
@media (max-width: 767px) {
  .backgroundDesign:before {
    height: 100vw;
    background-image: url(../images/company-background-upper-sp.png);
  }
}
.backgroundDesign:after {
  bottom: 0;
  height: 1000px;
  background-image: url(../images/company-background-lower.png);
}
@media (max-width: 767px) {
  .backgroundDesign:after {
    height: 100vw;
    background-image: url(../images/company-background-lower-sp.png);
  }
}
.faq {
  position: relative;
  padding-block: 80px 0;
}
@media (max-width: 767px) {
  .faq {
    padding-block: 16vw 0;
  }
}
.faq__heading {
  font-weight: 900;
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 960px) and (min-width: 768px) {
  .faq__heading {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .faq__heading {
    font-size: 2.8rem;
  }
}
.faq__q {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .faq__q {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.faq-list {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .faq-list {
    margin-top: 8vw;
  }
}
.faq-list__item {
  padding: 32px 80px 28px;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-list__item {
    padding: 5.5vw 4vw 7vw 13.5vw;
  }
}
.faq-list__item + .faq-list__item {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .faq-list__item + .faq-list__item {
    margin-top: 2vw;
  }
}
.faq-list__item.is-active .faq-mark__bar:nth-of-type(2) {
  rotate: 0deg;
  transition: rotate 0.3s;
}
.faq-mark {
  position: absolute;
  top: 10px;
  left: -36px;
  width: 21px;
  height: 21px;
}
@media (max-width: 767px) {
  .faq-mark {
    top: 16px;
  }
}
.faq-mark__bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: 2px;
  background: var(--color-orange);
}
.faq-mark__bar:nth-of-type(2) {
  rotate: 90deg;
  transition: rotate 0.3s;
}
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
}
.faq-a__inner {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .faq-a__inner {
    margin-top: 2vw;
  }
}
.message {
  overflow-x: hidden;
  position: relative;
  padding-block: 72px 400px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .message {
    padding-block: 16vw 46vw;
  }
}
.message:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: calc(-50% - 4px) 0;
  width: 1131px;
  height: 420px;
  background: url(../images/company-people.png) no-repeat center/contain;
  content: "";
}
@media (max-width: 767px) {
  .message:after {
    translate: -50% 0;
    width: 100vw;
    height: 44vw;
    background-image: url(../images/company-people-sp.png);
  }
}
.message__text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .message__text {
    font-size: 2.3rem;
  }
}
.message__large {
  font-size: 4rem;
  text-decoration: underline;
  text-decoration-color: var(--color-orange);
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}
@media (max-width: 767px) {
  .message__large {
    margin-block: 1vw 3vw;
    font-size: 2.8rem;
    line-height: 1.4;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }
}
.company {
  position: relative;
  z-index: calc(var(--z-index-base) + 1);
  margin-top: -68px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .company {
    margin-top: -5vw;
    padding-bottom: 25vw;
  }
}
.company__inner {
  position: relative;
  max-width: 880px;
}
.company__linkButton {
  width: 440px;
  margin: 36px auto 0;
  padding-block: 15px;
  border-radius: 40px;
  box-shadow: none;
  font-size: 3rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .company__linkButton {
    width: 100%;
    margin-top: 5vw;
    border-radius: 34px;
    font-size: 2.4rem;
  }
}
.company-box {
  padding: 40px 40px 80px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .company-box {
    padding: 5vw 5vw 10vw;
  }
}
.company-box__heading {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .company-box__heading {
    font-size: 2.6rem;
  }
}
.company-list {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .company-list {
    margin-top: 6vw;
  }
}
.company-list__line {
  display: flex;
  padding-block: 12px;
}
@media (max-width: 767px) {
  .company-list__line {
    display: block;
    padding-block: 2vw 3vw;
  }
}
.company-list__line:nth-of-type(odd) {
  background: #eee;
}
.company-list__term {
  width: 220px;
  padding-inline: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .company-list__term {
    font-weight: 900;
    padding-inline: 3vw;
  }
}
.company-list__data {
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .company-list__data {
    padding-inline: 3vw;
    line-height: 1.41;
  }
}
.footer {
  padding-block: 12px 14px;
  background: #313131;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 5px 7px;
  }
}
.footer__copyright {
  text-align: center;
}
.footer__copyright small {
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .footer__copyright small {
    font-size: 1.5rem;
  }
}
.sticky {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: calc(var(--z-index-header));
  width: 100%;
  background: #fff;
}
@media (min-width: 961px) {
  .sticky {
    display: none;
  }
}
.sticky__item {
  width: 50%;
  flex-shrink: 0;
}
.sticky__item:nth-of-type(2) {
  background: var(--color-orange);
}
.sticky-tel {
  display: block;
  padding: 3vw 3vw 2.5vw;
}
@media (max-width: 960px) and (min-width: 768px) {
  .sticky-tel {
    text-align: center;
  }
}
.sticky-tel__icon {
  position: relative;
  font-weight: 900;
}
@media (max-width: 960px) and (min-width: 768px) {
  .sticky-tel__icon {
    padding-left: 40px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .sticky-tel__icon {
    padding-left: 7vw;
    font-size: 2rem;
  }
}
.sticky-tel__icon svg {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.sticky-tel__text {
  letter-spacing: -0.04em;
  text-align: center;
}
@media (max-width: 960px) and (min-width: 768px) {
  .sticky-tel__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .sticky-tel__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 400px) {
  .sticky-tel__text {
    font-size: 1rem;
  }
}
.sticky-mail {
  display: grid;
  height: 100%;
  color: #fff;
  place-content: center;
}
.sticky-mail__icon {
  display: block;
  position: relative;
  font-weight: 700;
}
@media (max-width: 960px) and (min-width: 768px) {
  .sticky-mail__icon {
    padding-left: 40px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .sticky-mail__icon {
    padding-left: 9vw;
    font-size: 1.8rem;
  }
}
.sticky-mail__icon svg {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  margin-top: 1px;
}
