@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap);
:root {
  --font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-family-serif: "Noto Serif JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-family-roboto: "Roboto Condensed", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-weight: 400;
  --font-style: normal;
  --color-font: #000;
  --color-black: #000;
  --color-white: #fff;
  --shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  --shadow-mini: 0px 2px 3px rgba(0, 0, 0, 0.16);
  --shadow-none: 0px 0px 0px rgba(0, 0, 0, 0.16);
  --transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  --guttar-sm: 1.6rem;
  --guttar-md: 3.2rem;
  --guttar-lg: 4.8rem;
  --guttar-xl: 6.4rem;
  --guttar-xxl: 10.4rem;
  --z-index-sm: 1;
  --z-index-md: 10;
  --z-index-lg: 100;
  --z-index-xl: 1000;
  --z-index-xxl: 10000;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
}
html {
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  margin: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
  cursor: default;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
[contenteditable]:focus {
  outline: auto;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes topToBottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes topToBottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slash {
  0% {
    -webkit-transform: translate(40.5%, -100%);
    transform: translate(40.5%, -100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes slash {
  0% {
    -webkit-transform: translate(40.5%, -100%);
    transform: translate(40.5%, -100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes slashPc {
  0% {
    -webkit-transform: translate(52%, -100%);
    transform: translate(52%, -100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes slashPc {
  0% {
    -webkit-transform: translate(52%, -100%);
    transform: translate(52%, -100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes narrowWidth {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes narrowWidth {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  66% {
    opacity: 0.66666;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  66% {
    opacity: 0.66666;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes heightUp {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes heightUp {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 46px;
}
@media screen and (min-width: 961px) {
  body,
  html {
    scroll-margin-top: 69px;
    scroll-padding-top: 64px;
  }
}
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}
body {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  background: var(--color-white);
  color: #000;
  color: var(--color-font);
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family);
  font-size: 1.4rem;
  font-style: normal;
  font-style: var(--font-style);
  font-weight: 400;
  font-weight: var(--font-weight);
  letter-spacing: 0.02em;
  line-height: 1.78;
}
@media (hover: hover) {
  a,
  button {
    -webkit-transition: opacity 0.5s ease-out, color 0.5s ease-out,
      background-color 0.5s ease-out, border-color 0.5s ease-out;
    transition: opacity 0.5s ease-out, color 0.5s ease-out,
      background-color 0.5s ease-out, border-color 0.5s ease-out;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  a:hover,
  button:hover {
    opacity: 0.8;
  }
}
a {
  color: var(--color-link);
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  a[href^="tel"] {
    cursor: default;
    pointer-events: none;
  }
}
img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  vertical-align: top;
}
picture,
svg {
  display: inline-block;
}
picture {
  height: 100%;
  width: 100%;
}
figure,
picture {
  line-height: 1;
}
figcaption {
  line-height: 1.78;
}
table {
  border-spacing: 0;
  width: 100%;
}
col {
  --width: auto;
  width: var(--width);
}
@media screen and (min-width: 961px) {
  col {
    --width-up: auto;
    width: var(--width-up);
  }
}
i {
  font-style: normal;
}
label {
  display: block;
}
textarea {
  resize: none;
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: normal;
}
hr {
  border-top: 0.1rem solid var(--color-border-light);
  margin-bottom: 2.4rem;
}
:-moz-placeholder-shown {
  color: var(--color-inactive);
}
:placeholder-shown {
  color: var(--color-inactive);
}
::-webkit-input-placeholder {
  color: var(--color-inactive);
}
::-moz-placeholder {
  color: var(--color-inactive);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--color-inactive);
}
.focus-visible {
  outline: 0.2rem solid var(--color-link);
}
:focus-visible {
  outline: 0.2rem solid var(--color-link);
}
figure:not([class*="c-"]):not([class*="p-"]),
p:not([class*="c-"]):not([class*="p-"]) {
  --mb: 2.4rem;
  margin-bottom: var(--mb);
}
@media screen and (min-width: 961px) {
  figure:not([class*="c-"]):not([class*="p-"]),
  p:not([class*="c-"]):not([class*="p-"]) {
    --mb-up: 2.4rem;
    margin-bottom: var(--mb-up);
  }
}
figcaption:not([class*="c-"]):not([class*="p-"]) {
  --mt: 0.8rem;
  color: var(--color-caption);
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: var(--mt);
}
@media screen and (min-width: 961px) {
  figcaption:not([class*="c-"]):not([class*="p-"]) {
    --mt-up: 0.8rem;
    margin-top: var(--mt-up);
  }
}
em:not([class*="c-"]):not([class*="p-"]) {
  --mt: 8rem;
  --mb: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: var(--mb);
  margin-top: var(--mt);
}
@media screen and (min-width: 961px) {
  em:not([class*="c-"]):not([class*="p-"]) {
    --mt-up: 8rem;
    --mb-up: 2.4rem;
    margin-bottom: var(--mb-up);
    margin-top: var(--mt-up);
  }
}
ol:not([class*="c-"]):not([class*="p-"]) {
  --mb: 2.4rem;
  counter-reset: order 0;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: var(--mb);
  padding-left: 1.6rem;
}
@media screen and (min-width: 961px) {
  ol:not([class*="c-"]):not([class*="p-"]) {
    --mb-up: 2.4rem;
    margin-bottom: var(--mb-up);
  }
}
ol:not([class*="c-"]):not([class*="p-"]) li {
  counter-increment: order 1;
  margin-bottom: 0.7rem;
  padding-left: 2.4rem;
  position: relative;
}
ol:not([class*="c-"]):not([class*="p-"]) li:before {
  color: #000;
  color: var(--color-black);
  content: counter(order) ".";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
ol:not([class*="c-"]):not([class*="p-"]) li:last-child {
  margin-bottom: 0;
}
ul:not([class*="c-"]):not([class*="p-"]) {
  --mb: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: var(--mb);
  padding-left: 1.6rem;
}
@media screen and (min-width: 961px) {
  ul:not([class*="c-"]):not([class*="p-"]) {
    --mb-up: 2.4rem;
    margin-bottom: var(--mb-up);
  }
}
ul:not([class*="c-"]):not([class*="p-"]) li {
  margin-bottom: 0.7rem;
  padding-left: 2.4rem;
  position: relative;
}
ul:not([class*="c-"]):not([class*="p-"]) li:before {
  background-color: #000;
  background-color: var(--color-font);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.4rem;
  left: 0.8rem;
  position: absolute;
  top: 0.65em;
  width: 0.4rem;
}
ul:not([class*="c-"]):not([class*="p-"]) li:last-child {
  margin-bottom: 0;
}
blockquote:not([class*="c-"]):not([class*="p-"]) {
  --mb: 2.4rem;
  border-left: 0.4rem solid var(--color-caption);
  color: var(--color-font-light);
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: var(--mb);
  padding-left: 1.6rem;
}
@media screen and (min-width: 961px) {
  blockquote:not([class*="c-"]):not([class*="p-"]) {
    --mb-up: 2.4rem;
    margin-bottom: var(--mb-up);
  }
}
blockquote:not([class*="c-"]):not([class*="p-"]) > :last-child {
  margin-bottom: 0;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-y: scroll;
}
@media screen and (min-width: 1231px) {
  body {
    min-width: 128rem;
  }
}
.l-box {
  --px: 1.6rem;
  --py: 1.6rem;
  padding: var(--py) var(--px);
}
@media screen and (min-width: 961px) {
  .l-box {
    --py-up: 3rem;
    --px-up: 3.2rem;
    padding: var(--py-up) var(--px-up);
  }
}
.l-container {
  --pt: 0;
  --pb: 0;
  padding-bottom: var(--pb);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: var(--pt);
}
@media screen and (min-width: 961px) {
  .l-container {
    --pt-up: 0;
    --pb-up: 0;
    max-width: 100vw;
    padding-bottom: var(--pb-up);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: var(--pt-up);
  }
}
@media screen and (min-width: 688px) {
  .l-container {
    padding-left: calc(50vw - 53.4rem);
    padding-right: calc(50vw - 53.4rem);
  }
}
.l-container--sm {
  --pt: 0;
  --pb: 0;
  padding-bottom: var(--pb);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: var(--pt);
}
@media screen and (min-width: 961px) {
  .l-container--sm {
    --pt-up: 0;
    --pb-up: 0;
    max-width: 100vw;
    padding-bottom: var(--pb-up);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: var(--pt-up);
  }
}
@media screen and (min-width: 480px) {
  .l-container--sm {
    padding-left: calc(50vw - 21.6rem);
    padding-right: calc(50vw - 21.6rem);
  }
}
.l-container--lg {
  --pt: 0;
  --pb: 0;
  padding-bottom: var(--pb);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: var(--pt);
}
@media screen and (min-width: 961px) {
  .l-container--lg {
    --pt-up: 0;
    --pb-up: 0;
    max-width: 100vw;
    padding-bottom: var(--pb-up);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: var(--pt-up);
  }
}
@media screen and (min-width: 857px) {
  .l-container--lg {
    padding-left: calc(50vw - 40.45rem);
    padding-right: calc(50vw - 40.45rem);
  }
}
.l-container--xl {
  --pt: 0;
  --pb: 0;
  padding-bottom: var(--pb);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: var(--pt);
}
@media screen and (min-width: 961px) {
  .l-container--xl {
    --pt-up: 0;
    --pb-up: 0;
    max-width: 100vw;
    padding-bottom: var(--pb-up);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: var(--pt-up);
  }
}
@media screen and (min-width: 1024px) {
  .l-container--xl {
    padding-left: calc(50vw - 48.8rem);
    padding-right: calc(50vw - 48.8rem);
  }
}
.l-container--xxl {
  --pt: 0;
  --pb: 0;
  padding-bottom: var(--pb);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: var(--pt);
}
@media screen and (min-width: 961px) {
  .l-container--xxl {
    --pt-up: 0;
    --pb-up: 0;
    max-width: 100vw;
    padding-bottom: var(--pb-up);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: var(--pt-up);
  }
}
@media screen and (min-width: 1196px) {
  .l-container--xxl {
    padding-left: calc(50vw - 57.4rem);
    padding-right: calc(50vw - 57.4rem);
  }
}
.l-container--row {
  --pt: 0;
  --pb: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100vw;
  padding-bottom: var(--pb);
  padding-top: var(--pt);
}
@media screen and (min-width: 961px) {
  .l-container--row {
    --pt-up: 0;
    --pb-up: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 4.8rem;
    max-width: 100vw;
    padding-bottom: var(--pb-up);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: var(--pt-up);
  }
}
@media screen and (min-width: 1024px) {
  .l-container--row {
    padding-left: calc(50vw - 48.8rem);
    padding-right: calc(50vw - 48.8rem);
  }
}
.l-container__main {
  --pt: 0;
  --pb: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: var(--pb);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: var(--pt);
}
@media screen and (min-width: 961px) {
  .l-container__main {
    --pt-up: 0;
    --pb-up: 0;
    -webkit-box-flex: 64;
    -ms-flex: 64;
    flex: 64;
    padding-bottom: var(--pb-up);
    padding-left: 0;
    padding-right: 0;
    padding-top: var(--pt-up);
  }
}
.l-container__sub {
  --pt: 0;
  --pb: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: var(--pb);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: var(--pt);
}
@media screen and (min-width: 961px) {
  .l-container__sub {
    --pt-up: 0;
    --pb-up: 0;
    -webkit-box-flex: 28.8;
    -ms-flex: 28.8;
    flex: 28.8;
    padding-bottom: var(--pb-up);
    padding-left: 0;
    padding-right: 0;
    padding-top: var(--pt-up);
  }
}
.l-container--full {
  --pt: 0;
  --pb: 0;
  padding-bottom: var(--pb);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: var(--pt);
}
@media screen and (min-width: 961px) {
  .l-container--full {
    --pt-up: 0;
    --pb-up: 0;
    padding-bottom: var(--pb-up);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: var(--pt-up);
  }
}
body:not(.-top) .l-main {
  padding-top: 4.6rem;
}
@media (min-width: 1280px) {
  body:not(.-top) .l-main {
    padding-top: 6.4rem;
  }
}
body.-hoiku .l-head__button--apply {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 214, 208, var(--tw-bg-opacity));
}
body.-hoiku .l-head__button--contact {
  --tw-bg-opacity: 1;
  background-color: #F4858D;
}
body.-hoiku .l-head__title-accent:before {
  background-image: linear-gradient(
    180deg,
    #F4858D,
    #F4858D 3px,
    transparent 0,
    transparent 6px
  );
}
.l-main {
  min-height: calc(100vh - 53.2rem);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-main {
    min-height: calc(100vh - 49rem);
  }
}
.l-main--kaigo-recruit {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .l-main--kaigo-recruit {
    padding-top: 0;
  }
}
.l-head {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.8rem;
}
@media (min-width: 961px) {
  .l-head {
    max-width: 120rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
  }
}
.l-head {
  margin: auto;
}
@media (min-width: 961px) {
  .l-head {
    max-width: 120rem;
  }
}
@media screen and (min-width: 961px) {
  .l-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.l-head > * {
  position: relative;
  z-index: 2;
}
.l-head__title {
  color: #444;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 961px) {
  .l-head__title {
    font-size: 2rem;
    line-height: 2.2rem;
    padding-top: 0.2rem;
  }
}
.l-head__title-accent {
  display: inline-block;
  padding-left: 1.8rem;
  position: relative;
}
.l-head__title-accent:before {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .l-head__title-accent {
    padding-left: 2.4rem;
  }
}
.l-head__title-accent:before {
  background-image: linear-gradient(
    180deg,
    #7f9dcc,
    #7f9dcc 3px,
    transparent 0,
    transparent 6px
  );
  background-repeat: repeat-y;
  background-size: 3px 6px;
  display: inline-block;
  height: 0.9rem;
  left: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3rem;
}
@media screen and (min-width: 961px) {
  .l-head__title-accent {
    font-size: 2rem;
    line-height: 5rem;
  }
}
.l-head__link {
  position: fixed;
  top: 46px;
  right: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  line-height: 1.6rem;
  transition: 1s 4s;
}
@media screen and (min-width: 961px) {
  .l-head__link {
    position: fixed;
    top: 46px;
    right: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    font-size: 1.3rem;
    line-height: 1.6rem;
    transition: 1s 4s;
  }
  .l-head__link--hoiku {
    transition: 1s 3.5s;
  }
}
@media screen and (min-width: 1281px) {
  .l-head__link {
    top: 64px;
  }
}
@media screen and (max-width: 960px) {
  .l-head__link--sp-none {
    display: none;
  }
}
.l-head__link--hide {
  top: 0;
  opacity: 0;
}
.l-head__button {
  --tw-text-opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 1.5rem 1.5rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.2rem;
  justify-content: center;
  margin-left: 0.8rem;
  width: 14rem;
}
@media screen and (max-width: 960px) {
  .l-head__button {
    width: 40px;
    height: 110px;
    border-radius: 1.5rem 0 0 1.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    margin-top: 0.8rem;
    margin-left: unset;
  }
}
.l-head__button--apply {
  --tw-bg-opacity: 1;
  background-color: #A08BE6;
}
.l-head__button--apply-hoiku {
  --tw-bg-opacity: 1;
  background-color: #8BD6D0;
}
.l-head__button--contact {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
}
.l-head__button--contact-hoiku {
  --tw-bg-opacity: 1;
  background-color: #F4858D;
}
.l-row {
  --width: 30rem;
  --width-up: 30.4rem;
  --gap: 1.6rem;
  --gap-up: 3.2rem;
  grid-gap: var(--gap);
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(
    auto-fill,
    minmax(calc(var(--width) - var(--gap-up)), 1fr)
  );
}
@media screen and (min-width: 961px) {
  .l-row {
    gap: var(--gap-up);
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(var(--width-up) - var(--gap-up)), 1fr)
    );
  }
}
.animation-icon {
  height: 30px;
  position: relative;
  width: 30px;
}
.line {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.line,
.point {
  position: absolute;
}
.point {
  left: calc(50% - 3px);
  top: calc(50% - 7px);
  z-index: 0;
}
circle.bg {
  fill: transparent;
  stroke: #F6AE52;
  stroke-width: 1;
}
circle.fg {
  fill: transparent;
  stroke: #000;
  stroke-width: 1;
  opacity: 0;
}
circle.fg:hover {
  -webkit-animation: circle 0.5s ease-out forwards;
  animation: circle 0.5s ease-out forwards;
}
.animation-icon._a2b7d8 .line .fg {
  stroke: #F6AE52;
}
.animation-icon._a2b7d8 .point path {
  fill: #F6AE52;
}
.animation-icon._f0a8a0 .line .fg {
  stroke: #F4858D;
}
.animation-icon._f0a8a0 .point path {
  fill: #F6AE52;
}
.animation-icon._a8a8a8 .line .fg {
  stroke: #F6AE52;
}
.animation-icon._a8a8a8 .point path {
  fill: #F6AE52;
}
.animation-icon._88d0d0 .line .fg {
  stroke: #F6AE52;
}
.animation-icon._88d0d0 .point path {
  fill: #F6AE52;
}
.c-hoiku-button .animation-icon._f0a8a0 circle.bg {
  stroke: #ffd9d6;
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 91;
    opacity: 1;
  }
  99.9%,
  to {
    stroke-dasharray: 91 91;
    opacity: 1;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 91;
    opacity: 1;
  }
  99.9%,
  to {
    stroke-dasharray: 91 91;
    opacity: 1;
  }
}
.md\:ml-\[0\.6rem\] {
  margin-left: 0.6rem;
}
.c-hoiku-button:hover circle.fg,
.c-kaigo-button:hover circle.fg,
.c-link:hover circle.fg,
.p-news_topics__link:hover circle.fg,
.p-our_business__panel-item:hover circle.fg,
.p-top-business__link-button:hover circle.fg {
  -webkit-animation: circle 0.5s ease-out forwards;
  animation: circle 0.5s ease-out forwards;
}
[data-js-delay] {
  opacity: 0;
}
[data-js-fade] {
  visibility: hidden;
}
.c-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  justify-content: center;
  position: relative;
  width: 20rem;
}
@media (min-width: 961px) {
  .c-button {
    height: 8rem;
    width: 36rem;
  }
}
.c-button {
  background-color: #014CA3;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 3.6rem;
}
@media screen and (min-width: 961px) {
  .c-button {
    font-size: 2rem;
  }
}
.c-button--dot:after,
.c-button--dot:before {
  background-image: linear-gradient(
    180deg,
    #fff,
    #fff 3px,
    transparent 0,
    transparent 6px
  );
  background-repeat: repeat-y;
  background-size: 3px 6px;
  content: "";
  height: 0.9rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3rem;
}
.c-button--dot:before {
  left: 3.3rem;
}
@media (min-width: 961px) {
  .c-button--dot:before {
    left: 8.3rem;
  }
}
.c-button--dot:after {
  right: 3.3rem;
}
@media (min-width: 961px) {
  .c-button--dot:after {
    right: 8.3rem;
  }
}
.c-button__inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.c-button.-blue {
  /* background-color: rgba(127, 157, 204, 0.8); */
  background-color: rgba(109, 132, 227, 0.91);
}
.c-button.-red {
  /* background-color: hsla(6, 73%, 78%, 0.8); */
  background-color: rgba(244, 133, 141, 0.9);
}
.c-card {
  position: relative;
  width: 100%;
}
.c-card__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.c-card__link:hover ~ * {
  opacity: 0.8;
}
.c-card__link ~ * {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-card__category {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
.c-card__image {
  margin-top: 0.6rem;
  width: 100%;
  transition: .8s;
}
.c-card__image.-rounded {
  border-radius: 0.5rem;
}
.c-card__heading {
  margin-top: 0.9rem;
}
@media (min-width: 961px) {
  .c-card__heading {
    margin-top: 1.8rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.c-card__heading {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .c-card__heading {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.c-card__title {
  color: #343434;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
.c-card__title.-omit {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.c-card__text {
  margin-top: 0.7rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
@media (min-width: 961px) {
  .c-card__text {
    margin-top: 0.9rem;
  }
}
.c-card__text {
  color: #343434;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
.c-card__button {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  border-radius: 9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-top: 1.3rem;
  padding-left: 35px;
  padding-right: 2.6rem;
  position: relative;
  width: 163px;
}
.c-card__button:hover {
  background-color: #014CA3;
  color: #FFFFFF;
}
.c-card__button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #014CA3;
  transition: .5s;
}
.c-card__button:hover::after {
  border-left: 9px solid #FFFFFF;
}
.c-card__button--play-x:after {
  transform: translateX(-10px) translateY(-50%);
}
@media (min-width: 961px) {
  .c-card__button {
    margin-top: 1.4rem;
  }
}
.c-card__button {
  background-color: #FFFFFF;
  border: 1px solid #014CA3;
  color: #014CA3;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 3rem;
}
.c-card__button.is-active {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(186, 229, 229, var(--tw-bg-opacity));
  color: #6D84E3;
  padding-right: 4.3rem;
}
.c-card__button.is-active:after {
  --tw-content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: var(--tw-content);
  height: 1.3rem;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8rem;
}
.c-card__categories {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}
.c-card__categories,
.c-card__categories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-card__categories-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(186, 229, 229, var(--tw-bg-opacity));
  border-radius: 9999px;
  color: #343434;
  font-size: 1.1rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.c-card__date {
  display: block;
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 2.8rem;
  margin-top: 0.2rem;
}
.c-card__tags-text {
  color: #014CA3;
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.6rem;
  margin-top: 0.9rem;
}
.c-card__tag-list {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 0.5rem;
  order: 2;
  row-gap: 0.7rem;
}
@media (min-width: 961px) {
  .c-card__tag-list {
    gap: 1.2rem;
    margin-top: 0.2rem;
  }
}
.c-card__tag-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 0.1rem solid #676767;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-card__tag-link {
  color: #676767;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2rem;
}
.c-contact-panel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 1.7rem;
  padding-top: 0.6rem;
  position: relative;
}
@media (min-width: 961px) {
  .c-contact-panel {
    padding-bottom: 2.4rem;
    padding-top: 1.2rem;
  }
}
.c-contact-panel {
  border: 1px dotted #676767;
}
.c-contact-panel__text {
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  line-height: 2.3rem;
}
@media screen and (min-width: 961px) {
  .c-contact-panel__text {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
  }
}
.c-contact-panel__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 26rem;
}
@media (min-width: 961px) {
  .c-contact-panel__link {
    height: 6rem;
    width: 28.2rem;
  }
}
.c-contact-panel__link {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 3.2rem;
}
@media screen and (min-width: 961px) {
  .c-contact-panel__link {
    font-size: 1.6rem;
  }
}
.c-contact-panel__image {
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .c-contact-panel__image {
    margin-top: 1.7rem;
  }
}
.c-contact-panel__link {
  margin-top: 1.4rem;
}
@media (min-width: 961px) {
  .c-contact-panel__link {
    margin-top: 2rem;
  }
}
.c-contact-panel.-blue {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
}
.c-contact-panel.-blue .c-contact-panel__link {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
}
.c-contact-panel.-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 231, 229, var(--tw-bg-opacity));
}
.c-contact-panel.-pink .c-contact-panel__link {
  --tw-bg-opacity: 1;
  background-color: #F28499;
}
.c-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-flex--sp-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 961px) {
  .c-flex--sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-flex--cols2 > .c-flex__col,
.c-flex--sp-cols2 > .c-flex__col {
  width: 50%;
}
@media screen and (min-width: 961px) {
  .c-flex--sp-cols2 > .c-flex__col {
    width: auto;
  }
  .c-flex--pc-cols2 > .c-flex__col {
    width: 50%;
  }
}
.c-flex--cols3 > .c-flex__col {
  width: 33.333333%;
}
@media screen and (min-width: 961px) {
  .c-flex--pc-cols3 > .c-flex__col {
    width: 33.333333%;
  }
}
.c-flex--cols4 > .c-flex__col {
  width: 25%;
}
@media screen and (min-width: 961px) {
  .c-flex--pc-cols4 > .c-flex__col {
    width: 25%;
  }
}
.c-flex--cols6 > .c-flex__col {
  width: 16.666667%;
}
@media screen and (min-width: 961px) {
  .c-flex--pc-cols6 > .c-flex__col {
    width: 16.666667%;
  }
}
.c-grid {
  display: grid;
}
.c-grid--cols,
.c-grid--cols.-eq {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 961px) {
  .c-grid--pc-cols,
  .c-grid--pc-cols.-eq {
    grid-template-columns: 1fr;
  }
}
.c-grid--cols2 {
  grid-template-columns: auto 1fr;
}
.c-grid--cols2.-eq {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 961px) {
  .c-grid--pc-cols2 {
    grid-template-columns: auto 1fr;
  }
  .c-grid--pc-cols2.-eq {
    grid-template-columns: 1fr 1fr;
  }
  .pc-grid-template-columns-500fr-340fr {
    grid-template-columns: 500fr 340fr !important;
  }
}
.c-grid--cols3 {
  grid-template-columns: auto auto 1fr;
}
.c-grid--cols3.-eq {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 961px) {
  .c-grid--pc-cols3 {
    grid-template-columns: auto auto 1fr;
  }
  .c-grid--pc-cols3.-eq {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-grid--cols4 {
  grid-template-columns: auto auto auto 1fr;
}
.c-grid--cols4.-eq {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 961px) {
  .c-grid--pc-cols4 {
    grid-template-columns: auto auto auto 1fr;
  }
  .c-grid--pc-cols4.-eq {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.c-heading {
  position: relative;
}
.c-heading--lv02 {
  text-align: center;
}
@media (min-width: 961px) {
  .c-heading--lv02 {
    text-align: left;
  }
}
.c-heading--lv02 {
  color: #014CA3;
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .c-heading--lv02 {
    font-size: 4rem;
    letter-spacing: 0;
    line-height: 4rem;
  }
}
.c-heading--lv02.-sub {
  color: #014CA3;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 3rem;
}
.c-heading--lv03 {
  padding-left: 0.8rem;
}
.c-heading--lv03:before {
  --tw-content: "";
  content: var(--tw-content);
}
.c-heading--lv03 {
  color: #014CA3;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
.c-heading--lv03:before {
  background-image: linear-gradient(
    180deg,
    #014CA3,
    #014CA3 3px,
    transparent 0,
    transparent 6px
  );
  background-repeat: repeat-y;
  background-size: 3px 6px;
  display: inline-block;
  height: 0.9rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3rem;
}
.c-heading--lv04 {
  font-family: Noto Sans JP;
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 3.8rem;
}
@media screen and (min-width: 961px) {
  .c-heading--lv04 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 5rem;
  }
}
.c-heading__sub {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
@media (min-width: 961px) {
  .c-heading__sub {
    text-align: left;
  }
}
.c-heading__sub {
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .c-heading__sub {
    font-size: 1.3rem;
  }
}
.c-heading__sub.-main {
  margin-top: 0.4rem;
}
@media (min-width: 961px) {
  .c-heading__sub.-main {
    margin-top: 0.8rem;
  }
}
.c-heading__sub.-main {
  color: #000;
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .c-heading__sub.-main {
    font-size: 3rem;
  }
}
.c-heading__sub.-bold {
  --tw-text-opacity: 1;
  color: #014CA3;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .c-heading__sub.-bold {
    color: #014CA3;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 2.4rem;
  }
}
main.-sub .c-heading__sub {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
  margin-top: 1rem;
}
.c-icon--play {
  fill: #014CA3;
}
.c-icon--play.-cyan {
  fill: #014CA3;
}
.c-icon--play.-blue {
  fill: #a2b7d8;
}
.c-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 3.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link.-play .c-link__icon {
  fill: #014CA3;
  margin-left: 0.6rem;
}
.c-localNav {
  display: none;
  position: absolute;
  z-index: 10;
}
@media (min-width: 961px) {
  .c-localNav {
    display: block;
  }
}
.c-localNav {
  left: calc(50% + 7.2rem);
}
.c-localNav__inn {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.c-localNav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.65rem;
  height: 8.1rem;
  justify-content: flex-end;
}
.c-localNav__item {
  height: 4rem;
  color: #A8A8A8;
}
.c-localNav__item:not(.is-active) {
  color: #333333;
}
.c-localNav__link {
  display: block;
  height: 4rem;
  position: relative;
  transition: .4s;
}
.c-localNav__link:hover {
  color: #014CA3;
  opacity: 1;
}
.c-localNav__link:hover:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#014CA3),
    color-stop(0.1rem, #014CA3),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #014CA3,
    #014CA3 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
}
@media (min-width: 961px) {
  .c-localNav__link:after {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.c-localNav__link {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 4rem;
}
.c-localNav__link:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  bottom: 0;
  bottom: 0.6rem;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-localNav__link.is-active:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#A8A8A8),
    color-stop(0.1rem, #A8A8A8),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #A8A8A8,
    #A8A8A8 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
}
.c-picture,
.c-picture__image {
  width: 100%;
}
.c-section,
.c-section__inn {
  position: relative;
}
.c-section__inn {
  padding: 5.9rem 1.65rem 2rem;
}
@media (min-width: 961px) {
  .c-section__inn {
    margin-left: auto;
    margin-right: auto;
    padding: 3.7rem 1rem 6.46rem;
  }
}
@media screen and (min-width: 961px) {
  .c-section__inn {
    width: 106.8rem;
  }
  .c-section__inn.-sub {
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translateX(1.4rem);
    transform: translateX(1.4rem);
    width: 107.9rem;
  }
}
.c-section__inn.-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.c-section__logo {
  position: absolute;
  right: 7.3rem;
  top: 5.1rem;
}
.c-section__contents > .c-link {
  margin-left: 0.3rem;
  margin-top: 3.7rem;
}
.c-section.-cyan {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
}
.c-section.-deepCyan {
  --tw-bg-opacity: 1;
  background-color: #FFFFFF;
}
.c-section.-separate:after {
  --tw-content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  bottom: 0;
  content: var(--tw-content);
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-text {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.5rem;
}
@media screen and (min-width: 961px) {
  .c-text {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.c-text.-light {
  font-weight: 300;
}
.c-text.-small {
  color: #343434;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .c-text.-small {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.c-kaigo-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.7rem;
  position: relative;
  width: 26.8rem;
}
@media (min-width: 961px) {
  .c-kaigo-button {
    height: 8rem;
    width: 32rem;
  }
}
.c-kaigo-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/assets/images/kaigo/bg/bg_button-dotted-320x80.svg) no-repeat
    50%;
  background-size: contain;
  border-radius: 4rem;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .c-kaigo-button {
    background-image: url(/assets/images/kaigo/bg/bg_button-dotted-268x67.svg);
  }
}
.c-kaigo-button__text {
  font-size: 1.5rem;
  line-height: 0.3rem;
}
@media screen and (min-width: 961px) {
  .c-kaigo-button__text {
    font-size: 1.7rem;
    line-height: 3.6rem;
  }
}
.c-kaigo-button__arrow {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-kaigo-button__arrow .c-icon--play {
  fill: #7f9dcc;
}
@media (hover: hover) {
  .c-kaigo-button--hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 222, 235, var(--tw-bg-opacity));
  }
}
.c-kaigo-heading--lv01__in {
  --tw-text-opacity: 1;
  color: #6D84E3;
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.c-kaigo-heading--lv01__sub {
  color: #6D84E3;
}
@media screen and (min-width: 961px) {
  .c-kaigo-heading--lv01__in {
    display: block;
    font-size: 4rem;
    line-height: 4rem;
  }
  .c-kaigo-heading--lv01__sub {
    margin-left: 0.9rem;
  }
  @media (min-width: 961px) {
    .c-kaigo-heading--lv01__sub {
      margin-left: 0;
      margin-top: 1.4rem;
    }
  }
  .c-kaigo-heading--lv01__sub {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
.c-kaigo-heading--lv02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .c-kaigo-heading--lv02 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    font-size: 2.4rem;
    justify-content: flex-start;
    line-height: 3rem;
  }
}
.c-kaigo-heading--lv02 img {
  margin-left: 1rem;
}
.c-kaigo-heading--lv03 {
  padding-left: 1.6rem;
  position: relative;
}
.c-kaigo-heading--lv03:before {
  --tw-content: "";
  background-image: linear-gradient(
    180deg,
    #7f9dcc,
    #7f9dcc 3px,
    transparent 0,
    transparent 6px
  );
  background-repeat: repeat-y;
  background-size: 3px 6px;
  content: var(--tw-content);
  display: inline-block;
  height: 0.9rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3rem;
}
@media screen and (min-width: 961px) {
  .c-kaigo-heading--lv03 {
    font-size: 2rem;
    line-height: 5rem;
  }
}
.c-kaigo-link {
  --tw-text-opacity: 1;
  color: #6D84E3;
  text-decoration: underline;
}
.c-kaigo-link:hover {
  text-decoration: none;
}
.c-kaigo-logo {
  max-width: 16.6rem;
  text-align: center;
}
@media (min-width: 961px) {
  .c-kaigo-logo {
    max-width: 33.8rem;
  }
}
.c-kaigo-recruit-logo {
  margin-top: 2.6rem;
}
@media (min-width: 961px) {
  .c-kaigo-recruit-logo {
    margin-top: 3.8rem;
  }
}
.c-kaigo-recruit-logo {
  text-align: center;
}
.c-kaigo-recruit-logo__link {
  display: inline-block;
}
@media (hover: hover) {
  .c-kaigo-recruit-logo__link:hover {
    opacity: 0.8;
  }
}
.c-kaigo-recruit-logo__ttl {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.c-kaigo-recruit-logo__img {
  display: block;
  margin-top: 0.8rem;
  width: 19.9rem;
}
.c-kaigo-recruit-logo__deco {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background: #ffa62c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa62c),
    to(#f26262)
  );
  background: linear-gradient(180deg, #ffa62c, #f26262);
  border-radius: 3rem;
  color: #fff;
  display: grid;
  font-size: 1.5rem;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.04rem;
  line-height: 1;
  margin: 1.5rem auto 0;
  place-content: center;
  text-align: center;
  width: 16.4rem;
}
.c-hoiku-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.7rem;
  position: relative;
  width: 26.8rem;
}
@media (min-width: 961px) {
  .c-hoiku-button {
    height: 8rem;
    width: 32rem;
  }
}
.c-hoiku-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/assets/images/hoiku/bg/bg_button-dotted-320x80.svg) no-repeat
    50%;
  background-size: contain;
  border-radius: 4rem;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .c-hoiku-button {
    background-image: url(/assets/images/hoiku/bg/bg_button-dotted-268x67.svg);
  }
}
.c-hoiku-button__text {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 961px) {
  .c-hoiku-button__text {
    font-size: 1.7rem;
    line-height: 3.6rem;
  }
}
.c-hoiku-button__arrow {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (hover: hover) {
  .c-hoiku-button--hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 199, var(--tw-bg-opacity));
  }
}
.c-hoiku-heading--lv01 {
  text-align: center;
}
@media (min-width: 961px) {
  .c-hoiku-heading--lv01 {
    text-align: left;
  }
}
.c-hoiku-heading--lv01__in {
  --tw-text-opacity: 1;
  color: #F4858D;
  display: block;
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 3.2rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 961px) {
  .c-hoiku-heading--lv01__in {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.c-hoiku-heading--lv01__sub {
  display: block;
  font-size: 1.5rem;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .c-hoiku-heading--lv01__sub {
    margin-left: 0.9rem;
  }
  @media (min-width: 961px) {
    .c-hoiku-heading--lv01__sub {
      margin-left: 0;
      margin-top: 1.4rem;
    }
  }
  .c-hoiku-heading--lv01__sub {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.c-hoiku-heading--lv02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  line-height: 3rem;
  position: relative;
}
.c-hoiku-heading--lv02__in {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .c-hoiku-heading--lv02 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.c-hoiku-heading--lv02:after {
  background: url(/assets/images/hoiku/bg/bg_hoiku_title.svg) no-repeat 0 0;
  background-size: contain;
  bottom: -18px;
  content: "";
  display: inline-block;
  height: 2.9rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16.2rem;
  z-index: 1;
}
.c-hoiku-heading--lv03 {
  padding-left: 1.6rem;
  position: relative;
}
.c-hoiku-heading--lv03:before {
  --tw-content: "";
  content: var(--tw-content);
}
.c-hoiku-heading--lv03 {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.c-hoiku-heading--lv03:before {
  background-image: linear-gradient(
    180deg,
    #F4858D,
    #F4858D 3px,
    transparent 0,
    transparent 6px
  );
  background-repeat: repeat-y;
  background-size: 3px 6px;
  display: inline-block;
  height: 0.9rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3rem;
}
@media screen and (min-width: 961px) {
  .c-hoiku-heading--lv03 {
    font-size: 2rem;
    line-height: 5rem;
  }
}
.c-hoiku-heading--lv04 {
  padding-left: 1.6rem;
  position: relative;
}
.c-hoiku-heading--lv04:before {
  --tw-content: "";
  background: url(/assets/images/hoiku/ico/ico_hoiku_title_square.svg) no-repeat
    0 0;
  content: var(--tw-content);
  display: inline-block;
  height: 0.9rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.9rem;
}
@media screen and (min-width: 961px) {
  .c-hoiku-heading--lv04 {
    font-size: 2rem;
    line-height: 5rem;
  }
}
.c-hoiku-link {
  --tw-text-opacity: 1;
  color: #6D84E3;
  text-decoration: underline;
}
.c-hoiku-link:hover {
  text-decoration: none;
}
.c-hoiku-logo {
  max-width: 16.6rem;
  text-align: center;
}
@media (min-width: 961px) {
  .c-hoiku-logo {
    max-width: 33.8rem;
  }
}
.p-about__title {
  font-weight: 300;
}
.p-about__imageWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.p-about__image.-large {
  -webkit-transform: scale(1.19883);
  transform: scale(1.19883);
}
@media screen and (min-width: 961px) {
  .p-about__image.-large {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.p-about .c-text:not(.-small) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 961px) {
  .p-about .c-text:not(.-small) {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-about .c-text:not(.-small) {
  color: #343434;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-about .c-text:not(.-small) {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.p-about__grid {
  row-gap: 3.3rem;
}
@media (min-width: 961px) {
  .p-about__grid {
    row-gap: 5rem;
  }
}
.p-about__grid > .c-flex__col {
  width: 100%;
}
@media (min-width: 961px) {
  .p-about__grid > .c-flex__col {
    width: 48rem;
  }
}
.p-about__card .c-card__heading,
.p-about__card .c-card__text {
  font-weight: 300;
}
.p-about-greeting__article {
  margin-top: 4.7rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
@media (min-width: 961px) {
  .p-about-greeting__article {
    margin-top: 4.5rem;
    width: 75.4rem;
  }
}
.p-about-greeting__text {
  color: #343434;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-about-greeting__text {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
.p-about-greeting__text + .p-about-greeting__text {
  margin-top: 2.4rem;
}
@media (min-width: 961px) {
  .p-about-greeting__text + .p-about-greeting__text {
    margin-top: 2.8rem;
  }
  .p-about-greeting__grid {
    width: 75.4rem;
  }
}
.p-about-greeting__title {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-about-greeting__title {
    font-size: 1.6rem;
  }
}
.p-about-greeting__imageWrap {
  margin-right: auto;
}
@media (min-width: 961px) {
  .p-about-greeting__imageWrap {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .p-about-greeting__image {
    width: 186px;
  }
}
.p-about-corporation__inn {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 961px) {
  .p-about-corporation__inn {
    margin-top: 5.4rem;
    width: 94rem;
  }
}
@media screen and (min-width: 961px) {
  .p-about-corporation__inn {
    -webkit-transform: translateX(-1.4rem);
    transform: translateX(-1.4rem);
  }
}
.p-about-corporation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.6rem;
}
.p-about-corporation__list-title {
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-about-corporation__list-title {
    width: 15%;
  }
}
.p-about-corporation__list-title {
  border-top: 1px solid #A8A8A8;
  color: #014CA3;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2rem;
}
.p-about-corporation__list-text {
  padding-bottom: 0.8rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-about-corporation__list-text {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    width: 85%;
  }
}
.p-about-corporation__list-text {
  color: #313131;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.3rem;
}
@media screen and (min-width: 961px) {
  .p-about-corporation__list-text {
    border-top: 1px solid #A8A8A8;
  }
  .p-about-corporation__list-text.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-about-corporation__list-text-mark {
  display: block;
}
.p-about-corporation__list-text-mark:before {
  --tw-content: "●";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-about-corporation__list-text-mark {
    display: inline;
  }
}
.p-about-corporation__list-text-mark:before {
  color: #014CA3;
  padding-right: 0.3rem;
}
.p-about-corporation__list-text-light {
  font-weight: 300;
}
.p-about-corporation .c-heading.c-heading--lv03 {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
.p-about-corporation__picture {
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .p-about-corporation__picture {
    margin-top: 5.8rem;
  }
}
.p-about-corporation__pdf {
  margin-top: 5.2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 961px) {
  .p-about-corporation__pdf {
    margin-top: 13rem;
  }
}
.p-about-corporation__pdf-picture {
  width: 100%;
}
.p-about-corporation__pdf-iframe {
  height: 22.7rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-about-corporation__pdf-iframe {
    height: 72.5rem;
  }
}
.p-about-corporation__pdf-link {
  display: block;
  margin-top: 2.4rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-about-corporation__pdf-link {
    margin-top: 4.2rem;
    text-align: left;
  }
}
.p-about-corporation__pdf-link {
  color: #7f9dcc;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
  text-decoration: underline;
}
.p-about-info__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem;
  margin-top: 1.7rem;
  row-gap: 3rem;
}
@media (min-width: 961px) {
  .p-about-info__grid {
    margin-top: 4.5rem;
  }
}
.p-about-info__grid-col {
  width: 100%;
}
@media (min-width: 961px) {
  .p-about-info__grid-col {
    width: 44rem;
  }
}
.p-about-info__grid-col + .p-about-info__grid-col {
  margin-top: -0.8rem;
}
@media (min-width: 961px) {
  .p-about-info__grid-col + .p-about-info__grid-col {
    margin-top: 0;
  }
}
.p-about-info__list {
  margin-top: 1.8rem;
}
@media (min-width: 961px) {
  .p-about-info__list {
    margin-top: 1.8rem;
  }
}
.p-about-info__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #A8A8A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  position: relative;
  width: 100%;
}
.p-about-info__item:last-of-type {
  border-bottom: 1px solid #A8A8A8;
}
.p-about-info__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-about-info__link:after {
  --tw-content: "";
  background-repeat: no-repeat;
  background-size: contain;
  content: var(--tw-content);
  height: 1.5rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 1.3rem;
}
@media (min-width: 961px) {
  .p-about-info__link:after {
    right: 0.8rem;
  }
}
.p-about-info__link:after {
  background-image: url(/assets/images/ico/ico_arrow-right.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 961px) {
  .p-about-info__title {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.p-about-info__title {
  color: #313131;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2.3rem;
}
@media screen and (min-width: 961px) {
  .p-about-info__title {
    font-size: 1.3rem;
  }
}
.p-top-business__inn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 961px) {
  .p-top-business__inn {
    display: block;
    width: 104.8rem;
  }
}
.p-top-business__title {
  text-align: center;
}
@media (min-width: 961px) {
  .p-top-business__title {
    margin-left: -3rem;
  }
}
.p-top-business__title {
  color: #444;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__title {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    font-size: 2rem;
    order: 0;
    text-align: left;
  }
}
.p-top-business__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.2rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-top-business__logo {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 9.5rem;
  }
}
.p-top-business__subTitle {
  margin-top: 2.6rem;
  padding-left: 2.05rem;
  padding-right: 2.05rem;
}
@media (min-width: 961px) {
  .p-top-business__subTitle {
    margin-top: 5.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-business__subTitle {
  color: #343434;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 3.2rem;
}
.p-top-business__subTitle.-else {
  color: #333;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 5rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__subTitle.-else {
    font-size: 2.6rem;
  }
}
.p-top-business__text {
  margin-top: 1.2rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 961px) {
  .p-top-business__text {
    margin-top: 1.3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-business__text {
  color: #333;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__text {
    color: #343434;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 2.8rem;
  }
}
.p-top-business__text.-small {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.p-top-business__text-inn {
  display: block;
  font-weight: 400;
}
@media (min-width: 961px) {
  .p-top-business__text-inn {
    display: inline;
  }
}
.p-top-business__text-inn {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__text-inn {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.2rem;
  }
}
.p-top-business__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 961px) {
  .p-top-business__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-business__image {
  width: calc(50% - 2.5px);
}
@media (min-width: 961px) {
  .p-top-business__image {
    width: 100%;
  }
}
.p-top-business__info {
  margin-left: 1.7rem;
  margin-top: 3.7rem;
  padding-left: 0.8rem;
}
@media (min-width: 961px) {
  .p-top-business__info {
    margin-left: 0;
    margin-top: 5.5rem;
    padding-left: 1.3rem;
  }
}
.p-top-business__info {
  color: #5CC3A7;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 5rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__info {
    font-size: 2rem;
  }
}
.p-top-business__info-text {
  margin-top: 0.9rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 961px) {
  .p-top-business__info-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-business__info-text {
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.5rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__info-text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
.p-top-business__info-paragraph {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.5rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__info-paragraph {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2.4rem;
  }
}
.p-top-business__info-paragraph.-small {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
.p-top-business__info-paragraph + .p-top-business__info-paragraph {
  margin-top: 2rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__info-paragraph + .p-top-business__info-paragraph {
    margin-top: 1rem;
  }
}
.p-top-business__info-imageWrap {
  display: block;
}
.p-top-business__panel-list {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 961px) {
  .p-top-business__panel-list {
    margin-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-business__panel {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
  border-radius: 0.6rem;
  padding: 2rem 2rem 1.6rem;
}
@media (min-width: 961px) {
  .p-top-business__panel {
    padding: 2rem 2.4rem 2rem 2.5rem;
  }
}
.p-top-business__panel-inn .c-flex__col {
  width: calc(50% - 0.6rem);
}
@media screen and (min-width: 961px) {
  .p-top-business__panel-inn .c-flex__col {
    width: auto;
  }
}
.p-top-business__panel-title {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__panel-title {
    font-size: 1.6rem;
  }
}
.p-top-business__panel-text {
  color: #161616;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
  margin-top: 1.6rem;
}
.p-top-business__link-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 6.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  position: relative;
  width: 30rem;
}
.p-top-business__link-button:after {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-top-business__link-button {
    height: 10rem;
    margin-top: 12rem;
    padding-left: 4.82rem;
    padding-right: 4.82rem;
    width: 55rem;
  }
}
.p-top-business__link-button {
  background-image: url(/assets/images/bg/bg_button-dotted_sp.png);
}
@media screen and (min-width: 961px) {
  .p-top-business__link-button {
    background-image: url(/assets/images/bg/bg_button-dotted.png);
  }
}
.p-top-business__link-button-imageWrap {
  display: block;
}
.p-top-business__link-button-image {
  height: 4.4rem;
  width: 28.4rem;
}
.p-top-business__link-button-text {
  display: block;
  margin-left: 3.5rem;
  position: relative;
}
.p-top-business__link-button-text:before {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-top-business__link-button-text {
    margin-left: 5.4rem;
  }
}
.p-top-business__link-button-text {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6rem;
}
@media screen and (min-width: 961px) {
  .p-top-business__link-button-text {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 3.6rem;
  }
}
.p-top-business__link-button-text:before {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  height: 4rem;
  left: -1.4rem;
  position: absolute;
  top: -1.2rem;
  width: 0.1rem;
}
@media (min-width: 961px) {
  .p-top-business__link-button-text:before {
    height: 6rem;
    left: -2.6rem;
  }
}
.p-top-business__link-button-arrow {
  position: absolute;
  right: 1.6rem;
  top: 50%;
}
@media (min-width: 961px) {
  .p-top-business__link-button-arrow {
    right: 2.4rem;
  }
}
.p-top-business__link-button-arrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-top-business__link-button-arrow .c-icon {
  fill: #014CA3;
}
.p-contact-form {
  position: relative;
}
.p-contact-form__head {
  text-align: center;
}
@media (min-width: 961px) {
  .p-contact-form__head {
    text-align: left;
  }
}
.p-contact-form__title {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-contact-form__title {
    font-size: 1.6rem;
  }
}
.p-contact-form__label {
  display: block;
  margin-top: 0.4rem;
}
@media (min-width: 961px) {
  .p-contact-form__label {
    margin-top: 1.9rem;
  }
}
.p-contact-form__label {
  color: #343434;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
}
@media screen and (min-width: 961px) {
  .p-contact-form__label {
    font-size: 1.5rem;
  }
}
.p-contact-form__group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 961px) {
  .p-contact-form__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-contact-form__group + .p-contact-form__group {
  margin-top: 1.4rem;
}
@media (min-width: 961px) {
  .p-contact-form__group + .p-contact-form__group {
    margin-top: 2.5rem;
  }
}
.p-contact-form__legend {
  width: 20.8rem;
}
.p-contact-form__legend:after {
  --tw-content: "任意";
  content: var(--tw-content);
}
.p-contact-form__legend {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-contact-form__legend {
    font-size: 1.5rem;
  }
}
.p-contact-form__legend:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: rgba(168, 168, 168, var(--tw-bg-opacity));
  border-radius: 9999px;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.3rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
  margin-left: 1rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.p-contact-form__legend.-required:after {
  --tw-content: "必須";
  --tw-bg-opacity: 1;
  background-color: #E87D7D;
  content: var(--tw-content);
}
.p-contact-form__legend.-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.p-contact-form__input {
  margin-top: 0.7rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-contact-form__input {
    margin-top: 0;
    width: calc(100% - 20.8rem);
  }
}
.p-contact-form__input input[type="email"],
.p-contact-form__input input[type="number"],
.p-contact-form__input input[type="tel"],
.p-contact-form__input input[type="text"] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 4rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-contact-form__input input[type="email"],
  .p-contact-form__input input[type="number"],
  .p-contact-form__input input[type="tel"],
  .p-contact-form__input input[type="text"] {
    height: 4.8rem;
  }
}
.p-contact-form__input input[type="email"],
.p-contact-form__input input[type="number"],
.p-contact-form__input input[type="tel"],
.p-contact-form__input input[type="text"] {
  border: 1px solid #707070;
  border-radius: 0.3rem;
}
.p-contact-form__input textarea {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 30rem;
  padding: 1em 2.2rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-contact-form__input textarea {
    height: 23.3rem;
  }
}
.p-contact-form__input textarea {
  border: 1px solid #707070;
  border-radius: 0.3rem;
}
.p-contact-form__input.-radio {
  margin-top: 1.6rem;
}
@media (min-width: 961px) {
  .p-contact-form__input.-radio {
    margin-top: 0.7rem;
  }
}
.p-contact-form__input.-radio label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3rem;
}
.p-contact-form__input.-radio label > input[type="radio"] {
  height: 2rem;
  width: 2rem;
}
.p-contact-form__input.-radio label > input[type="radio"] + span {
  margin-left: 0.5rem;
}
.p-contact-form__input.-radio-panel {
  margin-top: 1.6rem;
}
@media (min-width: 961px) {
  .p-contact-form__input.-radio-panel {
    margin-top: -0.3rem;
  }
}
.p-contact-form__input.-radio-panel {
  font-size: 0;
}
.p-contact-form__input.-radio-panel .wpcf7-radio {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
@media (min-width: 961px) {
  .p-contact-form__input.-radio-panel .wpcf7-radio {
    display: inline;
  }
}
.p-contact-form__input.-radio-panel .wpcf7-radio > span {
  overflow: hidden;
  width: calc(33.33333% - 0.66667rem);
}
@media (min-width: 961px) {
  .p-contact-form__input.-radio-panel .wpcf7-radio > span {
    width: auto;
  }
}
.p-contact-form__input.-radio-panel.-radio-panel--2 .wpcf7-radio > span {
  width: calc(50% - 0.5rem);
}
@media (min-width: 961px) {
  .p-contact-form__input.-radio-panel.-radio-panel--2 .wpcf7-radio > span {
    width: auto;
  }
}
.p-contact-form__input.-radio-panel label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4rem;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 961px) {
  .p-contact-form__input.-radio-panel label {
    height: 4.8rem;
    margin-right: 1rem;
    margin-top: 1rem;
    width: auto;
  }
}
.p-contact-form__input.-radio-panel label {
  border: 0.1rem solid #707070;
  border-radius: 0.3rem;
}
.p-contact-form__input.-radio-panel label > input[type="radio"] {
  display: none;
}
.p-contact-form__input.-radio-panel label > input[type="radio"] + span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media (min-width: 961px) {
  .p-contact-form__input.-radio-panel label > input[type="radio"] + span {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.p-contact-form__input.-radio-panel label > input[type="radio"] + span {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.p-contact-form__input.-radio-panel label > input[type="radio"]:checked + span {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}
/* .p-contact-form__input.-radio-panel.-kaigo .wpcf7-list-item:nth-child(6) {
  width: auto;
} */
.p-contact-form__input.-radio-panel.-kaigo
  .wpcf7-list-item:nth-child(6)
  > label
  > input[type="radio"]
  + span {
  padding-left: 4.6rem;
  padding-right: 4.6rem;
}
@media (min-width: 961px) {
  .p-contact-form__input.-radio-panel.-kaigo
    .wpcf7-list-item:nth-child(6)
    > label
    > input[type="radio"]
    + span {
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }
}
.p-contact-form__note {
  color: #e87d7d;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 961px) {
  .p-contact-form__note {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
.p-contact-form__submit {
  margin-left: auto;
  margin-top: 8.5rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-contact-form__submit {
    margin-top: 11.3rem;
    width: calc(100% - 20.8rem);
  }
}
.p-contact-form__submit > button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(168, 168, 168, var(--tw-bg-opacity));
  border-radius: 9999px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 6rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
  width: 100%;
}
.p-contact {
  position: relative;
}
.p-contact:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-contact .c-heading__sub {
  margin-top: 3.1rem;
}
@media (min-width: 961px) {
  .p-contact .c-heading__sub {
    margin-top: 1.7rem;
  }
}
.p-contact .c-heading__sub {
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-contact .c-heading__sub {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.p-contact .c-button {
  height: 4.6rem;
  margin-top: 3.6rem;
  width: 22.3rem;
}
@media (min-width: 961px) {
  .p-contact .c-button {
    margin-top: 4.4rem;
  }
}
.p-contact .c-button {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 3.6rem;
}
.p-footer {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-bottom: 0.9rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-footer {
    padding-bottom: 0;
  }
}
.p-footer {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  z-index: 10;
}
.p-footer__main {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
}
@media (min-width: 961px) {
  .p-footer__main {
    max-width: 128rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.p-footer__main {
  grid-template: "... footer-logo ..." auto "... ........... ..." auto "footer-nav footer-nav footer-nav" auto/1fr 19.2rem 1fr;
}
@media screen and (min-width: 961px) {
  .p-footer__main {
    grid-template: "footer-logo  ............ footer-button" 3.7rem "...........  ............ ............." auto "footer-nav   footer-nav   footer-nav   " auto "...........  ............ ............." auto "footer-logos footer-logos footer-logos " auto/41.5rem auto 11rem;
  }
}
.p-footer__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 961px) {
  .p-footer__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-footer__head {
  grid-area: footer-logo;
}
.p-footer__link-button {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(246, 174, 82, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: none;
  flex-shrink: 0;
  height: 3rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  position: relative;
  width: 12rem;
}
@media (min-width: 961px) {
  .p-footer__link-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.6rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    width: 11rem;
  }
}
.p-footer__link-button {
  color: #fdf8ea;
  font-size: 1.3rem;
  grid-area: footer-button;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
}
.p-footer__link-button:after {
  background-image: url(/assets/images/ico/ico-arrow-top.png);
  background-size: cover;
  content: "";
  height: 1rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.6rem;
}
.p-footer__logo-wrap {
  position: relative;
  width: 19.2rem;
}
.p-footer__logo-wrap:after {
  --tw-content: none;
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-footer__logo-wrap {
    margin-right: 3.8rem;
    width: auto;
  }
  .p-footer__logo-wrap:after {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.p-footer__logo-wrap:after {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  bottom: 0.1rem;
  height: 2.2rem;
  position: absolute;
  right: -2.2rem;
  width: 0.1rem;
}
.p-footer__title {
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 1.8rem;
}
@media (min-width: 961px) {
  .p-footer__title {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 0;
  }
}
.p-footer__title {
  color: #444;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2.2rem;
}
@media screen and (min-width: 961px) {
  .p-footer__title {
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2.2rem;
    padding-bottom: 0.4rem;
  }
}
.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.1rem;
  margin-top: 3.3rem;
}
@media (min-width: 961px) {
  .p-footer__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
}
.p-footer__links {
  grid-area: footer-nav;
}
.p-footer__sitemap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 961px) {
  .p-footer__sitemap {
    margin-top: 3.7rem;
    padding-left: 7.6rem;
    padding-right: 7.6rem;
  }
}
.p-footer__gloNav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 961px) {
  .p-footer__gloNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6rem;
  }
}
.p-footer__gloNav-item {
  padding-left: 1.65rem;
  padding-right: 1.65rem;
  position: relative;
  width: 100%;
}
.p-footer__gloNav-item:before {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-footer__gloNav-item {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .p-footer__gloNav-item:before {
    --tw-content: none;
    content: var(--tw-content);
  }
}
.p-footer__gloNav-item:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-footer__gloNav-item.is-active .p-footer__gloNav-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-footer__gloNav-item.is-active .p-footer__localNav {
  display: block;
}
.p-footer__gloNav-item.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 961px) {
  .p-footer__gloNav-item.-col2 {
    display: block;
  }
}
.p-footer__gloNav-item.-col2 .p-footer__gloNav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.65rem;
  padding-right: 1.65rem;
  position: relative;
  width: 50%;
}
.p-footer__gloNav-item.-col2 .p-footer__gloNav-link:before {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-footer__gloNav-item.-col2 .p-footer__gloNav-link {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .p-footer__gloNav-item.-col2 .p-footer__gloNav-link:before {
    --tw-content: none;
    content: var(--tw-content);
  }
}
.p-footer__gloNav-item.-col2 .p-footer__gloNav-link:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  bottom: 0;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-footer__gloNav-item.-col2 .p-footer__gloNav-link.-border:after {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-footer__gloNav-item.-col2 .p-footer__gloNav-link.-border:after {
    --tw-content: none;
    content: var(--tw-content);
  }
}
.p-footer__gloNav-item.-col2 .p-footer__gloNav-link.-border:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    180deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-y;
  background-size: 0.1rem 0.4rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
.p-footer__gloNav-item:not(.-col2) .p-footer__gloNav-link:after {
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5rem;
  position: absolute;
  right: 1.8rem;
  top: 1.2rem;
  width: 1.3rem;
}
@media (min-width: 961px) {
  .p-footer__gloNav-item:not(.-col2) .p-footer__gloNav-link:after {
    right: 0.8rem;
    top: 50%;
  }
}
.p-footer__gloNav-item:not(.-col2) .p-footer__gloNav-link:after {
  background-image: url(/assets/images/ico/ico_arrow-right.svg);
}
@media screen and (min-width: 961px) {
  .p-footer__gloNav-item:not(.-col2) .p-footer__gloNav-link:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-footer__gloNav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.6rem;
  width: 100%;
}
.p-footer__gloNav-link:after {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-footer__gloNav-link {
    display: block;
    height: auto;
    width: auto;
  }
  .p-footer__gloNav-link:after {
    --tw-content: none;
    content: var(--tw-content);
  }
}
.p-footer__gloNav-link {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.6rem;
}
@media (min-width: 961px) {
  .p-footer__gloNav-link + .p-footer__gloNav-link.-space {
    margin-top: 2rem;
  }
}

.p-footer__gloNav-item.-col2.-last::before {
  content: none;
}
.p-footer__gloNav-item.-col2.-last .p-footer__gloNav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 7rem;
  align-items: flex-start;
  gap: 0.5rem;
}
.p-footer__gloNav-item.-col2.-last .p-footer__gloNav-link .footer-sns-links__img {
  margin-top: 5px;
}
.p-footer__gloNav-item.-col2.-last .p-footer__gloNav-link .footer-sns-links__txt {
  line-height: 20px;
  font-weight: 500;
}

.p-footer__localNav {
  display: none;
  overflow: hidden;
}
@media (min-width: 961px) {
  .p-footer__localNav {
    display: block;
  }
}
.p-footer__localNav {
  margin-top: -0.3rem;
  padding-bottom: 1rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media (min-width: 961px) {
  .p-footer__localNav {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-footer__localNav {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.p-footer__localNav.is-active .p-footer__gloNav-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-footer__localNav-link {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.6rem;
  color: #727272;
}
.p-footer__localNav-link-new {
  color: #F6AE52;
}
.p-footer__logos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: none;
  gap: 3rem;
  justify-content: flex-start;
  margin-top: 2rem;
}
@media (min-width: 961px) {
  .p-footer__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-footer__logos {
  grid-area: footer-logos;
}
.p-footer__copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-footer__copyright {
    margin-top: 0;
  }
  .p-footer__copyright:before {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.p-footer__copyright:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-footer__copyright-inn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 961px) {
  .p-footer__copyright-inn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 5.2rem;
    justify-content: flex-start;
    max-width: 128rem;
    padding-top: 0.5rem;
  }
}
.p-footer__copyright-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  display: block;
  margin-top: 3.7rem;
  order: 2;
}
@media (min-width: 961px) {
  .p-footer__copyright-text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    margin-top: 0;
    order: 0;
  }
}
.p-footer__copyright-text {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
}
.p-footer__copyright-link {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  display: block;
  order: 1;
}
@media (min-width: 961px) {
  .p-footer__copyright-link {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    margin-left: 2.8rem;
    order: 0;
  }
}
.p-footer__copyright-link {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
}
body.-top.is-loaded .p-header {
  -webkit-animation: topToBottom 0.5s ease 10s 1 forwards,
    fadeIn 0.5s ease 10s 1 forwards;
  animation: topToBottom 0.5s ease 10s 1 forwards,
    fadeIn 0.5s ease 10s 1 forwards;
}
@media screen and (min-width: 961px) {
  body.-top.is-loaded .p-header {
    -webkit-animation: topToBottom 0.3s ease 9.5s 1 forwards,
      fadeIn 0.3s ease 9.5s 1 forwards;
    animation: topToBottom 0.3s ease 9.5s 1 forwards,
      fadeIn 0.3s ease 9.5s 1 forwards;
  }
}
body.-top .p-header {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.p-header {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  position: fixed;
  width: 100%;
  z-index: 100;
}
.p-header__inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.6rem;
  justify-content: space-between;
  margin: auto;
  padding: 0.7rem 1rem 0.7rem 1.1rem;
  width: 100%;
}
@media (min-width: 1280px) {
  .p-header__inn {
    height: 6.4rem;
    margin-left: 4rem;
    margin-right: 4rem;
    padding: 0;
    width: calc(100% - 8rem);
  }
}
.p-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-header__logo-wrap {
  margin-right: 1.7rem;
  position: relative;
  width: 16.4rem;
}
.p-header__logo-wrap:after {
  --tw-content: none;
  content: var(--tw-content);
}
@media (min-width: 1280px) {
  .p-header__logo-wrap {
    margin-right: 3.8rem;
    width: auto;
  }
  .p-header__logo-wrap:after {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.p-header__logo-wrap:after {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  bottom: 0.1rem;
  height: 2.2rem;
  position: absolute;
  right: -2.2rem;
  width: 0.1rem;
}
.p-header__title {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 1280px) {
  .p-header__title {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.p-header__title {
  color: #161611;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.4rem;
}
@media screen and (min-width: 1231px) {
  .p-header__title {
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2.2rem;
    padding-bottom: 0.4rem;
  }
}
.p-header__hamburger {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 1.9rem;
}
@media (min-width: 1280px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger-title {
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
}
.p-header__hamburger-iconWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: 0.5rem;
  width: 3rem;
}
.p-header__hamburger-icon {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  height: 0.2rem;
  width: 100%;
}
.p-header__hamburger-icon + .p-header__hamburger-icon {
  margin-top: 0.6rem;
}
.p-header__links {
  display: none;
  margin-bottom: 0.1rem;
}
@media (min-width: 1280px) {
  .p-header__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.p-header__gloNav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  height: 100%;
  margin-right: 1.7rem;
  position: absolute;
  right: 15rem;
}
@media (min-width: 1280px) {
  .p-header__gloNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-header__gloNav-list {
  gap: 1.4rem;
}
.p-header__gloNav-item,
.p-header__gloNav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.p-header__gloNav-item {
  cursor: pointer;
  padding-top: 1rem;
}
.p-header__gloNav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
}
.p-header__gloNav-link.-mark:after {
  --tw-bg-opacity: 1;
  background-color: #014CA3;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 0.8rem;
  margin-left: 0.4rem;
  width: 1.2rem;
}
.p-header__gloNav-link.-blue:after {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
}
.p-header__gloNav-link.-red:after {
  --tw-bg-opacity: 1;
  background-color: #F28499;
}
.p-header__gloNav-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  bottom: 0;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 10rem;
  pointer-events: none;
  position: absolute;
  width: 16rem;
}
@media (min-width: 1280px) {
  .p-header__gloNav-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-header__gloNav-child {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-header__gloNav-child.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-header__gloNav-child-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.p-header__gloNav-child-item:before {
  --tw-content: "";
  content: var(--tw-content);
}
.p-header__gloNav-child-item {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 3.4rem;
}
.p-header__gloNav-child-item:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-header__gloNav-child-item.-head:before {
  --tw-content: none;
  content: var(--tw-content);
}
.p-header__gloNav-child-item.-head {
  font-weight: 400;
}
.p-header__gloNav-child-link {
  display: block;
  height: 100%;
  width: 100%;
}
.p-header__link-button {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(246, 174, 82, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 3rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  position: relative;
  width: 12rem;
}
@media (min-width: 961px) {
  .p-header__link-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .p-header__link-button {
    height: 2.6rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    width: 11rem;
  }
}
.p-header__link-button {
  color: #fdf8ea;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-header__links-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  bottom: 0;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0.5rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 10rem;
}
@media (min-width: 1280px) {
  .p-header__links-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-header__links-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-header__links-child.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-header__links-child-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.4rem;
  justify-content: center;
  position: relative;
}
.p-header__links-child-item:before {
  --tw-content: "";
  content: var(--tw-content);
}
.p-header__links-child-item {
  color: #333;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 3.4rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.p-header__links-child-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}
.p-header__links-child-item:hover:before {
  opacity: 1;
}
.p-header__links-child-item:before {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 174, 82, var(--tw-bg-opacity));
  height: 0.1rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
}
.p-header__links-child-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-header__menu {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
  display: none;
  height: 100%;
  left: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
@media (min-width: 1280px) {
  .p-header__menu {
    height: 100vh;
  }
}
.p-header__menu {
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-header__menu.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.p-header__menu-inn {
  padding: 1.7rem 1.75rem 3rem;
}
.p-header__menu-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 6.4rem;
}
.p-header__menu-close:after {
  --tw-content: "";
  content: var(--tw-content);
}
.p-header__menu-close {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 3.2rem;
}
.p-header__menu-close:after {
  background-image: url(/assets/images/ico/ico_close.svg);
  background-size: contain;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}
.p-header__menu-head {
  display: inline-block;
}
.p-header__menu-logo-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__menu-title {
  color: #161616;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.4rem;
  margin-top: 0.9rem;
}
.p-header__sitemap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 2.8rem;
  width: 100%;
}
@media (min-width: 1280px) {
  .p-header__sitemap {
    padding-left: 7.6rem;
    padding-right: 7.6rem;
  }
}
.p-header__menu-gloNav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1280px) {
  .p-header__menu-gloNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-header__menu-gloNav-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (min-width: 1280px) {
  .p-header__menu-gloNav-item {
    width: auto;
  }
  .p-header__menu-gloNav-item:before {
    --tw-content: none;
    content: var(--tw-content);
  }
}
.p-header__menu-gloNav-item {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border: 1px dotted #000;
  border-radius: 0.5rem;
}
.p-header__menu-gloNav-item + .p-header__menu-gloNav-item {
  margin-top: 0.7rem;
}
.p-header__menu-gloNav-item.is-active .p-header__menu-gloNav-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-header__menu-gloNav-item.is-active .p-header__menu-localNav {
  display: block;
}
.p-header__menu-gloNav-item.-no-border {
  border: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
.p-header__menu-gloNav-item.-no-border
  .p-header__menu-localNav-item:first-of-type
  .p-header__menu-localNav-link {
  border-top: 0;
}
.p-header__menu-gloNav-item.-no-border.is-active .p-header__menu-gloNav-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.p-header__menu-gloNav-item.-col2 {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.9rem;
}
.p-header__menu-gloNav-item.-col2 .p-header__menu-gloNav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-header__menu-gloNav-item.-col2 .p-header__menu-gloNav-link:after {
  --tw-content: none;
  content: var(--tw-content);
}
.p-header__menu-gloNav-item.-col2 .p-header__menu-gloNav-link {
  background-color: #fff;
  border: 1px dotted #000;
  width: calc(50vw - 2.35rem);
}
.p-header__menu-gloNav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.6rem;
}
.p-header__menu-gloNav-link:after {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1280px) {
  .p-header__menu-gloNav-link {
    display: block;
    height: auto;
  }
  .p-header__menu-gloNav-link:after {
    --tw-content: none;
    content: var(--tw-content);
  }
}
.p-header__menu-gloNav-link {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.p-header__menu-gloNav-link.-color {
  --tw-text-opacity: 1;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.p-header__menu-gloNav-link.-color:after {
  background-image: url(/assets/images/ico/ico_arrow-right-white.svg);
}
@media (min-width: 1280px) {
  .p-header__menu-gloNav-link + .p-header__menu-gloNav-link.-space {
    margin-top: 2rem;
  }
}
.p-header__menu-gloNav-link:after {
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5rem;
  position: absolute;
  right: 1.8rem;
  top: 1.7rem;
  width: 1.3rem;
}
@media (min-width: 1280px) {
  .p-header__menu-gloNav-link:after {
    right: 0.8rem;
  }
}
.p-header__menu-gloNav-link:after {
  background-image: url(/assets/images/ico/ico_arrow-right.svg);
}
@media screen and (min-width: 1231px) {
  .p-header__menu-gloNav-link:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-header__menu-localNav {
  display: none;
}
.p-header__menu-localNav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.7rem;
}
@media (min-width: 1280px) {
  .p-header__menu-localNav-link {
    height: auto;
  }
}
.p-header__menu-localNav-link {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  border-top: 1px solid #014CA3;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.6rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.p-header__menu-copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.2rem;
  position: relative;
}
@media (min-width: 1280px) {
  .p-header__menu-copyright {
    margin-top: 0;
  }
  .p-header__menu-copyright:before {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.p-header__menu-copyright:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-header__menu-copyright-inn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1280px) {
  .p-header__menu-copyright-inn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 128rem;
    padding-top: 0.5rem;
  }
}
.p-header__menu-copyright-text {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
  margin-top: 2rem;
}
.p-header__menu-copyright-link {
  display: block;
}
@media (min-width: 1280px) {
  .p-header__menu-copyright-link {
    margin-left: 2.8rem;
  }
}
.p-header__menu-copyright-link {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
}
body:not(.is-loaded) .p-hero__slider-item:not(:first-child) {
  display: none;
}
.p-hero,
.p-hero__kv {
  overflow: hidden;
  position: relative;
}
.p-hero__kv {
  -webkit-animation: fadeIn 1s ease 0s 1 forwards;
  animation: fadeIn 1s ease 0s 1 forwards;
}
.p-hero__slider-list:not(.slick-slider) {
  opacity: 0;
}
.p-hero__slider-list.slick-slider {
  opacity: 1;
}
.p-hero__slider-list .slick-slide {
  font-size: 0;
}
.p-hero__slider-item-articles {
  display: none;
}
@media (min-width: 961px) {
  .p-hero__slider-image {
    height: 62rem;
  }
}
.p-hero__slider-image {
  /* height: 69.7rem; */
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 961px) {
  .p-hero__slider-image {
    /* height: 68.4rem; */
    height: 100vh;
  }
}
.p-hero__contents {
  height: 29.6rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 961px) {
  .p-hero__contents {
    height: 100%;
    left: 0;
  }
}
.p-hero__contents {
  -webkit-transform: translate(40.5%, -100%);
  transform: translate(40.5%, -100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 961px) {
  .p-hero__contents {
    margin-left: -83px;
    -webkit-transform: translate(52%, -100%);
    transform: translate(52%, -100%);
    width: 770px;
  }
}
.p-hero__contents.is-active {
  -webkit-animation: slash 0.8s ease 0s 1 forwards,
    fadeIn 0.8s ease 0s 1 forwards;
  animation: slash 0.8s ease 0s 1 forwards, fadeIn 0.8s ease 0s 1 forwards;
}
@media screen and (min-width: 961px) {
  .p-hero__contents.is-active {
    -webkit-animation: slashPc 0.8s ease 0s 1 forwards,
      fadeIn 0.8s ease 0s 1 forwards;
    animation: slashPc 0.8s ease 0s 1 forwards, fadeIn 0.8s ease 0s 1 forwards;
  }
}
.p-hero__contents.is-active .p-hero__subTitle:after {
  -webkit-animation: narrowWidth 0.5s ease 1.9s 1 forwards;
  animation: narrowWidth 0.5s ease 1.9s 1 forwards;
}
@media screen and (min-width: 961px) {
  .p-hero__contents.is-active .p-hero__subTitle:after {
    -webkit-animation: narrowWidth 0.5s ease 1.1s 1 forwards;
    animation: narrowWidth 0.5s ease 1.1s 1 forwards;
  }
}
.p-hero__contents.is-active .p-hero__title:after {
  -webkit-animation: narrowWidth 0.5s ease 1.1s 1 forwards;
  animation: narrowWidth 0.5s ease 1.1s 1 forwards;
}
@media screen and (min-width: 961px) {
  .p-hero__contents.is-active .p-hero__title:after {
    -webkit-animation: narrowWidth 0.5s ease 1.9s 1 forwards;
    animation: narrowWidth 0.5s ease 1.9s 1 forwards;
  }
}
.p-hero__contents.is-active .p-hero__logoWrap:after {
  -webkit-animation: narrowWidth 0.5s ease 2.7s 1 forwards;
  animation: narrowWidth 0.5s ease 2.7s 1 forwards;
}
.p-hero__contents-cover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 961px) {
  .p-hero__contents-cover {
    left: 50%;
    right: auto;
  }
}
.p-hero__contents-cover {
  -webkit-clip-path: polygon(54% 0, 13.5% 100%, 74.5% 100%, 115% 0);
  clip-path: polygon(54% 0, 13.5% 100%, 74.5% 100%, 115% 0);
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero__contents-cover {
    -webkit-clip-path: polygon(52% 0, 0 100%, 47% 100%, 99% 0);
    clip-path: polygon(52% 0, 0 100%, 47% 100%, 99% 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-hero__contents-inn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-bottom: 1.5rem;
  padding-top: 4.6rem;
  pointer-events: none;
  position: relative;
}
@media (min-width: 961px) {
  .p-hero__contents-inn {
    padding-bottom: 3rem;
    padding-top: 0;
  }
}
.p-hero__contents-inn {
  z-index: 2;
}
.p-hero__subTitle {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  display: block;
  margin-top: 0.8rem;
  order: 2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-hero__subTitle:after {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-hero__subTitle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-top: 0;
    order: 1;
  }
}
.p-hero__subTitle {
  -webkit-clip-path: polygon(15% 0, -8% 100%, 89% 100%, 110% 0);
  clip-path: polygon(15% 0, -8% 100%, 89% 100%, 110% 0);
  font-size: 3.73333vw;
  letter-spacing: 0.08em;
  line-height: 5.86667vw;
  margin-left: 24vw;
}
@media screen and (min-width: 421px) {
  .p-hero__subTitle {
    font-size: 1.568rem;
    line-height: 2.464rem;
    margin-left: 29%;
  }
}
@media screen and (min-width: 961px) {
  .p-hero__subTitle {
    -webkit-clip-path: initial;
    clip-path: none;
    font-size: 1.47692rem;
    line-height: 2.36308rem;
    margin-left: 31.70462rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-hero__subTitle {
    font-size: 15px;
    line-height: 24px;
    margin-left: 322px;
  }
}
.p-hero__subTitle > * {
  display: block;
  height: 2.2rem;
}
@media (min-width: 961px) {
  .p-hero__subTitle > * {
    height: auto;
  }
}
.p-hero__subTitle:after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.p-hero__title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-hero__title:after {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-hero__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-hero__title {
  -webkit-clip-path: polygon(15% 0, -15% 100%, 75% 100%, 100% 0);
  clip-path: polygon(15% 0, -15% 100%, 75% 100%, 100% 0);
  font-size: 6.93333vw;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 8.53333vw;
  margin-left: 38.66667vw;
  margin-top: 1.86667vw;
}
@media screen and (min-width: 421px) {
  .p-hero__title {
    font-size: 2.912rem;
    line-height: 3.584rem;
    margin-left: 40%;
    margin-top: 0.784rem;
  }
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    font-size: 38px;
    line-height: 50px;
    margin-left: 237px;
    margin-top: 11px;
  }
}
.p-hero__title > * {
  display: block;
}
.p-hero__title:after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.p-hero__logoWrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  display: none;
  order: 3;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-hero__logoWrap:after {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-hero__logoWrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    display: block;
    order: 3;
  }
}
.p-hero__logoWrap {
  margin-left: 16vw;
  margin-top: 6.4vw;
}
@media screen and (min-width: 961px) {
  .p-hero__logoWrap {
    margin-left: 196px;
    margin-top: 43px;
  }
}
.p-hero__logoWrap:after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.p-hero__logo {
  width: 45.6vw;
}
@media screen and (min-width: 961px) {
  .p-hero__logo {
    width: 197px;
  }
}
.p-hero__belt {
  padding-bottom: 3rem;
  padding-top: 0.9rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-hero__belt {
    padding-bottom: 2.69rem;
    padding-top: 2rem;
  }
}
.p-hero__belt:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-hero__belt-logoWrap {
  display: block;
}
@media (min-width: 961px) {
  .p-hero__belt-logoWrap {
    display: none;
  }
}
.p-hero__belt-logo {
  margin-left: auto;
  margin-right: auto;
}
.p-hero__links {
  margin-top: 2.62rem;
  padding-left: 3.1rem;
  padding-right: 2.8rem;
}
@media (min-width: 961px) {
  .p-hero__links {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-hero__links {
    margin-left: calc(50% - 31.3rem);
  }
}
.p-hero__links-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  row-gap: 4rem;
}
@media (min-width: 961px) {
  .p-hero__links-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 6.5rem;
    justify-content: flex-start;
  }
}
.p-hero__links-item:nth-child(1) {
  transition: .8s 4s;
}
.p-hero__links-item:nth-child(2) {
  transition: .8s 4.5s;
}
.p-hero__links-item:nth-child(3) {
  transition: .8s 5s;
}
.p-hero__links-item:nth-child(4) {
  transition: .8s 5.5s;
}
.p-join_us__subTitle {
  display: block;
  margin-top: 0.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-join_us__subTitle {
    text-align: left;
  }
}
.p-join_us__subTitle {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-join_us__subTitle {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
.p-join_us__links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24rem;
  justify-content: center;
  margin-top: 1.6rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-join_us__links {
    height: 34rem;
    margin-top: 2.5rem;
  }
}
.p-join_us__links-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .8s;
}
.p-join_us__links-bg > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-join_us__links-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  transition: .8s .5s;
}
@media (min-width: 961px) {
  .p-join_us__links-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 7.9rem;
  }
}
@media screen and (min-width: 961px) {
  main.-sub .p-join_us .c-section__inn {
    padding-top: 4.5rem;
  }
}
.p-location__group-list {
  display: block;
}
@media (min-width: 961px) {
  .p-location__group-list {
    display: block;
    margin-top: 4.7rem;
  }
}
.p-location__group-list {
  grid-template: "left  ... right" auto/1fr 1.1rem 1fr;
}
.p-location__group-item {
  grid-area: left;
}
.p-location__group-item:last-of-type {
  grid-area: right;
}
.p-location__group-item + .p-location__group-item {
  margin-top: 1.7rem;
}
@media (min-width: 961px) {
  .p-location__group-item + .p-location__group-item {
    margin-top: 1.5rem;
  }
}
.p-location__group-title {
  color: #343434;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.7rem;
}
.p-location__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media (min-width: 961px) {
  .p-location__left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-location__panel {
  margin-top: 0.8rem;
}
.p-location__panel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media (min-width: 961px) {
  .p-location__panel-list {
    gap: 1rem;
  }
}
.p-location__panel-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: #E4F2F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.4rem;
  overflow: hidden;
  padding-left: 7px;
  padding-right: 6px;
  position: relative;
  width: 49%;
  z-index: 10;
}
@media (min-width: 961px) {
  .p-location__panel-item {
    height: 5rem;
    width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-location__panel-item {
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--shadow-mini);
  box-shadow: var(--shadow-mini);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-location__panel-item.is-active,
.p-location__panel-item:hover {
  background-color: #6D84E3;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--shadow-none);
  box-shadow: var(--shadow-none);
}
.p-location__panel-item.is-active.-ikumi,
.p-location__panel-item:hover.-ikumi {
  background-color: #F4858D;
}
.p-location__panel-item.is-active .p-location__panel-inn,
.p-location__panel-item:hover .p-location__panel-inn {
  color: #fff;
}
.p-location__panel-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-location__panel-inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  gap: 0.4rem;
  height: 100%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-location__panel-inn {
    font-size: 14px;
    line-height: 1.6rem;
    gap: 10px;
  }
}
.p-location__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 4.8rem;
}
@media (min-width: 961px) {
  .p-location__logo {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 3.2rem;
  }
}
.p-location__tab {
  margin-top: 2rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-location__tab {
    margin-top: 2.5rem;
  }
}
.p-location__tab-item,
.p-location__tab-list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-location__tab-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  height: 2.4rem;
  justify-content: center;
  padding-bottom: 0.6rem;
  width: 50%;
}
@media (min-width: 961px) {
  .p-location__tab-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.6rem;
    padding-bottom: 0;
  }
}
.p-location__tab-item {
  background-color: #014CA3;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  -webkit-transition: background-color 0.5s, height 0.5s;
  transition: background-color 0.5s, height 0.5s;
}
.p-location__tab-item.is-active,
.p-location__tab-item:hover {
  height: 2.8rem;
}
@media (min-width: 961px) {
  .p-location__tab-item.is-active,
  .p-location__tab-item:hover {
    height: 3.6rem;
  }
}
.p-location__tab-item.is-active,
.p-location__tab-item:hover {
  background-color: #000;
}
.p-location__tab-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.4rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-location__tab-text {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.5rem;
  }
}
.p-location__tab-text.-en {
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
}
.p-location__tab-text + .p-location__tab-text {
  margin-left: 2.1rem;
}
.p-location__tab-text + .p-location__tab-text:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(0.1rem, #fff),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    180deg,
    #fff,
    #fff 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-y;
  background-size: 0.1rem 0.5rem;
  content: "";
  height: 1.1rem;
  left: -1.3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
}
.p-location__tab-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.95953757225%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 961px) {
  .p-location__tab-tabs {
    height: 4.1rem;
  }
}
.p-location__tab-tab {
  cursor: pointer;
  height: 100%;
  width: 33.333%;
}
.p-location__maps {
  position: relative;
}
.p-location__map {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
}
.p-location__map--base {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.p-location__map--default {
  opacity: 1;
  position: relative;
}
.p-location__map.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-location__map-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-location__map-picture {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-location__map-picture {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-location__map-image {
  width: 100%;
}
.p-location__belt {
  position: relative;
}
.p-location__belt:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-location__address {
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1.65rem 4.7rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-location__address {
    padding: 2rem 1rem 2.1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-location__address {
    width: 106.8rem;
  }
}
.p-location__address-list {
  display: block;
}
@media (min-width: 961px) {
  .p-location__address-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.p-location__address-item {
  white-space: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: grid;
}
@media (min-width: 961px) {
  .p-location__address-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
  }
}
.p-location__address-item {
  grid-template: "address-title  ... address-text" auto/15rem 0.95rem 1fr;
}
.p-location__address-item + .p-location__address-item {
  margin-top: 1.1rem;
}
@media (min-width: 961px) {
  .p-location__address-item + .p-location__address-item {
    margin-top: 0;
  }
}
.p-location__address-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.6rem;
  justify-content: center;

}
@media (min-width: 961px) {
  .p-location__address-title {
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-location__address-title {
  background-color: #F6AE52;
  color: #FFFFFF;
  font-size: 1.3rem;
  grid-area: address-title;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}
@media (min-width: 961px) {
  .p-location__address-text {
    margin-left: 1.03rem;
  }
}
.p-location__address-text {
  font-size: 1.3rem;
  grid-area: address-text;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
@media screen and (min-width: 961px) {
  .p-location__address-text {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2.4rem;
  }
}
.p-news-detail {
  position: relative;
}
.p-news-detail__heading {
  color: #014CA3;
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 3rem;
}
.p-news-detail__logo {
  position: absolute;
  right: 1.6rem;
  top: 2.7rem;
}
@media (min-width: 961px) {
  .p-news-detail__logo {
    right: 0;
  }
}
.p-news-detail__categories-list {
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.9rem;
  row-gap: 0.7rem;
}
@media (min-width: 961px) {
  .p-news-detail__categories-list {
    gap: 1.2rem;
    margin-top: 0;
  }
}
.p-news-detail__categories-item {
  height: 2.2rem;
}
.p-news-detail__categories-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: #014CA3;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 961px) {
  .p-news-detail__categories-link {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
.p-news-detail__categories-link {
  color: #343434;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
.p-news-detail__meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 961px) {
  .p-news-detail__meta {
    display: block;
  }
}
.p-news-detail__title {
  margin-top: 0.9rem;
}
@media (min-width: 961px) {
  .p-news-detail__title {
    margin-top: 1.5rem;
  }
}
.p-news-detail__title {
  color: #343434;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 2.8rem;
}
@media screen and (min-width: 961px) {
  .p-news-detail__title {
    color: #333;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
  }
}
.p-news-detail__date {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  margin-top: 0.4rem;
  order: 3;
}
@media (min-width: 961px) {
  .p-news-detail__date {
    margin-top: 0;
  }
}
.p-news-detail__date {
  color: #333;
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.8rem;
}
@media screen and (min-width: 961px) {
  .p-news-detail__date {
    color: #676767;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 2.8rem;
  }
}
.p-news-detail__tag-list {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.1rem;
  order: 2;
  row-gap: 0.7rem;
}
@media (min-width: 961px) {
  .p-news-detail__tag-list {
    gap: 1.2rem;
    margin-top: 0.2rem;
  }
}
.p-news-detail__tag-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 0.1rem solid #676767;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.4rem;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-news-detail__tag-link {
  color: #676767;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
.p-news-detail__thumbnail {
  margin-top: 2.2rem;
}
@media (min-width: 961px) {
  .p-news-detail__thumbnail {
    margin-top: 3.4rem;
    width: 70rem;
  }
}
.p-news-detail__contents {
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .p-news-detail__contents {
    margin-top: 3.3rem;
    width: 70rem;
  }
}
.p-news-detail__contents {
  color: #343434;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-news-detail__contents {
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2.4rem;
  }
}
.p-news-detail__contents p + figure {
  margin-top: 5.3rem;
}
@media (min-width: 961px) {
  .p-news-detail__contents p + figure {
    margin-top: 7rem;
  }
}
.p-news-detail__contents figure + figure {
  margin-top: 3rem;
}
@media (min-width: 961px) {
  .p-news-detail__contents figure + figure {
    margin-top: 8.5rem;
  }
}
.p-news-detail__contents figure + p {
  margin-top: 6rem;
}
@media (min-width: 961px) {
  .p-news-detail__contents figure + p {
    margin-top: 4.5rem;
  }
}
.p-news-detail__links {
  position: relative;
  width: 100%;
}
.p-news-detail__links:after,
.p-news-detail__links:before {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-news-detail__links {
    height: 7.8rem;
  }
}
.p-news-detail__links:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-news-detail__links-inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9rem;
  padding-top: 1.9rem;
}
@media (min-width: 961px) {
  .p-news-detail__links-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
    width: 105rem;
  }
}
.p-news-detail__links-title {
  text-align: center;
}
@media (min-width: 961px) {
  .p-news-detail__links-title {
    text-align: left;
  }
}
.p-news-detail__links-title {
  color: #333;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
}
@media screen and (min-width: 961px) {
  .p-news-detail__links-title {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
.p-news-detail__links-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.1rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  row-gap: 2rem;
}
@media (min-width: 961px) {
  .p-news-detail__links-list {
    gap: 1.2rem;
    margin-left: 2rem;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-news-detail__links-item {
  height: 2.5rem;
  width: calc(50% - 1rem);
}
@media (min-width: 961px) {
  .p-news-detail__links-item {
    height: 3rem;
    width: auto;
  }
}
.p-news-detail__links-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media (min-width: 961px) {
  .p-news-detail__links-link {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }
}
.p-news-detail__links-link {
  border: 1px dotted #707070;
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (min-width: 961px) {
  .p-news-detail__links-link {
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2.4rem;
  }
}
.p-news-detail__links-link:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #014CA3;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}
.p-news_topics {
  padding-bottom: 0.6rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-news_topics {
    padding-bottom: 0.5rem;
  }
}
.p-news_topics__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 961px) {
  .p-news_topics__main {
    padding-bottom: 0.6rem;
  }
}
.p-news_topics__sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-news_topics__sub {
    margin-top: 5rem;
  }
}
.p-news_topics__link {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 4.2rem;
  order: 2;
}
@media (min-width: 961px) {
  .p-news_topics__link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    order: 1;
    position: absolute;
    right: 0;
    top: 0.2rem;
  }
}
.p-news_topics__link {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 3.6rem;
}
.p-news_topics__archive {
  margin-top: 5.4rem;
}
@media (min-width: 961px) {
  .p-news_topics__archive {
    margin-top: 4.7rem;
  }
}
.p-news_topics__archive-item {
  display: grid;
  height: 10.4rem;
  padding-top: 1.3rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-news_topics__archive-item {
    height: 11rem;
    padding: 1.8rem 0.3rem 1.5rem;
  }
}
.p-news_topics__archive-item {
  grid-template: "date  ..... category .... tag tag" 1.9rem "..... ..... ........ .... .... ..." 1.4rem "title title title title title title" auto/auto 1.05rem auto 0.85rem 1fr 13rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 961px) {
  .p-news_topics__archive-item {
    grid-template: "date  ..... category .... tag ..." 1.9rem "..... ..... ........ .... .... ..." 1rem "title title title title title ...." auto/auto 1.55rem auto 0.85rem 1fr 13rem;
  }
}
.p-news_topics__archive-item:after {
  bottom: 0;
}
.p-news_topics__archive-item:after,
.p-news_topics__archive-item:first-of-type:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-news_topics__archive-item:first-of-type:before {
  top: 0;
}
@media (min-width: 961px) {
  .p-news_topics__archive-item:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-news_topics__archive-item:hover {
  background-color: hsla(0, 0%, 66%, 0.1);
}
@media (min-width: 961px) {
  .p-news_topics__archive-item:hover .p-news_topics__archive-icon {
    display: block;
  }
}
.p-news_topics__archive-link {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.p-news_topics__archive-link ~ * {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-news_topics__archive-link:hover ~ * {
  opacity: 0.8;
}
.p-news_topics__archive-date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 1.3rem;
  grid-area: date;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 2.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 961px) {
  .p-news_topics__archive-date {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 2.8rem;
  }
}
.p-news_topics__archive-category {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  border-radius: 9999px;
  color: #fff;
  grid-area: category;
  height: 1.9rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  width: auto;
}
.p-news_topics__archive-category--kaigo {
  background-color: #7384CC;
}
.p-news_topics__archive-category--hoiku {
  background-color: #F4858D;
}
.p-news_topics__archive-category--group {
  background-color: #85B6EF;
}
.p-news_topics__archive-category,
.p-news_topics__archive-tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.1rem;
}
.p-news_topics__archive-tag {
  grid-area: tag;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-news_topics__archive-title {
  color: #343434;
  font-size: 1.4rem;
  font-weight: 300;
  grid-area: title;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
@media screen and (min-width: 961px) {
  .p-news_topics__archive-title {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 2.4rem;
  }
}
.p-news_topics__archive-icon {
  display: none;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-news_topics__banner {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.p-news_topics__banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  row-gap: 1.1rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-news_topics__banner-list {
    padding-left: 0;
    padding-right: 0;
    row-gap: 2.7rem;
  }
}
.p-news_topics__banner-list {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  row-gap: 2.1rem;
}
@media screen and (min-width: 961px) {
  .p-news_topics__banner-list {
    padding-left: 0;
    padding-right: 0;
    row-gap: 2.7rem;
  }
}
.p-news_topics__banner-item {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 15rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-news_topics__banner-item {
    height: 19rem;
  }
}
.p-news_topics__banner-item {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--shadow-mini);
  box-shadow: var(--shadow-mini);
}
.p-news_topics__banner-link {
  display: block;
  height: 100%;
  width: 100%;
}
.p-news {
  position: relative;
}
.p-news__meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 961px) {
  .p-news__meta {
    display: block;
  }
}
.p-news__subTitle {
  display: block;
  margin-top: 0.2rem;
  text-align: center;
  color: #014CA3;
}
@media (min-width: 961px) {
  .p-news__subTitle {
    margin-top: 1rem;
    text-align: left;
  }
}
.p-news__subTitle {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-news__subTitle {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 2.4rem;
  }
}
.p-news__label {
  display: block;
  margin-top: 0.4rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-news__label {
    margin-top: 0.9rem;
    text-align: left;
  }
}
.p-news__label {
  color: #343434;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
}
@media screen and (min-width: 961px) {
  .p-news__label {
    font-size: 1.5rem;
  }
}
.p-news__logo {
  display: none;
  position: absolute;
  right: 0;
  top: 2.7rem;
}
@media (min-width: 961px) {
  .p-news__logo {
    display: block;
  }
}
.p-news__logos {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  top: 0;
}
@media (min-width: 961px) {
  .p-news__logos {
    top: 2.7rem;
  }
}
.p-news__logos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  justify-content: center;
  margin-top: 2.7rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-news__logos {
    gap: 3.5rem;
    margin-top: 0;
    position: absolute;
  }
}
.p-news__logos-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
}
.p-news__categories {
  position: relative;
  width: 100%;
}
.p-news__categories:after,
.p-news__categories:before {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-news__categories {
    height: 7.8rem;
  }
}
.p-news__categories:before {
  top: 0;
}
.p-news__categories:after,
.p-news__categories:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-news__categories:after {
  bottom: 0;
}
.p-news__categories-inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.6rem;
  padding-top: 0.7rem;
}
@media (min-width: 961px) {
  .p-news__categories-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
    width: 105rem;
  }
}
.p-news__categories-title {
  text-align: center;
}
@media (min-width: 961px) {
  .p-news__categories-title {
    text-align: left;
  }
}
.p-news__categories-title {
  color: #343434;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
}
@media screen and (min-width: 961px) {
  .p-news__categories-title {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
.p-news__categories-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.9rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  row-gap: 0.7rem;
}
@media (min-width: 961px) {
  .p-news__categories-list {
    gap: 1.2rem;
    margin-left: 2rem;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-news__categories-item {
  height: 2.5rem;
  width: calc(50% - 2rem);
}
@media (min-width: 961px) {
  .p-news__categories-item {
    height: 3rem;
    width: auto;
  }
}
.p-news__categories-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media (min-width: 961px) {
  .p-news__categories-link {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}
.p-news__categories-link {
  border: 1px dotted #707070;
  color: #014CA3;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (min-width: 961px) {
  .p-news__categories-link {
    color: #014CA3;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 2.4rem;
  }
}
.p-news__categories-link.is-active,
.p-news__categories-link:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}
.p-news__paging {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.1rem;
  justify-content: center;
  margin-left: -7.2rem;
  margin-right: -7.2rem;
  margin-top: 9.2rem;
  width: 100vw;
}
@media (min-width: 961px) {
  .p-news__paging {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10.1rem;
    width: 100%;
  }
}
.p-news__paging-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}
.p-news__paging-arrow.-before {
  background-image: url(/assets/images/ico/ico-arrow-btn-left.svg);
}
.p-news__paging-arrow.-after {
  background-image: url(/assets/images/ico/ico-arrow-btn-right.svg);
}
.p-news__paging-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.7rem;
}
.p-news__paging-item,
.p-news__paging-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.p-news__paging-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  height: 3rem;
  width: 3rem;
}
@media (min-width: 961px) {
  .p-news__paging-item {
    padding-left: 2px;
  }
}
.p-news__paging-item {
  border: 1px solid #707070;
}
.p-news__paging-item.is-active {
  background-color: hsla(0, 0%, 44%, 0.5);
  border: 0;
}
@media (min-width: 961px) {
  .p-news__paging-item.-leader {
    padding-left: 0;
  }
}
.p-news__paging-item.-leader {
  background-image: url(/assets/images/ico/ico-leader.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2.4rem 0.4rem;
  border: 0;
}
.p-news__paging-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 2.3rem;
  width: 100%;
}
.p-our_business {
  position: relative;
}
.p-our_business__overlay {
  height: 19rem;
  left: 0;
  position: absolute;
  top: -8.8rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-our_business__overlay {
    height: auto;
    left: calc(50vw - 52.4rem);
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-our_business__overlay {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 961px) {
  .p-our_business__overlay {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-our_business__overlay {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-our_business__overlay-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.8rem;
  height: 19rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-our_business__overlay-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    height: auto;
  }
}
.p-our_business__overlay-item {
  line-height: 0rem;
  position: absolute;
  width: 19rem;
}
@media (min-width: 961px) {
  .p-our_business__overlay-item {
    height: auto;
    position: static;
    width: 100%;
  }
}
.p-our_business__overlay-item:first-child {
  left: 0;
  top: 0;
  z-index: 10;
}
.p-our_business__overlay-item:last-child {
  bottom: 0;
  right: 0;
}
.p-our_business__overlay-picture {
  overflow: hidden;
  transition: .8s 3s;
}
.p-our_business__overlay-picture--02 {
  transition: .8s 3.5s;
}
@media (min-width: 961px) {
  .p-our_business__overlay-image {
    border-radius: 0.5rem;
  }
}
.p-our_business__overlay-image {
  width: 19rem;
}
@media (min-width: 961px) {
  .p-our_business__overlay-image {
    width: 29.3rem;
  }
}
.p-our_business__panel {
  margin-top: 2.7rem;
}
@media (min-width: 961px) {
  .p-our_business__panel {
    margin-top: 4.7rem;
  }
}
.p-our_business__panel-list {
  display: grid;
  grid-template: "item01 ...... item02" auto "...... ...... ......" 1rem "item03 ...... item04" 12rem "...... ...... ......" 1rem "item05 item05 item05" 7rem/1fr 1rem 1fr;
}
@media screen and (min-width: 961px) {
  .p-our_business__panel-list {
    grid-template: "item01 .. item02 .. item03" 14rem "item01 .. item02 .. ......" 2rem "item01 .. item02 .. item04" 14rem "item01 .. item02 .. ......" 2.05rem "item01 .. item02 .. item05" 8rem/33.2rem 2.7rem 33.2rem 2.7rem 33rem;
  }
}
.p-our_business__panel-item {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-bottom: 1.1rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-our_business__panel-item {
    padding: 1.1rem 1.1rem 0;
  }
}
.p-our_business__panel-item {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--shadow-mini);
  box-shadow: var(--shadow-mini);
}
.p-our_business__panel-item--01 {
  grid-area: item01;
  transition: .8s;
}
.p-our_business__panel-item--01::before {
  transition: .8s;
}
.p-our_business__panel-item--01 .p-our_business__panel-icon {
  right: 1.1rem;
  top: 0.8rem;
}
@media (min-width: 961px) {
  .p-our_business__panel-item--01 .p-our_business__panel-icon {
    right: 2rem;
    top: 1.5rem;
  }
}
.p-our_business__panel-item--01 .p-our_business__panel-icon .c-icon--play {
  fill: #a2b7d8;
}
.p-our_business__panel-item--01 .p-our_business__panel-logo {
  height: 2.8rem;
  width: 13.3rem;
}
@media (min-width: 961px) {
  .p-our_business__panel-item--01 .p-our_business__panel-logo {
    height: 3rem;
    width: 13.8rem;
  }
}
.p-our_business__panel-item--02 {
  grid-area: item02;
}
.p-our_business__panel-item--02::before {
  transition: .8s .6s !important;
}
.p-our_business__panel-item--02 .p-our_business__panel-icon {
  right: 1.1rem;
  top: 0.8rem;
}
@media (min-width: 961px) {
  .p-our_business__panel-item--02 .p-our_business__panel-icon {
    right: 2rem;
    top: 1.5rem;
  }
}
.p-our_business__panel-item--02 .p-our_business__panel-icon .c-icon--play {
  fill: #F4858D;
}
.p-our_business__panel-item--02 .p-our_business__panel-logo {
  height: 2.4rem;
  width: 14.3rem;
}
@media (min-width: 961px) {
  .p-our_business__panel-item--02 .p-our_business__panel-logo {
    height: 2.9rem;
    width: 17rem;
  }
}
.p-our_business__panel-item--03 {
  grid-area: item03;
}
.p-our_business__panel-item--03::before {
  transition: .8s 1.2s !important;
}
.p-our_business__panel-item--04 {
  grid-area: item04;
  
}
.p-our_business__panel-item--04::before {
  transition: .8s 1.8s !important;
}
.p-our_business__panel-item--04 .p-our_business__panel-logo {
  height: 3rem;
  width: 7.6rem;
}
@media (min-width: 961px) {
  .p-our_business__panel-item--04 .p-our_business__panel-logo {
    height: 3rem;
    width: 7.7rem;
  }
}
.p-our_business__panel-item--05 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: item05;
  padding: 1.1rem;
}
.p-our_business__panel-item--05::before {
  transition: .8s 2.4s !important;
}
.p-our_business__panel-item--05 .p-our_business__panel-icon {
  top: 50%;
}
@media (min-width: 961px) {
  .p-our_business__panel-item--05 .p-our_business__panel-icon {
    top: 2.8rem;
  }
}
.p-our_business__panel-item--05 .p-our_business__panel-icon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .p-our_business__panel-item--05 .p-our_business__panel-icon {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 961px) {
  .p-our_business__panel-item--05 .p-our_business__panel-title {
    font-size: 2.6rem;
    margin-top: 0;
  }
}
.p-our_business__panel-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-our_business__panel-link ~ * {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
}
.p-our_business__panel-link:hover ~ * {
  opacity: 0.8;
}
@media (min-width: 961px) {
  .p-our_business__panel-title {
    margin-top: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-our_business__panel-title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 5rem;
}
@media screen and (min-width: 961px) {
  .p-our_business__panel-title {
    font-size: 3rem;
  }
}
@media (min-width: 961px) {
  .p-our_business__panel-logoWrap {
    margin-top: 0.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-our_business__panel-imageWrap {
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .p-our_business__panel-imageWrap {
    margin-top: 2.7rem;
  }
}
.p-our_business__panel-image {
  width: 100%;
}
.p-our_business__panel-text {
  margin-top: 0.3rem;
}
@media (min-width: 961px) {
  .p-our_business__panel-text {
    margin-top: 1.1rem;
  }
}
.p-our_business__panel-text {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2rem;
}
.p-our_business__panel-icon {
  position: absolute;
  right: 1.1rem;
  top: 0.8rem;
}
@media (min-width: 961px) {
  .p-our_business__panel-icon {
    right: 1.2rem;
    top: 1.5rem;
  }
}
.p-privacy-policy__head {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-privacy-policy__head {
    font-size: 1.6rem;
  }
}
.p-privacy-policy__title {
  margin-top: 5.3rem;
}
@media (min-width: 961px) {
  .p-privacy-policy__title {
    margin-top: 7.6rem;
  }
}
.p-privacy-policy__title {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-privacy-policy__title {
    font-size: 2.4rem;
  }
}
.p-privacy-policy__subject {
  -webkit-box-align: center;
  -ms-flex-align: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.8rem;
  padding: 0.8rem 0.6rem;
}
@media (min-width: 961px) {
  .p-privacy-policy__subject {
    margin-top: 1.8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}
.p-privacy-policy__subject {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
.p-privacy-policy__text {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.1rem;
}
@media screen and (min-width: 961px) {
  .p-privacy-policy__text {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.p-privacy-policy__head + .p-privacy-policy__title {
  margin-top: 2.2rem;
}
@media (min-width: 961px) {
  .p-privacy-policy__head + .p-privacy-policy__title {
    margin-top: 3rem;
  }
}
.p-privacy-policy__title + .p-privacy-policy__subject {
  margin-top: 2.8rem;
}
.p-privacy-policy__title + .p-privacy-policy__text {
  margin-top: 2.2rem;
}
@media (min-width: 961px) {
  .p-privacy-policy__title + .p-privacy-policy__text {
    margin-top: 2.3rem;
  }
}
.p-privacy-policy__subject + .p-privacy-policy__text {
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .p-privacy-policy__subject + .p-privacy-policy__text {
    margin-top: 0.9rem;
  }
}
.p-apply-head-box__title {
  font-size: 1.5rem;
}
.p-apply-head-box__text {
  font-weight: 300;
  margin-top: 0.5rem;
}
.p-apply-flow {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
  margin-top: 6rem;
  padding-bottom: 7.5rem;
  padding-top: 3rem;
}
.p-apply-flow__title {
  font-size: 1.6rem;
}
.p-apply-flow-step {
  margin-top: 4rem;
}
@media (min-width: 961px) {
  .p-apply-flow-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.5rem;
  }
}
.p-apply-flow-step__num {
  --tw-text-opacity: 1;
  color: rgba(92, 132, 195, var(--tw-text-opacity));
}
@media (min-width: 961px) {
  .p-apply-flow-step__num {
    width: 15rem;
  }
}
.p-apply-flow-step__num {
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 2.4rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-apply-flow-step__num {
    font-size: 3rem;
  }
}
.p-apply-flow-step-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .p-apply-flow-step-cont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 3.8rem;
  }
}
.p-apply-flow-step-cont__copy {
  margin-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-apply-flow-step-cont__copy {
    margin-top: 0;
  }
}
.p-apply-flow-step-cont__copy {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.p-apply-flow-step-cont__text {
  font-weight: 300;
  margin-top: 0.8rem;
}
.p-apply-flow-step-box {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border: 0.1rem dotted #676767;
  border-radius: 5px;
}
.p-apply-flow-step-box__title {
  --tw-text-opacity: 1;
  color: #6D84E3;
  font-size: 1.5rem;
}
.p-apply-flow-step-box__inn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 961px) {
  .p-apply-flow-step-box__inn {
    height: calc(100% - 2.5rem);
  }
}
.p-apply-flow-step-box__text {
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-top: 1rem;
}
.p-apply-flow-step-box__text--sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 961px) {
  .p-apply-flow-step-box__text--sm {
    font-size: 1.3rem;
  }
}
.p-apply-flow-step-box__btn {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6D84E3;
  border-radius: 1.2rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  justify-content: center;
  margin-top: 1.3rem;
  text-align: left;
  width: 100%;
}
.p-apply-flow-step-tel {
  padding: 0.6rem 1rem 0.5rem;
  text-align: center;
  width: calc(50% - 0.8rem);
}
@media (min-width: 961px) {
  .p-apply-flow-step-tel {
    padding: 0;
    width: auto;
  }
}
.p-apply-flow-step-tel {
  border: 0.1rem solid #7f9dcc;
  border-radius: 0.5rem;
}
@media screen and (min-width: 961px) {
  .p-apply-flow-step-tel {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* .p-apply-flow-step-tel.-wide {
  padding-left: 0;
  padding-right: 0;
} */
@media (min-width: 961px) {
  .p-apply-flow-step-tel.-wide {
    width: 100%;
  }
}
.p-apply-flow-step-tel.-wide .p-apply-flow-step-tel__label {
  font-size: 1.3rem;
  /* padding-left: 0.8rem;
  padding-right: 0.8rem; */
}
@media (min-width: 961px) {
  .p-apply-flow-step-tel.-wide .p-apply-flow-step-tel__label {
    font-size: 1.1rem;
    max-width: none;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 961px) {
  .p-apply-flow-step-tel.-wide .p-apply-flow-step-tel__label {
    font-size: 1.3rem;
    padding-bottom: 0.1rem;
  }
}
.p-apply-flow-step-tel__label {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #6D84E3;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 961px) {
  .p-apply-flow-step-tel__label {
    margin-left: 0;
    margin-right: 0;
    width: 6rem;
  }
}
.p-apply-flow-step-tel__label {
  border-radius: 2rem;
  font-size: 1.3rem;
  line-height: 2rem;
}
@media screen and (min-width: 961px) {
  .p-apply-flow-step-tel__label {
    line-height: 2.4rem;
    padding-bottom: 0.2rem;
  }
}
@media screen and (min-width: 961px) {
  .p-apply-flow-step-tel__label--w-141px {
    width: 141px;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-apply-flow-step-tel__label--sp-fs-11px {
    font-size: 11px !important;
  }
  .p-apply-flow-step-tel__label--sp-fs-10px {
    font-size: 10px !important;
    width: 110px;
    padding-left: 4px;
  }
}
.p-apply-flow-step-tel__tel {
  display: inline-block;
  margin-top: 0.3rem;
}
@media (min-width: 961px) {
  .p-apply-flow-step-tel__tel {
    margin-left: 0.8rem;
    margin-top: 0;
  }
}
.p-apply-flow-step-tel__tel {
  font-size: 1.6rem;
}
.p-apply-flow-step-tel__tel:hover {
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .p-apply-flow-step-tel__tel {
    pointer-events: none;
  }
}
.p-kaigo-contact-inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-contact-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 108rem;
    width: 108rem;
  }
  .p-kaigo-contact-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-contact-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 961px) {
  .p-kaigo-contact-head__logo {
    padding-top: 4rem;
    width: 22rem;
  }
}
.p-kaigo-contact-head__text {
  display: none;
}
@media (min-width: 961px) {
  .p-kaigo-contact-head__text {
    display: block;
    margin-bottom: 1.4rem;
  }
}
.p-kaigo-contact-head__text {
  font-size: 1.7rem;
}
.p-kaigo-contact-head__title {
  margin-top: 4.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-contact-head__title {
    text-align: left;
  }
}
.p-kaigo-contact-head__title {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-contact-head__title {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.p-kaigo-contact-head__label {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
  margin-top: 2.4rem;
}
.p-kaigo-news {
  position: relative;
}
.p-kaigo-news:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-kaigo-news-heading {
  --tw-text-opacity: 1;
  color: #6D84E3;
  margin-bottom: 0.9rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-news-heading {
    margin-bottom: 1.1rem;
  }
}
.p-kaigo-news-heading {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-news-heading {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.p-kaigo-news__title {
  margin-bottom: 2.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-news__title {
    margin-bottom: 6.8rem;
  }
}
.p-kaigo-news__title {
  font-size: 3rem;
  line-height: 3.6rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-news__title {
    font-size: 4rem;
    line-height: 3rem;
  }
}
.p-kaigo-news-card {
  margin-left: auto;
  margin-right: auto;
  width: 61.6%;
}
@media (min-width: 961px) {
  .p-kaigo-news-card {
    width: auto;
  }
}
.p-kaigo-news-card__image {
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 961px) {
  .p-kaigo-news-card__image {
    width: 48rem;
  }
}
.p-kaigo-news-card__image {
  aspect-ratio: 210/159;
}
@media screen and (min-width: 961px) {
  .p-kaigo-news-card__image {
    aspect-ratio: 231/174;
  }
}
.p-kaigo-news-card__category-item {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
}
.p-kaigo-news-box {
  margin-top: 3.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-news-box {
    margin-top: 5.6rem;
  }
}
.p-kaigo-news-box {
  text-align: center;
}
.p-kaigo-news__button {
  background-image: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  padding-right: 4.5rem;
  width: auto;
}
.p-kaigo-news__button-arrow {
  right: 0;
}
.p-kaigo_placement__card-figure img {
  border-radius: 5px;
}
.p-kaigo_placement__card-title {
  margin-top: 1.3rem;
  padding-left: 3.8rem;
  position: relative;
}
.p-kaigo_placement__card-title:before {
  --tw-content: "";
  content: var(--tw-content);
}
.p-kaigo_placement__card-title {
  font-size: 1.8rem;
  line-height: 3rem;
}
.p-kaigo_placement__card-title:before {
  background: url(/assets/images/logo/logo_sunainoie_mark.svg) no-repeat 50%;
  display: inline-block;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
}
.p-kaigo_placement__card-text {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 1rem;
}
.p-kaigo_placement__card-button {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6D84E3;
  border-radius: 1rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  margin-top: 3rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
}
.p-kaigo_placement__card-button:hover {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
}
.p-kaigo_placement__card-button-text {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
}
.p-kaigo_placement__card-button-arrow {
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-kaigo_placement__card-button-arrow.c-icon--triangle {
  fill: #fff;
}
.p-kaigo-service-head {
  padding-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-service-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-service-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.p-kaigo-service-head .c-kaigo-logo {
  margin-bottom: 3.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-service-head .c-kaigo-logo {
    margin-bottom: 0;
    width: 22rem;
  }
}
@media screen and (max-width: 960px) {
  .p-kaigo-service-head .c-kaigo-logo {
    padding-left: 0.7rem;
  }
}
.p-kaigo-service-head .c-kaigo-logo__title {
  font-size: 1.7rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-kaigo-service-head .c-kaigo-logo__title {
    display: none;
  }
}
.p-kaigo-service-head .c-kaigo-heading--lv01 {
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-service-head .c-kaigo-heading--lv01 {
    text-align: left;
  }
}
.p-kaigo-service-merit {
  --tw-bg-opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #E2E9FC;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16rem;
  justify-content: center;
  width: 16rem;
}
.p-kaigo-service-merit__text {
  text-align: center;
}
.p-kaigo-service-merit__text--normal {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.p-kaigo-service-merit__text--small {
  font-size: 1.3rem;
  line-height: 2.1rem;
}
.p-kaigo-service-flow {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-service-flow {
    height: 8rem;
    width: 17rem;
  }
}
.p-kaigo-service-flow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-kaigo-service-flow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-kaigo-service-flow:not(:last-child) {
  position: relative;
}
.p-kaigo-service-flow:not(:last-child):after {
  --tw-content: "";
  bottom: -1.7rem;
  content: var(--tw-content);
  left: 50%;
  position: absolute;
}
@media (min-width: 961px) {
  .p-kaigo-service-flow:not(:last-child):after {
    bottom: auto;
    display: inline-block;
    left: auto;
    right: -2.6rem;
    top: 50%;
  }
}
.p-kaigo-service-flow:not(:last-child):after {
  border-style: solid;
  height: 0;
  width: 0;
}
@media screen and (max-width: 960px) {
  .p-kaigo-service-flow:not(:last-child):after {
    border-color: #7f9dcc transparent transparent;
    border-width: 8px 6px 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-service-flow:not(:last-child):after {
    border-color: transparent transparent transparent #7f9dcc;
    border-width: 6px 0 6px 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-kaigo-service-flow__in {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-service-flow__in {
    text-align: left;
  }
}
.p-kaigo-service-menu {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
  border-radius: 0.3rem;
  padding: 2.2rem 1.6rem;
}
.p-kaigo-service-menu__head {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.p-kaigo-service-menu__body {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
  margin-top: 1.4rem;
}
.p-kaigo-service-intro__lead {
  font-size: 1.8rem;
  line-height: 3rem;
}
.p-kaigo-service-intro__text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.6rem;
}
@media screen and (max-width: 960px) {
  .p-kaigo-service-merit__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-template-columns: auto auto;
    justify-content: center;
  }
  .p-kaigo-service-merit.-sp-cols1 {
    grid-column: 1/3;
    position: relative;
    top: 2rem;
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
  }
}
.p-kaigo-service-conv {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 6.8rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-kaigo-service-conv {
    margin-top: 15.7rem;
  }
}
.p-kaigo-service-side-nav {
  width: 22rem;
}
@media screen and (max-width: 960px) {
  .p-kaigo-service-side-nav {
    display: none;
  }
}
.p-kaigo-service-side-nav__button {
  height: 4.4rem;
  position: relative;
  width: 22rem;
}
.p-kaigo-service-side-nav__button:after {
  --tw-content: "";
  content: var(--tw-content);
}
.p-kaigo-service-side-nav__button {
  background: url(/assets/images/kaigo/bg/bg_button-dotted-219x44.svg) no-repeat
    50%;
  background-size: contain;
}
.p-kaigo-service-side-nav__button:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  display: inline-block;
  height: 0;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}
.p-kaigo-service-side-nav__button-text {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.p-kaigo-service-side-nav__button--current {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
  pointer-events: none;
}
.p-kaigo-service-side-nav__button--current:after {
  display: none;
}
.p-kaigo-service-side-nav__button--current
  .p-kaigo-service-side-nav__button-text {
  opacity: 0.36;
}
.p-kaigo-service-side-nav__list-item:nth-child(n + 2) {
  margin-top: 1.3rem;
}
.p-kaigo-service-side-nav__list-item:nth-child(1) {
  transition: .5s;
}
.p-kaigo-service-side-nav__list-item:nth-child(2) {
  transition: .5s .3s;
}
.p-kaigo-service-side-nav__list-item:nth-child(3) {
  transition: .5s .6s;
}
.p-kaigo-service-side-nav__list-item:nth-child(4) {
  transition: .5s .9s;
}
.p-kaigo-service-side-nav__list-item:nth-child(5) {
  transition: .5s 1.2s;
}
.p-kaigo-service-side-nav .c-kaigo-logo__title {
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-bottom: 1.4rem;
}
@media (hover: hover) {
  .p-kaigo-service-side-nav__button:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #6D84E3;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.p-sunai-wrap {
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-sunai-wrap {
    padding-bottom: 5.6rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1300px) and (min-width: 961px) {
  .p-sunai-wrap {
    overflow-x: scroll;
  }
}
.p-sunai-wrap:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  height: 0.1rem;
  width: 100%;
}
.p-sunai-wrap:after,
.p-sunai-wrap:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
}
.p-sunai-wrap:after {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
  height: 200%;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 1300px) and (min-width: 961px) {
  .p-sunai-wrap:after {
    width: 130rem;
  }
}
.p-sunai-wrap__bg {
  padding-bottom: 5rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-sunai-wrap__bg {
    padding-bottom: 7rem;
    padding-left: 7.6rem;
    padding-right: 7.6rem;
  }
}
.p-sunai-wrap__bg {
  z-index: 1;
}
.p-sunai-wrap__bg:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  bottom: 0;
  content: "";
  height: 200%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .p-sunai-wrap__bg {
    margin-left: auto;
    margin-right: auto;
    width: 120rem;
  }
}
.p-sunai-head {
  margin-left: -0.9rem;
}
@media (min-width: 961px) {
  .p-sunai-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-sunai-head {
  padding-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-sunai-head {
    padding-top: 2.6rem;
  }
}
@media screen and (min-width: 961px) {
  .p-sunai-head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-sunai-head-logo__title {
  display: none;
  text-align: center;
}
@media (min-width: 961px) {
  .p-sunai-head-logo__title {
    display: block;
    padding-left: 0.3rem;
  }
}
.p-sunai-head-logo__title {
  color: #343434;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 1.7rem;
}
.p-sunai-head-logo__image {
  display: block;
  width: 13.8rem;
}
@media (min-width: 961px) {
  .p-sunai-head-logo__image {
    margin-top: 1.4rem;
    width: 22rem;
  }
}
.p-sunai-head-access {
  text-align: right;
}
@media (min-width: 961px) {
  .p-sunai-head-access {
    margin-top: 2.8rem;
  }
}
.p-sunai-head-access__link {
  padding-left: 2rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-sunai-head-access__link {
    font-size: 1.5rem;
  }
}
.p-sunai-head-access__link:before {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
  content: "";
  height: 1.2rem;
  left: 0;
  position: absolute;
  top: 0.4rem;
  width: 0.8rem;
}
@media (min-width: 961px) {
  .p-sunai-head-access__link:before {
    top: 0.6rem;
  }
}
.p-sunai-head-access__link:before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-sunai-label {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
  display: inline-block;
  padding-bottom: 0.1rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-sunai-label {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.p-sunai-label {
  border-radius: 1.6rem;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
  min-width: 64px;
}
.p-sunai-label--light {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.p-sunai-heading {
  margin-top: 2.9rem;
}
@media (min-width: 961px) {
  .p-sunai-heading {
    margin-top: 0;
    padding-top: 6.4rem;
  }
}
@media screen and (min-width: 961px) {
  .p-sunai-heading {
    left: 7.6rem;
    position: absolute;
    top: 0;
  }
}
.p-sunai-heading__title {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 0.9rem;
}
@media (min-width: 961px) {
  .p-sunai-heading__title {
    margin-right: 2.4rem;
  }
}
.p-sunai-heading__title {
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.8rem;
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .p-sunai-heading__title {
    font-size: 4rem;
  }
}
@media (min-width: 961px) {
  .p-sunai-heading__label {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
}
.p-sunai-heading__address {
  margin-top: 0.5rem;
}
@media (min-width: 961px) {
  .p-sunai-heading__address {
    margin-top: 1.3rem;
  }
}
.p-sunai-heading__address {
  color: #a8a8a8;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
.p-sunai-body {
  margin-top: 0.6rem;
}
@media (min-width: 961px) {
  .p-sunai-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 2.1rem;
  }
}
.p-sunai-side {
  display: none;
}
@media (min-width: 961px) {
  .p-sunai-side {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .p-sunai-side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.p-sunai-side-nav__item + .p-sunai-side-nav__item {
  margin-top: 1rem;
}
.p-sunai-side-nav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #676767;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-size: 1.5rem;
  height: 5rem;
  padding: 1.6rem;
}
.p-sunai-side-nav__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 222, 235, var(--tw-bg-opacity));
  color: rgba(52, 52, 52, 0.3);
  opacity: 1;
}
.p-sunai-side-menu {
  margin-top: 1.8rem;
  position: relative;
}
.p-sunai-side-menu:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  content: "";
  height: 0.1rem;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-sunai-side-menu__item {
  position: relative;
}
.p-sunai-side-menu__item:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.p-sunai-side-menu__link {
  display: block;
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
  position: relative;
}
.p-sunai-side-menu__link:after {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8rem;
}
@media (min-width: 961px) {
  .p-sunai-main {
    margin-left: 4.8rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-sunai-main {
    width: 76.33588%;
  }
}
.p-sunai-main__image {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-sunai-main__image {
    border-radius: 0.6rem;
    height: auto;
  }
}
.p-sunai-main__lead {
  margin-top: 2.3rem;
}
@media (min-width: 961px) {
  .p-sunai-main__lead {
    margin-top: 1.7rem;
  }
}
.p-sunai-main__lead {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-main__lead {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.p-sunai-main__text {
  margin-top: 1.8rem;
}
@media (min-width: 961px) {
  .p-sunai-main__text {
    margin-top: 0.6rem;
  }
}
.p-sunai-main__text {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-main__text {
    line-height: 1.66667;
  }
}
.p-sunai-sec {
  margin-top: 7rem;
}
@media (min-width: 961px) {
  .p-sunai-sec {
    margin-top: 6.9rem;
  }
}
.p-sunai-sec__title {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 3.2rem;
  position: relative;
}
.p-sunai-sec__title--accent2 {
  background: url(../images/ico/ico_accent_01.svg) no-repeat 0;
  background-size: 0.3rem auto;
  padding-left: 1.6rem;
}
.p-sunai-sec__title--accent4 {
  background: url(../images/ico/ico_accent_02.svg) no-repeat 0;
  background-size: 0.9rem auto;
  padding-left: 1.6rem;
}
.p-sunai-sec__title-en {
  --tw-text-opacity: 1;
  color: #6D84E3;
  text-align: center;
}
@media (min-width: 961px) {
  .p-sunai-sec__title-en {
    text-align: left;
  }
}
.p-sunai-sec__title-en {
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.p-sunai-greeting__title {
  color: #6D84E3;
}
@media screen and (min-width: 961px) {
  .p-sunai-sec__title-en {
    font-size: 4rem;
    line-height: 4rem;
  }
  .p-sunai-greeting {
    grid-column-gap: 4.3rem;
    -webkit-column-gap: 4.3rem;
    -moz-column-gap: 4.3rem;
    column-gap: 4.3rem;
    display: grid;
    grid-template-columns: 56rem 19.7rem;
    grid-template-rows: auto auto auto;
  }
  .p-sunai-greeting__title {
    grid-area: 1/1/2/3;
    margin-bottom: 4.3rem;
  }
}
.p-sunai-greeting__lead {
  margin-top: 1.4rem;
}
@media (min-width: 961px) {
  .p-sunai-greeting__lead {
    margin-top: 0;
  }
}
.p-sunai-greeting__lead {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-greeting__lead {
    font-size: 2rem;
    grid-area: 2/1/3/2;
    line-height: 3.2rem;
  }
}
.p-sunai-greeting__name {
  margin-top: 0.2rem;
}
@media (min-width: 961px) {
  .p-sunai-greeting__name {
    margin-top: 1.2rem;
  }
}
.p-sunai-greeting__name {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-greeting__name {
    font-size: 1.5rem;
    grid-area: 3/1/4/2;
    line-height: 2.4rem;
  }
}
.p-sunai-greeting__image {
  display: block;
  margin: 3rem auto 0;
  width: 52.443%;
}
@media screen and (min-width: 961px) {
  .p-sunai-greeting__image {
    grid-area: 2/2/5/3;
    margin: 0;
    width: 19.7rem;
  }
}
.p-sunai-greeting__text {
  margin-top: 2.9rem;
}
@media (min-width: 961px) {
  .p-sunai-greeting__text {
    margin-top: 1.5rem;
  }
}
.p-sunai-greeting__text {
  font-weight: 300;
  line-height: 1.71429;
}
@media screen and (min-width: 961px) {
  .p-sunai-greeting__text {
    grid-area: 4/1/6/2;
  }
}
.p-sunai-access__detail {
  margin-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-sunai-access__detail {
    margin-top: 1.1rem;
  }
}
.p-sunai-access__title {
  --tw-text-opacity: 1;
  color: #6D84E3;
}
.p-sunai-access__text {
  margin-top: 0.6rem;
}
@media (min-width: 961px) {
  .p-sunai-access__text {
    margin-top: 0.5rem;
  }
}
.p-sunai-access__text {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2.1rem;
}
.p-sunai-access-map {
  height: 0;
  margin-top: 1rem;
  overflow: hidden;
  padding-bottom: 130.29316%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-sunai-access-map {
    padding-bottom: 50%;
  }
}
.p-sunai-access-map__if {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-sunai-contact {
  margin-top: 4.4rem;
  padding: 3.2rem 1.5rem 3.8rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-sunai-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.2rem;
    padding: 1.4rem 2.8rem;
    text-align: left;
  }
}
.p-sunai-contact {
  border: 0.1rem dotted #676767;
  border-radius: 0.5rem;
}
.p-sunai-contact__clm2 {
  margin-top: 4.1rem;
}
@media (min-width: 961px) {
  .p-sunai-contact__clm2 {
    margin-left: 5.4rem;
    margin-top: 0;
    padding-left: 4.9rem;
  }
}
@media screen and (min-width: 961px) {
  .p-sunai-contact__clm2 {
    border-left: 0.1rem solid #707070;
  }
}
.p-sunai-contact__title {
  --tw-text-opacity: 1;
  color: #6D84E3;
}
@media screen and (min-width: 961px) {
  .p-sunai-contact__title {
    font-size: 1.5rem;
  }
}
.p-sunai-contact__name {
  margin-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-sunai-contact__name {
    margin-top: 1rem;
  }
}
.p-sunai-contact__name {
  white-space: nowrap;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 2.8rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-contact__name {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
.p-sunai-contact__address {
  display: table;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
  margin: 0.9rem auto 0;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-sunai-contact__address {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 1rem 0 0;
  }
}
.p-sunai-contact__title-s {
  display: block;
  margin-bottom: 0.4rem;
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .p-sunai-contact__title-s {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.p-sunai-contact__title-s {
  white-space: nowrap;
  font-size: 1.2rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-contact__title-s {
    font-size: 1.4rem;
  }
}
.p-sunai-contact__tel {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-sunai-contact__tel {
    pointer-events: none;
  }
}
.p-sunai-contact__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: #6D84E3;
  border-radius: 9999px;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-bottom: 0.2rem;
  width: 19.9rem;
}
@media (min-width: 961px) {
  .p-sunai-contact__link {
    margin-top: 0;
    width: 22rem;
  }
}
.p-sunai-contact__link {
  font-weight: 500;
}
.p-sunai-contact-time {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4rem;
  text-align: left;
}
@media (min-width: 961px) {
  .p-sunai-contact-time {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-sunai-contact-time {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
.p-sunai-contact-time__dt {
  display: table-cell;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .p-sunai-contact-time__dt {
    display: inline-block;
  }
}
.p-sunai-contact-time__dd {
  display: table-cell;
}
@media screen and (min-width: 961px) {
  .p-sunai-contact-time__dd {
    display: inline-block;
  }
}
.p-sunai-intro__title {
  font-size: 1.7rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-intro__label {
    min-width: 100px;
  }
}
.p-sunai-intro__text {
  font-weight: 300;
  line-height: 1.57143;
  margin-top: 0.6rem;
}
.p-sunai-intro-box {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
  margin-top: 6.3rem;
  padding: 1.9rem 1.7rem 4.1rem 1.8rem;
}
@media (min-width: 961px) {
  .p-sunai-intro-box {
    margin-top: 5.8rem;
  }
}
.p-sunai-intro-box {
  border-radius: 3px;
}
@media screen and (min-width: 961px) {
  .p-sunai-intro-box {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    display: grid;
    grid-template-columns: 56rem 17rem;
    padding: 1.9rem 2rem 2.4rem 2.5rem;
  }
}
.p-sunai-intro-box__title {
  font-size: 1.7rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-intro-box__title {
    grid-area: 1/1/2/2;
  }
}
.p-sunai-intro-box__text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-intro-box__text {
    grid-area: 2/1/3/2;
  }
}
.p-sunai-intro-box__link {
  --tw-text-opacity: 1;
  color: #6D84E3;
  display: inline-block;
  margin-top: 1.7rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-sunai-intro-box__link {
    grid-area: 3/1/4/2;
  }
}
.p-sunai-intro-box__link[target="_blank"]:after {
  background: url(../images/ico/ico-arrow-blank.svg) no-repeat 100%;
  content: "";
  display: inline-block;
  height: 1.3rem;
  margin-left: 0.5rem;
  vertical-align: -0.1rem;
  width: 1.3rem;
}
.p-sunai-intro-box__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}
@media (min-width: 961px) {
  .p-sunai-intro-box__image {
    margin-top: 0;
  }
}
.p-sunai-intro-box__image {
  width: 170px;
}
@media screen and (min-width: 961px) {
  .p-sunai-intro-box__image {
    grid-area: 1/2/4/3;
  }
}
.p-sunai-summary {
  margin-top: 1.5rem;
}
@media (min-width: 961px) {
  .p-sunai-summary {
    margin-top: 3.4rem;
  }
  .p-sunai-summary__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-sunai-summary__item + .p-sunai-summary__item {
  border-top: 0.1rem solid #e8e8e8;
  margin-top: 1.4rem;
  padding-top: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-sunai-summary__item + .p-sunai-summary__item {
    margin-top: 0.5rem;
    padding-top: 0.4rem;
  }
}
.p-sunai-summary__dt {
  --tw-text-opacity: 1;
  color: #6D84E3;
}
@media (min-width: 961px) {
  .p-sunai-summary__dt {
    margin-right: 2.5rem;
  }
}
.p-sunai-summary__dt {
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-sunai-summary__dt {
    width: 187px;
  }
}
.p-sunai-summary__dd {
  margin-right: -0.75rem;
  margin-top: 0.2rem;
}
@media (min-width: 961px) {
  .p-sunai-summary__dd {
    margin-top: 0;
  }
}
.p-sunai-summary__dd {
  font-weight: 300;
}
.p-sunai-facility__image {
  height: auto;
}
@media (min-width: 961px) {
  .p-sunai-facility__title {
    margin-top: 0.1rem;
  }
}
.p-sunai-facility__title {
  font-size: 1.5rem;
}
.p-sunai-facility__text {
  margin-top: 0.2rem;
}
@media (min-width: 961px) {
  .p-sunai-facility__text {
    margin-top: 0.1rem;
  }
}
.p-sunai-facility__text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.1rem;
}
.p-sunai-gallery {
  margin-top: 2.2rem;
}
@media (min-width: 961px) {
  .p-sunai-gallery {
    margin-top: 3.4rem;
  }
}
.p-sunai-gallery__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .p-sunai-gallery__row {
    gap: 2.5rem;
  }
}
.p-sunai-gallery__clm {
  width: 50%;
}
@media (min-width: 961px) {
  .p-sunai-gallery__clm {
    width: 33.333%;
  }
}
.p-sunai-gallery__text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.1rem;
}
.p-sunai-fixed-nav {
  bottom: 0;
  height: 100%;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 20;
}
@media (min-width: 961px) {
  .p-sunai-fixed-nav {
    display: none;
  }
}
.p-sunai-fixed-nav-contact {
  bottom: 12rem;
  pointer-events: auto;
  position: absolute;
  right: 0;
  width: 3.6rem;
}
.p-sunai-fixed-nav-contact__item {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 204, 224, var(--tw-bg-opacity));
  border-bottom-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  height: 10rem;
}
.p-sunai-fixed-nav-contact__item + .p-sunai-fixed-nav-contact__item {
  margin-top: 0.5rem;
}
.p-sunai-fixed-nav-contact__link {
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  height: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.p-sunai-fixed-nav-contact__link,
.p-sunai-fixed-nav-local {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-sunai-fixed-nav-local {
  bottom: 0;
  height: 4.6rem;
  pointer-events: auto;
  position: absolute;
}
.p-sunai-fixed-nav-local__item {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
  height: 100%;
  position: relative;
  width: 33.333333%;
}
.p-sunai-fixed-nav-local__item.is-active {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 222, 235, var(--tw-bg-opacity));
}
.p-sunai-fixed-nav-local__item + .p-sunai-fixed-nav-local__item:before {
  --tw-content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(92, 132, 195, var(--tw-bg-opacity));
  content: var(--tw-content);
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0.3rem;
  width: 0.1rem;
}
.p-sunai-fixed-nav-local__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 2.2rem;
  text-align: center;
  width: 100%;
}
.p-kaigo_top-kv {
  position: relative;
}
.p-kaigo_top-kv__hero {
  -webkit-animation: fadeIn 1.5s ease 0s 1 forwards;
  animation: fadeIn 1.5s ease 0s 1 forwards;
  position: relative;
}
.p-kaigo_top-kv__hero-message {
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 1.7rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-kaigo_top-kv__hero-message {
    top: 10rem;
  }
}
.p-kaigo_top-kv__hero-message {
  -webkit-animation: fadeIn 3.5s ease 1.5s 1 forwards;
  animation: fadeIn 3.5s ease 1.5s 1 forwards;
  font-size: 2rem;
  line-height: 3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 961px) {
  .p-kaigo_top-kv__hero-image .c-image {
    height: 41.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.p-kaigo_top-kv__hero-cover {
  -webkit-animation: fadeOut 3s ease 0s 1 forwards;
  animation: fadeOut 3s ease 0s 1 forwards;
  left: 0;
  position: absolute;
  top: 0;
}
.p-kaigo_top-kv__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  opacity: 0;
}
@media (min-width: 961px) {
  .p-kaigo_top-kv__logo {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 16.3rem;
  }
}
.p-kaigo_top-kv__logo {
  -webkit-animation: fadeIn 3.5s ease 2.3s 1 forwards;
  animation: fadeIn 3.5s ease 2.3s 1 forwards;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-kv__logo {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-kaigo_top-kv__logo .c-kaigo-logo__title {
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-bottom: 0.8rem;
}
.p-kaigo_top-kv__services {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 1.6rem;
  opacity: 0;
}
@media (min-width: 961px) {
  .p-kaigo_top-kv__services {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 29.1rem;
  }
}
.p-kaigo_top-kv__services {
  -webkit-animation: fadeIn 3.5s ease 3.1s 1 forwards;
  animation: fadeIn 3.5s ease 3.1s 1 forwards;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-kv__services {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-kaigo_top-kv__services-item {
  font-size: 1.2rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-kv__services-item {
    font-size: 1.3rem;
  }
}
.p-kaigo_top-lead {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-kaigo_top-lead {
    flex-direction: column;
    gap: 30px;
  }
}
.p-kaigo_top-lead__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 3rem;
  width: 48rem;
}
@media screen and (max-width: 960px) {
  .p-kaigo_top-lead__images {
    display: none;
  }
}
.p-kaigo_top-service__lead {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-service__lead {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.p-kaigo_top-service__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.p-kaigo_top-service-nav .c-kaigo-button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
}
@media screen and (max-width: 960px) {
  .p-kaigo_top-service-nav .c-kaigo-button {
    background-image: url(/assets/images/kaigo/bg/bg_button-dotted-300x70.svg);
    height: 7rem;
    width: 30rem;
  }
}
.p-kaigo_top-service-nav .c-kaigo-button__image {
  margin-right: 1.5rem;
  width: 4.5rem;
}
@media (min-width: 961px) {
  .p-kaigo_top-service-nav .c-kaigo-button__image {
    margin-right: 0.5rem;
    width: auto;
  }
}
.p-kaigo_top-clinic {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
  padding: 2rem 1.6rem 2.4rem;
}
@media (min-width: 961px) {
  .p-kaigo_top-clinic {
    padding: 2.3rem 6rem 2rem;
  }
}
.p-kaigo_top-clinic {
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-clinic {
    grid-column-gap: 2.7rem;
    -webkit-column-gap: 2.7rem;
    -moz-column-gap: 2.7rem;
    column-gap: 2.7rem;
    display: grid;
    grid-template-columns: 73rem 17rem;
  }
}
.p-kaigo_top-clinic__title {
  font-size: 1.7rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-clinic__title {
    font-size: 2rem;
    grid-area: 1/1/2/2;
  }
}
.p-kaigo_top-clinic__title-small {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-clinic__title-small {
    display: inline;
    font-size: 1.5rem;
  }
}
.p-kaigo_top-clinic__text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.1rem;
  margin-top: 18px;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-clinic__text {
    grid-area: 2/1/3/2;
  }
}
.p-kaigo_top-clinic__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
@media (min-width: 961px) {
  .p-kaigo_top-clinic__image {
    margin-top: 0;
  }
}
.p-kaigo_top-clinic__image {
  width: 170px;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-clinic__image {
    grid-area: 1/2/4/3;
  }
}
.p-kaigo_top-clinic__illust {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-kaigo_top-clinic__illust {
    /* grid-area: 4/1/5/3; */
    grid-area: 4/1/5/4;
  }
}
.p-kaigo_top-clinic__illust .c-picture {
  margin-left: auto;
  margin-right: auto;
  width: 28.2rem;
}
@media (min-width: 961px) {
  .p-kaigo_top-clinic__illust .c-picture {
    width: 77.1rem;
  }
}
html.-kaigo-recruit {
  font-size: 10px;
}
@media screen and (max-width: 1280px) {
  html.-kaigo-recruit {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 960px) {
  html.-kaigo-recruit {
    font-size: 10px;
  }
}
body.-kaigo-recruit,
body.-kaigo-recruit-top {
  color: #333;
}
@media (hover: hover) {
  body.-kaigo-recruit a:hover,
  body.-kaigo-recruit button:hover,
  body.-kaigo-recruit-top a:hover,
  body.-kaigo-recruit-top button:hover {
    opacity: 0.5;
  }
}
.p-kaigo-recruit-header {
  -webkit-animation: topToBottomWithOffset 0.5s ease 1.5s 1 forwards,
    fadeIn 0.5s ease 1.5s 1 forwards;
  animation: topToBottomWithOffset 0.5s ease 1.5s 1 forwards,
    fadeIn 0.5s ease 1.5s 1 forwards;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  -webkit-transform: translateY(calc(-100% - 5rem - 1px));
  transform: translateY(calc(-100% - 5rem - 1px));
}
.p-kaigo-recruit-header__inn {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}
@media screen and (min-width: 1280px) {
  .p-kaigo-recruit-header__inn {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.p-kaigo-recruit-header__head {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-kaigo-recruit-header__logo-wrap {
  margin-right: 2.6rem;
}
@media screen and (max-width: 374px) {
  .p-kaigo-recruit-header__logo-wrap {
    margin-right: 4.26667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-header__logo-wrap {
    margin-right: 1.6rem;
    width: auto;
  }
}
.p-kaigo-recruit-header__logo-wrap:after {
  display: none;
}
.p-kaigo-recruit-header__title {
  --tw-text-opacity: 1;
  color: rgba(255, 133, 44, var(--tw-text-opacity));
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-header__title {
    padding-top: 0.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-kaigo-recruit-header__title {
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
    padding-top: 0;
  }
}
.p-kaigo-recruit-header__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-header__title span {
    display: inline-block;
  }
  .p-kaigo-recruit-header__title span + span {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-header__title span + span {
    padding-left: 1.2rem;
  }
  .p-kaigo-recruit-header .p-header__gloNav-link {
    height: 100%;
  }
}
.p-kaigo-recruit-header .inquiry-head {
  font-size: 1.8rem;
  position: absolute;
  right: 4.6rem;
  top: 0;
}
@media (min-width: 1280px) {
  .p-kaigo-recruit-header .inquiry-head {
    font-size: 2.4rem;
    right: 0;
  }
}
.p-kaigo-recruit-header .inquiry-head__button {
  --tw-text-opacity: 1;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background: #ffa62c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa62c),
    to(#f26262)
  );
  background: linear-gradient(180deg, #ffa62c, #f26262);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: grid;
  font-family: Roboto Condensed, sans-serif;
  height: 4.6rem;
  justify-content: center;
  place-content: center;
  width: 6.6rem;
}
@media screen and (min-width: 1280px) {
  .p-kaigo-recruit-header .inquiry-head__button {
    height: 66px;
    width: 126px;
  }
}
.p-kaigo-recruit-header .p-menu-wrap {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 238, 226, var(--tw-bg-opacity));
}
.p-kaigo-recruit-header .p-menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  row-gap: 3.6rem;
}
.p-kaigo-recruit-header .p-menu-list__item {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.p-kaigo-recruit-header .inquiry-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  width: 20rem;
}
.p-kaigo-recruit-header .inquiry-wrap__button {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background-color: rgba(255, 133, 44, var(--tw-bg-opacity));
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: grid;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3.1rem;
  height: 6rem;
  justify-content: center;
  place-content: center;
  width: 20rem;
}
.p-kaigo-recruit-header .sunai-wrap {
  margin-top: 2.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-header .sunai-wrap {
    margin-top: 3.8rem;
  }
}
.p-kaigo-recruit-header .sunai-wrap {
  text-align: center;
}
.p-kaigo-recruit-header .sunai-wrap__link {
  display: inline-block;
}
@media (hover: hover) {
  .p-kaigo-recruit-header .sunai-wrap__link:hover {
    opacity: 0.8;
  }
}
.p-kaigo-recruit-header .sunai-wrap__ttl {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.p-kaigo-recruit-header .sunai-wrap__img {
  display: block;
  margin-top: 0.8rem;
  width: 19.9rem;
}
.p-kaigo-recruit-header .sunai-wrap__deco {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background: #ffa62c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa62c),
    to(#f26262)
  );
  background: linear-gradient(180deg, #ffa62c, #f26262);
  border-radius: 3rem;
  color: #fff;
  display: grid;
  font-size: 1.5rem;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.04rem;
  line-height: 1;
  margin: 1rem auto 0;
  place-content: center;
  text-align: center;
  width: 16.4rem;
}
.p-kaigo-recruit-header .group-wrap {
  margin: 3.3rem auto 0;
  width: 24rem;
}
.p-kaigo-recruit-header .group-wrap__button {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background-color: #254686;
  border-radius: 0.8rem;
  color: #fff;
  display: grid;
  font-weight: 500;
  height: 4rem;
  justify-content: center;
  letter-spacing: 0.05em;
  place-content: center;
  width: 100%;
}
.p-kaigo-recruit-header-accent {
  background: #f8ebcc url(/assets/images/kaigo/recruit/bg/header_sp@2x.png)
    no-repeat bottom/contain;
  height: 5.6rem;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-header-accent {
    background: #f8ebcc url(/assets/images/kaigo/recruit/bg/header_pc.png)
      no-repeat bottom;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-header-accent {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-kaigo-recruit-header-accent {
    height: 8.3rem;
  }
}
body.-kaigo-recruit-top {
  --tw-bg-opacity: 1;
  -webkit-animation: changeBg 0.5s ease 5s 1 forwards;
  animation: changeBg 0.5s ease 5s 1 forwards;
  background-color: rgba(248, 235, 204, var(--tw-bg-opacity));
}
body.-kaigo-recruit-top .p-kaigo-recruit-header {
  -webkit-animation: topToBottomWithOffset 0.5s ease 5s 1 forwards,
    fadeIn 0.5s ease 5s 1 forwards;
  animation: topToBottomWithOffset 0.5s ease 5s 1 forwards,
    fadeIn 0.5s ease 5s 1 forwards;
}
@-webkit-keyframes changeBg {
  0% {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 235, 204, var(--tw-bg-opacity));
  }
  99.99% {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 235, 204, var(--tw-bg-opacity));
  }
  to {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
}
@keyframes changeBg {
  0% {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 235, 204, var(--tw-bg-opacity));
  }
  99.99% {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 235, 204, var(--tw-bg-opacity));
  }
  to {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
}
@-webkit-keyframes topToBottomWithOffset {
  0% {
    -webkit-transform: translateY(calc(-100% - 4rem - 1px));
    transform: translateY(calc(-100% - 4rem - 1px));
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes topToBottomWithOffset {
  0% {
    -webkit-transform: translateY(calc(-100% - 4rem - 1px));
    transform: translateY(calc(-100% - 4rem - 1px));
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.-kaigo-recruit-top .p-kaigo-recruit-header-accent {
  display: none;
}

.p-kaigo-recruit-header__group-link-wrap {
  background-color: #F5F5F5;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.p-kaigo-recruit-header__group-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 20rem;
}

.p-kaigo-recruit-header__group-link-img {
  width: 157px;
  height: 30px;
  object-fit: contain;
}

.p-kaigo-recruit-heading__logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-kaigo-recruit-heading__logo + .p-kaigo-recruit-heading__title {
  margin-top: 3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-heading__logo + .p-kaigo-recruit-heading__title {
    margin-top: 3.3rem;
  }
}
.p-kaigo-recruit-heading__logo-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-kaigo-recruit-heading__title {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 2.8rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-heading__title {
    font-size: 3.8rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
}
.p-kaigo-recruit-heading__text {
  margin-top: 1rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-heading__text {
    margin-top: 2.2rem;
  }
}
.p-kaigo-recruit-heading__text {
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-heading__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 3rem;
  }
}
.p-kaigo-recruit-foot-top {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 235, 204, var(--tw-bg-opacity));
  border-top: 4px solid #ffbd41;
  padding: 2.4rem 3.25rem 10rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foot-top {
    border-top-width: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-foot-top {
    padding: 5.9rem 5rem 10.4rem;
  }
}
.p-kaigo-recruit-foot-top:after,
.p-kaigo-recruit-foot-top:before {
  content: "";
  height: 4px;
  position: absolute;
  top: -4px;
  width: 32vw;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foot-top:after,
  .p-kaigo-recruit-foot-top:before {
    height: 6px;
    top: -6px;
    width: 33.90625vw;
  }
}
@media screen and (min-width: 1281px) {
  .p-kaigo-recruit-foot-top:after,
  .p-kaigo-recruit-foot-top:before {
    width: 43.4rem;
  }
}
.p-kaigo-recruit-foot-top:before {
  background-color: #ff852c;
  left: calc(50% - 32vw);
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foot-top:before {
    left: calc(50% - 33.90625vw);
  }
}
@media screen and (min-width: 1281px) {
  .p-kaigo-recruit-foot-top:before {
    left: calc(50% - 43.4rem);
  }
}
.p-kaigo-recruit-foot-top:after {
  background-color: #469f67;
  right: calc(50% - 32vw);
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foot-top:after {
    right: calc(50% - 33.90625vw);
  }
}
@media screen and (min-width: 1281px) {
  .p-kaigo-recruit-foot-top:after {
    right: calc(50% - 43.4rem);
  }
}
.p-kaigo-recruit-foot-top__title {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-foot-top__title {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}
.p-kaigo-recruit-foot-top__text {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin-top: 0.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-foot-top__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.875;
    margin-top: 1.1rem;
  }
}
.p-kaigo-recruit-foot-top .list-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: flex-start;
  margin: 3.2rem auto 0;
  width: 100%;
  max-width: 1048px;
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-foot-top .list-wrap {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    margin: 4.1rem auto 0;
    max-width: 104.8rem;
    row-gap: 3.7rem;
  }
}
@media screen and (min-width: 1101px) {
  .p-kaigo-recruit-foot-top .list-wrap {
    -webkit-column-gap: 4.4rem;
    -moz-column-gap: 4.4rem;
    column-gap: 4.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-foot-top .list-wrap__item {
    width: calc(50% - 2vw);
  }
}
@media screen and (min-width: 1101px) {
  .p-kaigo-recruit-foot-top .list-wrap__item {
    width: calc(33.33333% - 2.93333rem);
  }
}
.p-kaigo-recruit-foot-top .list-wrap__link {
  display: block;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foot-top .list-wrap__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1.1rem;
  }
}
.p-kaigo-recruit-foot-top .list-wrap__link:hover {
  opacity: 1;
}
@media (hover: hover) {
  .p-kaigo-recruit-foot-top .list-wrap__link:hover .list-wrap__rec {
    background-color: #000;
    color: #fff;
  }
}
.p-kaigo-recruit-foot-top .list-wrap__pic {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foot-top .list-wrap__pic {
    width: 100%;
  }
}
.p-kaigo-recruit-foot-top .list-wrap__pic img {
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-kaigo-recruit-foot-top .list-wrap__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foot-top .list-wrap__title {
    margin-top: 0;
  }
}
.p-kaigo-recruit-foot-top .list-wrap__title-logo {
  width: 32px;
}
.p-kaigo-recruit-foot-top .list-wrap__title-namae {
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin-left: 1rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foot-top .list-wrap__title-namae {
    font-size: 1.8rem;
    margin-left: 0.9rem;
  }
}
.p-kaigo-recruit-foot-top .list-wrap__rec {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  border: 1px solid #333;
  border-radius: 3rem;
  display: grid;
  font-size: 1.5rem;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 2.2rem auto 0;
  padding-bottom: 0.2rem;
  place-content: center;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 15rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foot-top .list-wrap__rec {
    font-size: 1.3rem;
    height: 2.4rem;
    margin: 0;
    min-width: 8rem;
    width: 7.8125vw;
  }
}
@media screen and (min-width: 1281px) {
  .p-kaigo-recruit-foot-top .list-wrap__rec {
    width: 10rem;
  }
}
.p-kaigo-recruit-foot-top-catch {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background: url(/assets/images/kaigo/recruit/bg/footer_sp@2x.jpg) no-repeat
    top/cover;
  display: grid;
  height: 133.33333vw;
  justify-content: center;
  place-content: center;
}
@media (min-width: 441px) {
  .p-kaigo-recruit-foot-top-catch {
    background: url(/assets/images/kaigo/recruit/bg/footer_pc.jpg) no-repeat
      top/cover;
    height: 52.08333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-foot-top-catch {
    height: 40rem;
  }
}
.p-kaigo-recruit-foot-top-catch__copy {
  font-size: 0;
  padding-bottom: 1.1rem;
  text-align: center;
}
@media (min-width: 441px) {
  .p-kaigo-recruit-foot-top-catch__copy br {
    display: none;
  }
}
.p-kaigo-recruit-foot-top-catch__text {
  background-color: hsla(0, 0%, 100%, 0.66);
  display: inline-block;
  font-size: 8vw;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1.1rem;
  padding: 1.1rem 1.8rem 1rem 2rem;
}
@media (min-width: 441px) {
  .p-kaigo-recruit-foot-top-catch__text {
    font-size: 4.42708vw;
    padding: 2rem 2.4rem 1.8rem 2.7rem;
  }
}
@media screen and (min-width: 768px) {
  .p-kaigo-recruit-foot-top-catch__text {
    font-size: 3.4rem;
  }
}
@media (min-width: 441px) {
  .p-kaigo-recruit-foot-top-catch__text:first-of-type {
    padding-right: 0;
  }
  .p-kaigo-recruit-foot-top-catch__text:nth-of-type(2) {
    padding-left: 0;
  }
}
.p-kaigo-recruit-foot-middle {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 226, 157, var(--tw-bg-opacity));
  padding-bottom: 4.8rem;
  padding-top: 2.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-foot-middle {
    padding-bottom: 3.7rem;
    padding-top: 4.4rem;
  }
}
.p-kaigo-recruit-foot-middle .sunai-wrap {
  margin-top: 2.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-foot-middle .sunai-wrap {
    margin-top: 3.8rem;
  }
}
.p-kaigo-recruit-foot-middle .sunai-wrap {
  text-align: center;
}
.p-kaigo-recruit-foot-middle .sunai-wrap__link {
  display: inline-block;
}
@media (hover: hover) {
  .p-kaigo-recruit-foot-middle .sunai-wrap__link:hover {
    opacity: 0.8;
  }
}
.p-kaigo-recruit-foot-middle .sunai-wrap__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.p-kaigo-recruit-foot-middle .sunai-wrap__img {
  display: block;
  margin-top: 0.8rem;
  width: 22.8rem;
}
.p-kaigo-recruit-foot-middle .sunai-wrap__deco {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background: #ffa62c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa62c),
    to(#f26262)
  );
  background: linear-gradient(180deg, #ffa62c, #f26262);
  border-radius: 3rem;
  color: #fff;
  display: grid;
  font-size: 1.9rem;
  font-weight: 500;
  height: 3.2rem;
  justify-content: center;
  letter-spacing: 0.04rem;
  line-height: 1;
  margin: 1.1rem auto 0;
  place-content: center;
  text-align: center;
  width: 18.8rem;
}
.p-kaigo-recruit-foot-float-inquiry {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-kaigo-recruit-foot-float-inquiry.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-kaigo-recruit-foot-float-inquiry__inn {
  --tw-bg-opacity: 1;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background-color: rgba(255, 133, 44, var(--tw-bg-opacity));
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  font-weight: 500;
  height: 4.6rem;
  justify-content: center;
  place-content: center;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foote-bottom .p-footer__copyright {
    padding-left: 0;
    padding-right: 0;
  }
  .p-kaigo-recruit-foote-bottom .p-footer__copyright-inn {
    max-width: none;
    padding-left: 5.1rem;
    padding-top: 0;
  }
}
.p-kaigo-recruit-foote-bottom-site {
  margin: auto;
  padding-top: 3.3rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foote-bottom-site {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    height: 6.6rem;
    justify-content: space-between;
    padding-left: 1.95312vw;
    padding-right: calc(13.67188vw + 1.6rem);
    padding-top: 0;
    position: relative;
  }
}
@media screen and (min-width: 1281px) {
  .p-kaigo-recruit-foote-bottom-site {
    padding-left: 5.1rem;
    padding-right: 17.5rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foote-bottom-site__head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
  }
}
.p-kaigo-recruit-foote-bottom-site__logo {
  margin: auto;
  width: 19.2rem;
}
.p-kaigo-recruit-foote-bottom-site__title {
  --tw-text-opacity: 1;
  color: rgba(255, 133, 44, var(--tw-text-opacity));
  margin-top: 1rem;
  padding-left: 1rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-foote-bottom-site__title {
    padding-bottom: 0.5rem;
    padding-left: 0;
    text-align: left;
  }
}
.p-kaigo-recruit-foote-bottom-site__title {
  font-size: 0;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foote-bottom-site__title {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
@media screen and (min-width: 1101px) {
  .p-kaigo-recruit-foote-bottom-site__title {
    width: auto;
  }
}
.p-kaigo-recruit-foote-bottom-site__title span {
  font-size: 1.6rem;
  line-height: 1.125;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foote-bottom-site__title span {
    display: inline-block;
    font-size: 1.45455vw;
  }
}
@media screen and (min-width: 1101px) {
  .p-kaigo-recruit-foote-bottom-site__title span {
    font-size: 1.6rem;
  }
}
.p-kaigo-recruit-foote-bottom-site__title span:first-of-type {
  margin-right: 1rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foote-bottom-site__title span:first-of-type {
    margin-right: 0.5em;
  }
}
@media screen and (min-width: 1281px) {
  .p-kaigo-recruit-foote-bottom-site__title span:first-of-type {
    margin-right: 1em;
  }
}
.p-kaigo-recruit-foote-bottom-site__nav {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foote-bottom-site__nav {
    display: block;
  }
}
.p-kaigo-recruit-foote-bottom-site__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625vw;
}
@media screen and (min-width: 1281px) {
  .p-kaigo-recruit-foote-bottom-site__nav-list {
    gap: 2.4rem;
  }
}
.p-kaigo-recruit-foote-bottom-site__nav-link {
  font-weight: 500;
}
.p-kaigo-recruit-foote-bottom-site__inquiry {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-foote-bottom-site__inquiry {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .p-kaigo-recruit-foote-bottom-site__inquiry-button {
    --tw-text-opacity: 1;
    -ms-flex-line-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-content: center;
    background: #ffa62c;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffa62c),
      to(#f26262)
    );
    background: linear-gradient(180deg, #ffa62c, #f26262);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: grid;
    font-family: Roboto Condensed, sans-serif;
    font-size: 2.4rem;
    height: 66px;
    justify-content: center;
    place-content: center;
    width: 126px;
  }
}
.c-border-accent {
  border-top: 4px solid #ffbd41;
  position: relative;
}
@media screen and (min-width: 961px) {
  .c-border-accent {
    border-top-width: 6px;
  }
}
.c-border-accent:after,
.c-border-accent:before {
  content: "";
  height: 4px;
  position: absolute;
  top: -4px;
  width: 32vw;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .c-border-accent:after,
  .c-border-accent:before {
    height: 6px;
    top: -6px;
    width: 33.90625vw;
  }
}
@media screen and (min-width: 1281px) {
  .c-border-accent:after,
  .c-border-accent:before {
    width: 43.4rem;
  }
}
.c-border-accent:before {
  background-color: #ff852c;
  left: calc(50% - 32vw);
}
@media screen and (min-width: 961px) {
  .c-border-accent:before {
    left: calc(50% - 33.90625vw);
  }
}
@media screen and (min-width: 1281px) {
  .c-border-accent:before {
    left: calc(50% - 43.4rem);
  }
}
.c-border-accent:after {
  background-color: #469f67;
  right: calc(50% - 32vw);
}
@media screen and (min-width: 961px) {
  .c-border-accent:after {
    right: calc(50% - 33.90625vw);
  }
}
@media screen and (min-width: 1281px) {
  .c-border-accent:after {
    right: calc(50% - 43.4rem);
  }
}
.c-kaigo-recruit-button {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 210, 128, var(--tw-bg-opacity));
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (min-width: 961px) {
  .c-kaigo-recruit-button {
    height: 4.8rem;
  }
}
.c-kaigo-recruit-button {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  border-radius: 0.4rem;
  display: grid;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.1em;
  place-content: center;
}
@media screen and (min-width: 961px) {
  .c-kaigo-recruit-button {
    font-size: 2rem;
  }
}
.c-kaigo-recruit-button:before {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  width: 0;
}
.c-kaigo-recruit-button span {
  position: relative;
  -webkit-transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (hover: hover) {
  .c-kaigo-recruit-button:hover {
    opacity: 1;
  }
  .c-kaigo-recruit-button:hover:before {
    width: 100%;
  }
  .c-kaigo-recruit-button:hover span {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.c-kaigo-recruit-button-black {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  height: 4rem;
}
@media (min-width: 961px) {
  .c-kaigo-recruit-button-black {
    height: 4.8rem;
  }
}
.c-kaigo-recruit-button-black {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  border-radius: 0.6rem;
  display: grid;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.1em;
  place-content: center;
}
@media screen and (min-width: 961px) {
  .c-kaigo-recruit-button-black {
    border-radius: 1rem;
    font-size: 2rem;
  }
}
.c-kaigo-recruit-button-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  max-width: 20rem;
}
@media (min-width: 961px) {
  .c-kaigo-recruit-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13.9rem;
    max-width: 62.4rem;
  }
}
@media screen and (min-width: 961px) {
  .c-kaigo-recruit-button-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-kaigo-recruit-button-wrap .c-kaigo-recruit-button-black {
  margin-top: 1.5rem;
}
@media (min-width: 961px) {
  .c-kaigo-recruit-button-wrap .c-kaigo-recruit-button-black {
    margin-top: 4rem;
  }
}
.p-kaigo-recruit-top__en {
  margin-left: auto;
  margin-right: auto;
}
.p-kaigo-recruit-top__title {
  letter-spacing: 0.04em;
  margin-top: 2.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top__title {
    margin-top: 2.5rem;
  }
}
.p-kaigo-recruit-top__title {
  font-size: 2.2rem;
  line-height: 1.27273;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top__title {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
}
.p-kaigo-recruit-top__lead {
  margin-top: 0.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top__lead {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.6rem;
    max-width: 60.2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-top__lead {
  font-size: 1.5rem;
  line-height: 1.66667;
}
@media screen and (max-width: 374px) {
  .p-kaigo-recruit-top__lead {
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top__lead {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.p-kaigo-recruit-top-kv {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 235, 204, var(--tw-bg-opacity));
  height: 71.4rem;
  overflow: hidden;
  padding-top: 20rem;
  position: relative;
  scrollbar-gutter: stable;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv {
    max-height: none;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv {
    height: max(100vh, 68rem);
  }
}
.p-kaigo-recruit-top-kv__cover {
  height: 71.4rem;
  left: calc(-67.15rem - -50%);
  position: absolute;
  top: 0;
  width: 134.3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__cover {
    height: 178.8rem;
    left: calc(-89.4rem - -50%);
    width: 178.8rem;
  }
}
.p-kaigo-recruit-top-kv__cover {
  background-image: url(/assets/images/kaigo/recruit/bg/top_kv_cover_sp.svg);
  background-position: 50%;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__cover {
    background-image: url(/assets/images/kaigo/recruit/bg/top_kv_cover.svg);
  }
}
.p-kaigo-recruit-top-kv__cover {
  -webkit-animation: cover-slide-in-sp 1s ease 0s forwards;
  animation: cover-slide-in-sp 1s ease 0s forwards;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__cover {
    -webkit-animation-name: cover-slide-in;
    animation-name: cover-slide-in;
  }
}
.p-kaigo-recruit-top-kv__items {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__items {
    height: max(100vh, 68rem);
  }
}
.p-kaigo-recruit-top-kv__item {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
}
.p-kaigo-recruit-top-kv__item.-item01 {
  height: 37.5rem;
  width: 37.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item01 {
    height: 61.8rem;
    width: 61.8rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item01 {
  top: 24rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item01 {
    top: -9rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item01 {
  -webkit-animation: item01-slide-in-sp 1s ease 1s forwards;
  animation: item01-slide-in-sp 1s ease 1s forwards;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item01 {
    -webkit-animation-name: item01-slide-in;
    animation-name: item01-slide-in;
  }
}
.p-kaigo-recruit-top-kv__item.-item02 {
  height: 25rem;
  width: 25rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item02 {
    height: 41.2rem;
    width: 41.2rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item02 {
  -webkit-animation: item02-slide-in-sp 1s ease 1.5s forwards;
  animation: item02-slide-in-sp 1s ease 1.5s forwards;
  top: 11.5rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item02 {
    -webkit-animation-name: item02-slide-in;
    animation-name: item02-slide-in;
    top: 32.2rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item03 {
  height: 12.5rem;
  width: 12.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item03 {
    height: 20.6rem;
    width: 20.6rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item03 {
  -webkit-animation: item03-slide-in-sp 1s ease 2s forwards;
  animation: item03-slide-in-sp 1s ease 2s forwards;
  top: 42.75rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item03 {
    -webkit-animation-name: item03-slide-in;
    animation-name: item03-slide-in;
    top: 21.8rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item04 {
  height: 12.5rem;
  width: 12.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item04 {
    height: 20.6rem;
    width: 20.6rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item04 {
  -webkit-animation: item04-slide-in-sp 1s ease 2.5s forwards;
  animation: item04-slide-in-sp 1s ease 2.5s forwards;
  top: 55.25rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item04 {
    -webkit-animation-name: item04-slide-in;
    animation-name: item04-slide-in;
    top: 42.5rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item05 {
  height: 16.65rem;
  opacity: 0;
  width: 16.65rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item05 {
    height: 27.3rem;
    width: 27.3rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item05 {
  top: 47.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item05 {
    top: 29.2rem;
  }
}
.p-kaigo-recruit-top-kv__item.-item05 {
  -webkit-animation: fadeIn 1s ease 4.25s forwards;
  animation: fadeIn 1s ease 4.25s forwards;
  -webkit-transform: translate(calc(-50% + 10.2rem));
  transform: translate(calc(-50% + 10.2rem));
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__item.-item05 {
    -webkit-transform: translate(calc(-50% + 39.8rem));
    transform: translate(calc(-50% + 39.8rem));
  }
}
.p-kaigo-recruit-top-kv__contents {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__contents {
    height: max(100vh, 68rem);
  }
}
.p-kaigo-recruit-top-kv__title {
  left: 1.7rem;
  opacity: 0;
  position: absolute;
  top: 7.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__title {
    left: 50%;
    top: 13rem;
  }
}
.p-kaigo-recruit-top-kv__title {
  height: 9.6rem;
  width: 24.3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__title {
    height: 15.6rem;
    width: 40.7rem;
  }
}
.p-kaigo-recruit-top-kv__title {
  -webkit-animation: fadeIn 1s ease 4.25s forwards;
  animation: fadeIn 1s ease 4.25s forwards;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__title {
    -webkit-transform: translate(calc(-50% - 32rem));
    transform: translate(calc(-50% - 32rem));
  }
}
.p-kaigo-recruit-top-kv__text {
  display: block;
  left: 50%;
  left: 0.5rem;
  opacity: 0;
  position: absolute;
  top: 18.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__text {
    left: 50%;
    top: 32.2rem;
  }
}
.p-kaigo-recruit-top-kv__text {
  height: 9.5rem;
  width: 25rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__text {
    height: 15.6rem;
    width: 40.7rem;
  }
}
.p-kaigo-recruit-top-kv__text {
  -webkit-animation: fadeIn 0.5s ease 3.5s forwards;
  animation: fadeIn 0.5s ease 3.5s forwards;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__text {
    -webkit-animation-name: text-pop-in;
    animation-name: text-pop-in;
    -webkit-transform: translate(calc(-50% - 32.9rem));
    transform: translate(calc(-50% - 32.9rem));
  }
}
.p-kaigo-recruit-top-kv__link {
  display: block;
  opacity: 0;
  position: absolute;
}
.p-kaigo-recruit-top-kv__link:hover {
  opacity: 0.8;
}
.p-kaigo-recruit-top-kv__link {
  height: 9.2rem;
  width: 16.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__link {
    height: 15.6rem;
    width: 40.7rem;
  }
}
.p-kaigo-recruit-top-kv__link {
  bottom: 0.8rem;
  left: 1.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-kv__link {
    bottom: auto;
    left: 50%;
    top: 48.6rem;
  }
}
.p-kaigo-recruit-top-kv__link {
  -webkit-animation: fadeIn 1s ease 4.25s forwards;
  animation: fadeIn 1s ease 4.25s forwards;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-kv__link {
    -webkit-animation-name: link-pop-in;
    animation-name: link-pop-in;
    -webkit-transform: translate(calc(-50% - 32.8rem));
    transform: translate(calc(-50% - 32.8rem));
  }
}
@-webkit-keyframes cover-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-168.1rem, -234.2rem);
    transform: translate(-168.1rem, -234.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(10.7rem, -55.4rem);
    transform: translate(10.7rem, -55.4rem);
  }
}
@keyframes cover-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-168.1rem, -234.2rem);
    transform: translate(-168.1rem, -234.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(10.7rem, -55.4rem);
    transform: translate(10.7rem, -55.4rem);
  }
}
@-webkit-keyframes cover-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-68.8rem, -71.4rem);
    transform: translate(-68.8rem, -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(2.6rem);
    transform: translate(2.6rem);
  }
}
@keyframes cover-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-68.8rem, -71.4rem);
    transform: translate(-68.8rem, -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(2.6rem);
    transform: translate(2.6rem);
  }
}
@-webkit-keyframes item01-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 48.8rem), -68rem);
    transform: translate(calc(-50% - 48.8rem), -68rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 19.2rem));
    transform: translate(calc(-50% + 19.2rem));
  }
}
@keyframes item01-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 48.8rem), -68rem);
    transform: translate(calc(-50% - 48.8rem), -68rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 19.2rem));
    transform: translate(calc(-50% + 19.2rem));
  }
}
@-webkit-keyframes item01-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 74rem), -71.4rem);
    transform: translate(calc(-50% - 74rem), -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% - 2.6rem));
    transform: translate(calc(-50% - 2.6rem));
  }
}
@keyframes item01-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 74rem), -71.4rem);
    transform: translate(calc(-50% - 74rem), -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% - 2.6rem));
    transform: translate(calc(-50% - 2.6rem));
  }
}
@-webkit-keyframes item02-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 69.4rem), -68rem);
    transform: translate(calc(-50% - 69.4rem), -68rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% - 1.4rem));
    transform: translate(calc(-50% - 1.4rem));
  }
}
@keyframes item02-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 69.4rem), -68rem);
    transform: translate(calc(-50% - 69.4rem), -68rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% - 1.4rem));
    transform: translate(calc(-50% - 1.4rem));
  }
}
@-webkit-keyframes item02-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 61.5rem), -71.4rem);
    transform: translate(calc(-50% - 61.5rem), -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 9.9rem));
    transform: translate(calc(-50% + 9.9rem));
  }
}
@keyframes item02-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 61.5rem), -71.4rem);
    transform: translate(calc(-50% - 61.5rem), -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 9.9rem));
    transform: translate(calc(-50% + 9.9rem));
  }
}
@-webkit-keyframes item03-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 17.8rem), -68rem);
    transform: translate(calc(-50% - 17.8rem), -68rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 50.2rem));
    transform: translate(calc(-50% + 50.2rem));
  }
}
@keyframes item03-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 17.8rem), -68rem);
    transform: translate(calc(-50% - 17.8rem), -68rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 50.2rem));
    transform: translate(calc(-50% + 50.2rem));
  }
}
@-webkit-keyframes item03-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 55.25rem), -71.4rem);
    transform: translate(calc(-50% - 55.25rem), -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 16.15rem));
    transform: translate(calc(-50% + 16.15rem));
  }
}
@keyframes item03-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 55.25rem), -71.4rem);
    transform: translate(calc(-50% - 55.25rem), -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 16.15rem));
    transform: translate(calc(-50% + 16.15rem));
  }
}
@-webkit-keyframes item04-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 38.5rem), -68rem);
    transform: translate(calc(-50% - 38.5rem), -68rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 29.5rem));
    transform: translate(calc(-50% + 29.5rem));
  }
}
@keyframes item04-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 38.5rem), -68rem);
    transform: translate(calc(-50% - 38.5rem), -68rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 29.5rem));
    transform: translate(calc(-50% + 29.5rem));
  }
}
@-webkit-keyframes item04-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 67.75rem), -71.4rem);
    transform: translate(calc(-50% - 67.75rem), -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 3.65rem));
    transform: translate(calc(-50% + 3.65rem));
  }
}
@keyframes item04-slide-in-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 67.75rem), -71.4rem);
    transform: translate(calc(-50% - 67.75rem), -71.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 3.65rem));
    transform: translate(calc(-50% + 3.65rem));
  }
}
@-webkit-keyframes text-pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 32.9rem), 1rem);
    transform: translate(calc(-50% - 32.9rem), 1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% - 32.9rem));
    transform: translate(calc(-50% - 32.9rem));
  }
}
@keyframes text-pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 32.9rem), 1rem);
    transform: translate(calc(-50% - 32.9rem), 1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% - 32.9rem));
    transform: translate(calc(-50% - 32.9rem));
  }
}
@-webkit-keyframes link-pop-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes link-pop-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-kaigo-recruit-top-contents {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-contents {
    --tw-bg-opacity: 1;
    -webkit-animation: contents-pop-in 0.5s ease 5s 1 forwards;
    animation: contents-pop-in 0.5s ease 5s 1 forwards;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin-top: min(0px, calc(-100vh - -68rem));
    opacity: 0;
    position: relative;
    z-index: 5;
  }
}
@-webkit-keyframes contents-pop-in {
  0% {
    margin-top: min(0px, calc(-50vh - -34rem));
    opacity: 0;
  }
  to {
    margin-top: min(0px, calc(-100vh - -68rem));
    opacity: 1;
  }
}
@keyframes contents-pop-in {
  0% {
    margin-top: min(0px, calc(-50vh - -34rem));
    opacity: 0;
  }
  to {
    margin-top: min(0px, calc(-100vh - -68rem));
    opacity: 1;
  }
}
.p-kaigo-recruit-top-message {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 9.49rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-message {
    max-width: 144.8rem;
    padding: 6.7rem 2rem 8.5rem;
    position: relative;
  }
}
.p-kaigo-recruit-top-message__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-message__inner {
    max-width: 59.4rem;
    position: static;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-message__inner {
    display: table;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-kaigo-recruit-top-message__inner {
    display: block;
    padding-right: 0;
  }
}
.p-kaigo-recruit-top-message .p-kaigo-recruit-top__title {
  margin-top: 2rem;
  text-align: left;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-message .p-kaigo-recruit-top__title {
    margin-top: 2.9rem;
  }
}
.p-kaigo-recruit-top-message .p-kaigo-recruit-top__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .p-kaigo-recruit-top-message .p-kaigo-recruit-top__title {
    font-size: 2.4rem;
    line-height: 1.41667;
  }
}
.p-kaigo-recruit-top-message .p-kaigo-recruit-top__lead {
  margin-top: 1.1rem;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-message .p-kaigo-recruit-top__lead {
    margin-top: 2rem;
  }
}
.p-kaigo-recruit-top-message .p-kaigo-recruit-top__lead {
  letter-spacing: 0.06em;
  line-height: 1.86667;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-message .p-kaigo-recruit-top__lead {
    font-size: 1.8rem;
    line-height: 1.88889;
  }
}
.p-kaigo-recruit-top-message__img-01 {
  height: auto;
  max-width: 17.5rem;
  position: absolute;
  right: calc(50% - 21rem);
  top: -4.8rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-message__img-01 {
    left: 2rem;
    max-width: 35rem;
    right: auto;
    top: 41.76rem;
    width: 23.20955vw;
  }
}
.p-kaigo-recruit-top-message__img-02 {
  height: auto;
  margin-top: 2rem;
  max-width: 29.2rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-message__img-02 {
    max-width: 39.8rem;
    position: absolute;
    right: 4.1rem;
    top: 14.6rem;
    width: 26.39257vw;
  }
}
.p-kaigo-recruit-top-data {
  padding-bottom: 2.76rem;
  padding-top: 6.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-data {
    padding-bottom: 6.07rem;
    padding-top: 5.2rem;
  }
}
.p-kaigo-recruit-top-data .inner-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-data .inner-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 104.8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-top-data .p-kaigo-recruit-top__title {
  margin-top: 1.1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-data .p-kaigo-recruit-top__title {
    margin-top: 2.2rem;
  }
}
.p-kaigo-recruit-top-data .p-kaigo-recruit-top__title {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.55556;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-data .p-kaigo-recruit-top__title {
    font-size: 2.6rem;
  }
}
.p-kaigo-recruit-top-data__list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 35.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-data__list {
    margin-top: 3.2rem;
    max-width: 104.8rem;
  }
}
.p-kaigo-recruit-top-data__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-data__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.8rem;
  }
}
.p-kaigo-recruit-top-data__item {
  background-color: rgba(215, 244, 226, 0.6);
  border-radius: 2rem;
  padding: 1.2rem 1rem 1rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-data__item {
    border-radius: 3rem;
    padding: 0.7rem 2rem 0.5rem;
    width: 50rem;
  }
}
.p-kaigo-recruit-top-data__title {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-data__title {
    font-size: 2rem;
    margin-bottom: 0.3rem;
  }
}
.p-kaigo-recruit-top-data__note {
  font-size: 1.3rem;
  letter-spacing: 0.04rem;
  margin-top: 0.8rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-data__note {
    margin-top: 0.5rem;
  }
}

.p-kaigo-recruit-top-report {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

@media (min-width: 961px) {
  .p-kaigo-recruit-top-report .inner-wrap {
    max-width: 104.8rem;
    margin: 0 auto;
  }
}

.p-kaigo-recruit-top-policy {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.p-kaigo-recruit-top-policy .inner-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-kaigo-recruit-top-policy-box {
  background-color: #FFA62C;
  border-radius: 1rem;
  padding: 1rem 0;
}
.p-kaigo-recruit-top-policy-inner-box {
  background-color: #FFF6E0;
  padding: 3.6rem 2rem 2.7rem;
}
.p-kaigo-recruit-top-policy-inner-box__ttl {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.36364;
  text-align: center;
  color: #333;
}
.p-kaigo-recruit-top-policy-inner-box__txt-wrap {
  margin-top: 1.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
}
.p-kaigo-recruit-top-policy-inner-box__txt {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.73333;
  text-align: left;
  color: #333;
}
.p-kaigo-recruit-top-policy-inner-box__img {
  width: 215px;
  height: 140px;
  object-fit: cover;
}

@media (min-width: 961px) {
  .p-kaigo-recruit-top-policy {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  .p-kaigo-recruit-top-policy .inner-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 104.8rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-kaigo-recruit-top-policy-inner-box {
    padding: 3.6rem 5.7rem 2.1rem 7.4rem;
  }
  .p-kaigo-recruit-top-policy-inner-box__ttl {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.46154;
  }
  .p-kaigo-recruit-top-policy-inner-box__txt-wrap {
    margin-top: 2.5rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 4.1rem;
  }
  .p-kaigo-recruit-top-policy-inner-box__txt {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.73333;
    text-align: left;
    color: #333;
  }
  .p-kaigo-recruit-top-policy-inner-box__img {
    width: 215px;
    height: 140px;
    object-fit: cover;
  }
}


.p-kaigo-recruit-top-sns {
  padding-top: 6.3rem;
  padding-bottom: 7rem;
}

.p-kaigo-recruit-top-sns .inner-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-kaigo-recruit-top-sns__ttl img {
  width: 170px;
  height: 35px;
  margin: 0 auto;
}
.p-kaigo-recruit-top-sns__list {
  margin-top: 3.1rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.p-kaigo-recruit-top-sns__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.p-kaigo-recruit-top-sns__img {
  width: 37px;
  height: 37px;
}
.p-kaigo-recruit-top-sns__txt {
  font-size: 1.2rem;
  line-height: 1.833;
  text-align: center;
}

@media (min-width: 961px) {
  .p-kaigo-recruit-top-sns {
    padding-top: 9.6rem;
    padding-bottom: 10.7rem;
  }
  .p-kaigo-recruit-top-sns .inner-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 104.8rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-kaigo-recruit-top-sns__list {
    margin-top: 7.6rem;
    gap: 12.6rem;
  }
  .p-kaigo-recruit-top-sns__link {
    flex-direction: row;
    gap: 0;
  }
  .p-kaigo-recruit-top-sns__img {
    width: 40px;
    height: 40px;
  }
  .p-kaigo-recruit-top-sns__txt {
    font-size: 1.9rem;
  }

}

.p-kaigo-recruit-top-workstyle {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 248, 245, var(--tw-bg-opacity));
  padding-bottom: 5.18rem;
  padding-top: 4.7rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle {
    padding-bottom: 11.3rem;
    padding-top: 6.75rem;
  }
}
.p-kaigo-recruit-top-workstyle__bg {
  margin-bottom: 5.62rem;
  margin-top: 1.6rem;
  padding-bottom: 13.84rem;
  padding-top: 10.16rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__bg {
    margin-bottom: 2.09rem;
    margin-top: 4.1rem;
    padding-bottom: 9.61rem;
    padding-top: 1.49rem;
  }
}
.p-kaigo-recruit-top-workstyle__bg {
  background: url(/assets/images/kaigo/recruit/pic/top_workstyke_sp@2x.png)
    no-repeat 50% / auto 100%;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__bg {
    background: url(/assets/images/kaigo/recruit/pic/top_workstyke_pc.png)
      no-repeat 50% / auto 100%;
  }
}
.p-kaigo-recruit-top-workstyle__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__list {
    max-width: 40rem;
  }
}
.p-kaigo-recruit-top-workstyle__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__list {
    gap: 2rem;
  }
}
.p-kaigo-recruit-top-workstyle__item {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 1rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1.54rem 1.6rem 1.4rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__item {
    padding: 1.2rem 1.6rem 2.8rem;
  }
}
.p-kaigo-recruit-top-workstyle__en img {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__en img {
    width: 15.4rem;
  }
}
.p-kaigo-recruit-top-workstyle__title {
  letter-spacing: 0.04em;
  margin-top: 0.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__title {
    margin-top: 1.2rem;
  }
}
.p-kaigo-recruit-top-workstyle__title {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__title {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.p-kaigo-recruit-top-workstyle__title-in {
  display: inline-block;
  padding-bottom: 0.4rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__title-in {
    padding-bottom: 0.6rem;
  }
}
.p-kaigo-recruit-top-workstyle__title-in {
  z-index: 1;
}
.p-kaigo-recruit-top-workstyle__title-in:after {
  bottom: 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__title-in:after {
    height: 10px;
  }
}
.p-kaigo-recruit-top-workstyle__item:first-of-type
  .p-kaigo-recruit-top-workstyle__title-in:after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 189, 65, var(--tw-bg-opacity));
}
.p-kaigo-recruit-top-workstyle__item:nth-of-type(2)
  .p-kaigo-recruit-top-workstyle__title-in:after {
  background-color: #7dc999;
}
.p-kaigo-recruit-top-workstyle__item:nth-of-type(3)
  .p-kaigo-recruit-top-workstyle__title-in:after {
  background-color: #ed9e7f;
}
.p-kaigo-recruit-top-workstyle__text {
  margin-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__text {
    margin-top: 1.6rem;
  }
}
.p-kaigo-recruit-top-workstyle__text {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-workstyle__text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.p-kaigo-recruit-top-voice {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 189, 65, var(--tw-bg-opacity));
  padding-bottom: 6.86rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-voice {
    padding-bottom: 7.95rem;
  }
}
.p-kaigo-recruit-top-voice__bg {
  margin-bottom: 4.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-voice__bg {
    margin-bottom: 6.6rem;
  }
}
.p-kaigo-recruit-top-voice__bg {
  display: block;
}
.p-kaigo-recruit-top-voice__list {
  margin: 2.2rem auto 4.64rem;
  max-width: 41.4rem;
  padding-left: 1.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-voice__list {
    margin-bottom: 10.1rem;
    margin-top: 3.8rem;
    max-width: 106.8rem;
    padding-left: 0;
  }
}
.p-kaigo-recruit-top-voice__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.1rem;
}
.p-kaigo-recruit-top-voice__list::after {
  content: "";
  display: block;
  width: 310px;
  height: 0;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-voice__list::after {
    width: 26rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-voice__list {
    -webkit-box-pack: flex-center;
    -ms-flex-pack: flex-center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    justify-content: flex-center;
    row-gap: 8.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-kaigo-recruit-top-voice__item {
    width: calc(50% - 0.7rem);
  }
  .p-kaigo-recruit-top-voice__item:nth-of-type(2n) {
    margin-top: 1rem;
  }
  .p-kaigo-recruit-top-voice__item:first-of-type {
    margin-top: 0;
  }
  .p-kaigo-recruit-top-voice__item:nth-of-type(2) {
    margin-top: 6.3rem;
  }
  .p-kaigo-recruit-top-voice__item:nth-of-type(3) {
    margin-top: -6.3rem;
  }
  .p-kaigo-recruit-top-voice__item:nth-of-type(5) {
    margin-top: -7.3rem;
  }
}
.p-kaigo-recruit-top-voice__link {
  display: block;
}
@media (hover: hover) {
  .p-kaigo-recruit-top-voice__link:hover {
    opacity: 1;
  }
  .p-kaigo-recruit-top-voice__link:hover .p-kaigo-recruit-top-voice__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.p-kaigo-recruit-top-voice__fukidashi {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  position: relative;
  width: 14rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-voice__fukidashi {
    width: 18rem;
  }
}
.p-kaigo-recruit-top-voice__fukidashi {
  border-radius: 1.2rem;
  padding: 1.55rem 1.3rem 1.2rem;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-voice__fukidashi {
    padding: 1.5rem 1rem 1.4rem 2.4rem;
  }
}
.p-kaigo-recruit-top-voice__en {
  height: auto;
  width: 6.3rem;
}
.p-kaigo-recruit-top-voice__text {
  font-size: 1.3rem;
  line-height: 1.38462;
  margin-top: 0.8rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-voice__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-kaigo-recruit-top-voice__image {
  height: auto;
  margin-left: 1.3rem;
  margin-top: -2.1rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-voice__image {
    margin-left: 5rem;
    margin-top: -4.6rem;
  }
}
.p-kaigo-recruit-top-voice__image {
  border-radius: 0.6rem;
  max-width: 17.9rem;
  width: 42.66667vw;
}
@media screen and (max-width: 960px) {
  .p-kaigo-recruit-top-voice__item:nth-of-type(2n)
    .p-kaigo-recruit-top-voice__image {
    border-radius: 0.6rem 0 0 0.6rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-voice__image {
    max-width: 26rem;
    width: auto;
  }
}
.p-kaigo-recruit-top-voice__image img {
  -webkit-transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.p-kaigo-recruit-top-voice__name {
  margin-left: 1.3rem;
  margin-top: 0.3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-voice__name {
    margin-left: 0;
    margin-top: 0.8rem;
    text-align: right;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-voice__name {
    font-size: 1.6rem;
  }
}
.p-kaigo-recruit-top-intv {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 248, 245, var(--tw-bg-opacity));
  padding-bottom: 8rem;
  padding-top: 4.7rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-intv {
    padding-bottom: 9.6rem;
    padding-top: 6.71rem;
  }
}
.p-kaigo-recruit-top-intv__bg {
  margin: 2rem auto 7.04rem;
  max-width: 37.5rem;
  padding-bottom: 15.3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-intv__bg {
    margin-bottom: 7.7rem;
    margin-top: 3.7rem;
    max-width: 104.8rem;
    padding-bottom: 20rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-top-intv__bg {
  background: url(/assets/images/kaigo/recruit/pic/top_interview_sp@2x.jpg)
    no-repeat;
  background-position: bottom;
  background-size: auto calc(100% - 2rem);
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-intv__bg {
    background: url(/assets/images/kaigo/recruit/pic/top_interview_pc.jpg)
      no-repeat;
    background-position: bottom;
    background-size: auto 100%;
  }
}
.p-kaigo-recruit-top-intv__list {
  padding-right: 0.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-intv__list {
    padding-right: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-intv__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin: auto;
    max-width: 38rem;
  }
}
.p-kaigo-recruit-top-intv__item {
  margin-top: 1.3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-intv__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-kaigo-recruit-top-intv__item:nth-of-type(3) {
    margin-top: -5.3rem;
  }
  .p-kaigo-recruit-top-intv__item:nth-of-type(3) a,
  .p-kaigo-recruit-top-intv__item:nth-of-type(4) a {
    margin-left: auto;
  }
}
.p-kaigo-recruit-top-intv__link {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: block;
  height: 12.6rem;
  padding-top: 1.8rem;
  text-align: center;
  width: 14rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-intv__link {
    height: 16rem;
    padding-top: 1.9rem;
    width: 18rem;
  }
}
.p-kaigo-recruit-top-intv__link {
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (hover: hover) {
  .p-kaigo-recruit-top-intv__link:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
    opacity: 1;
  }
  .p-kaigo-recruit-top-intv__link:hover .p-kaigo-recruit-top-intv__title {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.p-kaigo-recruit-top-intv__en {
  --tw-text-opacity: 1;
  color: rgba(70, 159, 103, var(--tw-text-opacity));
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 2rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-intv__en {
    font-size: 2.2rem;
  }
}
.p-kaigo-recruit-top-intv__title {
  margin-top: 0.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-top-intv__title {
    margin-top: 1.5rem;
  }
}
.p-kaigo-recruit-top-intv__title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.55556;
  -webkit-transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-top-intv__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-kaigo-recruit-workstyle__contents {
  margin-top: 5.2rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5rem;
    max-width: 128rem;
    padding-left: 11.6rem;
    padding-right: 11.6rem;
  }
}
.p-kaigo-recruit-workstyle__anchors {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__anchors {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-workstyle__anchors {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2.1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__anchors {
    gap: 4.4rem;
  }
}
.p-kaigo-recruit-workstyle__anchor {
  width: calc(50% - 0.75rem);
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__anchor {
    width: 32rem;
  }
}
.p-kaigo-recruit-workstyle__anchor-link {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
  border-radius: 1rem;
  height: 14rem;
  position: relative;
  width: 100%;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__anchor-link {
    height: 16rem;
  }
}
.p-kaigo-recruit-workstyle__anchor-link {
  padding-top: 3.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__anchor-link {
    padding-top: 4.2rem;
  }
}
.p-kaigo-recruit-workstyle__anchor-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-kaigo-recruit-workstyle__anchor-link:before {
  --tw-content: "";
  bottom: -0.9rem;
  content: var(--tw-content);
  height: 1rem;
  left: 50%;
  position: absolute;
  width: 1.8rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__anchor-link:before {
    bottom: -1.4rem;
    height: 1.5rem;
    width: 3rem;
  }
}
.p-kaigo-recruit-workstyle__anchor-link:before {
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-kaigo-recruit-workstyle__anchor-link__title {
  margin-top: 0.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__anchor-link__title {
    margin-top: -0.8rem;
  }
}
.p-kaigo-recruit-workstyle__anchor-link__title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__anchor-link__title {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.p-kaigo-recruit-workstyle__panels {
  margin-top: 3.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panels {
    margin-top: 11.1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-workstyle__panels {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panels {
    gap: 10rem;
  }
}
.p-kaigo-recruit-workstyle__panel {
  display: grid;
  grid-template: "pic" 24rem "head" 16rem "." 0.6rem "contents"/100%;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel {
    grid-template: "head . pic" 25rem ". . ." 3.8rem "contents contents contents"/32rem 4.2rem 1fr;
  }
}
.p-kaigo-recruit-workstyle__panel-head {
  padding-top: 1.8rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-head {
    padding-top: 4.9rem;
  }
}
.p-kaigo-recruit-workstyle__panel-head {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-head {
    border-radius: 1rem;
  }
}
.p-kaigo-recruit-workstyle__panel-head {
  grid-area: head;
}
.p-kaigo-recruit-workstyle__panel-head-logo-image {
  margin-left: auto;
  margin-right: auto;
}
.p-kaigo-recruit-workstyle__panel-head-title {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.3rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-head-title {
    margin-top: 1.5rem;
  }
}
.p-kaigo-recruit-workstyle__panel-head-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.6rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-head-title {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.p-kaigo-recruit-workstyle__panel-head-title:before {
  --tw-content: "";
  bottom: -0.2rem;
  content: var(--tw-content);
  left: 50%;
  position: absolute;
  z-index: -1;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-head-title:before {
    bottom: 0;
  }
}
.p-kaigo-recruit-workstyle__panel-head-title:before {
  height: 0.8rem;
  width: calc(100% - 1.4rem);
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-head-title:before {
    height: 1rem;
    width: calc(100% + 1.2rem);
  }
}
.p-kaigo-recruit-workstyle__panel-head-title:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-kaigo-recruit-workstyle__panel-head-text {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 2.1rem;
  margin-top: 0.7rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-head-text {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.p-kaigo-recruit-workstyle__panel-pic {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-pic {
    border-radius: 1rem;
  }
}
.p-kaigo-recruit-workstyle__panel-pic {
  grid-area: pic;
}
.p-kaigo-recruit-workstyle__panel-pic-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-kaigo-recruit-workstyle__panel-contents {
  padding-bottom: 4.6rem;
  padding-top: 2.8rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents {
    padding: 5.6rem 7.4rem 3.8rem;
  }
}
.p-kaigo-recruit-workstyle__panel-contents {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
  border-radius: 1rem;
  grid-area: contents;
}
.p-kaigo-recruit-workstyle__panel-contents-title {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.8rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-text {
  display: block;
  margin-top: 2.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-text {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.8rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-text {
    line-height: 3rem;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.8rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5.8rem;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-kaigo-recruit-workstyle__panel-contents-heading.-title {
  grid-area: title;
}
.p-kaigo-recruit-workstyle__panel-contents-heading-inline {
  display: inline-block;
  height: 2.8rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-heading-inline {
    height: 3.4rem;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-heading-inline {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-heading-inline {
    font-size: 2rem;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-heading-inline.-small {
  font-size: 1.8rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-heading-inline.-small {
    font-size: 2rem;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-heading-inline:before {
  --tw-content: "";
  bottom: 0;
  content: var(--tw-content);
  left: 50%;
  position: absolute;
  z-index: -1;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-heading-inline:before {
    bottom: 0.2rem;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-heading-inline:before {
  height: 0.8rem;
  width: calc(100% - 0.6rem);
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-heading-inline:before {
    height: 1rem;
    width: 100%;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-heading-inline:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-kaigo-recruit-workstyle__panel-contents-note {
  display: block;
  margin-top: 0.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-note {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-note {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-note {
    text-align: left;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-note.-note {
  grid-area: note;
}
.p-kaigo-recruit-workstyle__panel-graph {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-kaigo-recruit-workstyle__panel-graph.-graph01 {
  grid-area: graph01;
}
.p-kaigo-recruit-workstyle__panel-graph.-graph02 {
  grid-area: graph02;
}
.p-kaigo-recruit-workstyle__panel-contents-script {
  margin-top: 1.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-script {
    margin-top: 0.6rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-script {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-contents-script {
    line-height: 2.8rem;
  }
}
.p-kaigo-recruit-workstyle__panel-contents-script.-script {
  grid-area: script;
}
.p-kaigo-recruit-workstyle__panel-panel {
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2.2rem 2rem 5.3rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-panel {
    margin: 0;
    padding: 2rem 3rem 2.3rem;
    position: static;
  }
}
.p-kaigo-recruit-workstyle__panel-panel {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.6rem;
}
.p-kaigo-recruit-workstyle__panel-panel.-panel {
  grid-area: panel;
}
.p-kaigo-recruit-workstyle__panel-panel.-tips:after,
.p-kaigo-recruit-workstyle__panel-panel.-tips:before {
  --tw-content: "";
  border-radius: 0.6rem;
  content: var(--tw-content);
  overflow: hidden;
  position: absolute;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-panel.-tips:after,
  .p-kaigo-recruit-workstyle__panel-panel.-tips:before {
    border-radius: 0;
  }
}
.p-kaigo-recruit-workstyle__panel-panel.-tips:after,
.p-kaigo-recruit-workstyle__panel-panel.-tips:before {
  height: 12rem;
  width: 17.3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-panel.-tips:after,
  .p-kaigo-recruit-workstyle__panel-panel.-tips:before {
    height: 17rem;
    width: 21.5rem;
  }
}
.p-kaigo-recruit-workstyle__panel-panel.-tips:after,
.p-kaigo-recruit-workstyle__panel-panel.-tips:before {
  background-size: cover;
}
.p-kaigo-recruit-workstyle__panel-panel.-tips:before {
  right: -5rem;
  top: -5.3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-panel.-tips:before {
    bottom: 5.3rem;
    left: 23.5rem;
    right: auto;
    top: auto;
  }
}
.p-kaigo-recruit-workstyle__panel-panel.-tips:before {
  background-image: url(/assets/images/kaigo/recruit/pic/workstyle_lifestyle_06_sp.jpg);
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-panel.-tips:before {
    background-image: url(/assets/images/kaigo/recruit/pic/workstyle_lifestyle_06.jpg);
  }
}
.p-kaigo-recruit-workstyle__panel-panel.-tips:after {
  bottom: -8.1rem;
  left: -5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-panel.-tips:after {
    bottom: 5.3rem;
    left: 0;
  }
}
.p-kaigo-recruit-workstyle__panel-panel.-tips:after {
  background-image: url(/assets/images/kaigo/recruit/pic/workstyle_lifestyle_05_sp.jpg);
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-panel.-tips:after {
    background-image: url(/assets/images/kaigo/recruit/pic/workstyle_lifestyle_05.jpg);
  }
}
.p-kaigo-recruit-workstyle__panel-lifestyle_grid {
  position: relative;
}
.p-kaigo-recruit-workstyle__panel-lifestyle-bottom {
  margin-top: 12rem;
}
.p-kaigo-recruit-workstyle__panel-lifestyle-bottom-inner-pic {
  margin-top: 24px;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-lifestyle-bottom {
    margin-top: 0;
  }
  .p-kaigo-recruit-workstyle__panel-lifestyle-bottom-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .p-kaigo-recruit-workstyle__panel-lifestyle-bottom-inner-pic {
    margin-top: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-lifestyle_grid.-type01 {
    display: grid;
    grid-template: "title . ." auto "note . ." auto "graph01 . script" auto "graph01 . graph02" auto/42rem 1fr 45rem;
  }
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-lifestyle_grid.-type02 {
    display: grid;
    margin-top: 4.7rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-lifestyle_grid.-type02 {
    grid-template: "title . panel" auto "script . panel" 1fr/45rem 1fr 38rem;
  }
  .p-kaigo-recruit-workstyle__panel-mind_grid.-type01 {
    display: grid;
    grid-template: "title . graph01" auto "script . graph01" 1fr/45rem 1fr 38.3rem;
  }
  .p-kaigo-recruit-workstyle__panel-mind_grid.-type02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-kaigo-recruit-workstyle__panel-culture_grid.-type01 {
    display: grid;
    grid-template: "title . ." auto "script . graph01" 1fr/47.5rem 1fr 39.1rem;
  }
}
.p-kaigo-recruit-workstyle__panel-grid {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-grid {
    margin-top: 4.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-workstyle__panel-grid.-col2 {
  gap: 1.3rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-grid.-col2 {
    gap: 10rem;
    width: 70rem;
  }
}
.p-kaigo-recruit-workstyle__panel-card-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: rgba(237, 158, 127, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-card-title {
    font-size: 1.8rem;
  }
}
.p-kaigo-recruit-workstyle__panel-card-pic {
  aspect-ratio: 1/1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-card-pic {
    aspect-ratio: 3/2;
  }
}
.p-kaigo-recruit-workstyle__panel-card-pic-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-kaigo-recruit-workstyle__panel-card-text {
  margin-top: 0.3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-card-text {
    margin-top: 0.6rem;
  }
}
.p-kaigo-recruit-workstyle__panel-card-text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-card-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.p-kaigo-recruit-workstyle__panel-card-note {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.1rem;
  margin-top: 1.5rem;
  position: relative;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-card-note {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.p-kaigo-recruit-workstyle__panel-card-note:before {
  --tw-content: "";
  content: var(--tw-content);
  left: 50%;
  position: absolute;
  top: -1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-workstyle__panel-card-note:before {
    top: -0.6rem;
  }
}
.p-kaigo-recruit-workstyle__panel-card-note:before {
  --tw-bg-opacity: 1;
  --tw-translate-x: -50%;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
  height: 0.1rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 7.5rem;
}
.p-kaigo-recruit-voice .p-kaigo-recruit-heading__title {
  margin-top: 1.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice .p-kaigo-recruit-heading__title {
    margin-top: 3.3rem;
  }
}
.p-kaigo-recruit-voice__head {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 189, 65, var(--tw-bg-opacity));
  margin-bottom: 1.7rem;
  padding-bottom: 3.9rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice__head {
    margin-bottom: 10rem;
    padding-bottom: 9.4rem;
  }
}
.p-kaigo-recruit-voice__list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 41.4rem;
  padding-left: 2.8rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice__list {
    margin-top: 3rem;
    max-width: 82.6rem;
    padding-left: 0;
  }
}
.p-kaigo-recruit-voice__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-column-gap: 2.7rem;
  -moz-column-gap: 2.7rem;
  column-gap: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice__list {
    row-gap: 5.1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-kaigo-recruit-voice__item {
    width: calc(50% - 1.35rem);
  }
}
.p-kaigo-recruit-voice__link {
  display: block;
}
@media (hover: hover) {
  .p-kaigo-recruit-voice__link:hover {
    opacity: 1;
  }
  .p-kaigo-recruit-voice__link:hover .p-kaigo-recruit-voice__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-kaigo-recruit-voice__link:hover .p-kaigo-recruit-voice__more {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.p-kaigo-recruit-voice__image {
  border-radius: 0.6rem;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
@media screen and (max-width: 960px) {
  .p-kaigo-recruit-voice__item:nth-of-type(2n) .p-kaigo-recruit-voice__image {
    border-radius: 0.6rem 0 0 0.6rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice__image {
    max-width: 22.4rem;
  }
}
.p-kaigo-recruit-voice__image img {
  -webkit-transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.p-kaigo-recruit-voice__name {
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice__name {
    text-align: center;
  }
}
.p-kaigo-recruit-voice__name {
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice__name {
    font-size: 2rem;
  }
}
.p-kaigo-recruit-voice__more {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  height: 2rem;
  margin-top: 1.1rem;
  width: 11rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice__more {
    height: 2.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9rem;
    width: 14rem;
  }
}
.p-kaigo-recruit-voice__more {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  border-radius: 2rem;
  display: grid;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  place-content: center;
  -webkit-transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice__more {
    font-size: 1.3rem;
  }
}
.p-kaigo-recruit-voice__bg {
  margin-bottom: 11.7rem;
  margin-top: 13.6rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice__bg {
    margin-bottom: 9.5rem;
    margin-top: 15.1rem;
  }
}
.p-kaigo-recruit-voice__bg {
  border-top: 4px solid #ffbd41;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice__bg {
    border-top-width: 6px;
  }
}
.p-kaigo-recruit-voice__bg:after,
.p-kaigo-recruit-voice__bg:before {
  content: "";
  height: 4px;
  position: absolute;
  top: -4px;
  width: 32vw;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice__bg:after,
  .p-kaigo-recruit-voice__bg:before {
    height: 6px;
    top: -6px;
  }
}
.p-kaigo-recruit-voice__bg:before {
  background-color: #ff852c;
  left: calc(50% - 32vw);
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice__bg:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33.333%;
    z-index: 2;
  }
}
.p-kaigo-recruit-voice__bg:after {
  background-color: #469f67;
  right: calc(50% - 32vw);
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice__bg:after {
    right: 0;
    width: 50%;
  }
}
.p-kaigo-recruit-voice-sec {
  padding-left: 3rem;
  padding-right: 3.2rem;
  padding-top: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec {
    margin-left: auto;
    margin-right: auto;
    max-width: 104.8rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5rem;
  }
}
.p-kaigo-recruit-voice-sec + .p-kaigo-recruit-voice-sec {
  margin-top: 9.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec + .p-kaigo-recruit-voice-sec {
    margin-top: 10rem;
  }
  .p-kaigo-recruit-voice-sec-head {
    display: grid;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head {
    -webkit-column-gap: 7.1rem;
    -moz-column-gap: 7.1rem;
    column-gap: 7.1rem;
    grid-template-columns: 45rem auto;
    grid-template-rows: auto 1fr;
  }
}
.p-kaigo-recruit-voice-sec-head__num {
  margin-bottom: 0.9rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__num {
    margin-bottom: 0;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__num {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__en {
    height: auto;
    width: 22.7rem;
  }
}
.p-kaigo-recruit-voice-sec-head__en-name {
  --tw-text-opacity: 1;
  color: rgba(255, 189, 65, var(--tw-text-opacity));
  margin-top: 0.7rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__en-name {
    margin-top: 1.4rem;
  }
}
.p-kaigo-recruit-voice-sec-head__en-name {
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__image {
    grid-area: 1/1/3/2;
  }
}
.p-kaigo-recruit-voice-sec-head__text {
  letter-spacing: 0.04em;
  margin-top: 1.7rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__text {
    letter-spacing: 0.06em;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__text {
    grid-area: 2/2/3/3;
  }
}
.p-kaigo-recruit-voice-sec-head__copy {
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__copy {
    font-size: 3rem;
    line-height: 1.6;
  }
}
.p-kaigo-recruit-voice-sec-head__join {
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__join {
    letter-spacing: 0.03em;
    margin-top: 2.3rem;
  }
}
.p-kaigo-recruit-voice-sec-head__join {
  font-size: 1.3rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__join {
    font-size: 1.4rem;
  }
}
.p-kaigo-recruit-voice-sec-head__name {
  margin-top: 0.8rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__name {
    letter-spacing: 0.03em;
    margin-top: 0.6rem;
  }
}
.p-kaigo-recruit-voice-sec-head__name {
  font-size: 1.5rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-head__name {
    font-size: 2rem;
  }
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-cont {
    display: grid;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-cont {
    -webkit-column-gap: 11.1rem;
    -moz-column-gap: 11.1rem;
    column-gap: 11.1rem;
    grid-template-columns: auto 30.8rem;
    grid-template-rows: auto auto 1fr;
  }
  .p-kaigo-recruit-voice-sec-cont--max {
    grid-template-columns: 100% 0;
  }
}
.p-kaigo-recruit-voice-sec-cont__title {
  --tw-text-opacity: 1;
  color: rgba(255, 189, 65, var(--tw-text-opacity));
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  padding-left: 1.4rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-cont__title {
    grid-area: 1/1/2/3;
  }
}
.p-kaigo-recruit-voice-sec-cont__title:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 189, 65, var(--tw-bg-opacity));
  content: "";
  height: 1.7rem;
  left: 0;
  position: absolute;
  top: 0.4rem;
  width: 0.3rem;
}
.p-kaigo-recruit-voice-sec-cont__lead {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 1.76471;
  margin-right: -0.25em;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-cont__lead {
    font-size: 1.8rem;
    grid-area: 2/1/3/2;
    line-height: 1.66667;
  }
}
.p-kaigo-recruit-voice-sec-cont__text {
  letter-spacing: 0.03em;
  margin-top: 1.3rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-cont__text {
    margin-top: 1.8rem;
  }
}
.p-kaigo-recruit-voice-sec-cont__text {
  line-height: 1.71429;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-cont__text {
    grid-area: 3/1/4/2;
  }
}
.p-kaigo-recruit-voice-sec-cont__image {
  margin-top: 2.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-cont__image {
    margin-top: 0;
    max-width: 30.8rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-voice-sec-cont__image {
    grid-area: 2/2/4/3;
  }
}
.p-kaigo-recruit-intv {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 248, 243, var(--tw-bg-opacity));
}
.p-kaigo-recruit-intv .p-kaigo-recruit-heading__title {
  margin-top: 1.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv .p-kaigo-recruit-heading__title {
    margin-top: 3.3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-kaigo-recruit-intv .c-kaigo-recruit-button {
    font-size: 1.5rem;
    line-height: 1.46667;
  }
}
.p-kaigo-recruit-intv-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 41.4rem;
  padding-left: 1.1rem;
  padding-right: 1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-nav {
    margin-top: 3.9rem;
    max-width: 104.8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-intv-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2.1rem;
}
@media screen and (max-width: 960px) {
  .p-kaigo-recruit-intv-nav {
    -webkit-column-gap: 0.6rem;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 3.2rem;
  }
}
.p-kaigo-recruit-intv-nav__item {
  width: calc(50% - 0.3rem);
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-nav__item:first-of-type,
  .p-kaigo-recruit-intv-nav__item:nth-of-type(2) {
    width: 49rem;
  }
  .p-kaigo-recruit-intv-nav__item:nth-of-type(3),
  .p-kaigo-recruit-intv-nav__item:nth-of-type(4) {
    margin-top: 1.7rem;
    width: 29rem;
  }
  .p-kaigo-recruit-intv-nav__item:nth-of-type(5) {
    width: 39rem;
  }
}
.p-kaigo-recruit-intv-nav__link {
  display: block;
  padding-bottom: 6.5rem;
  padding-right: 1.4rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-nav__link {
    padding-right: 3rem;
  }
  .p-kaigo-recruit-intv-nav__item:first-of-type .p-kaigo-recruit-intv-nav__link,
  .p-kaigo-recruit-intv-nav__item:nth-of-type(2)
    .p-kaigo-recruit-intv-nav__link {
    padding-bottom: 3.1rem;
  }
  .p-kaigo-recruit-intv-nav__item:nth-of-type(3)
    .p-kaigo-recruit-intv-nav__link,
  .p-kaigo-recruit-intv-nav__item:nth-of-type(4)
    .p-kaigo-recruit-intv-nav__link {
    padding-bottom: 7.3rem;
  }
  .p-kaigo-recruit-intv-nav__item:nth-of-type(5)
    .p-kaigo-recruit-intv-nav__link {
    padding-bottom: 3rem;
  }
}
@media (hover: hover) {
  .p-kaigo-recruit-intv-nav__link:hover {
    opacity: 1;
  }
  .p-kaigo-recruit-intv-nav__link:hover .p-kaigo-recruit-intv-nav__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-kaigo-recruit-intv-nav__link:hover .p-kaigo-recruit-intv-nav__more {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.p-kaigo-recruit-intv-nav__image {
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}
.p-kaigo-recruit-intv-nav__image img {
  -webkit-transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.p-kaigo-recruit-intv-nav__box {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 12.4rem;
  padding-top: 0.9rem;
  position: absolute;
  text-align: center;
  width: 12.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-nav__box {
    height: 15rem;
    padding-top: 1.4rem;
    width: 15rem;
  }
}
.p-kaigo-recruit-intv-nav__box {
  bottom: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  right: 0;
}
.p-kaigo-recruit-intv-nav__en {
  --tw-text-opacity: 1;
  color: rgba(70, 159, 103, var(--tw-text-opacity));
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-nav__en {
    font-size: 2rem;
  }
}
.p-kaigo-recruit-intv-nav__job {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  margin-top: 0.3rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-nav__job {
    font-size: 1.8rem;
    line-height: 1.33333;
  }
}
.p-kaigo-recruit-intv-nav__name {
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-nav__name {
    margin-top: 0.6rem;
  }
}
.p-kaigo-recruit-intv-nav__name {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-nav__name {
    font-size: 1.6rem;
  }
}
.p-kaigo-recruit-intv-nav__more {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 1.9rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9rem;
  width: 8.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-nav__more {
    height: 2rem;
    margin-top: 1.4rem;
    width: 9rem;
  }
}
.p-kaigo-recruit-intv-nav__more {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  border: 1px solid #333;
  border-radius: 2rem;
  display: grid;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1;
  place-content: center;
  -webkit-transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: opacity 0.5s ease-out, color 0.5s ease-out,
    background-color 0.5s ease-out, border-color 0.5s ease-out;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-sec {
    margin-left: auto;
    margin-right: auto;
    max-width: 104.8rem;
  }
}
.p-kaigo-recruit-intv-sec__head {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 4.9rem;
  padding-top: 2.6rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__head {
    height: 30rem;
    margin-bottom: 9.4rem;
    padding-left: 4.7rem;
    padding-top: 4.7rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__head {
    border-radius: 1rem;
  }
}
.p-kaigo-recruit-intv-sec__en {
  --tw-text-opacity: 1;
  color: rgba(70, 159, 103, var(--tw-text-opacity));
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__en {
    display: inline-block;
    margin-right: 1.7rem;
  }
}
.p-kaigo-recruit-intv-sec__en {
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__en {
    font-size: 2.8rem;
  }
}
.p-kaigo-recruit-intv-sec__job {
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__job {
    display: inline-block;
    margin-top: 0;
  }
}
.p-kaigo-recruit-intv-sec__job {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__job {
    font-size: 3rem;
  }
}
.p-kaigo-recruit-intv-sec__name {
  --tw-text-opacity: 1;
  color: rgba(70, 159, 103, var(--tw-text-opacity));
  letter-spacing: 0.03em;
  margin-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__name {
    margin-top: 2.1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__name {
    line-height: 1.85;
  }
}
.p-kaigo-recruit-intv-sec__copy {
  letter-spacing: 0.03em;
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__copy {
    margin-top: 0.8rem;
  }
}
.p-kaigo-recruit-intv-sec__copy {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__copy {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-kaigo-recruit-intv-sec__kv {
  margin-left: -4.9rem;
  margin-top: 2rem;
  width: 100vw;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-sec__kv {
    margin-top: 0;
    position: absolute;
    right: -12.6rem;
    top: 0;
    width: 65rem;
  }
}
.p-kaigo-recruit-intv-content {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-intv-content__title {
  letter-spacing: 0.03em;
  margin-top: 2.9rem;
  padding-left: 2.3rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-content__title {
    margin-top: -0.2rem;
    padding-left: 2.1rem;
  }
}
.p-kaigo-recruit-intv-content__title {
  font-size: 1.7rem;
  line-height: 1.76471;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-content__title {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}
.p-kaigo-recruit-intv-content__title:before {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 159, 103, var(--tw-bg-opacity));
  content: "";
  height: calc(100% - 4px);
  left: 0;
  position: absolute;
  top: 0.1rem;
  width: 0.6rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-content__title:before {
    height: 100%;
    left: 0.3rem;
    top: 0;
  }
}
.p-kaigo-recruit-intv-content__text {
  letter-spacing: 0.03em;
  margin-top: 1.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-content__text {
    margin-top: 1.8rem;
  }
}
.p-kaigo-recruit-intv-content__text {
  line-height: 1.71429;
}
.p-kaigo-recruit-intv-content__image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.7rem;
  max-width: 26rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-content__image {
    left: -14.6rem;
    margin-top: 0;
    max-width: 39rem;
    position: absolute;
    top: 3rem;
  }
}
.p-kaigo-recruit-intv-content__image picture {
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}
.p-kaigo-recruit-intv-content__image picture + picture {
  margin-top: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-content__image picture + picture {
    margin-top: 4.1rem;
  }
}
.p-kaigo-recruit-intv-career {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.8rem;
  position: relative;
  width: 26rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-career {
    margin-top: 0;
    width: 37rem;
  }
}
.p-kaigo-recruit-intv-career {
  border-radius: 0.6rem 0.6rem 1rem 1rem;
  overflow: hidden;
}
.p-kaigo-recruit-intv-career__head {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(70, 159, 103, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: grid;
  height: 2.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-career__head {
    height: 4.1rem;
  }
}
.p-kaigo-recruit-intv-career__head {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  font-size: 1.3rem;
  font-weight: 500;
  justify-content: center;
  place-content: center;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-career__head {
    font-size: 1.6rem;
  }
}
.p-kaigo-recruit-intv-career dl {
  font-size: 1.3rem;
  line-height: 1.69231;
  padding: 0.9rem 1.3rem 2rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-career dl {
    font-size: 1.4rem;
    line-height: 1.85714;
    padding: 1.7rem 2.9rem 2.2rem 3rem;
  }
}
.p-kaigo-recruit-intv-career dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-kaigo-recruit-intv-career dt {
  --tw-text-opacity: 1;
  color: rgba(70, 159, 103, var(--tw-text-opacity));
  width: 5.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-career dt {
    width: 7.2rem;
  }
}
.p-kaigo-recruit-intv-career dd {
  --tw-text-opacity: 1;
  -webkit-box-flex: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  -ms-flex: 1;
  flex: 1;
}
.p-kaigo-recruit-intv-about {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 2.7rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.4rem;
    max-width: 104.8rem;
  }
}
.p-kaigo-recruit-intv-about {
  border-radius: 1rem;
  overflow: hidden;
  padding: 0 1.7rem 1.7rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-about {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4.5rem 4.9rem 3.5rem 5rem;
  }
}
.p-kaigo-recruit-intv-about__title {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(70, 159, 103, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: grid;
  height: 4rem;
  margin-bottom: 1.9rem;
  margin-left: -1.7rem;
  margin-right: -1.7rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-about__title {
    height: 5rem;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
    position: absolute;
    top: 0;
  }
}
.p-kaigo-recruit-intv-about__title {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  place-content: center;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-intv-about__title {
    border-radius: 0 0 1rem 0;
    font-size: 1.8rem;
  }
}
.p-kaigo-recruit-intv-about__lead {
  letter-spacing: 0.03em;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-about__lead {
    margin-top: 2.9rem;
  }
}
.p-kaigo-recruit-intv-about__lead {
  font-size: 1.8rem;
  line-height: 1.55556;
}
.p-kaigo-recruit-intv-about__text {
  letter-spacing: 0.03em;
  margin-top: 0.7rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-about__text {
    margin-bottom: -0.5em;
    margin-top: 1.6rem;
  }
}
.p-kaigo-recruit-intv-about__text {
  line-height: 1.71429;
}
.p-kaigo-recruit-intv-about__image {
  margin-top: 1.8rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-intv-about__image {
    margin-top: 0;
    width: 25rem;
  }
  .p-kaigo-recruit-intv-about__clm {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 65.4rem;
  }
}
.p-kaigo-recruit-requirement {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement {
    margin-left: auto;
    margin-right: auto;
    max-width: 108rem;
    padding-left: 0;
    padding-right: 0;
    width: 108rem;
  }
}
.p-kaigo-recruit-requirement__list {
  margin-top: 3.1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement__list {
    margin-top: 3.7rem;
  }
}
.p-kaigo-recruit-requirement__list {
  grid-gap: 4rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement__list {
    -webkit-column-gap: 4.45rem;
    -moz-column-gap: 4.45rem;
    column-gap: 4.45rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 7rem;
  }
}
.p-kaigo-recruit-requirement__link:hover {
  opacity: 1;
}
.p-kaigo-recruit-requirement__link:hover .p-kaigo-recruit-requirement__rec {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.p-kaigo-recruit-requirement__pic {
  border-radius: 0.5rem;
  height: 16rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement__pic {
    height: 20rem;
    width: 32rem;
  }
}
.p-kaigo-recruit-requirement__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.06rem;
  justify-content: center;
  margin-top: 1.08rem;
}
.p-kaigo-recruit-requirement__title-logo {
  height: 3.38rem;
  width: 3.27rem;
}
.p-kaigo-recruit-requirement__title-namae {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2rem;
  gap: 1.06rem;
  letter-spacing: 0.03em;
  line-height: 3.3rem;
}
.p-kaigo-recruit-requirement__title-namae small {
  font-size: 1.4rem;
}
.p-kaigo-recruit-requirement__text {
  margin-top: 0.4rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement__text {
    margin-top: 0.2rem;
  }
}
.p-kaigo-recruit-requirement__text {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 3rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement__text {
    font-size: 1.6rem;
  }
}
.p-kaigo-recruit-requirement__rec {
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.8rem;
  width: 15rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement__rec {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 1.1rem;
    width: auto;
  }
}
.p-kaigo-recruit-requirement__rec {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-border-opacity: 1;
  align-items: center;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement__rec {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.p-kaigo-recruit-requirement__rec {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color, border-color, fill,
    stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail {
    margin-left: auto;
    margin-right: auto;
    max-width: 103.6rem;
    padding-left: 4.4rem;
  }
}
.p-kaigo-recruit-requirement-detail__heading-title {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 3.3rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__heading-title {
    font-size: 2.8rem;
    letter-spacing: 0.03em;
    line-height: 4.6rem;
    text-align: left;
  }
}
.p-kaigo-recruit-requirement-detail__heading-title small {
  font-size: 1.8rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__heading-title small {
    font-size: 2rem;
  }
}
.p-kaigo-recruit-requirement-detail__heading-panel {
  margin-top: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__heading-panel {
    margin-top: 2.7rem;
  }
}
.p-kaigo-recruit-requirement-detail__heading-panel-title {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__heading-panel-title {
    text-align: left;
  }
}
.p-kaigo-recruit-requirement-detail__heading-panel-list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__heading-panel-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.2rem;
  }
}
.p-kaigo-recruit-requirement-detail__heading-panel-item {
  height: 3rem;
  width: 15rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__heading-panel-item {
    width: auto;
  }
}
.p-kaigo-recruit-requirement-detail__heading-panel-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 2rem;
}
.p-kaigo-recruit-requirement-detail__heading-panel-item:before {
  --tw-content: "";
  background-image: url(/assets/images/kaigo/recruit/icon/check_orange.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: var(--tw-content);
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
}
.p-kaigo-recruit-requirement-detail__contents {
  margin-top: 1.2rem;
  padding-left: 3.1rem;
  padding-right: 3.1rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__contents {
    margin-top: 1.7rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kaigo-recruit-requirement-detail__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-kaigo-recruit-requirement-detail__table {
  width: 100%;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table {
    width: 60rem;
  }
}
.p-kaigo-recruit-requirement-detail__table-group {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-group {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.p-kaigo-recruit-requirement-detail__table-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}
.p-kaigo-recruit-requirement-detail__table-group {
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}
.p-kaigo-recruit-requirement-detail__table-group:last-child {
  border-bottom-width: 0.1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-group:last-child {
    border-bottom-width: 0;
  }
}
.p-kaigo-recruit-requirement-detail__table-group {
  min-height: 7.2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-group {
    min-height: 6rem;
  }
}
.p-kaigo-recruit-requirement-detail__table-group.-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.35rem;
  z-index: 1;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-group.-row {
    gap: 0;
  }
}
.p-kaigo-recruit-requirement-detail__table-group.-row:before {
  --tw-content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
  content: var(--tw-content);
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.p-kaigo-recruit-requirement-detail__table-group.-row:after {
  --tw-content: "";
  content: var(--tw-content);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.5rem;
  z-index: 0;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-group.-row:after {
    --tw-content: none;
    content: var(--tw-content);
  }
}
.p-kaigo-recruit-requirement-detail__table-group.-row:after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.p-kaigo-recruit-requirement-detail__table-group.-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 224, var(--tw-bg-opacity));
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-group.-emphasis {
    --tw-bg-opacity: 0;
  }
}
.p-kaigo-recruit-requirement-detail__table-group.-emphasis
  .p-kaigo-recruit-requirement-detail__table-detail,
.p-kaigo-recruit-requirement-detail__table-group.-emphasis
  .p-kaigo-recruit-requirement-detail__table-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-group.-emphasis
    .p-kaigo-recruit-requirement-detail__table-detail,
  .p-kaigo-recruit-requirement-detail__table-group.-emphasis
    .p-kaigo-recruit-requirement-detail__table-title {
    height: 6rem;
  }
}
.p-kaigo-recruit-requirement-detail__table-group.-emphasis
  .p-kaigo-recruit-requirement-detail__table-detail {
  font-size: 1.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-group.-emphasis
    .p-kaigo-recruit-requirement-detail__table-detail {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 224, var(--tw-bg-opacity));
    font-size: 1.6rem;
    padding-left: 1.7rem;
  }
}
.p-kaigo-recruit-requirement-detail__table-group
  + .p-kaigo-recruit-requirement-detail__table-group {
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
  border-top-width: 0.1rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-title {
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
  }
}
.p-kaigo-recruit-requirement-detail__table-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 2rem;
  z-index: 1;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-title {
    width: 14.1rem;
  }
  .p-kaigo-recruit-requirement-detail__table-detail {
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
  }
}
.p-kaigo-recruit-requirement-detail__table-detail {
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  line-height: 2.2rem;
  z-index: 1;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__table-detail {
    line-height: 2.3rem;
    width: 45.9rem;
  }
}
.p-kaigo-recruit-requirement-detail__gallery {
  margin-top: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__gallery {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -5.7rem;
  }
}
.p-kaigo-recruit-requirement-detail__gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.1rem;
}
.p-kaigo-recruit-requirement-detail__gallery,
.p-kaigo-recruit-requirement-detail__gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-kaigo-recruit-requirement-detail__gallery-pic {
  border-radius: 0.5rem;
  height: 15rem;
  overflow: hidden;
  width: 24rem;
}
.p-kaigo-recruit-requirement-detail__facility-link {
  height: 6.2rem;
  margin-top: 3.5rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__facility-link {
    height: 4rem;
    margin-top: 0;
    width: 60rem;
  }
}
.p-kaigo-recruit-requirement-detail__facility-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-border-opacity: 0.3;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(255, 246, 224, var(--tw-bg-opacity));
  border-bottom-width: 0.2rem;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  border-top-width: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__facility-link {
    border-bottom-width: 0.1rem;
    border-top-width: 0.1rem;
  }
}
.p-kaigo-recruit-requirement-detail__facility-link {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__facility-link {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
.p-kaigo-recruit-requirement-detail__links {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: none;
  justify-content: space-between;
  margin-top: 9.8rem;
  width: 60rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-requirement-detail__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-kaigo-recruit-requirement-detail__links-item {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  border-radius: 1rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 1.8rem;
  height: 4.8rem;
  letter-spacing: 0.1em;
  width: 28rem;
}
.p-kaigo-recruit-requirement-detail__links-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-kaigo-recruit-contact-inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-contact-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 108rem;
    width: 108rem;
  }
  .p-kaigo-recruit-contact-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-contact-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 961px) {
  .p-kaigo-recruit-contact-head__logo {
    padding-top: 4rem;
    width: 22rem;
  }
}
.p-kaigo-recruit-contact-head__text {
  display: none;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-contact-head__text {
    display: block;
    margin-bottom: 1.4rem;
  }
}
.p-kaigo-recruit-contact-head__text {
  font-size: 1.7rem;
}
.p-kaigo-recruit-contact-head__title {
  margin-top: 4.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-kaigo-recruit-contact-head__title {
    text-align: left;
  }
}
.p-kaigo-recruit-contact-head__title {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-kaigo-recruit-contact-head__title {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.p-kaigo-recruit-contact-head__logo {
  --tw-text-opacity: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa62c),
    to(#f26262)
  );
  background: linear-gradient(180deg, #ffa62c, #f26262);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  font-size: 2.2rem;
  height: 4rem;
  line-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3rem;
  padding: 0.5rem 3.3rem;
  width: 12.6rem;
}
.p-kaigo-recruit-contact-head__label {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
  margin-top: 2.4rem;
}
.p-contact-form.-kaigo-recruit .p-contact-form__legend.-required:after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 133, 44, var(--tw-bg-opacity));
}
.p-contact-form.-kaigo-recruit .p-contact-form__legend:not(.-required):after {
  --tw-content: none;
  content: var(--tw-content);
}
.p-contact-form.-kaigo-recruit .p-contact-form__submit > button {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  border-radius: 0.3rem;
}
.p-apply-inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 961px) {
  .p-apply-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 108rem;
    width: 108rem;
  }
  .p-apply-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  .p-apply-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 961px) {
  .p-apply-head__logo {
    padding-top: 4rem;
    width: 22rem;
  }
}
.p-apply-head__text {
  display: none;
}
@media (min-width: 961px) {
  .p-apply-head__text {
    display: block;
    margin-bottom: 1.4rem;
  }
}
.p-apply-head__text {
  font-size: 1.7rem;
}
.p-apply-head__title {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 4.2rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-apply-head__title {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.p-hoiku-apply-sec {
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-apply-sec {
    max-width: 851px;
  }
}
.p-hoiku-apply-sec__s-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.p-hoiku-apply-sec__lead {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.p-hoiku-apply-sec__note {
  margin-top: 3rem;
}
@media (min-width: 961px) {
  .p-hoiku-apply-sec__note {
    margin-top: 4rem;
  }
}
.p-hoiku-apply-sec__note-circle {
  --tw-text-opacity: 1;
  color: #F0A8A0;
}
.p-hoiku-apply-sec-box {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border: 0.1rem dotted #676767;
  border-radius: 5px;
}
.p-hoiku-apply-sec-box__title {
  --tw-text-opacity: 1;
  color: #E87D7D;
  font-size: 1.5rem;
}
.p-hoiku-apply-sec-box__text {
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-top: 1rem;
}
.p-hoiku-apply-sec-box__text--sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-apply-sec-box__text--sm {
    font-size: 1.3rem;
  }
}
.p-hoiku-apply-sec-box__btn {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #F0A8A0;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  height: 6rem;
  margin-top: 1.3rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 961px) {
  .p-hoiku-apply-sec-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-hoiku-apply-sec-box__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .p-hoiku-apply-sec-box__btn {
    max-width: 282px;
  }
}
.p-hoiku-apply-sec-tel {
  padding: 0.6rem 1rem 0.5rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-hoiku-apply-sec-tel {
    padding: 0;
  }
}
.p-hoiku-apply-sec-tel {
  border: 0.1rem solid #F4858D;
  border-radius: 0.5rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-apply-sec-tel {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-hoiku-apply-sec-tel__label {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #F0A8A0;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 961px) {
  .p-hoiku-apply-sec-tel__label {
    margin-left: 0;
    margin-right: 0;
    width: 6rem;
  }
}
.p-hoiku-apply-sec-tel__label {
  border-radius: 2rem;
  font-size: 1.3rem;
  line-height: 2rem;
  max-width: 10rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-apply-sec-tel__label {
    line-height: 2.4rem;
    padding-bottom: 0.2rem;
  }
}
.p-hoiku-apply-sec-tel__tel {
  display: inline-block;
  margin-top: 0.3rem;
}
@media (min-width: 961px) {
  .p-hoiku-apply-sec-tel__tel {
    margin-left: 0.8rem;
    margin-top: 0;
  }
}
.p-hoiku-apply-sec-tel__tel {
  font-size: 1.6rem;
}
.p-hoiku-apply-sec-tel__tel:hover {
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .p-hoiku-apply-sec-tel__tel {
    pointer-events: none;
  }
}
.p-hoiku-contact-inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 961px) {
  .p-hoiku-contact-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 108rem;
    width: 108rem;
  }
  .p-hoiku-contact-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  .p-hoiku-contact-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 961px) {
  .p-hoiku-contact-head__logo {
    padding-top: 4rem;
    width: 22rem;
  }
}
.p-hoiku-contact-head__text {
  display: none;
}
@media (min-width: 961px) {
  .p-hoiku-contact-head__text {
    display: block;
    margin-bottom: 1.4rem;
  }
}
.p-hoiku-contact-head__text {
  font-size: 1.7rem;
}
.p-hoiku-contact-head__title {
  margin-top: 4.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-hoiku-contact-head__title {
    text-align: left;
  }
}
.p-hoiku-contact-head__title {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-contact-head__title {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.p-hoiku-contact-head__label {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
  margin-top: 2.4rem;
}
.p-hoiku-head {
  padding-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-hoiku-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 961px) {
  .p-hoiku-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.p-hoiku-head .c-hoiku-logo {
  margin-bottom: 3.5rem;
}
@media (min-width: 961px) {
  .p-hoiku-head .c-hoiku-logo {
    margin-bottom: 0;
    width: 22rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hoiku-head .c-hoiku-logo {
    padding-left: 0.7rem;
  }
}
.p-hoiku-head .c-hoiku-logo__title {
  font-size: 1.7rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-hoiku-head .c-hoiku-logo__title {
    display: none;
  }
}
.p-hoiku-head .c-hoiku-heading--lv01 {
  text-align: center;
}
@media (min-width: 961px) {
  .p-hoiku-head .c-hoiku-heading--lv01 {
    text-align: left;
  }
}
.p-ikumi-wrap {
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-ikumi-wrap {
    padding-bottom: 5.6rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1300px) and (min-width: 961px) {
  .p-ikumi-wrap {
    overflow-x: scroll;
  }
}
.p-ikumi-wrap:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  height: 0.1rem;
  width: 100%;
}
.p-ikumi-wrap:after,
.p-ikumi-wrap:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
}
.p-ikumi-wrap:after {
  --tw-bg-opacity: 1;
  background-color: #F5E7E5;
  height: 200%;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 1300px) and (min-width: 961px) {
  .p-ikumi-wrap:after {
    width: 130rem;
  }
}
.p-ikumi-wrap__bg {
  padding-bottom: 5rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  position: relative;
}
@media (min-width: 961px) {
  .p-ikumi-wrap__bg {
    padding-bottom: 7rem;
    padding-left: 7.6rem;
    padding-right: 7.6rem;
  }
}
.p-ikumi-wrap__bg {
  z-index: 1;
}
.p-ikumi-wrap__bg:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  bottom: 0;
  content: "";
  height: 200%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .p-ikumi-wrap__bg {
    margin-left: auto;
    margin-right: auto;
    width: 120rem;
  }
}
.p-ikumi-head {
  margin-left: -0.9rem;
}
@media (min-width: 961px) {
  .p-ikumi-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-ikumi-head {
  padding-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-ikumi-head {
    padding-top: 2.6rem;
  }
}
@media screen and (min-width: 961px) {
  .p-ikumi-head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-ikumi-head-logo__title {
  display: none;
  text-align: center;
}
@media (min-width: 961px) {
  .p-ikumi-head-logo__title {
    display: block;
    padding-left: 0.3rem;
  }
}
.p-ikumi-head-logo__title {
  color: #343434;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 1.7rem;
}
.p-ikumi-head-logo__image {
  display: block;
  width: 17.5rem;
}
@media (min-width: 961px) {
  .p-ikumi-head-logo__image {
    margin-top: 1.4rem;
    width: 27rem;
  }
}
.p-ikumi-head-access {
  text-align: right;
}
@media (min-width: 961px) {
  .p-ikumi-head-access {
    margin-top: 2.8rem;
  }
}
.p-ikumi-head-access__link {
  padding-left: 2rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-ikumi-head-access__link {
    font-size: 1.5rem;
  }
}
.p-ikumi-head-access__link:before {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 214, 208, var(--tw-bg-opacity));
  content: "";
  height: 1.2rem;
  left: 0;
  position: absolute;
  top: 0.4rem;
  width: 0.8rem;
}
@media (min-width: 961px) {
  .p-ikumi-head-access__link:before {
    top: 0.6rem;
  }
}
.p-ikumi-head-access__link:before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-ikumi-heading {
  margin-top: 2.9rem;
}
@media (min-width: 961px) {
  .p-ikumi-heading {
    margin-top: 0;
    padding-top: 6.4rem;
  }
}
@media screen and (min-width: 961px) {
  .p-ikumi-heading {
    left: 7.6rem;
    position: absolute;
    top: 0;
  }
}
.p-ikumi-heading__title {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 0.9rem;
}
@media (min-width: 961px) {
  .p-ikumi-heading__title {
    margin-right: 2.4rem;
  }
}
.p-ikumi-heading__title {
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.8rem;
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .p-ikumi-heading__title {
    font-size: 4rem;
  }
}
@media (min-width: 961px) {
  .p-ikumi-heading__label {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
}
.p-ikumi-heading__address {
  margin-top: 0.5rem;
}
@media (min-width: 961px) {
  .p-ikumi-heading__address {
    margin-top: 1.3rem;
  }
}
.p-ikumi-heading__address {
  color: #a8a8a8;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
.p-ikumi-body {
  margin-top: 0.6rem;
}
@media (min-width: 961px) {
  .p-ikumi-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 4.1rem;
  }
}
.p-ikumi-side {
  display: none;
}
@media (min-width: 961px) {
  .p-ikumi-side {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .p-ikumi-side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.p-ikumi-side-nav__item + .p-ikumi-side-nav__item {
  margin-top: 1rem;
}
.p-ikumi-side-nav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #676767;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 5rem;
  padding: 1.6rem;
}
.p-ikumi-side-nav__link:hover {
  --tw-bg-opacity: 1;
  background-color: #F5E7E5;
  color: rgba(52, 52, 52, 0.3);
  opacity: 1;
}
.p-ikumi-side-menu {
  margin-top: 1.8rem;
  position: relative;
}
.p-ikumi-side-menu:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  content: "";
  height: 0.1rem;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-ikumi-side-menu__item {
  position: relative;
}
.p-ikumi-side-menu__item:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.p-ikumi-side-menu__link {
  display: block;
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
  position: relative;
}
.p-ikumi-side-menu__link:after {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 214, 208, var(--tw-bg-opacity));
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8rem;
}
@media (min-width: 961px) {
  .p-ikumi-main {
    margin-left: 4.8rem;
  }
}
@media screen and (min-width: 961px) {
  .p-ikumi-main {
    width: 76.33588%;
  }
}
.p-ikumi-main__image {
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-ikumi-main__image {
    height: auto;
  }
}
.p-ikumi-main__lead {
  margin-top: 2.3rem;
}
@media (min-width: 961px) {
  .p-ikumi-main__lead {
    margin-top: 1.7rem;
  }
}
.p-ikumi-main__lead {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-main__lead {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.p-ikumi-main__text {
  margin-top: 1.8rem;
}
@media (min-width: 961px) {
  .p-ikumi-main__text {
    margin-top: 0.6rem;
  }
}
.p-ikumi-main__text {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-main__text {
    line-height: 1.66667;
  }
}
.p-ikumi-sec {
  margin-top: 7rem;
}
@media (min-width: 961px) {
  .p-ikumi-sec {
    margin-top: 6.9rem;
  }
}
.p-ikumi-sec__title {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 3.2rem;
  position: relative;
}
.p-ikumi-sec__title--accent2 {
  background: url(../images/hoiku/ico/ico_hoiku_title_square2.svg) no-repeat 0;
  background-size: 0.3rem auto;
  padding-left: 1.6rem;
}
.p-ikumi-sec__title--accent4 {
  background: url(../images/hoiku/ico/ico_hoiku_title_square.svg) no-repeat 0;
  background-size: 0.9rem auto;
  padding-left: 1.6rem;
}
.p-ikumi-sec__title-en {
  --tw-text-opacity: 1;
  color: #F4858D;
  text-align: center;
}
@media (min-width: 961px) {
  .p-ikumi-sec__title-en {
    text-align: left;
  }
}
.p-ikumi-sec__title-en {
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 3.2rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-sec__title-en {
    font-size: 4rem;
    line-height: 4rem;
  }
  .p-ikumi-greeting {
    grid-column-gap: 4.3rem;
    -webkit-column-gap: 4.3rem;
    -moz-column-gap: 4.3rem;
    column-gap: 4.3rem;
    display: grid;
    grid-template-columns: 56rem 19.7rem;
    grid-template-rows: auto auto auto;
    position: relative;
  }
  .p-ikumi-greeting__title {
    grid-area: 1/1/2/3;
    margin-bottom: 4.3rem;
  }
}
.p-ikumi-greeting__lead {
  margin-top: 1.4rem;
}
@media (min-width: 961px) {
  .p-ikumi-greeting__lead {
    margin-top: 0;
  }
}
.p-ikumi-greeting__lead {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-greeting__lead {
    font-size: 2rem;
    grid-area: 2/1/3/2;
    line-height: 3.2rem;
  }
}
.p-ikumi-greeting__name {
  margin-top: 0.2rem;
}
@media (min-width: 961px) {
  .p-ikumi-greeting__name {
    margin-top: 1.2rem;
  }
}
.p-ikumi-greeting__name {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-greeting__name {
    font-size: 1.5rem;
    grid-area: 3/1/4/2;
    line-height: 2.4rem;
  }
}
.p-ikumi-greeting__illust {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: -3rem auto 5rem;
  text-align: center;
  width: 86.31922%;
}
@media (min-width: 961px) {
  .p-ikumi-greeting__illust {
    display: block;
    margin: 0;
    width: 16rem;
  }
}
@media screen and (min-width: 961px) {
  .p-ikumi-greeting__illust {
    position: absolute;
    right: 0;
    top: 7rem;
  }
}
.p-ikumi-greeting__illust-img {
  margin-left: auto;
  margin-right: auto;
}
.p-ikumi-greeting__illust-img + .p-ikumi-greeting__illust-img {
  margin-left: 3.3rem;
}
@media (min-width: 961px) {
  .p-ikumi-greeting__illust-img + .p-ikumi-greeting__illust-img {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.p-ikumi-greeting__illust-cap {
  --tw-text-opacity: 1;
  color: #E87D7D;
  font-size: 1.3rem;
  line-height: 2rem;
  /* margin-top: -2rem; */
  white-space: nowrap;
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .p-ikumi-greeting__illust-cap {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.p-ikumi-greeting__text {
  margin-top: 2.9rem;
}
@media (min-width: 961px) {
  .p-ikumi-greeting__text {
    margin-top: 1.5rem;
  }
}
.p-ikumi-greeting__text {
  font-weight: 300;
  line-height: 1.71429;
}
@media screen and (min-width: 961px) {
  .p-ikumi-greeting__text {
    grid-area: 4/1/6/2;
  }
}
.p-ikumi-access__detail {
  margin-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-ikumi-access__detail {
    margin-top: 1.1rem;
  }
}
.p-ikumi-access__title {
  --tw-text-opacity: 1;
  color: #E87D7D;
}
.p-ikumi-access__text {
  margin-top: 0.6rem;
}
@media (min-width: 961px) {
  .p-ikumi-access__text {
    margin-top: 0.5rem;
  }
}
.p-ikumi-access__text {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2.1rem;
}
.p-ikumi-access-map {
  height: 0;
  margin-top: 1rem;
  overflow: hidden;
  padding-bottom: 130.29316%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-ikumi-access-map {
    padding-bottom: 50%;
  }
}
.p-ikumi-access-map__if {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-ikumi-contact {
  margin-top: 4.4rem;
  padding: 3.2rem 1.5rem 3.8rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-ikumi-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.2rem;
    padding: 1.4rem 2.8rem;
    text-align: left;
  }
}
.p-ikumi-contact {
  border: 0.1rem dotted #676767;
  border-radius: 0.5rem;
}
.p-ikumi-contact__clm2 {
  margin-top: 4.1rem;
}
@media (min-width: 961px) {
  .p-ikumi-contact__clm2 {
    margin-left: 5.4rem;
    margin-top: 0;
    padding-left: 4.9rem;
  }
}
@media screen and (min-width: 961px) {
  .p-ikumi-contact__clm2 {
    border-left: 0.1rem solid #707070;
  }
}
.p-ikumi-contact__title {
  --tw-text-opacity: 1;
  color: #6D84E3;
}
@media screen and (min-width: 961px) {
  .p-ikumi-contact__title {
    font-size: 1.5rem;
  }
}
.p-ikumi-contact__name {
  margin-top: 1.2rem;
}
@media (min-width: 961px) {
  .p-ikumi-contact__name {
    margin-top: 1rem;
  }
}
.p-ikumi-contact__name {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 2.8rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-contact__name {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
.p-ikumi-contact__address {
  display: table;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
  margin: 0.9rem auto 0;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-ikumi-contact__address {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 1rem 0 0;
  }
}
.p-ikumi-contact__title-s {
  display: block;
  margin-bottom: 0.4rem;
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .p-ikumi-contact__title-s {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.p-ikumi-contact__title-s {
  font-size: 1.2rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-contact__title-s {
    font-size: 1.4rem;
  }
}
.p-ikumi-contact__tel {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-ikumi-contact__tel {
    pointer-events: none;
  }
}
.p-ikumi-contact__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: #E87D7D;
  border-radius: 9999px;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-bottom: 0.2rem;
  width: 19.9rem;
}
@media (min-width: 961px) {
  .p-ikumi-contact__link {
    margin-top: 0;
    width: 22rem;
  }
}
.p-ikumi-contact__link {
  font-weight: 500;
}
.p-ikumi-contact-time {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4rem;
  text-align: left;
}
@media (min-width: 961px) {
  .p-ikumi-contact-time {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-ikumi-contact-time {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
}
.p-ikumi-contact-time__dt {
  display: table-cell;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .p-ikumi-contact-time__dt {
    display: inline-block;
  }
}
.p-ikumi-contact-time__dd {
  display: table-cell;
}
@media screen and (min-width: 961px) {
  .p-ikumi-contact-time__dd {
    display: inline-block;
  }
}
.p-ikumi-intro__title {
  font-size: 1.7rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-intro__label {
    min-width: 100px;
  }
}
.p-ikumi-intro__text {
  font-weight: 300;
  line-height: 1.57143;
  margin-top: 0.6rem;
}
.p-ikumi-intro-box {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
  margin-top: 6.3rem;
  padding: 1.9rem 1.7rem 4.1rem 1.8rem;
}
@media (min-width: 961px) {
  .p-ikumi-intro-box {
    margin-top: 5.8rem;
  }
}
.p-ikumi-intro-box {
  border-radius: 3px;
}
@media screen and (min-width: 961px) {
  .p-ikumi-intro-box {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    display: grid;
    grid-template-columns: 56rem 17rem;
    padding: 1.9rem 2rem 2.4rem 2.5rem;
  }
}
.p-ikumi-intro-box__title {
  font-size: 1.7rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-intro-box__title {
    grid-area: 1/1/2/2;
  }
}
.p-ikumi-intro-box__text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-intro-box__text {
    grid-area: 2/1/3/2;
  }
}
.p-ikumi-intro-box__link {
  --tw-text-opacity: 1;
  color: #6D84E3;
  display: inline-block;
  margin-top: 1.7rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-ikumi-intro-box__link {
    grid-area: 3/1/4/2;
  }
}
.p-ikumi-intro-box__link[target="_blank"]:after {
  background: url(../images/ico/ico-arrow-blank.svg) no-repeat 100%;
  content: "";
  display: inline-block;
  height: 1.3rem;
  margin-left: 0.5rem;
  vertical-align: -0.1rem;
  width: 1.3rem;
}
.p-ikumi-intro-box__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}
@media (min-width: 961px) {
  .p-ikumi-intro-box__image {
    margin-top: 0;
  }
}
.p-ikumi-intro-box__image {
  width: 170px;
}
@media screen and (min-width: 961px) {
  .p-ikumi-intro-box__image {
    grid-area: 1/2/4/3;
  }
}
.p-ikumi-summary {
  margin-top: 1.5rem;
}
@media (min-width: 961px) {
  .p-ikumi-summary {
    margin-top: 3.4rem;
  }
  .p-ikumi-summary__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-ikumi-summary__item + .p-ikumi-summary__item {
  border-top: 0.1rem solid #e8e8e8;
  margin-top: 1.4rem;
  padding-top: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-ikumi-summary__item + .p-ikumi-summary__item {
    margin-top: 0.5rem;
    padding-top: 0.4rem;
  }
}
.p-ikumi-summary__dt {
  --tw-text-opacity: 1;
  color: #E87D7D;
}
@media (min-width: 961px) {
  .p-ikumi-summary__dt {
    margin-right: 2.5rem;
  }
}
.p-ikumi-summary__dt {
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-ikumi-summary__dt {
    width: 187px;
  }
}
.p-ikumi-summary__dd {
  margin-right: -0.75rem;
  margin-top: 0.2rem;
}
@media (min-width: 961px) {
  .p-ikumi-summary__dd {
    margin-top: 0;
  }
}
.p-ikumi-summary__dd {
  font-weight: 300;
}
.p-ikumi-facility__image {
  height: auto;
}
@media (min-width: 961px) {
  .p-ikumi-facility__title {
    margin-top: 0.1rem;
  }
}
.p-ikumi-facility__title {
  font-size: 1.5rem;
}
.p-ikumi-facility__text {
  margin-top: 0.2rem;
}
@media (min-width: 961px) {
  .p-ikumi-facility__text {
    margin-top: 0.1rem;
  }
}
.p-ikumi-facility__text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.1rem;
}
.p-ikumi-gallery {
  margin-top: 2.2rem;
}
@media (min-width: 961px) {
  .p-ikumi-gallery {
    margin-top: 3.4rem;
  }
}
.p-ikumi-gallery__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .p-ikumi-gallery__row {
    gap: 2.5rem;
  }
}
.p-ikumi-gallery__clm {
  width: 50%;
}
@media (min-width: 961px) {
  .p-ikumi-gallery__clm {
    width: 33.333%;
  }
}
.p-ikumi-gallery__text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.1rem;
}
.p-ikumi-fixed-nav {
  bottom: 0;
  height: 100%;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 20;
}
@media (min-width: 961px) {
  .p-ikumi-fixed-nav {
    display: none;
  }
}
.p-ikumi-fixed-nav-contact {
  bottom: 12rem;
  pointer-events: auto;
  position: absolute;
  right: 0;
  width: 3.6rem;
}
.p-ikumi-fixed-nav-contact__item {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 214, 208, var(--tw-bg-opacity));
  border-bottom-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  height: 10rem;
}
.p-ikumi-fixed-nav-contact__item + .p-ikumi-fixed-nav-contact__item {
  margin-top: 0.5rem;
}
.p-ikumi-fixed-nav-contact__link {
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  height: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.p-ikumi-fixed-nav-contact__link,
.p-ikumi-fixed-nav-local {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-ikumi-fixed-nav-local {
  bottom: 0;
  height: 4.6rem;
  pointer-events: auto;
  position: absolute;
}
.p-ikumi-fixed-nav-local__item {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 231, 229, var(--tw-bg-opacity));
  height: 100%;
  position: relative;
  width: 50%;
}
.p-ikumi-fixed-nav-local__item.is-active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 199, var(--tw-bg-opacity));
}
.p-ikumi-fixed-nav-local__item.is-active .p-ikumi-fixed-nav-local__link {
  --tw-text-opacity: 1;
  color: rgba(130, 112, 110, var(--tw-text-opacity));
}
.p-ikumi-fixed-nav-local__item + .p-ikumi-fixed-nav-local__item:before {
  --tw-content: "";
  --tw-bg-opacity: 1;
  background-color: #F4858D;
  content: var(--tw-content);
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0.3rem;
  width: 0.1rem;
}
.p-ikumi-fixed-nav-local__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 2.2rem;
  width: 100%;
}
.p-hoiku-introduction-policy {
  text-align: center;
}
.p-hoiku-introduction-policy__text01 {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-policy__text01 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.p-hoiku-introduction-policy__text02 {
  font-size: 1.7rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-policy__text02 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.p-hoiku-introduction-about {
  background: url(/assets/images/hoiku/bg/bg_introduction_sp.png) no-repeat
    center 100px;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-about {
    background-image: url(/assets/images/hoiku/bg/bg_introduction_pc.png);
    background-position: center 65px;
    background-size: 1308px auto;
  }
}
.p-hoiku-introduction-about__card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 26rem;
}
.p-hoiku-introduction-about__card-image {
  margin-bottom: 2.2rem;
  width: 17rem;
}
@media (min-width: 961px) {
  .p-hoiku-introduction-about__card-image {
    margin-bottom: 4.6rem;
  }
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-about__card-image {
    width: 22rem;
  }
}
.p-hoiku-introduction-about__card-image.icon01,
.p-hoiku-introduction-about__card-image.icon02 {
  position: relative;
}
.p-hoiku-introduction-about__card-image.icon01:after,
.p-hoiku-introduction-about__card-image.icon02:after {
  background: no-repeat 50%;
  background-size: cover;
  content: "";
  height: 4.6rem;
  position: absolute;
  width: 4.8rem;
  z-index: 2;
}
.p-hoiku-introduction-about__card-image.icon01:after {
  background-image: url(/assets/images/hoiku/ico/ico_hoiku_title01.svg);
  bottom: 4rem;
  right: -2.3rem;
}
@media screen and (max-width: 960px) {
  .p-hoiku-introduction-about__card-image.icon01:after {
    display: none;
  }
}
.p-hoiku-introduction-about__card-image.icon02:after {
  background-image: url(/assets/images/hoiku/ico/ico_hoiku_title03.svg);
  bottom: 1.5rem;
  left: -2.6rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-about__card-image.icon02:after {
    display: none;
  }
}
.p-hoiku-introduction-about__card-badge {
  -webkit-box-align: center;
  -ms-flex-align: center;
  --tw-text-opacity: 1;
  align-items: center;
  color: rgba(122, 181, 181, var(--tw-text-opacity));
  display: grid;
  height: 2.4rem;
  justify-items: center;
  margin-bottom: 1.2rem;
  place-items: center;
  width: 15.4rem;
}
@media (min-width: 961px) {
  .p-hoiku-introduction-about__card-badge {
    margin-bottom: 1.4rem;
  }
}
.p-hoiku-introduction-about__card-badge {
  border: 1px solid #7ab5b5;
  border-radius: 1.2rem;
}
.p-hoiku-introduction-about__card-lead {
  margin-bottom: 1.6rem;
}
@media (min-width: 961px) {
  .p-hoiku-introduction-about__card-lead {
    margin-bottom: 2.6rem;
  }
}
.p-hoiku-introduction-about__card-lead {
  font-size: 2rem;
  line-height: 3.2rem;
  text-align: center;
}
.p-hoiku-introduction-about__greet {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 3rem 2rem 4.3rem;
}
@media (min-width: 961px) {
  .p-hoiku-introduction-about__greet {
    padding: 4rem 5.2rem;
  }
}
.p-hoiku-introduction-about__greet {
  border: 1px solid #707070;
  border-radius: 5px;
}
.p-hoiku-introduction-about__greet-copy {
  font-size: 1.8rem;
  line-height: 3rem;
}
.p-hoiku-introduction-about__greet-name {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-about__greet-name {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.p-hoiku-introduction-about__greet-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.p-hoiku-introduction-about__greet-image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-about__greet-image {
    width: calc(100% - 50rem);
  }
}
.p-hoiku-introduction-about__greet-image img {
  width: 25rem;
}
.p-hoiku-introduction-merit__card + .p-hoiku-introduction-merit__card {
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-merit__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.8rem;
  }
}
.p-hoiku-introduction-merit__card > * {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 500px;
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-merit__card:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.p-hoiku-introduction-merit__card-lead {
  font-size: 1.7rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 4.2rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hoiku-introduction-merit__card-lead {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.p-hoiku-introduction-merit__card-lead:before {
  background-size: contain;
  content: "";
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.1rem;
}
.p-hoiku-introduction-merit__card:nth-of-type(3n + 1)
  .p-hoiku-introduction-merit__card-lead:before {
  background-image: url(/assets/images/hoiku/ico/ico_hoiku_title01.svg);
}
.p-hoiku-introduction-merit__card:nth-of-type(3n + 2)
  .p-hoiku-introduction-merit__card-lead:before {
  background-image: url(/assets/images/hoiku/ico/ico_hoiku_title02.svg);
}
.p-hoiku-introduction-merit__card:nth-of-type(3n)
  .p-hoiku-introduction-merit__card-lead:before {
  background-image: url(/assets/images/hoiku/ico/ico_hoiku_title03.svg);
}
.p-hoiku-introduction-merit__card-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.p-hoiku-news {
  position: relative;
}
.p-hoiku-news:before {
  top: 0;
}
.p-hoiku-news:after,
.p-hoiku-news:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-hoiku-news:after {
  bottom: 0;
}
.p-hoiku-news-heading {
  --tw-text-opacity: 1;
  color: #F4858D;
  margin-bottom: 0.9rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-hoiku-news-heading {
    margin-bottom: 1.1rem;
  }
}
.p-hoiku-news-heading {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-news-heading {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.p-hoiku-news__title {
  margin-bottom: 2.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-hoiku-news__title {
    margin-bottom: 6.8rem;
  }
}
.p-hoiku-news__title {
  font-size: 3rem;
  line-height: 3.6rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-news__title {
    font-size: 4rem;
    line-height: 3rem;
  }
}
.p-hoiku-news-card {
  margin-left: auto;
  margin-right: auto;
  width: 61.6%;
}
@media (min-width: 961px) {
  .p-hoiku-news-card {
    width: auto;
  }
}
.p-hoiku-news-card__image {
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 961px) {
  .p-hoiku-news-card__image {
    width: 48rem;
  }
}
.p-hoiku-news-card__image {
  aspect-ratio: 210/159;
}
@media screen and (min-width: 961px) {
  .p-hoiku-news-card__image {
    aspect-ratio: 231/174;
  }
}
.p-hoiku-news-card__category-item {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
}
.p-hoiku-news-box {
  margin-top: 3.2rem;
}
@media (min-width: 961px) {
  .p-hoiku-news-box {
    margin-top: 5.6rem;
  }
}
.p-hoiku-news-box {
  text-align: center;
}
.p-hoiku-news__button {
  background-image: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  padding-right: 4.5rem;
  width: auto;
}
.p-hoiku-news__button-arrow {
  right: 0;
}
.p-hoiku_placement__card-title {
  margin-top: 1.3rem;
  padding-left: 5.4rem;
  position: relative;
}
.p-hoiku_placement__card-title:before {
  --tw-content: "";
  content: var(--tw-content);
}
.p-hoiku_placement__card-title {
  font-size: 1.8rem;
  line-height: 3rem;
}
.p-hoiku_placement__card-title:before {
  background: url(/assets/images/logo/logo_ikumi_mark.svg) no-repeat 50%;
  display: inline-block;
  height: 3.4rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5rem;
}
.p-hoiku_placement__card-text {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 1rem;
}
.p-hoiku_placement__card-button {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F4858D;
  border-radius: 1rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  margin-top: 3rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
}
.p-hoiku_placement__card-button:hover {
  --tw-bg-opacity: 1;
  background-color: #F28499;
}
.p-hoiku_placement__card-button-text {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
}
.p-hoiku_placement__card-button-arrow {
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-hoiku_placement__card-button-arrow.c-icon--triangle {
  fill: #fff;
}
.p-hoiku_placement-conv {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 6.8rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-hoiku_placement-conv {
    margin-top: 15.7rem;
  }
}
.p-hoiku-schedule-oneday__table {
  margin-left: auto;
  margin-right: auto;
  width: 75.2%;
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-oneday__table {
    width: 66.1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hoiku-schedule-oneday__table tr.sp-hidden {
    display: none;
  }
}
.p-hoiku-schedule-oneday__table th {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #F4858D;
  border: 1px solid #fff;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 1.6rem;
  font-weight: 400;
  height: 4rem;
  line-height: 2.6rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-oneday__table th {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.p-hoiku-schedule-oneday__table td {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 231, 229, var(--tw-bg-opacity));
  border: 1px solid #fff;
  font-size: 1.5rem;
  height: 4rem;
  line-height: 3rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-oneday__table td {
    font-size: 1.6rem;
    line-height: 3rem;
    width: 39rem;
  }
  .p-hoiku-schedule-oneday__table td:first-child {
    width: 27.1rem;
  }
}
.p-hoiku-schedule-oneday__table td:first-child {
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-oneday__table--baby {
    width: 39rem;
  }
  .p-hoiku-schedule-oneday__table--baby td:first-child,
  .p-hoiku-schedule-oneday__table--baby th:first-child {
    display: none;
  }
}
.p-hoiku-schedule-yearly {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
}
.p-hoiku-schedule-yearly:after {
  background: no-repeat 50%;
  background-image: url(/assets/images/hoiku/bg/bg_schedule01_sp.png);
  background-size: cover;
  content: "";
  height: 7.1rem;
  left: 50%;
  position: absolute;
  top: 3.7rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26.1rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-yearly:after {
    display: none;
  }
}
.p-hoiku-schedule-yearly__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: relative;
}
.p-hoiku-schedule-yearly__card.bg-ilusst01:after,
.p-hoiku-schedule-yearly__card.bg-ilusst02:after,
.p-hoiku-schedule-yearly__card.bg-ilusst03:after {
  background: no-repeat 50%;
  background-size: cover;
  content: "";
  position: absolute;
  right: -5.2%;
  top: 0;
}
.p-hoiku-schedule-yearly__card.bg-ilusst01:after {
  background-image: url(/assets/images/hoiku/bg/bg_schedule01_pc.png);
  height: 58.2rem;
  width: 17.3rem;
}
@media screen and (max-width: 960px) {
  .p-hoiku-schedule-yearly__card.bg-ilusst01:after {
    display: none;
  }
}
.p-hoiku-schedule-yearly__card.bg-ilusst02:after {
  background-image: url(/assets/images/hoiku/bg/bg_schedule02_pc.png);
  height: 60.5rem;
  width: 17.9rem;
}
@media screen and (max-width: 960px) {
  .p-hoiku-schedule-yearly__card.bg-ilusst02:after {
    display: none;
  }
}
.p-hoiku-schedule-yearly__card.bg-ilusst03:after {
  background-image: url(/assets/images/hoiku/bg/bg_schedule02_sp.png);
  height: 57rem;
  width: 10.5rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-yearly__card.bg-ilusst03:after {
    display: none;
  }
}
.p-hoiku-schedule-yearly__card-head {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  width: 5.5rem;
}
.p-hoiku-schedule-yearly__card-head .text--num {
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-yearly__card-head .text--num {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.p-hoiku-schedule-yearly__card-head .text--small {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.8rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-yearly__card-head .text--small {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.p-hoiku-schedule-yearly__card-body {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-yearly__card-body {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.p-hoiku-schedule-yearly__card-list li {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
.p-hoiku-schedule-yearly__card-list li:before {
  background-color: #F4858D;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 1.5rem;
  width: 7px;
}
.p-hoiku-schedule-yearly__card--every {
  padding-bottom: 5rem;
  position: relative;
}
.p-hoiku-schedule-yearly__card--every:after {
  background: no-repeat 50%;
  background-size: contain;
  content: "";
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-hoiku-schedule-yearly__card--every:after {
    background-image: url(/assets/images/hoiku/bg/bg_schedule03_pc.png);
    height: 13.6rem;
    right: -50%;
    top: 0;
    width: 25.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hoiku-schedule-yearly__card--every:after {
    background-image: url(/assets/images/hoiku/bg/bg_schedule03_sp.png);
    bottom: -5rem;
    height: 7.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14.8rem;
  }
}
.p-hoiku-schedule-yearly__card--every li:before {
  background-color: #f6ae52;
}
.p-hoiku-schedule-yearly .dotted-border {
  border-style: none;
  height: 0.1rem;
  position: relative;
}
.p-hoiku-schedule-yearly .dotted-border:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#676767),
    color-stop(0.1rem, #676767),
    color-stop(0.1rem, transparent),
    color-stop(0.3rem, transparent)
  );
  background-image: linear-gradient(
    90deg,
    #676767,
    #676767 0.1rem,
    transparent 0,
    transparent 0.3rem
  );
  background-repeat: repeat-x;
  background-size: 0.4rem 0.1rem;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-hoiku_top-kv {
  position: relative;
}
.p-hoiku_top-kv__hero {
  -webkit-animation: fadeIn 1.5s ease 0s 1 forwards;
  animation: fadeIn 1.5s ease 0s 1 forwards;
  position: relative;
}
.p-hoiku_top-kv__hero-message {
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 30.7vw;
  width: 100%;
}
@media (min-width: 961px) {
  .p-hoiku_top-kv__hero-message {
    display: none;
  }
}
.p-hoiku_top-kv__hero-message {
  -webkit-animation: fadeIn 3.5s ease 1.5s 1 forwards;
  animation: fadeIn 3.5s ease 1.5s 1 forwards;
  font-size: 2rem;
  line-height: 3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-hoiku_top-kv__hero-message img {
  margin: 0 auto;
}
@media (min-width: 961px) {
  .p-hoiku_top-kv__hero-image .c-image {
    height: 41.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.p-hoiku_top-kv__hero-cover {
  -webkit-animation: fadeOut 3s ease 0s 1 forwards;
  animation: fadeOut 3s ease 0s 1 forwards;
  left: 0;
  position: absolute;
  top: 0;
}
.p-hoiku_top-kv__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  opacity: 0;
}
@media (min-width: 961px) {
  .p-hoiku_top-kv__logo {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 16.3rem;
  }
}
.p-hoiku_top-kv__logo {
  -webkit-animation: fadeIn 3.5s ease 2.3s 1 forwards;
  animation: fadeIn 3.5s ease 2.3s 1 forwards;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-kv__logo {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-hoiku_top-kv__logo .c-hoiku-logo__title {
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-bottom: 0.8rem;
}
.p-hoiku_top-kv__services {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 1.6rem;
  opacity: 0;
}
@media (min-width: 961px) {
  .p-hoiku_top-kv__services {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 25.1rem;
  }
}
.p-hoiku_top-kv__services {
  -webkit-animation: fadeIn 3.5s ease 3.1s 1 forwards;
  animation: fadeIn 3.5s ease 3.1s 1 forwards;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-kv__services {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-hoiku_top-kv__services-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: #F4858D;
  border-radius: 1.1rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  height: 2.2rem;
  justify-content: center;
  width: 6rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-kv__services-item {
    font-size: 1.3rem;
  }
}
.p-hoiku_top-lead {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.p-hoiku_top-lead__text {
  max-width: 48rem;
}
@media (min-width: 961px) {
  .p-hoiku_top-lead__text {
    width: 50%;
  }
}
.p-hoiku_top-lead__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 3rem;
}
@media (min-width: 961px) {
  .p-hoiku_top-lead__images {
    width: 50%;
  }
}
.p-hoiku_top-lead__images {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  justify-items: center;
  place-items: center;
}
@media screen and (max-width: 960px) {
  .p-hoiku_top-lead__images {
    display: none;
  }
}
.p-hoiku_top-introduction {
  background: #fcf5f4;
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-hoiku_top-introduction {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    padding-bottom: 2.7rem;
    padding-top: 2.7rem;
  }
}
.p-hoiku_top-introduction__heading {
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-introduction__heading {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.p-hoiku_top-introduction__lead {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}
.p-hoiku_top-introduction__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-hoiku_top-introduction-nav .c-hoiku-button {
    background-image: url(/assets/images/hoiku/bg/bg_button-dotted-300x70.svg);
    height: 7rem;
    max-width: 31rem;
    width: 100%;
  }
}
.p-hoiku_top-introduction-nav .c-hoiku-button__text--en {
  --tw-text-opacity: 1;
  color: #E87D7D;
  font-family: Roboto Condensed, Helvetica Neue, Arial,
    Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-family: var(--font-family-roboto);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-introduction-nav .c-hoiku-button__text--en {
    font-size: 1.6rem;
  }
}
.p-hoiku_top-introduction-nav .c-hoiku-button__text--jp {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-introduction-nav .c-hoiku-button__text--jp {
    font-size: 1.7rem;
  }
}
.p-hoiku_top-clinic {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
  padding: 2rem 1.6rem 2.4rem;
}
@media (min-width: 961px) {
  .p-hoiku_top-clinic {
    padding: 2.3rem 6rem 2rem;
  }
}
.p-hoiku_top-clinic {
  border-radius: 3px;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-clinic {
    grid-column-gap: 2.7rem;
    -webkit-column-gap: 2.7rem;
    -moz-column-gap: 2.7rem;
    column-gap: 2.7rem;
    display: grid;
    grid-template-columns: 73rem 17rem;
  }
}
.p-hoiku_top-clinic__title {
  font-size: 1.7rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-clinic__title {
    font-size: 2rem;
    grid-area: 1/1/2/2;
  }
}
.p-hoiku_top-clinic__title-small {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-clinic__title-small {
    display: inline;
    font-size: 1.5rem;
  }
}
.p-hoiku_top-clinic__text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-clinic__text {
    grid-area: 2/1/3/2;
  }
}
.p-hoiku_top-clinic__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}
@media (min-width: 961px) {
  .p-hoiku_top-clinic__image {
    margin-top: 0;
  }
}
.p-hoiku_top-clinic__image {
  width: 170px;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-clinic__image {
    grid-area: 1/2/4/3;
  }
}
.p-hoiku_top-clinic__illust {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-hoiku_top-clinic__illust {
    grid-area: 4/1/5/3;
  }
}
.p-hoiku_top-clinic__illust .c-picture {
  margin-left: auto;
  margin-right: auto;
  width: 28.2rem;
}
@media (min-width: 961px) {
  .p-hoiku_top-clinic__illust .c-picture {
    width: 77.1rem;
  }
}
body.-hoiku-recruit-contact {
  background-color: #fce2e9;
}
.p-hoiku-recruit-contact-inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-contact-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 108rem;
    width: 108rem;
  }
  .p-hoiku-recruit-contact-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  .p-hoiku-recruit-contact-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 961px) {
  .p-hoiku-recruit-contact-head__logo {
    padding-top: 4rem;
    width: 22rem;
  }
}
.p-hoiku-recruit-contact-head__text {
  display: none;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-contact-head__text {
    display: block;
    margin-bottom: 1.4rem;
  }
}
.p-hoiku-recruit-contact-head__text {
  font-size: 1.7rem;
}
.p-hoiku-recruit-contact-head__title {
  margin-top: 4.2rem;
  text-align: center;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-contact-head__title {
    text-align: left;
  }
}
.p-hoiku-recruit-contact-head__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-contact-head__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-hoiku-recruit-contact-head__title {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-recruit-contact-head__title {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.p-hoiku-recruit-contact-head__label {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
  margin-top: 2.4rem;
}
.p-hoiku-recruit-contact__inquiry {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcb2b2),
    to(#e87d7d)
  );
  background: linear-gradient(#fcb2b2, #e87d7d);
  display: grid;
  height: 40px;
  justify-content: center;
  place-content: center;
  width: 126px;
}
.p-hoiku-recruit-footer-site {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  position: relative;
  width: 100%;
}
.p-hoiku-recruit-footer-site__inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 2rem 1rem 2rem 1.1rem;
  width: 100%;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-footer-site__inn {
    height: 6.4rem;
    margin-left: 4rem;
    margin-right: 4rem;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    width: calc(100% - 8rem);
  }
}
@media (min-width: 1280px) {
  .p-hoiku-recruit-footer-site__inn {
    padding: 0;
  }
}
@media (min-width: 961px) {
  .p-hoiku-recruit-footer-site__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-hoiku-recruit-footer-site__logo-wrap {
  margin-right: 1.7rem;
  position: relative;
  width: 16.4rem;
}
.p-hoiku-recruit-footer-site__logo-wrap:after {
  --tw-content: none;
  content: var(--tw-content);
}
@media (min-width: 961px) {
  .p-hoiku-recruit-footer-site__logo-wrap {
    margin-right: 3.8rem;
    width: auto;
  }
  .p-hoiku-recruit-footer-site__logo-wrap:after {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.p-hoiku-recruit-footer-site__title {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-footer-site__title {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.p-hoiku-recruit-footer-site__title {
  color: #161611;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.4rem;
}
@media screen and (min-width: 1231px) {
  .p-hoiku-recruit-footer-site__title {
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2.2rem;
    padding-bottom: 0.4rem;
  }
}
.p-hoiku-recruit-footer-site__links {
  display: none;
  margin-bottom: 0.1rem;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-footer-site__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.p-hoiku-recruit-footer-site__gloNav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  margin-right: 1.7rem;
  position: absolute;
  right: 15rem;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-footer-site__gloNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-hoiku-recruit-footer-site__gloNav-list {
  gap: 1.4rem;
}
.p-hoiku-recruit-footer-site__gloNav-item,
.p-hoiku-recruit-footer-site__gloNav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.p-hoiku-recruit-footer-site__gloNav-item {
  cursor: pointer;
}
.p-hoiku-recruit-footer-site__gloNav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
}
.p-hoiku-recruit-footer-site__gloNav-link.-mark:after {
  --tw-bg-opacity: 1;
  background-color: #014CA3;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 0.8rem;
  margin-left: 0.4rem;
  width: 1.2rem;
}
.p-hoiku-recruit-footer-site__gloNav-link.-blue:after {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
}
.p-hoiku-recruit-footer-site__gloNav-link.-red:after {
  --tw-bg-opacity: 1;
  background-color: #F28499;
}
.p-hoiku-recruit-footer-site__link-button {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(246, 174, 82, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 3rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  position: relative;
  width: 12rem;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-footer-site__link-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .p-hoiku-recruit-footer-site__link-button {
    height: 2.6rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    width: 11rem;
  }
}
.p-hoiku-recruit-footer-site__link-button {
  color: #fdf8ea;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-hoiku-recruit-footer-site__links-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  bottom: 0;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0.5rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 10rem;
}
@media (min-width: 1280px) {
  .p-hoiku-recruit-footer-site__links-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-hoiku-recruit-footer-site__links-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-hoiku-recruit-footer-site__links-child.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-hoiku-recruit-footer-site__links-child-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.4rem;
  justify-content: center;
  position: relative;
}
.p-hoiku-recruit-footer-site__links-child-item:before {
  --tw-content: "";
  content: var(--tw-content);
}
.p-hoiku-recruit-footer-site__links-child-item {
  color: #333;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 3.4rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.p-hoiku-recruit-footer-site__links-child-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}
.p-hoiku-recruit-footer-site__links-child-item:hover:before {
  opacity: 1;
}
.p-hoiku-recruit-footer-site__links-child-item:before {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 174, 82, var(--tw-bg-opacity));
  height: 0.1rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
}
.p-hoiku-recruit-footer-site__links-child-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-hoiku-recruit-footer-site__menu {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
  display: none;
  height: 100%;
  left: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
@media (min-width: 1280px) {
  .p-hoiku-recruit-footer-site__menu {
    height: 100vh;
  }
}
.p-hoiku-recruit-footer-site__menu {
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-hoiku-recruit-footer-site__menu.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.p-hoiku-recruit-footer-site__menu-inn {
  padding: 1.7rem 1.75rem 3rem;
}
.p-hoiku-recruit-footer-site__menu-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 6.4rem;
}
.p-hoiku-recruit-footer-site__menu-close:after {
  --tw-content: "";
  content: var(--tw-content);
}
.p-hoiku-recruit-footer-site__menu-close {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 3.2rem;
}
.p-hoiku-recruit-footer-site__menu-close:after {
  background-image: url(/assets/images/ico/ico_close.svg);
  background-size: contain;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}
.p-hoiku-recruit-footer-site__menu-head {
  display: inline-block;
}
.p-hoiku-recruit-footer-site__menu-logo-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-hoiku-recruit-footer-site__menu-title {
  color: #161616;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.4rem;
  margin-top: 0.9rem;
}
.p-hoiku-recruit-footer-site__sitemap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 2.8rem;
  width: 100%;
}
@media (min-width: 1280px) {
  .p-hoiku-recruit-footer-site__sitemap {
    padding-left: 7.6rem;
    padding-right: 7.6rem;
  }
}
.p-hoiku-recruit-footer-site__menu-gloNav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1280px) {
  .p-hoiku-recruit-footer-site__menu-gloNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-hoiku-recruit-footer-site__menu-gloNav-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (min-width: 1280px) {
  .p-hoiku-recruit-footer-site__menu-gloNav-item {
    width: auto;
  }
  .p-hoiku-recruit-footer-site__menu-gloNav-item:before {
    --tw-content: none;
    content: var(--tw-content);
  }
}
.p-hoiku-recruit-footer-site__menu-gloNav-item {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border: 1px dotted #000;
  border-radius: 0.5rem;
}
.p-hoiku-recruit-footer-site__menu-gloNav-item
  + .p-hoiku-recruit-footer-site__menu-gloNav-item {
  margin-top: 0.7rem;
}
.p-hoiku-recruit-footer-site__menu-gloNav-item.is-active
  .p-hoiku-recruit-footer-site__menu-gloNav-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-hoiku-recruit-footer-site__menu-gloNav-item.is-active
  .p-hoiku-recruit-footer-site__menu-localNav {
  display: block;
}
.p-hoiku-recruit-footer-site__menu-gloNav-item.-no-border {
  border: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
.p-hoiku-recruit-footer-site__menu-gloNav-item.-no-border
  .p-hoiku-recruit-footer-site__menu-localNav-item:first-of-type
  .p-hoiku-recruit-footer-site__menu-localNav-link {
  border-top: 0;
}
.p-hoiku-recruit-footer-site__menu-gloNav-item.-no-border.is-active
  .p-hoiku-recruit-footer-site__menu-gloNav-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.p-hoiku-recruit-footer-site__menu-gloNav-item.-col2 {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.9rem;
}
.p-hoiku-recruit-footer-site__menu-gloNav-item.-col2
  .p-hoiku-recruit-footer-site__menu-gloNav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-hoiku-recruit-footer-site__menu-gloNav-item.-col2
  .p-hoiku-recruit-footer-site__menu-gloNav-link:after {
  --tw-content: none;
  content: var(--tw-content);
}
.p-hoiku-recruit-footer-site__menu-gloNav-item.-col2
  .p-hoiku-recruit-footer-site__menu-gloNav-link {
  background-color: #fff;
  border: 1px dotted #000;
  width: calc(50vw - 2.35rem);
}
.p-hoiku-recruit-footer-site__inquiry-button {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcb2b2),
    to(#e87d7d)
  );
  background: linear-gradient(#fcb2b2, #e87d7d);
  display: grid;
  height: 64px;
  justify-content: center;
  place-content: center;
  width: 126px;
}
.-hoiku-recruit .p-header__gloNav-link:hover,
.-hoiku-recruit .p-hoiku-recruit-footer-site__gloNav-link:hover {
  opacity: 0.5;
}
.-hoiku-recruit .p-hoiku-recruit-hero__bg {
  -webkit-animation: fadeIn 2s ease 0.5s 1 forwards;
  animation: fadeIn 2s ease 0.5s 1 forwards;
  opacity: 0;
}
.-hoiku-recruit .p-hoiku-recruit-hero__message1 {
  -webkit-animation: fadeIn 3.5s ease 1s 1 forwards;
  animation: fadeIn 3.5s ease 1s 1 forwards;
  opacity: 0;
}
.-hoiku-recruit .p-hoiku-recruit-hero__message2 {
  -webkit-animation: fadeIn 3.5s ease 2s 1 forwards;
  animation: fadeIn 3.5s ease 2s 1 forwards;
  opacity: 0;
}
.-hoiku-recruit .p-hoiku-recruit-hero__logo-wrap {
  -webkit-animation: fadeIn 3.5s ease 3.3s 1 forwards;
  animation: fadeIn 3.5s ease 3.3s 1 forwards;
  opacity: 0;
}
.p-hoiku-recruit-header__menu {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 226, 233, var(--tw-bg-opacity));
  background-image: url(/assets/images/hoiku/recruit/bg/bg_menu_sp.svg);
  background-position: center 10.5rem;
  background-repeat: no-repeat;
}
.p-hoiku-recruit-header__inquiry-button {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background: #e87d7d;
  display: grid;
  height: 46px;
  justify-content: center;
  place-content: center;
  width: 66px;
}
@media (min-width: 1280px) {
  .p-hoiku-recruit-header__inquiry-button {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fcb2b2),
      to(#e87d7d)
    );
    background: linear-gradient(#fcb2b2, #e87d7d);
    height: 64px;
    width: 126px;
  }
}
.p-hoiku-recruit-header__gloNav-item {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-hoiku-recruit-header__gloNav-inquiry-button {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background: #e87d7d;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  height: 60px;
  justify-content: center;
  place-content: center;
}
@media (max-width: 960px) {
  .p-hoiku-recruit__float-button {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.p-hoiku-recruit__float-inquiry {
  background: #dd3a7c;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 4.6rem;
}
.p-hoiku-recruit__float-inquiry,
.p-hoiku-recruit__group-inquiry {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  display: grid;
  justify-content: center;
  place-content: center;
}
.p-hoiku-recruit__group-inquiry {
  background: #254686;
  border-radius: 8px;
  height: 4rem;
}
@media screen and (min-width: 961px) {
  .p-hoiku-recruit-requirements__section {
    max-width: 600px;
    width: calc(100% - 2.4rem);
  }
}
.p-hoiku-recruit-requirements__list-box {
  --tw-border-opacity: 1;
  border-top-color: rgba(248, 216, 216, var(--tw-border-opacity));
  border-top-width: 2px;
  padding-bottom: 1.2rem;
  padding-top: 1.4rem;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-requirements__list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.p-hoiku-recruit-requirements__list-title {
  --tw-text-opacity: 1;
  color: #E87D7D;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2rem;
  margin-bottom: 1.3rem;
}
@media (min-width: 961px) {
  .p-hoiku-recruit-requirements__list-title {
    margin-bottom: 0;
    width: 14rem;
  }
}
.p-hoiku-recruit-requirements__list-detail {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.3rem;
}
.p-hoiku-recruit-requirements__list-detail table {
  width: auto;
}
.p-hoiku-recruit-requirements__list-detail table th {
  font-weight: 500;
}
.p-hoiku-recruit-requirements__list-detail table td {
  padding-left: 1.6rem;
  text-align: right;
}
.p-hoiku-recruit-requirements__list-detail ul li {
  padding-left: 1em;
  position: relative;
}
.p-hoiku-recruit-requirements__list-detail ul li:before {
  --tw-bg-opacity: 1;
  background-color: #F4858D;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.9rem;
  width: 7px;
}
.p-hoiku-recruit_placement__bg-sp {
  background-position: 0 90px;
}
@media screen and (max-width: 374px) {
  .u-left-sm--down {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .u-left-tab--down {
    text-align: left !important;
  }
}
@media screen and (max-width: 960px) {
  .u-left-md--down {
    text-align: left !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-left-lg--down {
    text-align: left !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-left-wide--down {
    text-align: left !important;
  }
}
@media screen and (max-width: 374px) {
  .u-center-sm--down {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .u-center-tab--down {
    text-align: center !important;
  }
}
@media screen and (max-width: 960px) {
  .u-center-md--down {
    text-align: center !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-center-lg--down {
    text-align: center !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-center-wide--down {
    text-align: center !important;
  }
}
@media screen and (max-width: 374px) {
  .u-right-sm--down {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .u-right-tab--down {
    text-align: right !important;
  }
}
@media screen and (max-width: 960px) {
  .u-right-md--down {
    text-align: right !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-right-lg--down {
    text-align: right !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-right-wide--down {
    text-align: right !important;
  }
}
@media screen and (max-width: 374px) {
  .u-top-sm--down {
    vertical-align: top !important;
  }
}
@media screen and (max-width: 767px) {
  .u-top-tab--down {
    vertical-align: top !important;
  }
}
@media screen and (max-width: 960px) {
  .u-top-md--down {
    vertical-align: top !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-top-lg--down {
    vertical-align: top !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-top-wide--down {
    vertical-align: top !important;
  }
}
@media screen and (max-width: 374px) {
  .u-middle-sm--down {
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 767px) {
  .u-middle-tab--down {
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 960px) {
  .u-middle-md--down {
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-middle-lg--down {
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-middle-wide--down {
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 374px) {
  .u-bottom-sm--down {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 767px) {
  .u-bottom-tab--down {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 960px) {
  .u-bottom-md--down {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-bottom-lg--down {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-bottom-wide--down {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 374px) {
  .u-baseline-sm--down {
    vertical-align: baseline !important;
  }
}
@media screen and (max-width: 767px) {
  .u-baseline-tab--down {
    vertical-align: baseline !important;
  }
}
@media screen and (max-width: 960px) {
  .u-baseline-md--down {
    vertical-align: baseline !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-baseline-lg--down {
    vertical-align: baseline !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-baseline-wide--down {
    vertical-align: baseline !important;
  }
}
@media screen and (max-width: 374px) {
  .u-align-start-sm--down {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-start-tab--down {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 960px) {
  .u-align-start-md--down {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-align-start-lg--down {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-align-start-wide--down {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 374px) {
  .u-align-end-sm--down {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-end-tab--down {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (max-width: 960px) {
  .u-align-end-md--down {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-align-end-lg--down {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-align-end-wide--down {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (max-width: 374px) {
  .u-align-center-sm--down {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-center-tab--down {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 960px) {
  .u-align-center-md--down {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-align-center-lg--down {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-align-center-wide--down {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 374px) {
  .u-align-baseline-sm--down {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-baseline-tab--down {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (max-width: 960px) {
  .u-align-baseline-md--down {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-align-baseline-lg--down {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-align-baseline-wide--down {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (max-width: 374px) {
  .u-align-start-self-sm--down {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-start-self-tab--down {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 960px) {
  .u-align-start-self-md--down {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-align-start-self-lg--down {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-align-start-self-wide--down {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 374px) {
  .u-align-end-self-sm--down {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-end-self-tab--down {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 960px) {
  .u-align-end-self-md--down {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-align-end-self-lg--down {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-align-end-self-wide--down {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 374px) {
  .u-align-center-self-sm--down {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-center-self-tab--down {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (max-width: 960px) {
  .u-align-center-self-md--down {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-align-center-self-lg--down {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-align-center-self-wide--down {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (max-width: 374px) {
  .u-align-baseline-self-sm--down {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-baseline-self-tab--down {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (max-width: 960px) {
  .u-align-baseline-self-md--down {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-align-baseline-self-lg--down {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-align-baseline-self-wide--down {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (max-width: 374px) {
  .u-justify-start-sm--down {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .u-justify-start-tab--down {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 960px) {
  .u-justify-start-md--down {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-justify-start-lg--down {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-justify-start-wide--down {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 374px) {
  .u-justify-end-sm--down {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .u-justify-end-tab--down {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 960px) {
  .u-justify-end-md--down {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-justify-end-lg--down {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-justify-end-wide--down {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 374px) {
  .u-justify-center-sm--down {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .u-justify-center-tab--down {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 960px) {
  .u-justify-center-md--down {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-justify-center-lg--down {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-justify-center-wide--down {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 374px) {
  .u-justify-baseline-sm--down {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (max-width: 767px) {
  .u-justify-baseline-tab--down {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (max-width: 960px) {
  .u-justify-baseline-md--down {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-justify-baseline-lg--down {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-justify-baseline-wide--down {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (max-width: 374px) {
  .u-justify-start-self-sm--down {
    justify-self: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .u-justify-start-self-tab--down {
    justify-self: flex-start !important;
  }
}
@media screen and (max-width: 960px) {
  .u-justify-start-self-md--down {
    justify-self: flex-start !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-justify-start-self-lg--down {
    justify-self: flex-start !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-justify-start-self-wide--down {
    justify-self: flex-start !important;
  }
}
@media screen and (max-width: 374px) {
  .u-justify-end-self-sm--down {
    justify-self: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .u-justify-end-self-tab--down {
    justify-self: flex-end !important;
  }
}
@media screen and (max-width: 960px) {
  .u-justify-end-self-md--down {
    justify-self: flex-end !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-justify-end-self-lg--down {
    justify-self: flex-end !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-justify-end-self-wide--down {
    justify-self: flex-end !important;
  }
}
@media screen and (max-width: 374px) {
  .u-justify-center-self-sm--down {
    justify-self: center !important;
  }
}
@media screen and (max-width: 767px) {
  .u-justify-center-self-tab--down {
    justify-self: center !important;
  }
}
@media screen and (max-width: 960px) {
  .u-justify-center-self-md--down {
    justify-self: center !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-justify-center-self-lg--down {
    justify-self: center !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-justify-center-self-wide--down {
    justify-self: center !important;
  }
}
@media screen and (max-width: 374px) {
  .u-justify-baseline-self-sm--down {
    justify-self: baseline !important;
  }
}
@media screen and (max-width: 767px) {
  .u-justify-baseline-self-tab--down {
    justify-self: baseline !important;
  }
}
@media screen and (max-width: 960px) {
  .u-justify-baseline-self-md--down {
    justify-self: baseline !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-justify-baseline-self-lg--down {
    justify-self: baseline !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-justify-baseline-self-wide--down {
    justify-self: baseline !important;
  }
}
.u-left {
  text-align: left !important;
}
@media screen and (min-width: 375px) {
  .u-left-sm {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .u-left-tab {
    text-align: left !important;
  }
}
@media screen and (min-width: 961px) {
  .u-left-md {
    text-align: left !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-left-lg {
    text-align: left !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-left-wideS {
    text-align: left !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-left-wide {
    text-align: left !important;
  }
}
.u-center {
  text-align: center !important;
}
@media screen and (min-width: 375px) {
  .u-center-sm {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-center-tab {
    text-align: center !important;
  }
}
@media screen and (min-width: 961px) {
  .u-center-md {
    text-align: center !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-center-lg {
    text-align: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-center-wideS {
    text-align: center !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-center-wide {
    text-align: center !important;
  }
}
.u-right {
  text-align: right !important;
}
@media screen and (min-width: 375px) {
  .u-right-sm {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .u-right-tab {
    text-align: right !important;
  }
}
@media screen and (min-width: 961px) {
  .u-right-md {
    text-align: right !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-right-lg {
    text-align: right !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-right-wideS {
    text-align: right !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-right-wide {
    text-align: right !important;
  }
}
.u-top {
  vertical-align: top !important;
}
@media screen and (min-width: 375px) {
  .u-top-sm {
    vertical-align: top !important;
  }
}
@media screen and (min-width: 768px) {
  .u-top-tab {
    vertical-align: top !important;
  }
}
@media screen and (min-width: 961px) {
  .u-top-md {
    vertical-align: top !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-top-lg {
    vertical-align: top !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-top-wideS {
    vertical-align: top !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-top-wide {
    vertical-align: top !important;
  }
}
.u-middle {
  vertical-align: middle !important;
}
@media screen and (min-width: 375px) {
  .u-middle-sm {
    vertical-align: middle !important;
  }
}
@media screen and (min-width: 768px) {
  .u-middle-tab {
    vertical-align: middle !important;
  }
}
@media screen and (min-width: 961px) {
  .u-middle-md {
    vertical-align: middle !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-middle-lg {
    vertical-align: middle !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-middle-wideS {
    vertical-align: middle !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-middle-wide {
    vertical-align: middle !important;
  }
}
.u-bottom {
  vertical-align: bottom !important;
}
@media screen and (min-width: 375px) {
  .u-bottom-sm {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 768px) {
  .u-bottom-tab {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 961px) {
  .u-bottom-md {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-bottom-lg {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-bottom-wideS {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-bottom-wide {
    vertical-align: bottom !important;
  }
}
.u-baseline {
  vertical-align: baseline !important;
}
@media screen and (min-width: 375px) {
  .u-baseline-sm {
    vertical-align: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .u-baseline-tab {
    vertical-align: baseline !important;
  }
}
@media screen and (min-width: 961px) {
  .u-baseline-md {
    vertical-align: baseline !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-baseline-lg {
    vertical-align: baseline !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-baseline-wideS {
    vertical-align: baseline !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-baseline-wide {
    vertical-align: baseline !important;
  }
}
.u-align-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
@media screen and (min-width: 375px) {
  .u-align-start-sm {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-start-tab {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 961px) {
  .u-align-start-md {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-align-start-lg {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-align-start-wideS {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-align-start-wide {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
.u-align-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
@media screen and (min-width: 375px) {
  .u-align-end-sm {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-end-tab {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 961px) {
  .u-align-end-md {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-align-end-lg {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-align-end-wideS {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-align-end-wide {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
.u-align-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media screen and (min-width: 375px) {
  .u-align-center-sm {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-center-tab {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (min-width: 961px) {
  .u-align-center-md {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-align-center-lg {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-align-center-wideS {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-align-center-wide {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
.u-align-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
@media screen and (min-width: 375px) {
  .u-align-baseline-sm {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-baseline-tab {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (min-width: 961px) {
  .u-align-baseline-md {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-align-baseline-lg {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-align-baseline-wideS {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-align-baseline-wide {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
.u-align-start-self {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
@media screen and (min-width: 375px) {
  .u-align-start-self-sm {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-start-self-tab {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 961px) {
  .u-align-start-self-md {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-align-start-self-lg {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-align-start-self-wideS {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-align-start-self-wide {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
.u-align-end-self {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
@media screen and (min-width: 375px) {
  .u-align-end-self-sm {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-end-self-tab {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 961px) {
  .u-align-end-self-md {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-align-end-self-lg {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-align-end-self-wideS {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-align-end-self-wide {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
}
.u-align-center-self {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
@media screen and (min-width: 375px) {
  .u-align-center-self-sm {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-center-self-tab {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (min-width: 961px) {
  .u-align-center-self-md {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-align-center-self-lg {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-align-center-self-wideS {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-align-center-self-wide {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
.u-align-baseline-self {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
@media screen and (min-width: 375px) {
  .u-align-baseline-self-sm {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .u-align-baseline-self-tab {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (min-width: 961px) {
  .u-align-baseline-self-md {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-align-baseline-self-lg {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-align-baseline-self-wideS {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-align-baseline-self-wide {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
}
.u-justify-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
@media screen and (min-width: 375px) {
  .u-justify-start-sm {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 768px) {
  .u-justify-start-tab {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 961px) {
  .u-justify-start-md {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-justify-start-lg {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-justify-start-wideS {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-justify-start-wide {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
.u-justify-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
@media screen and (min-width: 375px) {
  .u-justify-end-sm {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 768px) {
  .u-justify-end-tab {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 961px) {
  .u-justify-end-md {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-justify-end-lg {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-justify-end-wideS {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-justify-end-wide {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
.u-justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media screen and (min-width: 375px) {
  .u-justify-center-sm {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-justify-center-tab {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 961px) {
  .u-justify-center-md {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-justify-center-lg {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-justify-center-wideS {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-justify-center-wide {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.u-justify-baseline {
  -webkit-box-pack: baseline !important;
  -ms-flex-pack: baseline !important;
  justify-content: baseline !important;
}
@media screen and (min-width: 375px) {
  .u-justify-baseline-sm {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .u-justify-baseline-tab {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 961px) {
  .u-justify-baseline-md {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-justify-baseline-lg {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-justify-baseline-wideS {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-justify-baseline-wide {
    -webkit-box-pack: baseline !important;
    -ms-flex-pack: baseline !important;
    justify-content: baseline !important;
  }
}
.u-justify-start-self {
  justify-self: flex-start !important;
}
@media screen and (min-width: 375px) {
  .u-justify-start-self-sm {
    justify-self: flex-start !important;
  }
}
@media screen and (min-width: 768px) {
  .u-justify-start-self-tab {
    justify-self: flex-start !important;
  }
}
@media screen and (min-width: 961px) {
  .u-justify-start-self-md {
    justify-self: flex-start !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-justify-start-self-lg {
    justify-self: flex-start !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-justify-start-self-wideS {
    justify-self: flex-start !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-justify-start-self-wide {
    justify-self: flex-start !important;
  }
}
.u-justify-end-self {
  justify-self: flex-end !important;
}
@media screen and (min-width: 375px) {
  .u-justify-end-self-sm {
    justify-self: flex-end !important;
  }
}
@media screen and (min-width: 768px) {
  .u-justify-end-self-tab {
    justify-self: flex-end !important;
  }
}
@media screen and (min-width: 961px) {
  .u-justify-end-self-md {
    justify-self: flex-end !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-justify-end-self-lg {
    justify-self: flex-end !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-justify-end-self-wideS {
    justify-self: flex-end !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-justify-end-self-wide {
    justify-self: flex-end !important;
  }
}
.u-justify-center-self {
  justify-self: center !important;
}
@media screen and (min-width: 375px) {
  .u-justify-center-self-sm {
    justify-self: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-justify-center-self-tab {
    justify-self: center !important;
  }
}
@media screen and (min-width: 961px) {
  .u-justify-center-self-md {
    justify-self: center !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-justify-center-self-lg {
    justify-self: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-justify-center-self-wideS {
    justify-self: center !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-justify-center-self-wide {
    justify-self: center !important;
  }
}
.u-justify-baseline-self {
  justify-self: baseline !important;
}
@media screen and (min-width: 375px) {
  .u-justify-baseline-self-sm {
    justify-self: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .u-justify-baseline-self-tab {
    justify-self: baseline !important;
  }
}
@media screen and (min-width: 961px) {
  .u-justify-baseline-self-md {
    justify-self: baseline !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-justify-baseline-self-lg {
    justify-self: baseline !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-justify-baseline-self-wideS {
    justify-self: baseline !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-justify-baseline-self-wide {
    justify-self: baseline !important;
  }
}
.u-fadeIn-0 {
  -webkit-animation: fadeInZoom 1.5s cubic-bezier(0.8, 0.01, 0.2, 1) 0.01s
    forwards;
  animation: fadeInZoom 1.5s cubic-bezier(0.8, 0.01, 0.2, 1) 0.01s forwards;
}
.u-fadeIn-05 {
  -webkit-animation: fadeInZoom 1.5s cubic-bezier(0.8, 0.01, 0.2, 1) 0.5s
    forwards;
  animation: fadeInZoom 1.5s cubic-bezier(0.8, 0.01, 0.2, 1) 0.5s forwards;
}
.u-color-black {
  color: #000 !important;
}
.u-color-bg-black {
  background-color: #000 !important;
}
.u-color-border-black {
  border-color: #000 !important;
}
.u-color-white {
  color: #fff !important;
}
.u-color-bg-white {
  background-color: #fff !important;
}
.u-color-border-white {
  border-color: #fff !important;
}
@media screen and (max-width: 374px) {
  .u-dn-sm--down {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-dn-tab--down {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .u-dn-md--down {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-dn-lg--down {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-dn-wide--down {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-db-sm--down {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-db-tab--down {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .u-db-md--down {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-db-lg--down {
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-db-wide--down {
    display: block !important;
  }
}
.u-dn {
  display: none !important;
}
@media screen and (min-width: 375px) {
  .u-dn-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-dn-tab {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .u-dn-md {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-dn-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-dn-wideS {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-dn-wide {
    display: none !important;
  }
}
.u-db {
  display: block !important;
}
@media screen and (min-width: 375px) {
  .u-db-sm {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .u-db-tab {
    display: block !important;
  }
}
@media screen and (min-width: 961px) {
  .u-db-md {
    display: block !important;
  }
}
@media screen and (min-width: 1101px) {
  .u-db-lg {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-db-wideS {
    display: block !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-db-wide {
    display: block !important;
  }
}
.u-fw-400 {
  font-weight: 400 !important;
}
.u-fw-500 {
  font-weight: 500 !important;
}
.u-fw-700 {
  font-weight: 700 !important;
}
.u-fw-800 {
  font-weight: 800 !important;
}
.u-ff-biorhyme {
  font-family: var(--font-family-biorhyme);
  letter-spacing: 0.03em;
}
.u-ff-inconsolata {
  font-family: var(--font-family-inconsolata);
}
.u-ff-karla {
  font-family: var(--font-family-karla);
}
.u-ff-m-plus-rounded {
  font-family: var(--font-family-m-plus-rounded);
  letter-spacing: 0.04em;
}
.u-font-decoration-none {
  text-decoration: none !important;
}
.u-font-decoration-underline {
  text-decoration: underline !important;
}
.u-nowrap {
  white-space: nowrap;
}
.u-mt {
  --mt: 0;
  margin-top: var(--mt);
}
@media screen and (min-width: 961px) {
  .u-mt {
    --mt-up: 0;
    margin-top: var(--mt-up);
  }
}
.u-mb {
  --mb: 0;
  margin-bottom: var(--mb);
}
@media screen and (min-width: 961px) {
  .u-mb {
    --mb-up: 0;
    margin-bottom: var(--mb-up);
  }
}
.u-none {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.u-show {
  opacity: 1;
}

/* ! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com */
*,
:after,
:before {
  border: 0 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body {
  line-height: inherit;
  margin: 0;
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
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;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0;
}
.right-\[4\.6rem\] {
  right: 4.6rem;
}
.right-0 {
  right: 0;
}
.top-\[0\.6rem\] {
  top: 0.6rem;
}
.left-0 {
  left: 0;
}
.bottom-\[1rem\] {
  bottom: 1rem;
}
.left-\[\.9rem\] {
  left: 0.9rem;
}
.top-\[4\.6rem\] {
  top: 4.6rem;
}
.bottom-\[-4rem\] {
  bottom: -4rem;
}
.bottom-0 {
  bottom: 0;
}
.-top-\[1\.2rem\] {
  top: -1.2rem;
}
.left-\[4\.8rem\] {
  left: 4.8rem;
}
.top-\[3\.2rem\] {
  top: 3.2rem;
}
.right-\[4\.8rem\] {
  right: 4.8rem;
}
.top-\[4\.8rem\] {
  top: 4.8rem;
}
.right-\[-16\.4rem\] {
  right: -16.4rem;
}
.top-\[-4rem\] {
  top: -4rem;
}
.top-\[3rem\] {
  top: 3rem;
}
.left-\[5\.5rem\] {
  left: 5.5rem;
}
.top-\[2\.6rem\] {
  top: 2.6rem;
}
.left-\[2rem\] {
  left: 2rem;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.-order-5 {
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5;
}
.-order-4 {
  -webkit-box-ordinal-group: -3;
  -ms-flex-order: -4;
  order: -4;
}
.-order-3 {
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[3\.3rem\] {
  margin-bottom: 3.3rem;
  margin-top: 3.3rem;
}
.mx-\[-6\.8rem\] {
  margin-left: -6.8rem;
  margin-right: -6.8rem;
}
.my-\[2\.5rem\] {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.mr-\[4\.5rem\] {
  margin-right: 4.5rem;
}
.mt-\[3\.8rem\] {
  margin-top: 3.8rem;
}
.mt-\[1\.2rem\] {
  margin-top: 1.2rem;
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.mt-\[1\.7rem\] {
  margin-top: 1.7rem;
}
.mt-\[1\.9rem\] {
  margin-top: 1.9rem;
}
.mt-\[1\.8rem\] {
  margin-top: 1.8rem;
}
.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}
.mt-\[4\.5rem\] {
  margin-top: 4.5rem;
}
.mt-\[4\.9rem\] {
  margin-top: 4.9rem;
}
.mt-\[0\.3rem\] {
  margin-top: 0.3rem;
}
.mt-\[7\.2rem\] {
  margin-top: 7.2rem;
}
.mt-\[7\.3rem\] {
  margin-top: 7.3rem;
}
.mt-\[3\.6rem\] {
  margin-top: 3.6rem;
}
.mb-\[2\.1rem\] {
  margin-bottom: 2.1rem;
}
.mt-\[2rem\] {
  margin-top: 2rem;
}
.mt-\[0\.9rem\] {
  margin-top: 0.9rem;
}
.mt-\[4\.3rem\] {
  margin-top: 4.3rem;
}
.mt-\[0\.1rem\] {
  margin-top: 0.1rem;
}
.mt-\[2\.7rem\] {
  margin-top: 2.7rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-\[2\.9rem\] {
  margin-top: 2.9rem;
}
.mb-\[5\.7rem\] {
  margin-bottom: 5.7rem;
}
.mb-\[2\.2rem\] {
  margin-bottom: 2.2rem;
}
.mb-\[2\.8rem\] {
  margin-bottom: 2.8rem;
}
.mb-\[2rem\] {
  margin-bottom: 2rem;
}
.mt-\[3\.2rem\] {
  margin-top: 3.2rem;
}
.mt-\[3\.3rem\] {
  margin-top: 3.3rem;
}
.mt-\[3rem\] {
  margin-top: 3rem;
}
.mt-\[4\.7rem\] {
  margin-top: 4.7rem;
}
.mt-\[5\.9rem\] {
  margin-top: 5.9rem;
}
.ml-\[4rem\] {
  margin-left: 4rem;
}
.mb-\[1\.2rem\] {
  margin-bottom: 1.2rem;
}
.mb-\[1\.6rem\] {
  margin-bottom: 1.6rem;
}
.mb-\[4rem\] {
  margin-bottom: 4rem;
}
.mt-\[2\.3rem\] {
  margin-top: 2.3rem;
}
.mt-\[3\.5rem\] {
  margin-top: 3.5rem;
}
.mt-\[1\.6rem\] {
  margin-top: 1.6rem;
}
.mt-\[6\.2rem\] {
  margin-top: 6.2rem;
}
.-mt-\[0\.3rem\] {
  margin-top: -0.3rem;
}
.mt-\[6\.8rem\] {
  margin-top: 6.8rem;
}
.mt-\[1\.3rem\] {
  margin-top: 1.3rem;
}
.mt-\[0\.7rem\] {
  margin-top: 0.7rem;
}
.mb-\[4\.2rem\] {
  margin-bottom: 4.2rem;
}
.mb-\[5\.5rem\] {
  margin-bottom: 5.5rem;
}
.mb-\[10rem\] {
  margin-bottom: 10rem;
}
.mt-\[4\.6rem\] {
  margin-top: 4.6rem;
}
.mb-\[4\.3rem\] {
  margin-bottom: 4.3rem;
}
.mb-\[3\.2rem\] {
  margin-bottom: 3.2rem;
}
.mt-\[5\.5rem\] {
  margin-top: 5.5rem;
}
.mt-\[2\.8rem\] {
  margin-top: 2.8rem;
}
.mt-\[3\.4rem\] {
  margin-top: 3.4rem;
}
.mt-\[-1\.2rem\] {
  margin-top: -1.2rem;
}
.mt-\[2\.1rem\] {
  margin-top: 2.1rem;
}
.mb-\[3rem\] {
  margin-bottom: 3rem;
}
.mb-\[5rem\] {
  margin-bottom: 5rem;
}
.mb-\[4\.5rem\] {
  margin-bottom: 4.5rem;
}
.mb-\[\.9rem\] {
  margin-bottom: 0.9rem;
}
.mb-\[2\.4rem\] {
  margin-bottom: 2.4rem;
}
.mb-\[2\.0rem\] {
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0 !important;
}
.mt-\[5rem\] {
  margin-top: 5rem;
}
.mb-\[1\.1rem\] {
  margin-bottom: 1.1rem;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}
.mb-\[5\.1rem\] {
  margin-bottom: 5.1rem;
}
.mt-\[2\.6rem\] {
  margin-top: 2.6rem;
}
.mt-\[7rem\] {
  margin-top: 7rem;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mb-\[3\.7rem\] {
  margin-bottom: 3.7rem;
}
.mb-\[7rem\] {
  margin-bottom: 7rem;
}
.mt-\[2\.2rem\] {
  margin-top: 2.2rem;
}
.mb-\[0\.9rem\] {
  margin-bottom: 0.9rem;
}
.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}
.mb-\[1\.3rem\] {
  margin-bottom: 1.3rem;
}
.mt-\[2\.4rem\] {
  margin-top: 2.4rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-\[0\.5em\] {
  margin-left: 0.5em;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-\[0\.4rem\] {
  margin-left: 0.4rem;
}
.mt-\[0\.8rem\] {
  margin-top: 0.8rem;
}
.mt-\[6\.5rem\] {
  margin-top: 6.5rem;
}
.ml-\[5\.4rem\] {
  margin-left: 5.4rem;
}
.mt-\[7\.7rem\] {
  margin-top: 7.7rem;
}
.mt-\[8\.5rem\] {
  margin-top: 8.5rem;
}
.mt-\[10\.4rem\] {
  margin-top: 10.4rem;
}
.mt-\[10rem\] {
  margin-top: 10rem;
}
.ml-\[0\.3em\] {
  margin-left: 0.3em;
}
.mt-\[0\.6rem\] {
  margin-top: 0.6rem;
}
.mt-\[4\.1rem\] {
  margin-top: 4.1rem;
}
.mt-\[5\.3rem\] {
  margin-top: 5.3rem;
}
.mt-\[7\.4rem\] {
  margin-top: 7.4rem;
}
.mt-\[3\.7rem\] {
  margin-top: 3.7rem;
}
.mt-\[4\.2rem\] {
  margin-top: 4.2rem;
}
.mr-\[1\.0rem\] {
  margin-right: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[2\.3rem\] {
  height: 2.3rem;
}
.h-\[1\.7rem\] {
  height: 1.7rem;
}
.h-\[4\.8rem\] {
  height: 4.8rem;
}
.h-\[29\.0rem\] {
  height: 29rem;
}
.h-\[3\.7rem\] {
  height: 3.7rem;
}
.h-auto {
  height: auto;
}
.h-\[5\.5rem\] {
  height: 5.5rem;
}
.h-\[12\.1rem\] {
  height: 12.1rem;
}
.h-\[2\.4rem\] {
  height: 2.4rem;
}
.h-\[1\.8rem\] {
  height: 1.8rem;
}
.h-\[1rem\] {
  height: 1rem;
}
.h-\[5\.4rem\] {
  height: 5.4rem;
}
.h-full {
  height: 100%;
}
.h-\[3\.6rem\] {
  height: 3.6rem;
}
.h-\[14rem\] {
  height: 14rem;
}
.h-\[12\.2rem\] {
  height: 12.2rem;
}
.h-\[4\.6rem\] {
  height: 4.6rem;
}
.h-\[4rem\] {
  height: 4rem;
}
.h-\[1\.2rem\] {
  height: 1.2rem;
}
.h-\[54\.4rem\] {
  height: 54.4rem;
}
.h-\[12\.4rem\] {
  height: 12.4rem;
}
.h-\[2\.6rem\] {
  height: 2.6rem;
}
.h-\[6\.2rem\] {
  height: 6.2rem;
}
.h-\[19\.9rem\] {
  height: 19.9rem;
}
.h-\[3\.2rem\] {
  height: 3.2rem;
}
.min-h-\[8\.2rem\] {
  min-height: 8.2rem;
}
.w-\[13\.2rem\] {
  width: 13.2rem;
}
.w-\[16\.2rem\] {
  width: 16.2rem;
}
.w-\[13\.7rem\] {
  width: 13.7rem;
}
.w-\[7\.3rem\] {
  width: 7.3rem;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[2\.3rem\] {
  width: 2.3rem;
}
.w-\[1\.7rem\] {
  width: 1.7rem;
}
.w-\[13\.8rem\] {
  width: 13.8rem;
}
.w-\[15\.2rem\] {
  width: 15.2rem;
}
.w-\[28\.2rem\] {
  width: 28.2rem;
}
.w-\[13rem\] {
  width: 13rem;
}
.w-\[15\.6rem\] {
  width: 15.6rem;
}
.w-\[13\.5\%\] {
  width: 13.5%;
}
.w-\[86\.5\%\] {
  width: 86.5%;
}
.w-\[23\.6rem\] {
  width: 23.6rem;
}
.w-\[12\.7rem\] {
  width: 12.7rem;
}
.w-\[13\.5rem\] {
  width: 13.5rem;
}
.w-\[10\.2rem\] {
  width: 10.2rem;
}
.w-\[16\.9rem\] {
  width: 16.9rem;
}
.w-\[9\.6rem\] {
  width: 9.6rem;
}
.w-\[1\.8rem\] {
  width: 1.8rem;
}
.w-\[10\.3rem\] {
  width: 10.3rem;
}
.w-\[\.6rem\] {
  width: 0.6rem;
}
.w-\[12\.2rem\] {
  width: 12.2rem;
}
.w-\[31\.1rem\] {
  width: 31.1rem;
}
.w-\[26rem\] {
  width: 26rem;
}
.w-\[8\.2rem\] {
  width: 8.2rem;
}
.w-\[9\.2rem\] {
  width: 9.2rem;
}
.w-\[6\.8rem\] {
  width: 6.8rem;
}
.w-\[6\.5rem\] {
  width: 6.5rem;
}
.w-\[7\.9rem\] {
  width: 7.9rem;
}
.w-\[4\.6rem\] {
  width: 4.6rem;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[24rem\] {
  width: 24rem;
}
.w-full {
  width: 100%;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[8\.5rem\] {
  width: 8.5rem;
}
.w-\[40vw\] {
  width: 40vw;
}
.w-\[3\.6rem\] {
  width: 3.6rem;
}
.w-\[12\.4rem\] {
  width: 12.4rem;
}
.w-\[5\.7rem\] {
  width: 5.7rem;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-\[13\.4rem\] {
  width: 13.4rem;
}
.w-\[21rem\] {
  width: 21rem;
}
.w-\[20\.7rem\] {
  width: 20.7rem;
}
.w-\[89\.1\%\] {
  width: 89.1%;
}
.w-\[84\.8\%\] {
  width: 84.8%;
}
.w-\[11\.7rem\] {
  width: 11.7rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[33\.5rem\] {
  width: 33.5rem;
}
.w-\[14\.5rem\] {
  width: 14.5rem;
}
.w-\[7\.2rem\] {
  width: 7.2rem;
}
.w-\[17\.8rem\] {
  width: 17.8rem;
}
.w-auto {
  width: auto;
}
.w-\[3\.1rem\] {
  width: 3.1rem;
}
.w-\[16\.1rem\] {
  width: 16.1rem;
}
.w-\[6rem\] {
  width: 6rem;
}
.w-\[8\.35rem\] {
  width: 8.35rem;
}
.w-\[14\.1rem\] {
  width: 14.1rem;
}
.w-\[27\.1rem\] {
  width: 27.1rem;
}
.w-\[9rem\] {
  width: 9rem;
}
.w-\[31\.3rem\] {
  width: 31.3rem;
}
.w-\[12\.8rem\] {
  width: 12.8rem;
}
.max-w-\[21\.0rem\] {
  max-width: 21rem;
}
.max-w-\[17\.8rem\] {
  max-width: 17.8rem;
}
.max-w-\[25\.6rem\] {
  max-width: 25.6rem;
}
.max-w-\[19\.8rem\] {
  max-width: 19.8rem;
}
.max-w-\[14rem\] {
  max-width: 14rem;
}
.max-w-\[28rem\] {
  max-width: 28rem;
}
.max-w-\[35rem\] {
  max-width: 35rem;
}
.max-w-\[53px\] {
  max-width: 53px;
}
.max-w-\[72px\] {
  max-width: 72px;
}
.max-w-\[54px\] {
  max-width: 54px;
}
.max-w-\[1048px\] {
  max-width: 1048px;
}
.max-w-\[31rem\] {
  max-width: 31rem;
}
.max-w-\[94rem\] {
  max-width: 94rem;
}
.translate-x-\[-5\.8rem\] {
  --tw-translate-x: -5.8rem;
}
.translate-x-\[-13px\],
.translate-x-\[-5\.8rem\] {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-13px\] {
  --tw-translate-x: -13px;
}
.translate-y-\[-42px\] {
  --tw-translate-y: -42px;
}
.translate-x-\[28px\],
.translate-y-\[-42px\] {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[28px\] {
  --tw-translate-x: 28px;
}
.translate-y-\[-46px\] {
  --tw-translate-y: -46px;
}
.translate-x-\[2rem\],
.translate-y-\[-46px\] {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[2rem\] {
  --tw-translate-x: 2rem;
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.place-content-center {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  justify-content: center;
  place-content: center;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-\[2\.4rem\] {
  gap: 2.4rem;
}
.gap-\[4\.8rem\] {
  gap: 4.8rem;
}
.gap-\[1\.4rem\] {
  gap: 1.4rem;
}
.gap-\[2\.6rem\] {
  gap: 2.6rem;
}
.gap-\[4rem\] {
  gap: 4rem;
}
.gap-\[1\.0rem\] {
  gap: 1rem;
}
.gap-\[2\.9rem\] {
  gap: 2.9rem;
}
.gap-\[0\.6rem\] {
  gap: 0.6rem;
}
.gap-\[3\.5rem\] {
  gap: 3.5rem;
}
.gap-\[4\.2rem\] {
  gap: 4.2rem;
}
.gap-\[3\.8rem\] {
  gap: 3.8rem;
}
.gap-\[0\.8rem\] {
  gap: 0.8rem;
}
.gap-\[1\.3rem\] {
  gap: 1.3rem;
}
.gap-\[2rem\] {
  gap: 2rem;
}
.gap-\[1rem\] {
  gap: 1rem;
}
.gap-\[1\.6rem\] {
  gap: 1.6rem;
}
.gap-\[5\.8rem\] {
  gap: 5.8rem;
}
.gap-\[12\.8rem\] {
  gap: 12.8rem;
}
.gap-\[2\.5rem\] {
  gap: 2.5rem;
}
.gap-\[2\.0rem\] {
  gap: 2rem;
}
.gap-\[1\.5rem\] {
  gap: 1.5rem;
}
.gap-\[2\.8rem\] {
  gap: 2.8rem;
}
.gap-\[2\.7rem\] {
  gap: 2.7rem;
}
.gap-y-\[1\.6rem\] {
  row-gap: 1.6rem;
}
.gap-x-\[1\.2rem\] {
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}
.gap-y-\[2rem\] {
  row-gap: 2rem;
}
.gap-y-\[1\.7rem\] {
  row-gap: 1.7rem;
}
.gap-x-\[3\.28rem\] {
  -webkit-column-gap: 3.28rem;
  -moz-column-gap: 3.28rem;
  column-gap: 3.28rem;
}
.gap-y-\[3\.6rem\] {
  row-gap: 3.6rem;
}
.gap-x-\[0\.8rem\] {
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}
.gap-y-\[1\.2rem\] {
  row-gap: 1.2rem;
}
.gap-y-\[3rem\] {
  row-gap: 3rem;
}
.gap-x-\[1\.6rem\] {
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
.gap-y-\[1rem\] {
  row-gap: 1rem;
}
.gap-y-\[4rem\] {
  row-gap: 4rem;
}
.gap-x-\[1\.4rem\] {
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
}
.gap-y-\[3\.5rem\] {
  row-gap: 3.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[1\.2rem\] {
  border-radius: 1.2rem;
}
.rounded-\[1\.0rem\] {
  border-radius: 1rem;
}
.rounded-\[2\.7rem\] {
  border-radius: 2.7rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[\.5rem\] {
  border-radius: 0.5rem;
}
.rounded-\[1\.3rem\] {
  border-radius: 1.3rem;
}
.rounded-\[1rem\] {
  border-radius: 1rem;
}
.rounded-bl-\[\.8rem\] {
  border-bottom-left-radius: 0.8rem;
}
.border-2 {
  border-width: 2px;
}
.border,
.border-\[1px\] {
  border-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}
.bg-\[\#E4F2F1\] {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 242, 241, var(--tw-bg-opacity));
}
.bg-\[\#DDF0F8\] {
  --tw-bg-opacity: 1;
  background-color: #E2E9FC;
}
.bg-\[\#F5E7E5\] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 231, 229, var(--tw-bg-opacity));
}
.bg-\[\#F6AE52\] {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 174, 82, var(--tw-bg-opacity));
}
.bg-\[\#014CA3\] {
  --tw-bg-opacity: 1;
  background-color: #014CA3;
}
.bg-\[\#014CA3\] {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 229, 229, var(--tw-bg-opacity));
}
.bg-\[\#7f9dcc\] {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
}
.bg-\[\#F7D9DB\] {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 199, var(--tw-bg-opacity));
}
.bg-\[\#FCE2E9\] {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 226, 233, var(--tw-bg-opacity));
}
.bg-\[\#254686\] {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 70, 134, var(--tw-bg-opacity));
}
.bg-ikumi_recruit-deepPink {
  --tw-bg-opacity: 1;
  background-color: #F4858D;
}
.bg-ikumi_recruit-clearPink {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 226, 233, var(--tw-bg-opacity));
}
.bg-ikumi_recruit-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 163, 187, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-ikumi_recruit-karashi {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 241, 193, var(--tw-bg-opacity));
}
.bg-\[\#FACA30\] {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 202, 48, var(--tw-bg-opacity));
}
.bg-ikumi_recruit-clearSky {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 243, 255, var(--tw-bg-opacity));
}
.bg-\[\#F9DCD9\] {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 220, 217, var(--tw-bg-opacity));
}
.bg-\[\#F7D9DB\] {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 199, var(--tw-bg-opacity));
}
.bg-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}
.bg-\[\#FCEEE2\] {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 238, 226, var(--tw-bg-opacity));
}
.bg-kaigo_recruit-deepOrange {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 109, 57, var(--tw-bg-opacity));
}
.bg-\[\#F8EBCC\] {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 235, 204, var(--tw-bg-opacity));
}
.bg-\[\#E87D7D\] {
  --tw-bg-opacity: 1;
  background-color: #F4858D;
}
.bg-\[\#FFF6E0\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 224, var(--tw-bg-opacity));
}
.bg-\[\#D7F4E2\] {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 244, 226, var(--tw-bg-opacity));
}
.bg-\[\#F7E5DE\] {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 229, 222, var(--tw-bg-opacity));
}
.bg-\[\#7F9DCC\] {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-none {
  background-image: none;
}
.bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_header_bottom_sp\.svg\)\] {
  background-image: url(/assets/images/hoiku/recruit/bg/bg_header_bottom_sp.svg);
}
.bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_pink_sp\.svg\)\] {
  background-image: url(/assets/images/hoiku/recruit/bg/bg_pink_sp.svg);
}
.bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_white\.svg\)\] {
  background-image: url(/assets/images/hoiku/recruit/bg/bg_white.svg);
}
.bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_message_sp\.svg\)\] {
  background-image: url(/assets/images/hoiku/recruit/bg/bg_message_sp.svg);
}
.bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_yellow\.svg\)\] {
  background-image: url(/assets/images/hoiku/recruit/bg/bg_yellow.svg);
}
.bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_sky\.svg\)\] {
  background-image: url(/assets/images/hoiku/recruit/bg/bg_sky.svg);
}
.bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_white_wave_sp\.svg\)\] {
  background-image: url(/assets/images/hoiku/recruit/bg/bg_white_wave_sp.svg);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-auto {
  background-size: auto;
}
.bg-bottom {
  background-position: bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-\[6\.8rem\] {
  padding: 6.8rem;
}
.p-\[3\.8rem\] {
  padding: 3.8rem;
}
.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-\[1\.7rem\] {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
.px-\[1\.75rem\] {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[7\.2rem\] {
  padding-left: 7.2rem;
  padding-right: 7.2rem;
}
.px-\[3rem\] {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-\[1\.6rem\] {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-\[0\.8rem\] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.px-\[3\.2rem\] {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.px-\[2\.4rem\] {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.px-\[0\.3rem\] {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.px-\[1\.65rem\] {
  padding-left: 1.65rem;
  padding-right: 1.65rem;
}
.pl-\[max\(calc\(39\*42rem\/375\)\2c calc\(39\*100vw\/375\)\)\] {
  padding-left: max(4.368rem, 10.4vw);
}
.pl-\[max\(calc\(26\*42rem\/375\)\2c calc\(26\*100vw\/375\)\)\] {
  padding-left: max(2.912rem, 6.93333vw);
}
.pl-\[max\(calc\(13\*42rem\/375\)\2c calc\(13\*100vw\/375\)\)\] {
  padding-left: max(1.456rem, 3.46667vw);
}
.pl-\[max\(calc\(38\*42rem\/375\)\2c calc\(38\*100vw\/375\)\)\] {
  padding-left: max(4.256rem, 10.13333vw);
}
.pl-\[max\(calc\(19\*42rem\/375\)\2c calc\(19\*100vw\/375\)\)\] {
  padding-left: max(2.128rem, 5.06667vw);
}
.pt-\[3\.8rem\] {
  padding-top: 3.8rem;
}
.pb-\[10\.9rem\] {
  padding-bottom: 10.9rem;
}
.pt-\[15\.5rem\] {
  padding-top: 15.5rem;
}
.pb-\[6\.1rem\] {
  padding-bottom: 6.1rem;
}
.pt-\[2\.7rem\] {
  padding-top: 2.7rem;
}
.pb-\[3\.1rem\] {
  padding-bottom: 3.1rem;
}
.pt-\[4\.8rem\] {
  padding-top: 4.8rem;
}
.pb-\[5\.1rem\] {
  padding-bottom: 5.1rem;
}
.pt-\[6\.3rem\] {
  padding-top: 6.3rem;
}
.pb-\[9\.6rem\] {
  padding-bottom: 9.6rem;
}
.pb-\[1\.8rem\] {
  padding-bottom: 1.8rem;
}
.pt-\[0\.9rem\] {
  padding-top: 0.9rem;
}
.pb-\[5\.2rem\] {
  padding-bottom: 5.2rem;
}
.pt-\[2\.2rem\] {
  padding-top: 2.2rem;
}
.pt-\[3\.4rem\] {
  padding-top: 3.4rem;
}
.pb-\[6\.5rem\] {
  padding-bottom: 6.5rem;
}
.pt-\[3\.3rem\] {
  padding-top: 3.3rem;
}
.pb-\[8\.4rem\] {
  padding-bottom: 8.4rem;
}
.pt-\[1\.0rem\] {
  padding-top: 1rem;
}
.pb-\[2\.8rem\] {
  padding-bottom: 2.8rem;
}
.pl-\[4\.2rem\] {
  padding-left: 4.2rem;
}
.pb-\[9\.4rem\] {
  padding-bottom: 9.4rem;
}
.pb-\[9\.7rem\] {
  padding-bottom: 9.7rem;
}
.pt-\[3\.1rem\] {
  padding-top: 3.1rem;
}
.pb-\[13\.6rem\] {
  padding-bottom: 13.6rem;
}
.pt-\[2\.1rem\] {
  padding-top: 2.1rem;
}
.pb-\[11\.9rem\] {
  padding-bottom: 11.9rem;
}
.pt-\[1\.1rem\] {
  padding-top: 1.1rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-\[5\.6rem\] {
  padding-top: 5.6rem;
}
.pb-\[0\.4rem\] {
  padding-bottom: 0.4rem;
}
.pb-\[2\.4rem\] {
  padding-bottom: 2.4rem;
}
.pb-\[2\.2rem\] {
  padding-bottom: 2.2rem;
}
.pt-\[1rem\] {
  padding-top: 1rem;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pb-\[3rem\] {
  padding-bottom: 3rem;
}
.pb-\[13\.3rem\] {
  padding-bottom: 13.3rem;
}
.pb-\[20\.4rem\] {
  padding-bottom: 20.4rem;
}
.pt-\[2\.0rem\] {
  padding-top: 2rem;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[14\.7rem\] {
  padding-top: 14.7rem;
}
.pb-\[5\.7rem\] {
  padding-bottom: 5.7rem;
}
.pt-\[4\.7rem\] {
  padding-top: 4.7rem;
}
.pb-\[5\.3rem\] {
  padding-bottom: 5.3rem;
}
.pb-\[5rem\] {
  padding-bottom: 5rem;
}
.pt-\[2\.9rem\] {
  padding-top: 2.9rem;
}
.pt-\[1\.8rem\] {
  padding-top: 1.8rem;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pt-0 {
  padding-top: 0;
}
.pb-\[4\.2rem\] {
  padding-bottom: 4.2rem;
}
.pt-\[2\.8rem\] {
  padding-top: 2.8rem;
}
.pt-\[0\.1rem\] {
  padding-top: 0.1rem;
}
.pb-\[5\.8rem\] {
  padding-bottom: 5.8rem;
}
.pb-\[4\.6rem\] {
  padding-bottom: 4.6rem;
}
.pb-\[4rem\] {
  padding-bottom: 4rem;
}
.pb-\[4\.4rem\] {
  padding-bottom: 4.4rem;
}
.pb-\[4\.8rem\] {
  padding-bottom: 4.8rem;
}
.pt-\[3\.6rem\] {
  padding-top: 3.6rem;
}
.pl-\[3\.1rem\] {
  padding-left: 3.1rem;
}
.pr-\[2\.5rem\] {
  padding-right: 2.5rem;
}
.pt-\[4rem\] {
  padding-top: 4rem;
}
.pb-\[10\.6rem\] {
  padding-bottom: 10.6rem;
}
.pb-\[10\.7rem\] {
  padding-bottom: 10.7rem;
}
.pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}
.pb-\[1\.1rem\] {
  padding-bottom: 1.1rem;
}
.pt-\[4\.4rem\] {
  padding-top: 4.4rem;
}
.pb-\[1\.7rem\] {
  padding-bottom: 1.7rem;
}
.pb-\[7rem\] {
  padding-bottom: 7rem;
}
.pt-\[2\.3rem\] {
  padding-top: 2.3rem;
}
.text-center {
  text-align: center;
}
.font-robotoCondensed {
  font-family: Roboto Condensed, sans-serif;
}
.font-Quicksand {
  font-family: Quicksand, sans-serif;
}
.text-\[1\.8rem\] {
  font-size: 1.8rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[3\.1rem\] {
  font-size: 3.1rem;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.text-\[2\.4rem\] {
  font-size: 2.4rem;
}
.text-\[1\.7rem\] {
  font-size: 1.7rem;
}
.text-\[2\.0rem\],
.text-\[2rem\] {
  font-size: 2rem;
}
.font-bold {
  font-weight: 700;
}
.font-\[500\],
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-\[2\.2rem\] {
  line-height: 2.2rem;
}
.leading-\[3\.0rem\] {
  line-height: 3rem;
}
.leading-\[3\.4rem\] {
  line-height: 3.4rem;
}
.leading-\[2\.6rem\] {
  line-height: 2.6rem;
}
.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}
.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}
.leading-\[2\.0rem\] {
  line-height: 2rem;
}
.leading-\[28\/18\] {
  line-height: 28/18;
}
.tracking-\[0\.05em\],
.tracking-\[\.05em\] {
  letter-spacing: 0.05em;
}
.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.1rem\] {
  letter-spacing: 0.1rem;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-\[\.06em\] {
  letter-spacing: 0.06em;
}
.tracking-\[0em\] {
  letter-spacing: 0;
}
.text-ikumi_recruit-deepPink {
  --tw-text-opacity: 1;
  color: #E87D7D;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-\[\#777777\] {
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
}
.text-ikumi-deepPink {
  --tw-text-opacity: 1;
  color: #E87D7D;
}
.text-\[\#1DA09A\] {
  --tw-text-opacity: 1;
  color: rgba(29, 160, 154, var(--tw-text-opacity));
}
.text-\[\#414E8F\] {
  --tw-text-opacity: 1;
  color: rgba(65, 78, 143, var(--tw-text-opacity));
}
.text-\[\#EC4328\] {
  --tw-text-opacity: 1;
  color: rgba(236, 67, 40, var(--tw-text-opacity));
}
.text-\[\#E87D7D\] {
  --tw-text-opacity: 1;
  color: #E87D7D;
}
.text-\[\#F4858D\] {
  --tw-text-opacity: 1;
  color: #F4858D;
}
.before\:bg-\[\#FFBD41\]:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 189, 65, var(--tw-bg-opacity));
  content: var(--tw-content);
}
.before\:bg-\[\#7DC999\]:before {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 201, 153, var(--tw-bg-opacity));
  content: var(--tw-content);
}
.before\:bg-\[\#ED9E7F\]:before {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 158, 127, var(--tw-bg-opacity));
  content: var(--tw-content);
}
.hover\:bg-\[\#014CA3\]:hover {
  --tw-bg-opacity: 1;
  background-color: #014CA3;
}
.hover\:bg-\[\#014CA3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 229, 229, var(--tw-bg-opacity));
}
.hover\:bg-\[\#7f9dcc\]:hover {
  --tw-bg-opacity: 1;
  background-color: #6D84E3;
}
.hover\:bg-\[\#F7D9DB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 199, var(--tw-bg-opacity));
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
@media (min-width: 961px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:left-\[50\%\] {
    left: 50%;
  }
  .md\:top-\[-4\.8rem\] {
    top: -4.8rem;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:top-\[7\.5rem\] {
    top: 7.5rem;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:order-none {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-\[3\.6rem\] {
    margin-bottom: 3.6rem;
    margin-top: 3.6rem;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-\[3\.7rem\] {
    margin-bottom: 3.7rem;
    margin-top: 3.7rem;
  }
  .md\:mx-\[-6\.8rem\] {
    margin-left: -6.8rem;
    margin-right: -6.8rem;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mt-\[0\.9rem\] {
    margin-top: 0.9rem;
  }
  .md\:mt-\[2\.2rem\] {
    margin-top: 2.2rem;
  }
  .md\:mt-\[1\.3rem\] {
    margin-top: 1.3rem;
  }
  .md\:-mt-\[6\.1rem\] {
    margin-top: -6.1rem;
  }
  .md\:mt-\[4\.6rem\] {
    margin-top: 4.6rem;
  }
  .md\:mt-\[1\.7rem\] {
    margin-top: 1.7rem;
  }
  .md\:mt-\[1\.9rem\] {
    margin-top: 1.9rem;
  }
  .md\:mt-\[3\.1rem\] {
    margin-top: 3.1rem;
  }
  .md\:-mt-\[0\.6rem\] {
    margin-top: -0.6rem;
  }
  .md\:mt-\[13\.9rem\] {
    margin-top: 13.9rem;
  }
  .md\:mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }
  .md\:-mt-\[6rem\] {
    margin-top: -6rem;
  }
  .md\:mt-\[8\.2rem\] {
    margin-top: 8.2rem;
  }
  .md\:mb-\[5\.5rem\] {
    margin-bottom: 5.5rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-\[4\.1rem\] {
    margin-top: 4.1rem;
  }
  .md\:mt-\[3\.3rem\] {
    margin-top: 3.3rem;
  }
  .md\:mt-\[3\.5rem\] {
    margin-top: 3.5rem;
  }
  .md\:mt-\[3\.2rem\] {
    margin-top: 3.2rem;
  }
  .md\:mt-\[0\.8rem\] {
    margin-top: 0.8rem;
  }
  .md\:mb-\[3\.0rem\] {
    margin-bottom: 3rem;
  }
  .md\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem;
  }
  .md\:mt-\[8rem\] {
    margin-top: 8rem;
  }
  .md\:mt-\[19\.4rem\] {
    margin-top: 19.4rem;
  }
  .md\:ml-\[11\.7rem\] {
    margin-left: 11.7rem;
  }
  .md\:mt-\[4\.7rem\] {
    margin-top: 4.7rem;
  }
  .md\:mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }
  .md\:mt-\[1\.1rem\] {
    margin-top: 1.1rem;
  }
  .md\:-mt-\[0\.1rem\] {
    margin-top: -0.1rem;
  }
  .md\:mt-\[5\.6rem\] {
    margin-top: 5.6rem;
  }
  .md\:mt-\[7\.3rem\] {
    margin-top: 7.3rem;
  }
  .md\:mt-\[4\.3rem\] {
    margin-top: 4.3rem;
  }
  .md\:-mt-\[0\.2rem\] {
    margin-top: -0.2rem;
  }
  .md\:mt-\[1\.8rem\] {
    margin-top: 1.8rem;
  }
  .md\:mt-\[15\.8rem\] {
    margin-top: 15.8rem;
  }
  .md\:mt-\[5\.5rem\] {
    margin-top: 5.5rem;
  }
  .md\:mb-\[5\.0rem\] {
    margin-bottom: 5rem;
  }
  .md\:mt-\[2\.6rem\] {
    margin-top: 2.6rem;
  }
  .md\:mb-\[6\.5rem\] {
    margin-bottom: 6.5rem;
  }
  .md\:mb-\[12rem\] {
    margin-bottom: 12rem;
  }
  .md\:mb-\[8\.5rem\] {
    margin-bottom: 8.5rem;
  }
  .md\:mt-\[3rem\] {
    margin-top: 3rem;
  }
  .md\:mt-\[5rem\] {
    margin-top: 5rem;
  }
  .md\:mb-\[13rem\] {
    margin-bottom: 13rem;
  }
  .md\:mb-\[3\.2rem\] {
    margin-bottom: 3.2rem;
  }
  .md\:mb-\[1\.8rem\] {
    margin-bottom: 1.8rem;
  }
  .md\:mb-\[5\.6rem\] {
    margin-bottom: 5.6rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .md\:ml-\[1em\] {
    margin-left: 1em;
  }
  .md\:mb-\[5\.3rem\] {
    margin-bottom: 5.3rem;
  }
  .md\:mb-\[4\.5rem\] {
    margin-bottom: 4.5rem;
  }
  .md\:mb-\[6\.6rem\] {
    margin-bottom: 6.6rem;
  }
  .md\:mb-\[9\.6rem\] {
    margin-bottom: 9.6rem;
  }
  .md\:ml-\[1rem\] {
    margin-left: 1rem;
  }
  .md\:mt-\[4rem\] {
    margin-top: 4rem;
  }
  .md\:mt-\[2\.8rem\] {
    margin-top: 2.8rem;
  }
  .md\:mt-\[2\.9rem\] {
    margin-top: 2.9rem;
  }
  .md\:mt-\[2\.3rem\] {
    margin-top: 2.3rem;
  }
  .md\:mb-\[4rem\] {
    margin-bottom: 4rem;
  }
  .md\:ml-\[5rem\] {
    margin-left: 5rem;
  }
  .md\:mr-\[1\.8rem\] {
    margin-right: 1.8rem;
  }
  .md\:mr-\[1\.4rem\] {
    margin-right: 1.4rem;
  }
  .md\:mr-\[0\.5rem\] {
    margin-right: 0.5rem;
  }
  .md\:mt-\[1\.4rem\] {
    margin-top: 1.4rem;
  }
  .md\:mt-\[0\.6rem\] {
    margin-top: 0.6rem;
  }
  .md\:mt-\[2\.7rem\] {
    margin-top: 2.7rem;
  }
  .md\:mt-\[16\.1rem\] {
    margin-top: 16.1rem;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:ml-\[7\.2rem\] {
    margin-left: 7.2rem;
  }
  .md\:mt-\[4\.2rem\] {
    margin-top: 4.2rem;
  }
  .md\:mt-\[11\.6rem\] {
    margin-top: 11.6rem;
  }
  .md\:mt-\[10rem\] {
    margin-top: 10rem;
  }
  .md\:mt-\[6rem\] {
    margin-top: 6rem;
  }
  .md\:mt-\[-8\.6rem\] {
    margin-top: -8.6rem;
  }
  .md\:mt-\[4\.8rem\] {
    margin-top: 4.8rem;
  }
  .md\:mt-\[5\.8rem\] {
    margin-top: 5.8rem;
  }
  .md\:mt-\[0\.7rem\] {
    margin-top: 0.7rem;
  }
  .md\:mt-\[1\.2rem\] {
    margin-top: 1.2rem;
  }
  .md\:mt-\[3\.4rem\] {
    margin-top: 3.4rem;
  }
  .md\:mt-\[1\.6rem\] {
    margin-top: 1.6rem;
  }
  .md\:mt-\[3\.8rem\] {
    margin-top: 3.8rem;
  }
  .md\:mt-\[-1\.5rem\] {
    margin-top: -1.5rem;
  }
  .md\:mt-\[7\.5rem\] {
    margin-top: 7.5rem;
  }
  .md\:ml-\[2\.2rem\] {
    margin-left: 2.2rem;
  }
  .md\:mt-\[-0\.4rem\] {
    margin-top: -0.4rem;
  }
  .md\:mt-\[2\.0rem\] {
    margin-top: 2rem;
  }
  .md\:mt-\[7\.4rem\] {
    margin-top: 7.4rem;
  }
  .md\:mt-\[4\.5rem\] {
    margin-top: 4.5rem;
  }
  .md\:mt-\[-0\.3rem\] {
    margin-top: -0.3rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[3rem\] {
    height: 3rem;
  }
  .md\:h-\[2rem\] {
    height: 2rem;
  }
  .md\:h-\[5\.5rem\] {
    height: 5.5rem;
  }
  .md\:h-\[50\.9rem\] {
    height: 50.9rem;
  }
  .md\:h-\[4\.5rem\] {
    height: 4.5rem;
  }
  .md\:h-\[30rem\] {
    height: 30rem;
  }
  .md\:h-\[6\.8rem\] {
    height: 6.8rem;
  }
  .md\:h-\[12\.5rem\] {
    height: 12.5rem;
  }
  .md\:h-\[4\.4rem\] {
    height: 4.4rem;
  }
  .md\:h-\[17\.4rem\] {
    height: 17.4rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-\[54\.4rem\] {
    height: 54.4rem;
  }
  .md\:h-\[6rem\] {
    height: 6rem;
  }
  .md\:h-\[8rem\] {
    height: 8rem;
  }
  .md\:h-\[18rem\] {
    height: 18rem;
  }
  .md\:h-\[27rem\] {
    height: 27rem;
  }
  .md\:h-\[4\.8rem\] {
    height: 4.8rem;
  }
  .md\:h-\[4\.7rem\] {
    height: 4.7rem;
  }
  .md\:w-\[13\.8rem\] {
    width: 13.8rem;
  }
  .md\:w-\[17rem\] {
    width: 17rem;
  }
  .md\:w-\[20rem\] {
    width: 20rem;
  }
  .md\:w-\[7\.7rem\] {
    width: 7.7rem;
  }
  .md\:w-\[60rem\] {
    width: 60rem;
  }
  .md\:w-\[3rem\] {
    width: 3rem;
  }
  .md\:w-\[63\.7rem\] {
    width: 63.7rem;
  }
  .md\:w-\[41rem\] {
    width: 41rem;
  }
  .md\:w-\[2rem\] {
    width: 2rem;
  }
  .md\:w-\[15rem\] {
    width: 15rem;
  }
  .md\:w-\[18\.4rem\] {
    width: 18.4rem;
  }
  .md\:w-\[14rem\] {
    width: 14rem;
  }
  .md\:w-\[20\.1rem\] {
    width: 20.1rem;
  }
  .md\:w-\[53\.7rem\] {
    width: 53.7rem;
  }
  .md\:w-\[49\.6rem\] {
    width: 49.6rem;
  }
  .md\:w-\[48rem\] {
    width: 48rem;
  }
  .md\:w-\[96rem\] {
    width: 96rem;
  }
  .md\:w-\[17\.1rem\] {
    width: 17.1rem;
  }
  .md\:w-\[21\.1rem\] {
    width: 21.1rem;
  }
  .md\:w-\[28\.5rem\] {
    width: 28.5rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-\[16\.9rem\] {
    width: 16.9rem;
  }
  .md\:w-\[18\.0rem\] {
    width: 18rem;
  }
  .md\:w-\[13\.4rem\] {
    width: 13.4rem;
  }
  .md\:w-\[20\.3rem\] {
    width: 20.3rem;
  }
  .md\:w-\[28\.4rem\] {
    width: 28.4rem;
  }
  .md\:w-\[15\.4rem\] {
    width: 15.4rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-\[39\.7rem\] {
    width: 39.7rem;
  }
  .md\:w-\[42\.8rem\] {
    width: 42.8rem;
  }
  .md\:w-\[12\.4rem\] {
    width: 12.4rem;
  }
  .md\:w-\[19\.3rem\] {
    width: 19.3rem;
  }
  .md\:w-\[22\.3rem\] {
    width: 22.3rem;
  }
  .md\:w-\[75\.4rem\] {
    width: 75.4rem;
  }
  .md\:w-\[130rem\] {
    width: 130rem;
  }
  .md\:w-\[12rem\] {
    width: 12rem;
  }
  .md\:w-\[45\.22\%\] {
    width: 45.22%;
  }
  .md\:w-\[50\.95\%\] {
    width: 50.95%;
  }
  .md\:w-\[80\.7\%\] {
    width: 80.7%;
  }
  .md\:w-\[4\.6rem\] {
    width: 4.6rem;
  }
  .md\:w-\[18rem\] {
    width: 18rem;
  }
  .md\:w-\[7\.2rem\] {
    width: 7.2rem;
  }
  .md\:w-\[26\.3rem\] {
    width: 26.3rem;
  }
  .md\:w-\[17\.6rem\] {
    width: 17.6rem;
  }
  .md\:w-\[24\.8rem\] {
    width: 24.8rem;
  }
  .md\:w-\[13\.1rem\] {
    width: 13.1rem;
  }
  .md\:w-\[7\.5rem\] {
    width: 7.5rem;
  }
  .md\:w-\[46rem\] {
    width: 46rem;
  }
  .md\:w-\[18\.1rem\] {
    width: 18.1rem;
  }
  .md\:w-\[40rem\] {
    width: 40rem;
  }
  .md\:w-\[9rem\] {
    width: 9rem;
  }
  .md\:w-\[31rem\] {
    width: 31rem;
  }
  .md\:w-\[15\.5rem\] {
    width: 15.5rem;
  }
  .md\:w-\[22\.6rem\] {
    width: 22.6rem;
  }
  .md\:w-\[18\.2rem\] {
    width: 18.2rem;
  }
  .md\:w-\[100\%\] {
    width: 100%;
  }
  .md\:w-\[30rem\] {
    width: 30rem;
  }
  .md\:w-\[22\.4rem\] {
    width: 22.4rem;
  }
  .md\:w-\[8\.8rem\] {
    width: 8.8rem;
  }
  .md\:w-\[12\.35rem\] {
    width: 12.35rem;
  }
  .md\:w-\[17\.7rem\] {
    width: 17.7rem;
  }
  .md\:w-\[32rem\] {
    width: 32rem;
  }
  .md\:w-\[10\.9rem\] {
    width: 10.9rem;
  }
  .md\:w-\[82\.8rem\] {
    width: 82.8rem;
  }
  .md\:w-\[15\.3rem\] {
    width: 15.3rem;
  }
  .md\:max-w-\[96rem\] {
    max-width: 96rem;
  }
  .md\:max-w-\[50rem\] {
    max-width: 50rem;
  }
  .md\:max-w-\[47rem\] {
    max-width: 47rem;
  }
  .md\:max-w-\[31\.2rem\] {
    max-width: 31.2rem;
  }
  .md\:max-w-\[27\.4rem\] {
    max-width: 27.4rem;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:max-w-\[36\.8rem\] {
    max-width: 36.8rem;
  }
  .md\:max-w-\[31\.6rem\] {
    max-width: 31.6rem;
  }
  .md\:max-w-\[20rem\] {
    max-width: 20rem;
  }
  .md\:max-w-\[32rem\] {
    max-width: 32rem;
  }
  .md\:max-w-\[47\.4rem\] {
    max-width: 47.4rem;
  }
  .md\:max-w-\[18\.7rem\] {
    max-width: 18.7rem;
  }
  .md\:max-w-\[40rem\] {
    max-width: 40rem;
  }
  .md\:max-w-\[22\.6rem\] {
    max-width: 22.6rem;
  }
  .md\:max-w-\[62\.9rem\] {
    max-width: 62.9rem;
  }
  .md\:flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .md\:translate-x-\[-650px\] {
    --tw-translate-x: -650px;
  }
  .md\:translate-x-\[-650px\],
  .md\:translate-y-\[-50px\] {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-y-\[-50px\] {
    --tw-translate-y: -50px;
  }
  .md\:translate-x-0 {
    --tw-translate-x: 0px;
  }
  .md\:translate-x-0,
  .md\:translate-x-\[11rem\] {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-x-\[11rem\] {
    --tw-translate-x: 11rem;
  }
  .md\:translate-y-\[50\%\] {
    --tw-translate-y: 50%;
  }
  .md\:translate-x-\[-21rem\],
  .md\:translate-y-\[50\%\] {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-x-\[-21rem\] {
    --tw-translate-x: -21rem;
  }
  .md\:translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
  }
  .md\:translate-x-\[-72px\],
  .md\:translate-y-\[-50\%\] {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-x-\[-72px\] {
    --tw-translate-x: -72px;
  }
  .md\:translate-y-\[-67px\] {
    --tw-translate-y: -67px;
  }
  .md\:translate-x-\[43px\],
  .md\:translate-y-\[-67px\] {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-x-\[43px\] {
    --tw-translate-x: 43px;
  }
  .md\:translate-y-\[-80px\] {
    --tw-translate-y: -80px;
  }
  .md\:translate-x-\[3\.6rem\],
  .md\:translate-y-\[-80px\] {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-x-\[3\.6rem\] {
    --tw-translate-x: 3.6rem;
  }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md\:flex-col,
  .md\:flex-row {
    -webkit-box-direction: normal;
  }
  .md\:flex-col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md\:items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .md\:items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .md\:justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md\:justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md\:justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .md\:gap-\[6\.45rem\] {
    gap: 6.45rem;
  }
  .md\:gap-\[11rem\] {
    gap: 11rem;
  }
  .md\:gap-\[1\.8rem\] {
    gap: 1.8rem;
  }
  .md\:gap-\[4\.2rem\] {
    gap: 4.2rem;
  }
  .md\:gap-\[2\.4rem\] {
    gap: 2.4rem;
  }
  .md\:gap-\[8\.85rem\] {
    gap: 8.85rem;
  }
  .md\:gap-\[4rem\] {
    gap: 4rem;
  }
  .md\:gap-\[2\.9rem\] {
    gap: 2.9rem;
  }
  .md\:gap-\[7rem\] {
    gap: 7rem;
  }
  .md\:gap-\[4\.4rem\] {
    gap: 4.4rem;
  }
  .md\:gap-\[5\.4rem\] {
    gap: 5.4rem;
  }
  .md\:gap-\[2rem\] {
    gap: 2rem;
  }
  .md\:gap-\[4\.8rem\] {
    gap: 4.8rem;
  }
  .md\:gap-\[20\.8rem\] {
    gap: 20.8rem;
  }
  .md\:gap-\[4\.0rem\] {
    gap: 4rem;
  }
  .md\:gap-\[5\.0rem\] {
    gap: 5rem;
  }
  .md\:gap-\[2\.0rem\] {
    gap: 2rem;
  }
  .md\:gap-\[1\.2rem\] {
    gap: 1.2rem;
  }
  .md\:gap-\[6rem\] {
    gap: 6rem;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:gap-x-\[4\.4rem\] {
    -webkit-column-gap: 4.4rem;
    -moz-column-gap: 4.4rem;
    column-gap: 4.4rem;
  }
  .md\:gap-y-\[3\.5rem\] {
    row-gap: 3.5rem;
  }
  .md\:gap-y-\[3\.6rem\] {
    row-gap: 3.6rem;
  }
  .md\:gap-x-\[2\.4rem\] {
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }
  .md\:gap-y-\[0\.8rem\] {
    row-gap: 0.8rem;
  }
  .md\:gap-y-\[2rem\] {
    row-gap: 2rem;
  }
  .md\:rounded-\[4rem\] {
    border-radius: 4rem;
  }
  .md\:bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_header_bottom\.svg\)\] {
    background-image: url(/assets/images/hoiku/recruit/bg/bg_header_bottom.svg);
  }
  .md\:bg-none {
    background-image: none;
  }
  .md\:bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_pink\.svg\)\] {
    background-image: url(/assets/images/hoiku/recruit/bg/bg_pink.svg);
  }
  .md\:bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_message\.svg\)\] {
    background-image: url(/assets/images/hoiku/recruit/bg/bg_message.svg);
  }
  .md\:bg-\[url\(\/assets\/images\/hoiku\/recruit\/bg\/bg_white_wave\.svg\)\] {
    background-image: url(/assets/images/hoiku/recruit/bg/bg_white_wave.svg);
  }
  .md\:bg-auto {
    background-size: auto;
  }
  .md\:px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-\[7\.65rem\] {
    padding-left: 7.65rem;
    padding-right: 7.65rem;
  }
  .md\:py-\[4\.1rem\] {
    padding-bottom: 4.1rem;
    padding-top: 4.1rem;
  }
  .md\:px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-\[8\.5rem\] {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
  .md\:px-\[2\.5rem\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-\[0\.6rem\] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .md\:px-\[0\.4rem\] {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .md\:pl-\[max\(calc\(48\*128rem\/1920\)\2c calc\(48\*100vw\/1920\)\)\] {
    padding-left: max(3.2rem, 2.5vw);
  }
  .md\:pl-\[max\(calc\(32\*128rem\/1920\)\2c calc\(32\*100vw\/1920\)\)\] {
    padding-left: max(2.13333rem, 1.66667vw);
  }
  .md\:pl-\[max\(calc\(16\*128rem\/1920\)\2c calc\(16\*100vw\/1920\)\)\] {
    padding-left: max(1.06667rem, 0.83333vw);
  }
  .md\:pl-\[max\(calc\(58\*128rem\/1920\)\2c calc\(58\*100vw\/1920\)\)\] {
    padding-left: max(3.86667rem, 3.02083vw);
  }
  .md\:pl-\[max\(calc\(29\*128rem\/1920\)\2c calc\(29\*100vw\/1920\)\)\] {
    padding-left: max(1.93333rem, 1.51042vw);
  }
  .md\:pt-\[4\.2rem\] {
    padding-top: 4.2rem;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pb-\[6rem\] {
    padding-bottom: 6rem;
  }
  .md\:pt-\[1rem\] {
    padding-top: 1rem;
  }
  .md\:pt-\[14\.7rem\] {
    padding-top: 14.7rem;
  }
  .md\:pt-\[3\.1rem\] {
    padding-top: 3.1rem;
  }
  .md\:pb-\[2\.7rem\] {
    padding-bottom: 2.7rem;
  }
  .md\:pt-\[3\.4rem\] {
    padding-top: 3.4rem;
  }
  .md\:pb-\[7\.1rem\] {
    padding-bottom: 7.1rem;
  }
  .md\:pt-\[4\.9rem\] {
    padding-top: 4.9rem;
  }
  .md\:pb-\[7\.0rem\] {
    padding-bottom: 7rem;
  }
  .md\:pt-\[3\.3rem\] {
    padding-top: 3.3rem;
  }
  .md\:pr-\[4rem\] {
    padding-right: 4rem;
  }
  .md\:pr-\[2\.9rem\] {
    padding-right: 2.9rem;
  }
  .md\:pb-\[6\.3rem\] {
    padding-bottom: 6.3rem;
  }
  .md\:pb-\[13rem\] {
    padding-bottom: 13rem;
  }
  .md\:pt-\[3\.2rem\] {
    padding-top: 3.2rem;
  }
  .md\:pb-\[3\.4rem\] {
    padding-bottom: 3.4rem;
  }
  .md\:pt-\[4\.3rem\] {
    padding-top: 4.3rem;
  }
  .md\:pb-\[10\.1rem\] {
    padding-bottom: 10.1rem;
  }
  .md\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }
  .md\:pt-\[2\.4rem\] {
    padding-top: 2.4rem;
  }
  .md\:pt-\[1\.7rem\] {
    padding-top: 1.7rem;
  }
  .md\:pb-\[28\.9rem\] {
    padding-bottom: 28.9rem;
  }
  .md\:pl-\[0\.4rem\] {
    padding-left: 0.4rem;
  }
  .md\:pt-\[3rem\] {
    padding-top: 3rem;
  }
  .md\:pt-\[1\.4rem\] {
    padding-top: 1.4rem;
  }
  .md\:pl-\[10\.5rem\] {
    padding-left: 10.5rem;
  }
  .md\:pb-\[32\.8rem\] {
    padding-bottom: 32.8rem;
  }
  .md\:pb-\[25\.9rem\] {
    padding-bottom: 25.9rem;
  }
  .md\:pt-\[3\.7rem\] {
    padding-top: 3.7rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pt-\[1\.9rem\] {
    padding-top: 1.9rem;
  }
  .md\:pb-\[17\.1rem\] {
    padding-bottom: 17.1rem;
  }
  .md\:pt-\[7\.6rem\] {
    padding-top: 7.6rem;
  }
  .md\:pb-\[5\.7rem\] {
    padding-bottom: 5.7rem;
  }
  .md\:pb-\[1\.5rem\] {
    padding-bottom: 1.5rem;
  }
  .md\:pb-\[20rem\] {
    padding-bottom: 20rem;
  }
  .md\:pb-\[9rem\] {
    padding-bottom: 9rem;
  }
  .md\:pb-\[33\.8rem\] {
    padding-bottom: 33.8rem;
  }
  .md\:pt-\[3\.0rem\] {
    padding-top: 3rem;
  }
  .md\:pb-\[13\.0rem\] {
    padding-bottom: 13rem;
  }
  .md\:pl-\[22\.6rem\] {
    padding-left: 22.6rem;
  }
  .md\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }
  .md\:pt-\[2\.2rem\] {
    padding-top: 2.2rem;
  }
  .md\:pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .md\:pt-\[3\.6rem\] {
    padding-top: 3.6rem;
  }
  .md\:pb-\[3\.2rem\] {
    padding-bottom: 3.2rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pb-\[13\.2rem\] {
    padding-bottom: 13.2rem;
  }
  .md\:pb-\[0\.5rem\] {
    padding-bottom: 0.5rem;
  }
  .md\:pt-\[6\.5rem\] {
    padding-top: 6.5rem;
  }
  .md\:pb-\[14\.3rem\] {
    padding-bottom: 14.3rem;
  }
  .md\:pt-\[4rem\] {
    padding-top: 4rem;
  }
  .md\:pl-\[41\.9rem\] {
    padding-left: 41.9rem;
  }
  .md\:pt-\[5rem\] {
    padding-top: 5rem;
  }
  .md\:pb-\[19\.2rem\] {
    padding-bottom: 19.2rem;
  }
  .md\:pt-\[6\.4rem\] {
    padding-top: 6.4rem;
  }
  .md\:pt-\[6\.1rem\] {
    padding-top: 6.1rem;
  }
  .md\:pb-\[10\.2rem\] {
    padding-bottom: 10.2rem;
  }
  .md\:pt-\[6\.7rem\] {
    padding-top: 6.7rem;
  }
  .md\:pt-\[4\.6rem\] {
    padding-top: 4.6rem;
  }
  .md\:pt-\[5\.1rem\] {
    padding-top: 5.1rem;
  }
  .md\:pb-\[6\.1rem\] {
    padding-bottom: 6.1rem;
  }
  .md\:pt-\[5\.7rem\] {
    padding-top: 5.7rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .md\:text-\[1\.7rem\] {
    font-size: 1.7rem;
  }
  .md\:text-\[2rem\] {
    font-size: 2rem;
  }
  .md\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }
  .md\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .md\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .md\:text-\[3rem\] {
    font-size: 3rem;
  }
  .md\:text-\[2\.2rem\] {
    font-size: 2.2rem;
  }
  .md\:text-\[4rem\] {
    font-size: 4rem;
  }
  .md\:leading-\[4\.7rem\] {
    line-height: 4.7rem;
  }
  .md\:leading-\[3\.2rem\] {
    line-height: 3.2rem;
  }
  .md\:leading-\[3rem\] {
    line-height: 3rem;
  }
  .md\:leading-\[2\.7rem\] {
    line-height: 2.7rem;
  }
  .md\:leading-\[3\.4rem\] {
    line-height: 3.4rem;
  }
  .md\:tracking-\[0\.02em\] {
    letter-spacing: 0.02em;
  }
  .md\:tracking-\[0\.1em\] {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .hr-lg\:pt-\[4rem\] {
    padding-top: 4rem;
  }
}
@media (min-width: 1240px) {
  .hr-lg2\:block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .xl\:right-0 {
    right: 0;
  }
  .xl\:top-\[6\.4rem\] {
    top: 6.4rem;
  }
  .xl\:left-auto {
    left: auto;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:max-w-full {
    max-width: 100%;
  }
  .xl\:translate-x-0 {
    --tw-translate-x: 0px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:bg-contain {
    background-size: contain;
  }
  .xl\:pl-\[0\.4rem\] {
    padding-left: 0.4rem;
  }
  .xl\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .xl\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
}
