@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}


/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 767.98px) {
    html {
        scroll-padding: 3.9375rem;
    }
}
@media print, screen and (min-width: 768px) {
    html {
        scroll-padding: 4.5rem;
    }
}

body {
  position: relative;
  font-family: var(--f-default);
  font-weight: 400;
  color: var(--c-black);
  word-break: break-word;
  background-color: var(--c-white);
}

@media only screen and (max-width: 767.98px) {
  body {
    font-size: .875rem;
  }
}

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

p {
  line-height: 1.5;
}

picture {
  display: inline-block;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --c-white: #FFF;
  --c-black: #474D50;
  --c-gray-100: #F5F5F5;
  --c-gray-200: #DBE4E8;
  --c-gray-300: #748086;
  --c-blue: #42A9EB;
  --c-gradient: linear-gradient(to right, #F5688E, #FC8B8B);
  --f-default: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --z-fixed: 1030;
}

@media only screen and (max-width: 767.98px) {
  :root {
    --s-container-block: 1.6875rem 6rem;
    --s-container-inline: 1.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  :root {
    --s-container-block: 2.5rem 11.25rem;
    --s-container-inline: max(5.20vw, calc(100% - 60rem) / 2);
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: var(--z-fixed);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--c-white);
  contain: content;
  -webkit-box-shadow: 0 0 10px rgba(116, 128, 134, .5);
  box-shadow: 0 0 10px rgba(116, 128, 134, .5);
}

@media only screen and (max-width: 767.98px) {
  .header {
    height: 3.9375rem;
    padding-inline: var(--s-container-inline);
  }
}

@media print, screen and (min-width: 768px) {
  .header {
    height: 4.5rem;
    padding-inline: 2.5rem;
  }
}

.header-logo {
  display: inline-block;
}

@media only screen and (max-width: 767.98px) {
  .header-logo {
    width: 13.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .header-logo {
    width: 18.75rem;
  }
}

.footer {
  padding-inline: var(--s-container-inline);
  text-align: center;
  background-color: var(--c-white);
}

@media only screen and (max-width: 575.98px) {
  .footer {
    -webkit-padding-after: 5.9375rem;
    padding-block-end: 5.9375rem;
  }
}

@media print, screen and (min-width: 576px) {
  .footer {
    -webkit-padding-after: 2.5rem;
    padding-block-end: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer {
    -webkit-padding-after: 8.125rem;
    padding-block-end: 8.125rem
  }
}

@media(hover: hover) {
  .footer:hover .button-pageTop {
    will-change: translate;
  }
}

.footer-logo {
  display: inline-block;
}

@media only screen and (max-width: 767.98px) {
  .footer-logo {
    width: 13.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-logo {
    width: 27.5rem;
  }
}

.footer .copyright {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-family: Meiryo, sans-serif;
  font-size: .625rem;
  line-height: 2.8;
}

.footer .button-pageTop {
  position: absolute;
  left: var(--s-container-inline);
}

@media only screen and (max-width: 767.98px) {
  .footer .button-pageTop {
    top: -4.8125rem;
    width: 3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .footer .button-pageTop {
    top: -8.75rem;
  }
}

@media(hover: hover) {
  .footer .button-pageTop {
    -webkit-transition: translate .3s;
    transition: translate .3s;
  }
  .footer .button-pageTop:hover {
    translate: 0 -0.5rem;
  }
}

.main {
  contain: content;
}

@media only screen and (max-width: 767.98px) {
  .main {
    -webkit-margin-before: 3.9375rem;
    margin-block-start: 3.9375rem;
  }
}

@media print, screen and (min-width: 768px) {
  .main {
    -webkit-margin-before: 4.5rem;
    margin-block-start: 4.5rem;
  }
}

@media(hover: hover) {
  .main:hover .button-entry-floating {
    will-change: scale;
  }
}

.style, .company, .entry, .flow, .voice, .jobs, .footer {
  position: relative;
  background-color: var(--c-white);
}

.style::before, .company::before, .entry::before, .flow::before, .voice::before, .jobs::before, .footer::before {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  content: "";
  background-position: center bottom;
  background-repeat: repeat-x;
  background-image: url(../img/background_wave_white.svg);
}

@media only screen and (max-width: 767.98px) {
  .style::before, .company::before, .entry::before, .flow::before, .voice::before, .jobs::before, .footer::before {
    top: -2.875rem;
    width: 100%;
    height: 2.875rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .style::before, .company::before, .entry::before, .flow::before, .voice::before, .jobs::before, .footer::before {
    background-size: 100% 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .style::before, .company::before, .entry::before, .flow::before, .voice::before, .jobs::before, .footer::before {
    top: -6.25rem;
    width: 100%;
    height: 6.25rem;
  }
}

@media print, screen and (min-width: 992px) {
  .style::before, .company::before, .entry::before, .flow::before, .voice::before, .jobs::before, .footer::before {
    background-size: 90rem 6.25rem;
  }
}

.voice, .jobs {
  background-color: var(--c-blue);
}

.voice::before, .jobs::before {
  background-image: url(../img/background_wave_blue.svg);
}

.entry, .flow {
  background-color: var(--c-gray-100);
}

.entry::before, .flow::before {
  background-image: url(../img/background_wave_gray.svg);
}

.entry>*, .style>*, .voice>*, .flow>* {
  position: relative;
  z-index: 1;
}

.entry::after, .style::after, .voice::after, .flow::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767.98px) {
  .entry::after, .style::after, .voice::after, .flow::after {
    top: 3.125rem;
    right: -0.6875rem;
    width: 5.84375rem;
  }
}

@media print, screen and (min-width: 768px) {
  .entry::after, .style::after, .voice::after, .flow::after {
    top: 1.375rem;
    right: -1.375rem;
    width: 11.875rem;
  }
}

.contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .contents-title {
    -webkit-margin-after: 1.75rem;
    margin-block-end: 1.75rem;
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .contents-title {
    -webkit-margin-after: 2.5rem;
    margin-block-end: 2.5rem;
    font-size: 2.5rem;
  }
  .contents-title br {
    display: none;
  }
}

.contents-title::before {
  display: inline-block;
  aspect-ratio: 1/.327;
  content: "";
  background-image: url(../img/image_point_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767.98px) {
  .contents-title::before {
    width: 1.65625rem;
    -webkit-margin-after: .3125rem;
    margin-block-end: .3125rem;
  }
}

@media print, screen and (min-width: 768px) {
  .contents-title::before {
    width: 3.4375rem;
    -webkit-margin-after: .625rem;
    margin-block-end: .625rem;
  }
}

.contents-title-comment {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-margin-after: .625em;
  margin-block-end: .625em;
  font-weight: 700;
  line-height: 1;
  color: var(--c-white);
  background-color: var(--c-blue);
}

@media only screen and (max-width: 767.98px) {
  .contents-title-comment {
    height: 1.0625rem;
    padding-inline: 1em;
    font-size: .625rem;
    border-radius: 1.0625rem;
  }
}

@media print, screen and (min-width: 768px) {
  .contents-title-comment {
    height: 1.5rem;
    padding-inline: 1em;
    font-size: .875rem;
    border-radius: 1rem;
    letter-spacing: .025rem;
  }
}

.contents-title-comment::after {
  position: absolute;
  bottom: -6px;
  left: calc(50% - 5px);
  display: inline-block;
  content: "";
  border-color: var(--c-blue) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 6px 5px 0 5px;
}

.button-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-inline: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--c-white);
    text-align: center;
    word-break: keep-all;
    background-image: var(--c-gradient)
}

@media only screen and (max-width: 767.98px) {
    .button-entry {
        -webkit-margin-before: 1.25rem;
        margin-block-start: 1.25rem;
        height: 3.1875rem;
        border-radius: 1.59375rem
    }
}
@media print, screen and (min-width: 768px) {
    .button-entry {
        height: 4rem;
        border-radius: 2rem
    }
}

@media(hover: hover) {
  .button-entry {
    -webkit-transition: scale .3s;
    transition: scale .3s;
  }
  .button-entry:hover {
    scale: 1.03;
  }
}

.button-entry-floating {
  position: fixed;
  right: 0;
  z-index: var(--z-fixed);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: var(--c-white);
  background-image: var(--c-gradient);
  -webkit-box-shadow: 0 0 10px rgba(116, 128, 134, .5);
  box-shadow: 0 0 10px rgba(116, 128, 134, .5);
}

@media only screen and (max-width: 767.98px) {
  .button-entry-floating {
    bottom: 1.125rem;
    height: 3.4375rem;
    padding-inline: 2.3125rem 1.75rem;
    font-size: 1.25rem;
    border-radius: 1.71875rem 0 0 1.71875rem;
  }
  .button-entry-floating span {
    font-size: .625rem;
  }
}

@media print, screen and (min-width: 768px) {
  .button-entry-floating {
    bottom: 3rem;
    height: 5.625rem;
    padding-inline: 3.9375rem 3.125rem;
    font-size: 1.5rem;
    border-radius: 2.8125rem 0 0 2.8125rem;
  }
  .button-entry-floating span {
    font-size: 1rem;
  }
}

@media(hover: hover) {
  .button-entry-floating {
    -webkit-transition: scale .3s;
    transition: scale .3s;
  }
  .button-entry-floating:hover {
    scale: 1.1;
  }
}

p.text-note {
  -webkit-padding-start: 1em;
  padding-inline-start: 1em;
  color: var(--c-gray-300);
  text-indent: -1em;
}

@media only screen and (max-width: 767.98px) {
  p.text-note {
    font-size: .625rem;
  }
}

@media print, screen and (min-width: 768px) {
  p.text-note {
    font-size: .875rem;
  }
}

p.text-note::before {
  content: "※"
}

.text-mypage {
  -webkit-margin-before: .625rem;
  margin-block-start: .625rem;
  color: var(--c-gray-300);
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .text-mypage {
    font-size: .625rem;
  }
}

@media print, screen and (min-width: 768px) {
  .text-mypage {
    font-size: .75rem;
  }
}

.text-numberOne {
  display: inline-block;
  aspect-ratio: 1/.49;
  background-image: url(../img/text_numberone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-numberOne span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.check-list>li {
  position: relative;
  -webkit-padding-start: 1.5rem;
  padding-inline-start: 1.5rem;
}

.check-list>li:not(:last-of-type) {
  -webkit-margin-after: .7rem;
  margin-block-end: .7rem;
}

.check-list>li::before {
  position: absolute;
  top: calc(50% - .875rem);
  left: 0;
  display: inline-block;
  width: 1.125rem;
  height: 1.75rem;
  content: "";
  background-image: url(../img/image_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

*[data-flameIn=false] {
  opacity: 0;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}

*[data-flameIn=true] {
  -webkit-animation: slideUp .7s forwards;
  animation: slideUp .7s forwards;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.contents {
  padding-block: var(--s-container-block);
  padding-inline: var(--s-container-inline);
}

.mainVisual {
  position: relative;
  background-color: var(--c-gray-100);
}

.mainVisual-copy {
  position: absolute;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media only screen and (max-width: 575.98px) {
  .mainVisual-copy {
    top: 35%;
    left: var(--s-container-inline);
    font-size: 6.93vw;
  }
}

@media print, screen and (min-width: 576px) {
  .mainVisual-copy {
    right: 59.79%;
    bottom: 22.79%;
    font-size: clamp(1.625rem, .375rem + 3.47vw, 3.5rem);
  }
}

.mainVisual-copy>img {
  width: 6.08em;
}

@media only screen and (max-width: 575.98px) {
  .mainVisual-copy>img {
    -webkit-margin-before: -0.79em;
    margin-block-start: -0.79em;
  }
}

@media print, screen and (min-width: 576px) {
  .mainVisual-copy>img {
    -webkit-margin-before: -0.55em;
    margin-block-start: -0.55em;
  }
}

.mainVisual-photo {
  width: 100%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media only screen and (max-width: 575.98px) {
  .mainVisual-photo {
    aspect-ratio: 1/1.04;
    -webkit-mask-image: url(../img/background_mainvisual_sp.svg);
    mask-image: url(../img/background_mainvisual_sp.svg);
  }
}

@media print, screen and (min-width: 576px) {
  .mainVisual-photo {
    max-height: 42.5rem;
    aspect-ratio: 1/.47;
    -webkit-mask-image: url(../img/background_mainvisual_pc.svg);
    mask-image: url(../img/background_mainvisual_pc.svg);
  }
}

.mainVisual-photo img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

.numberOne {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: var(--c-gray-100);
}

.numberOne::before, .numberOne::after {
  position: absolute;
  display: inline-block;
  aspect-ratio: 1/1.1;
  content: "";
  background-image: url(../img/image_shape.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767.98px) {
  .numberOne::before, .numberOne::after {
    width: 9.375rem;
  }
}

@media print, screen and (min-width: 768px) {
  .numberOne::before, .numberOne::after {
    width: 18.05rem;
  }
}

.numberOne::before {
  rotate: 330deg;
}

@media only screen and (max-width: 767.98px) {
  .numberOne::before {
    top: 2.8125rem;
    left: -4.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .numberOne::before {
    top: 1.75rem;
    left: calc(var(--s-container-inline) - 6.4375rem);
  }
}

.numberOne::after {
  rotate: 252deg;
}

@media only screen and (max-width: 767.98px) {
  .numberOne::after {
    right: -1rem;
    bottom: -0.875rem;
  }
}

@media print, screen and (min-width: 768px) {
  .numberOne::after {
    right: calc(var(--s-container-inline) - 6.4375rem);
    bottom: -3.75rem;
  }
}

.numberOne>* {
  position: relative;
  z-index: 2;
}

.numberOne-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
  .numberOne-title {
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .numberOne-title {
    -webkit-margin-after: 2.5rem;
    margin-block-end: 2.5rem;
    font-size: 2.5rem;
  }
}

.numberOne-title::before, .numberOne-title::after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 1.625rem;
  aspect-ratio: 1/1.88;
  content: "";
  background-image: url(../img/image_leaf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.numberOne-title::before {
  left: -2.25rem;
}

.numberOne-title::after {
  right: -2.25rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.numberOne-list {
  display: grid;
  -webkit-margin-after: .625rem;
  margin-block-end: .625rem;
  text-align: left;
  background-color: var(--c-white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(219, 228, 232, .8);
  box-shadow: 0 0 20px rgba(219, 228, 232, .8);
}

@media only screen and (max-width: 767.98px) {
  .numberOne-list {
    grid-template-columns: repeat(1, 1fr);
	padding: 1.25rem .625rem;
	width: max-content;
	text-align: center;
	margin: auto;
  }
	.numberOne-list>div {
	border: none !important;
	}
}

@media print, screen and (min-width: 768px) {
  .numberOne-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 1.25rem 1.875rem;
  }
}

@media print, screen and (min-width: 992px) {
  .numberOne-list {
    grid-template-columns: repeat(3, 1fr);
  }
}


.numberOne-list>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem .625rem;
  font-weight: 700;
  line-height: 1.33;
  border-right: 2px dotted var(--c-gray-200);
  border-bottom: 2px dotted var(--c-gray-200);
}

.numberOne-list>div:nth-of-type(3) {
	border: none !important;
}

@media only screen and (max-width: 767.98px) {
  .numberOne-list>div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.1rem;
  }
  .numberOne-list>div:nth-of-type(even) {
    border-right: none;
  }
  .numberOne-list>div:nth-of-type(-n+2) {
    -webkit-padding-before: .3125rem;
    padding-block-start: .3125rem;
  }
  .numberOne-list>div:nth-last-of-type(-n+2) {
    -webkit-padding-after: .3125rem;
    padding-block-end: .3125rem;
    border-bottom: none;
  }
}

@media print, screen and (min-width: 768px) {
  .numberOne-list>div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
  }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
  .numberOne-list>div:nth-of-type(3n) {
    border-right: none;
  }
  .numberOne-list>div:nth-of-type(-n+3) {
    -webkit-padding-before: .625rem;
    padding-block-start: .625rem;
  }
  .numberOne-list>div:nth-last-of-type(-n+2) {
    -webkit-padding-after: .625rem;
    padding-block-end: .625rem;
    border-bottom: none;
  }
}

@media print, screen and (min-width: 992px) {
  .numberOne-list>div:nth-of-type(4n) {
    border-right: none;
  }
  .numberOne-list>div:nth-of-type(-n+3) {
    -webkit-padding-before: .625rem;
    padding-block-start: .625rem
  }
  .numberOne-list>div:nth-last-of-type(-n+3) {
    -webkit-padding-after: .625rem;
    padding-block-end: .625rem;
    border-bottom: none;
  }
}

@media print, screen and (min-width: 768px) {
  .numberOne-list>div>dt {
    width: 9em;
  }
}

.numberOne-list>div>.text-numberOne {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767.98px) {
  .numberOne-list>div>.text-numberOne {
    width: 4.8125rem;
  }
	.numberOne .text-note {
	  text-align: center !important;
	}
}

@media print, screen and (min-width: 768px) {
  .numberOne-list>div>.text-numberOne {
    width: 4.8125rem;
  }
}

.numberOne .text-note {
  text-align: left;
}

.numberOne img[class^=image-] {
  position: absolute;
  z-index: 1;
}

.numberOne .image-book {
  top: 0;
}

@media only screen and (max-width: 767.98px) {
  .numberOne .image-book {
    left: -1.625rem;
    width: 6.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .numberOne .image-book {
    left: calc(var(--s-container-inline) + 6.1875rem);
    width: 8.875rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .numberOne .image-pencil {
    top: 1.125rem;
    right: -1.5625rem;
    width: 6.03125rem;
  }
}

@media print, screen and (min-width: 768px) {
  .numberOne .image-pencil {
    top: 2.625rem;
    right: calc(var(--s-container-inline) + 7.75rem);
    width: 8.5625rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .numberOne .image-glasses {
    right: 2.5rem;
    bottom: 3.3125rem;
    width: 3.96875rem;
  }
}

@media print, screen and (min-width: 768px) {
  .numberOne .image-glasses {
    right: calc(var(--s-container-inline) + 3.375rem);
    bottom: 5.1875rem;
    width: 5.6875rem;
  }
}

.jobs {
  display: grid;
  color: var(--c-white);
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .jobs {
    grid-template-rows: repeat(4, auto);
  }
}

@media print, screen and (min-width: 992px) {
  .jobs {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
  }
}

.jobs-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
  .jobs-title {
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .jobs-title {
    grid-area: 1/1/2/2;
  }
}

@media print, screen and (min-width: 768px) {
  .jobs-title {
    font-size: 2.5rem;
  }
  .jobs-title br {
    display: none;
  }
}

@media print, screen and (min-width: 992px) {
  .jobs-title {
    grid-area: 1/1/2/3;
  }
}

.jobs .contents-title-comment {
  color: var(--c-blue);
  background-color: var(--c-white);
}

.jobs .contents-title-comment::after {
  border-color: var(--c-white) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.jobs-lead {
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767.98px) {
  .jobs-lead {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .jobs-lead {
    grid-area: 2/1/3/2;
  }
}

@media print, screen and (min-width: 768px) {
  .jobs-lead {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 992px) {
  .jobs-lead {
    grid-area: 2/2/3/3;
    align-self: flex-end;
    -webkit-padding-start: 2.5rem;
    padding-inline-start: 2.5rem;
    -webkit-margin-after: 2.5rem;
    margin-block-end: 2.5rem;
    text-align: left;
  }
}

.jobs-notes {
  text-align: left;
}

@media only screen and (max-width: 991.98px) {
  .jobs-notes {
    grid-area: 4/1/5/2;
  }
}

@media print, screen and (min-width: 768px) {
  .jobs-notes {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-padding-start: 2.5rem;
    padding-inline-start: 2.5rem;
  }
}

@media print, screen and (min-width: 992px) {
  .jobs-notes {
    grid-area: 3/2/4/3;
  }
}

.jobs-notes dl.text-note {
  line-height: 2;
}

@media only screen and (max-width: 767.98px) {
  .jobs-notes dl.text-note {
    font-size: .625rem;
  }
}

@media print, screen and (min-width: 768px) {
  .jobs-notes dl.text-note {
    font-size: .875rem;
  }
}

.jobs-notes dl.text-note dt {
  -webkit-padding-start: 1em;
  padding-inline-start: 1em;
  font-weight: 400;
  text-indent: -1em;
}

.jobs-notes dl.text-note dt::before {
  content: "※";
}

.jobs-notes dl.text-note dd ul li {
  -webkit-padding-start: 1em;
  padding-inline-start: 1em;
  text-indent: -1em;
}

.jobs-notes dl.text-note dd ul li::before {
  content: "・";
}

.jobs-notes p.text-note {
  color: var(--c-white);
}

.jobs-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

@media only screen and (max-width: 767.98px) {
  .jobs-photo {
    margin-inline: calc(var(--s-container-inline)*-1);
  }
}

@media only screen and (max-width: 991.98px) {
  .jobs-photo {
    grid-area: 3/1/4/2;
    container-type: inline-size;
  }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
  .jobs-photo {
    width: 80%;
    margin-inline: auto;
  }
}

@media print, screen and (min-width: 992px) {
  .jobs-photo {
    grid-area: 2/1/4/2;
  }
}

.jobs-photo--1 {
  -webkit-mask-image: url(../img/background_photo_jobs1.svg);
  mask-image: url(../img/background_photo_jobs1.svg);
}

@media only screen and (max-width: 991.98px) {
  .jobs-photo--1 {
    width: 81.33cqw;
    -webkit-margin-after: 3.73cqw;
    margin-block-end: 3.73cqw;
    -webkit-margin-start: -16.66cqw;
    margin-inline-start: -16.66cqw;
  }
}

@media print, screen and (min-width: 992px) {
  .jobs-photo--1 {
    width: 23.9375rem;
    -webkit-margin-after: 7.5rem;
    margin-block-end: 7.5rem;
    -webkit-margin-start: -2rem;
    margin-inline-start: -2rem;
  }
}

.jobs-photo--2 {
  -webkit-mask-image: url(../img/background_photo_jobs2.svg);
  mask-image: url(../img/background_photo_jobs2.svg);
}

@media only screen and (max-width: 991.98px) {
  .jobs-photo--2 {
    width: 58.66cqw;
    margin-inline: -9.2cqw;
  }
}

@media print, screen and (min-width: 992px) {
  .jobs-photo--2 {
    width: 16.25rem;
    -webkit-margin-start: -8.3125rem;
    margin-inline-start: -8.3125rem;
  }
}

.jobs-photo picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.jobs img[class^=image-] {
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 991.98px) {
  .jobs .image-computer {
    top: -5.40625rem;
    left: .5rem;
    width: 7.25rem;
  }
}

@media print, screen and (min-width: 992px) {
  .jobs .image-computer {
    top: -9.0625rem;
    left: calc(var(--s-container-inline) + 2.125rem);
    width: 10.375rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .jobs .image-light {
    top: 5.71875rem;
    right: 1.625rem;
    width: 1.5625rem;
  }
}

@media print, screen and (min-width: 992px) {
  .jobs .image-light {
    top: 1.9375rem;
    right: calc(var(--s-container-inline) + 9rem);
    width: 2.25rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .jobs .image-crown {
    top: 16.125rem;
    right: 6.15625rem;
    width: 4.28125rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@media print, screen and (min-width: 992px) {
  .jobs .image-crown {
    top: 19.0625rem;
    left: calc(var(--s-container-inline) + 22.0625rem);
    width: 4.375rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .company-logos-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: calc(var(--s-container-inline)*-1);
    overflow: hidden;
  }
  .company-logos-wrapper:nth-of-type(odd) .company-logos {
    -webkit-animation: scrollLeft 30s linear infinite;
    animation: scrollLeft 30s linear infinite;
  }
  .company-logos-wrapper:nth-of-type(even) .company-logos {
    -webkit-animation: scrollLeft 30s linear infinite;
    animation: scrollLeft 30s linear infinite;
  }
}

@media only screen and (max-width: 767.98px) {
  .company-logos-wrapper:not(:last-of-type) {
    -webkit-margin-after: .5rem;
    margin-block-end: .5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .company-logos-wrapper:not(:last-of-type) {
    -webkit-margin-after: .625rem;
    margin-block-end: .625rem;
  }
}

.company-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .company-logos {
    gap: .75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 992px) {
  .company-logos[aria-hidden=true] {
    display: none;
  }
}

.company-logos>li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767.98px) {
    .company-logos>li {
        margin-inline-end: .46875rem;
    }
}

.company-logos img {
  width: auto;
}

@media only screen and (max-width: 767.98px) {
  .company-logos img {
    height: 2.0625rem;
  }
}

@media print, screen and (min-width: 768px) {
  .company-logos img {
    height: 3rem;
  }
}

@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.flow-list {
    display: grid
}

@media only screen and (max-width: 767.98px) {
    .flow-list {
        gap: 2.9375rem
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-list {
        gap: 3.75rem
    }
}

.flow-list>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--c-white);
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(219, 228, 232, .8);
    box-shadow: 0 0 20px rgba(219, 228, 232, .8)
}

@media only screen and (max-width: 767.98px) {
    .flow-list>li {
        padding: 2.25rem 1.25rem
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-list>li {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: clamp(1.5rem, .357rem + 2.38vw, 2.5rem);
        -moz-column-gap: clamp(1.5rem, .357rem + 2.38vw, 2.5rem);
        column-gap: clamp(1.5rem, .357rem + 2.38vw, 2.5rem);
        padding: 1.5rem clamp(1.875rem, 1.161rem + 1.49vw, 2.5rem) 2.5rem
    }

    .flow-list>li>*:not(.flow-title) {
        -ms-flex-item-align: start;
        align-self: flex-start;
        justify-self: center
    }
}

.flow-list>li:not(:last-of-type)::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media only screen and (max-width: 767.98px) {
    .flow-list>li:not(:last-of-type)::after {
        bottom: -2.28125rem;
        left: calc(50% - 1.09375rem);
        width: 2.1875rem;
        height: 1.65625rem;
        background-image: url(../img/image_arrow_down_sp.svg)
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-list>li:not(:last-of-type)::after {
        bottom: -3.125rem;
        left: calc(50% - 1.25rem);
        width: 2.5rem;
        height: 2.5rem;
        background-image: url(../img/image_arrow_down_pc.svg)
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-list>li:nth-of-type(1) {
        grid-template-rows: repeat(4, auto) 1fr
    }

    .flow-list>li:nth-of-type(1) .button-entry {
        grid-area: 4/2/5/3;
        width: calc(100% - 2.5rem);
        -webkit-margin-before: 1.875rem;
        margin-block-start: 1.875rem
    }

    .flow-list>li:nth-of-type(1) .text-mypage {
        grid-area: 5/2/6/3
    }

    .flow-list>li:nth-of-type(1) .flow-photo {
        grid-area: 2/1/6/2
    }
}

@media(hover: hover) {
    .flow-list>li:nth-of-type(1):hover .button-entry {
        will-change: scale
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-list>li:nth-of-type(2) {
        grid-template-rows: repeat(3, auto) 1fr
    }

    .flow-list>li:nth-of-type(2) .flow-conditions {
        grid-area: 4/2/5/3
    }

    .flow-list>li:nth-of-type(2) .flow-photo {
        grid-area: 2/1/5/2
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-list>li:nth-of-type(3) {
        grid-template-rows: repeat(2, auto) 1fr
    }

    .flow-list>li:nth-of-type(3) .flow-photo {
        grid-area: 2/1/4/2
    }
}

.flow-list>li>*:not(.flow-title, .flow-description, .flow-photo) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.flow-list>li .check-list {
    display: grid;
    grid-template-columns: auto 1fr
}

@media print,
screen and (min-width: 768px) {
    .flow-list>li .check-list {
        grid-area: 3/2/4/3
    }
}

.flow-list>li .check-list>li {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2
}

.flow-list>li .check-list>li .text-numberOne {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-margin-before: -0.375rem;
    margin-block-start: -0.375rem;
    -webkit-margin-start: .25rem;
    margin-inline-start: .25rem
}

@media only screen and (max-width: 767.98px) {
    .flow-list>li .check-list>li .text-numberOne {
        width: 2.375rem
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-list>li .check-list>li .text-numberOne {
        width: 2.8125rem
    }
}

.flow-title {
    -webkit-margin-after: 1.25rem;
    margin-block-end: 1.25rem;
    font-weight: 700
}

@media only screen and (max-width: 767.98px) {
    .flow-title {
        font-size: 1.5rem
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-title {
        font-size: 1.75rem;
        grid-area: 1/1/2/3
    }
}

.flow-title img {
    width: auto;
    -webkit-margin-end: .5em;
    margin-inline-end: .5em;
    vertical-align: bottom
}

@media only screen and (max-width: 767.98px) {
    .flow-title img {
        height: 2.375rem
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-title img {
        height: 2.5rem
    }
}

.flow-description {
    font-weight: 700
}

@media print,
screen and (min-width: 768px) {
    .flow-description {
        grid-area: 2/2/3/3;
        text-align: center;
        -webkit-margin-after: 1.875rem;
        margin-block-end: 1.875rem;
        font-size: 1.125rem
    }
}

.flow-description b {
    color: var(--c-blue)
}

@media only screen and (max-width: 767.98px) {
    .flow-description b {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-description b {
        font-size: 1.5rem
    }
}

.flow-photo {
    overflow: hidden;
    border-radius: 10px
}

@media only screen and (max-width: 767.98px) {
    .flow-photo {
        margin-block: 1.25rem
    }
}

@media only screen and (max-width: 767.98px) {
    .flow-conditions {
        -webkit-margin-before: 1.6875rem;
        margin-block-start: 1.6875rem
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-conditions {
        -webkit-margin-before: 1.875rem;
        margin-block-start: 1.875rem
    }
}

.flow-conditions>div:not(:last-of-type) {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem
}

.flow-conditions>div>dt {
    -webkit-margin-after: .625rem;
    margin-block-end: .625rem
}

.flow-conditions>div>dt::before {
    content: "#"
}

.flow-conditions>div>dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5em;
    font-size: .6875rem;
}

.flow-conditions>div>dd ul>li {
    padding: .25em 1em calc(.25em + .5px);
    line-height: 1;
    color: var(--c-blue);
    border: 1px solid currentColor;
}

@media only screen and (max-width: 767.98px) {
    .flow-conditions>div>dd ul>li {
        font-size: .6875rem;
        border-radius: .625rem;
    }
}

@media print,
screen and (min-width: 768px) {
    .flow-conditions>div>dd ul>li {
        font-size: .875rem;
        border-radius: .75rem;
    }
}

.voice {
  padding-inline: 0;
  color: var(--c-white);
}

.voice::after {
  background-image: url(../img/text_voice.svg);
}

@media only screen and (max-width: 767.98px) {
  .voice::after {
    height: 23.6875rem;
  }
}

@media print, screen and (min-width: 768px) {
  .voice::after {
    height: 47.375rem;
  }
}

.voice .contents-title::before {
  background-image: url(../img/image_point_white.svg);
}

@media(min-width: 1536px) {
  .voice-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.voice-list {
  display: grid !important;
}

@media only screen and (max-width: 575.98px) {
  .voice-list {
    grid-template-columns: repeat(4, 78.66vw);
  }
}

@media only screen and (max-width: 767.98px) {
  .voice-list {
    gap: 1.25rem;
  }
}

@media only screen and (min-width: 576px)and (max-width: 991.98px) {
  .voice-list {
    grid-template-columns: repeat(4, 40vw);
  }
}

@media print, screen and (min-width: 768px) {
  .voice-list {
    gap: 1.875rem;
  }
}

@media print, screen and (min-width: 992px) {
  .voice-list {
    grid-template-columns: repeat(4, 21.0625rem);
  }
}

.voice-list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--c-black);
  background-color: var(--c-white);
  border-radius: 20px;
}

@media only screen and (max-width: 767.98px) {
  .voice-list>li {
    padding: 1.875rem 1.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .voice-list>li {
    padding: 2.5rem 1.875rem;
  }
}

.voice-list>li>*:not(.voice-photo) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.voice-name {
  -webkit-margin-after: .625rem;
  margin-block-end: .625rem;
  font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
  .voice-name {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .voice-name {
    font-size: 1.25rem;
  }
}

.voice-text b {
  color: var(--c-blue);
}

.voice-photo {
  text-align: center;
  background-image: url(../img/background_voice.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media only screen and (max-width: 767.98px) {
  .voice-photo {
    -webkit-margin-after: .9375rem;
    margin-block-end: .9375rem;
  }
}

@media print, screen and (min-width: 768px) {
  .voice-photo {
    -webkit-margin-after: 1.25rem;
    margin-block-end: 1.25rem;
  }
}

.voice-photo picture {
  width: 74.51%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}

.voice-description {
  padding-inline: var(--s-container-inline);
  line-height: 2;
}

@media only screen and (max-width: 767.98px) {
  .voice-description {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .voice-description {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
    text-align: center;
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 576px) {
  .voice-description br:nth-of-type(2) {
    display: none;
  }
}

.voice-description b {
  padding-inline: .375rem;
  color: var(--c-blue);
  background-color: var(--c-white);
}

.style::after {
  background-image: url(../img/text_style.svg)
}

@media only screen and (max-width: 767.98px) {
  .style::after {
    height: 23.3125rem;
  }
}

@media print, screen and (min-width: 768px) {
  .style::after {
    height: 46.8125rem;
  }
}

.style-lead {
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .style-lead {
    -webkit-margin-after: 2.5rem;
    margin-block-end: 2.5rem;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .style-lead {
    -webkit-margin-after: 3.75rem;
    margin-block-end: 3.75rem;
    font-size: 1.25rem;
  }
}

.style-list {
  display: grid;
  counter-reset: styleNum;
}

@media only screen and (max-width: 767.98px) {
  .style-list {
    gap: 2.1875rem;
  }
}

@media print, screen and (min-width: 768px) {
  .style-list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.5rem, -0.357rem + 5.95vw, 5rem);
  }
}

.style-list>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.style-list>li>*:not(.style-photo) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 767.98px) {
  .style-list>li:nth-of-type(1) .style-income {
    left: .9375rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .style-list>li:nth-of-type(2) .style-income {
    right: .9375rem;
  }
}

.style-list>li .text-note {
    margin-block-start: 1rem;
    padding-inline-start: 2.5em;
    text-indent: -2.5em;
}

.style-list>li .text-note::before {
    counter-increment: styleNum;
    content: "※"counter(styleNum)"：";
}

.style-photo {
  -webkit-margin-after: 1.25rem;
  margin-block-end: 1.25rem;
  overflow: hidden;
  border: 2px solid var(--c-blue);
  border-radius: 20px;
}

.style-description {
  font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
  .style-description {
    -webkit-margin-after: .9375rem;
    margin-block-end: .9375rem;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .style-description {
    -webkit-margin-after: 1.25rem;
    margin-block-end: 1.25rem;
    font-size: 1.25rem;
  }
}

.style-info {
  display: grid;
  grid-template-columns: auto 1fr;
  color: var(--c-gray-300);
}

.style-info>div {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}

.style-info>div:not(:last-of-type) {
  -webkit-margin-after: .5rem;
  margin-block-end: .5rem;
}

.style-info>div>dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
}

.style-info>div>dt::after {
  content: "：";
}

.style-income {
  position: absolute;
}

@media only screen and (max-width: 767.98px) {
  .style-income {
    top: -0.625rem;
    width: 4.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .style-income {
    top: -1.25rem;
    right: 1.25rem;
    width: 5.875rem;
  }
}

.entry::after {
    background-image: url(../img/text_entry.svg)
}

@media only screen and (max-width: 767.98px) {
    .entry::after {
        height: 25.0625rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry::after {
        height: 50.3125rem
    }
}

.entry-list {
    display: grid
}

@media only screen and (max-width: 767.98px) {
    .entry-list {
        gap: 2.1875rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list {
        gap: 2.5rem
    }
}

.entry-list>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--c-white);
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(219, 228, 232, .8);
    box-shadow: 0 0 20px rgba(219, 228, 232, .8)
}

@media only screen and (max-width: 767.98px) {
    .entry-list>li {
        padding: 1.875rem 1.25rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list>li {
        display: grid;
        grid-template-columns: 1fr .9fr;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        padding: 2.5rem
    }

    .entry-list>li>* {
        -ms-flex-item-align: start;
        align-self: flex-start;
        justify-self: center
    }
}

@media(hover: hover) {
    .entry-list>li:hover a {
        will-change: scale
    }
}

.entry-list>li>*:not(.entry-title, .entry-photo) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media print,
screen and (min-width: 768px) {
    .entry-list>li .check-list {
        grid-area: 2/2/3/3;
        margin-block: 2.5rem
    }
}

.entry-list>li .check-list b {
    -webkit-margin-before: -0.25rem;
    margin-block-start: -0.25rem;
    color: var(--c-blue)
}

@media only screen and (max-width: 767.98px) {
    .entry-list>li .check-list b {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list>li .check-list b {
        font-size: 1.5rem
    }
}

.entry-list>li .check-list b span {
    font-size: 1rem
}

.entry-list>li .link-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .3125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--c-gray-300);
    text-decoration: underline
}

@media only screen and (max-width: 767.98px) {
    .entry-list>li .link-text {
        -webkit-margin-before: 1.5rem;
        margin-block-start: 1.5rem;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media(hover: hover) {
    .entry-list>li .link-text {
        -webkit-transition: scale .3s;
        transition: scale .3s
    }

    .entry-list>li .link-text:hover {
        scale: 1.03
    }
}

@media only screen and (max-width: 767.98px) {
    .entry-list>li .link-text img {
        width: .84375rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list>li .link-text img {
        width: 1rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list--entry {
        grid-template-rows: repeat(3, auto) 1fr
    }
}

@media only screen and (max-width: 767.98px) {
    .entry-list--entry .entry-photo {
        -webkit-margin-after: -0.625rem;
        margin-block-end: -0.625rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list--entry .entry-photo {
        margin-block: -1.75rem -3.1875rem;
        margin-inline-start: -0.625rem;
        grid-area: 1/1/5/2
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list--entry .button-entry {
        grid-area: 3/2/4/3;
        width: calc(100% - 2.5rem);
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list--entry .text-mypage {
        grid-area: 4/2/5/3
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list--concierge {
        grid-template-rows: repeat(2, auto) 1fr
    }
}

.entry-list--concierge .entry-photo {
    position: relative;
    text-align: center
}

@media only screen and (max-width: 767.98px) {
    .entry-list--concierge .entry-photo {
        margin-block: .9375rem 1.5rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-list--concierge .entry-photo {
        grid-area: 1/1/5/2
    }
}

.entry-list--concierge .entry-photo::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background-image: url(../img/background_concierge.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.entry-list--concierge .entry-photo picture {
    width: 63.16%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%
}

.entry-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width: 767.98px) {
    .entry-title {
        gap: .3125rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-title {
        width: 100%;
        grid-area: 1/2/2/3;
        gap: .625rem
    }
}

.entry-title>span:not(.entry-title-comment) {
    width: 100%;
    padding: .5rem;
    color: var(--c-white);
    background-color: var(--c-blue)
}

@media only screen and (max-width: 767.98px) {
    .entry-title>span:not(.entry-title-comment) {
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-title>span:not(.entry-title-comment) {
        font-size: 1.25rem
    }
}

.entry-title-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: var(--c-gray-300)
}

@media only screen and (max-width: 767.98px) {
    .entry-title-comment {
        gap: .25rem;
        font-size: .625rem
    }
}

@media print,
screen and (min-width: 768px) {
    .entry-title-comment {
        gap: .5rem;
        font-size: .875rem
    }
}

.entry-title-comment::before,
.entry-title-comment::after {
    display: inline-block;
    width: .5rem;
    content: "";
    background-image: url(../img/image_wavyline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media only screen and (max-width: 767.98px) {

    .entry-title-comment::before,
    .entry-title-comment::after {
        height: .75rem
    }
}

@media print,
screen and (min-width: 768px) {

    .entry-title-comment::before,
    .entry-title-comment::after {
        height: .875rem
    }
}

.entry-title-comment::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
