@charset "UTF-8";
* {
  position: relative;
  border: solid 0px #888;
  font: inherit;
  line-height: inherit;
  letter-spacing: 0.1em;
  color: inherit;
}

html,
body {
  overflow: hidden auto;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  min-width: 100vw;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background-color: #fff;
  color: #624e46;
  overscroll-behavior: none;
  scroll-padding-top: 200px;
}

.serif {
  font-family: "Noto Serif JP";
}

a {
  color: -webkit-link;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.0666666667);
}

::-webkit-scrollbar-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2666666667);
  border: 2px solid transparent;
  background-clip: padding-box;
}

::-moz-placeholder {
  color: rgba(98, 78, 70, 0.5019607843);
}

::placeholder {
  color: rgba(98, 78, 70, 0.5019607843);
}

input,
.input,
textarea,
select,
.select {
  border: solid 1.5px #888;
  padding: 0.4em 0.5em;
  height: 1.5em;
  width: dpx(300);
}

select,
.select {
  height: 2.5em;
  padding: 0.3em 0.5em;
  width: calc(dpx(302) + 1em);
}

input,
.input,
textarea,
select,
.select {
  background-color: #eff;
}

.inputs,
.selects {
  border-radius: dpx(5);
}

textarea {
  min-height: dpx(150);
  height: dpx(150);
}

table {
  border-collapse: collapse;
  background-color: #fff;
}

th,
td {
  text-align: left;
  border: solid 0 #888;
  box-shadow: inset 1px 1px #888, inset -1px -1px #888;
  padding: 0.5em 0.5em;
  white-space: nowrap;
  background-color: #fff;
  overflow: auto;
}

thead {
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: #fff;
}

tfoot {
  position: sticky;
  bottom: 0px;
  z-index: 2;
  background-color: #fff;
}

th {
  position: sticky;
  left: 0px;
  z-index: 1;
}

.tc {
  text-align: center;
}

.ts {
  text-align: start;
}

.te {
  text-align: end;
}

.fixed {
  position: fixed;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.f {
  display: flex;
}

.if {
  display: inline-flex;
}

.v {
  flex-direction: column;
}

.fa {
  display: flex;
  justify-content: space-around;
}

.fac {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.fb {
  display: flex;
  justify-content: space-between;
}

.fbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.fbe {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}

.fbs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

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

.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-items: center;
  align-content: center;
}

.fce {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

.fcs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.fe {
  display: flex;
  justify-content: space-evenly;
}

.fee {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  align-content: flex-end;
}

.fend {
  display: flex;
  justify-content: flex-end;
}

.fes {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
}

.fec {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

.fendc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.fende {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}

.fs {
  display: flex;
  justify-content: flex-start;
}

.fsc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.fxc {
  display: flex;
  align-items: center;
  align-content: center;
}

.fxe {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

.fxs {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}

.bsb {
  box-sizing: border-box;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
  text-wrap: nowrap;
}

.hidden {
  display: none;
}

.noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.notouch {
  touch-action: none;
  pointer-events: none;
}

.nodeco {
  color: inherit;
  text-decoration: none;
}

.nodeco2 {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ofhh {
  overflow: hidden hidden;
}

.ofha {
  overflow: hidden auto;
}

.ofah {
  overflow: auto hidden;
}

.ofaa {
  overflow: auto auto;
}

.ofa {
  overflow: auto;
}

.wa {
  width: -moz-fit-content;
  width: fit-content;
}

.ha {
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pct {
    opacity: 0.001;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .spt {
    opacity: 0.001;
  }
  .spv {
    flex-direction: column;
  }
}
.check {
  background-color: 2px solid #e87122;
  border-radius: 6px;
  position: relative;
}
.check.checked {
  background-color: #e87122;
}
.check.checked::after {
  content: "✔";
  color: #fff;
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-links a.current-page {
  color: #fbc157 !important;
}

.hover {
  color: inherit;
  transition: color 0.5s ease;
}
.hover:hover {
  color: blue;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.shadow1 {
  box-shadow: rgba(0, 0, 0, 0.1568627451) 0px 3px 6px;
}

.img1px {
  width: 1px;
  max-width: 1px;
  height: 1px;
  max-height: 1px;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ib {
  display: inline-block;
}

.b {
  display: block;
}

.movie__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em 1em 0.4em;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
  background-color: #e27130;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .movie__btn {
    font-weight: normal;
    font-size: 0.9rem;
  }
}

.faq__btn-1, .faq__btn-2, .faq__btn-3, .faq__btn-4, .faq__btn-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em 1em 0.4em;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
}
.faq__btn-1:hover, .faq__btn-1.active, .faq__btn-2:hover, .faq__btn-2.active, .faq__btn-3:hover, .faq__btn-3.active, .faq__btn-4:hover, .faq__btn-4.active, .faq__btn-5:hover, .faq__btn-5.active {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .faq__btn-1, .faq__btn-2, .faq__btn-3, .faq__btn-4, .faq__btn-5 {
    font-weight: normal;
    font-size: 0.9rem;
  }
}
.faq__btn-1 {
  color: #e27130;
  z-index: 100;
}
.faq__btn-1:hover, .faq__btn-1.active {
  background-color: #e27130;
  color: #fff;
}
.faq__btn-2 {
  color: #d1b413;
  z-index: 100;
}
.faq__btn-2:hover, .faq__btn-2.active {
  background-color: #d1b413;
  color: #fff;
}
.faq__btn-3 {
  color: #99c632;
  z-index: 100;
}
.faq__btn-3:hover, .faq__btn-3.active {
  background-color: #99c632;
  color: #fff;
}
.faq__btn-4 {
  color: #6479b8;
  z-index: 100;
}
.faq__btn-4:hover, .faq__btn-4.active {
  background-color: #6479b8;
  color: #fff;
}
.faq__btn-5 {
  color: #624e46;
  z-index: 100;
}
.faq__btn-5:hover, .faq__btn-5.active {
  background-color: #624e46;
  color: #fff;
}

.faq__card {
  background-color: white;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 70%;
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .faq__card {
    width: 80%;
    min-width: 80%;
  }
}

.faq__question,
.faq__answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.faq__question::before,
.faq__answer::before {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 3px 3px 5px;
  font-size: 16px;
}

.faq__question::before {
  content: "Q";
  background-color: #e27130;
}

.faq__answer::before {
  content: "A";
  background-color: #6479b8;
}

.faq__date {
  display: flex;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .faq__date {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
  }
}

.news__main {
  background-color: #fff;
  width: 100vw;
}
.news__btn {
  display: inline-block;
  background-color: #e0e0e0;
  color: #624e46;
  padding: 0.7em 0 0.6em;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.news__btn.active {
  background-color: #e27130;
  color: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  .news__btn {
    font-size: 0.9rem;
  }
}
.news-img-wrap {
  overflow: hidden;
}
.news-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.thumbnail-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .thumbnail-area {
    display: block;
    flex-wrap: unset;
    gap: 0;
  }
}

.thumbnail-area .thumb {
  width: calc(33.333% - 10px);
  height: auto;
  cursor: pointer;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: 0.3s;
}

.thumbnail-area .thumb:hover {
  opacity: 0.7;
  border-color: #f9aa38;
}

.thumb.selected {
  border: 3px solid white;
  box-sizing: border-box;
}

.thumb-scroll {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 4px;
}

.thumb-sp {
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
  transition: 0.3s;
  flex-shrink: 0;
}

.thumb-sp.selected {
  border-color: white;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
}

.line {
  height: 1px;
  margin: 1em 0;
  background-color: #707070;
}

.dline {
  height: 3px;
  background-image: radial-gradient(circle, #707070 1px, transparent 1.5px);
  background-size: 8px 100%;
  background-repeat: repeat-x;
  border: none;
  margin: 1em 0;
}

.menu-dline {
  height: 3px;
  background-image: radial-gradient(circle, #707070 1px, transparent 1.5px);
  background-size: 8px 100%;
  background-repeat: repeat-x;
  border: none;
  margin: 1em 0;
  width: 80%;
  min-width: 80%;
}
@media screen and (max-width: 768px) {
  .menu-dline {
    width: 40%;
    min-width: 40%;
  }
}

.bt {
  border-top: 1px solid #4c4645;
}

.bb {
  border-bottom: 1px solid #4c4645;
}

.border {
  border: 1px solid #4c4645;
}

.bn {
  border: none;
}

.pagination {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}

.pagination.both {
  justify-content: space-between;
}

.pagination.only-back {
  justify-content: flex-start;
}

.pagination.only-more {
  justify-content: flex-end;
}

.back-link,
.view-more {
  text-decoration: none;
  color: #1a1311;
  font-weight: bold;
  transition: 0.3s;
}

.back-link:hover,
.view-more:hover {
  opacity: 0.7;
}

.page {
  color: #624e46;
  text-decoration: none;
}
.page.current {
  background-color: #fbc157;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat-care {
  background-color: #de7800;
}
.cat-welfare {
  background-color: #ddbb01;
}
.cat-childcare {
  background-color: #80ad33;
}
.cat-education {
  background-color: #6479b8;
}
.cat-food {
  background-color: #69564f;
}
.cat__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0 0.3em;
  color: #fff;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cat__btn {
    font-size: 0.9rem;
  }
}

.wrap-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.overlay .label {
  margin: 0.5em 0 0;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .overlay .label {
    font-size: 1rem;
  }
}
.overlay .exp img {
  transition: transform 0.3s ease;
}
.overlay .exp:hover img {
  transform: scale(1.05);
}
.overlay .exp .label {
  transition: color 0.3s ease;
}
.overlay .exp-meal:hover .label {
  color: #f6b932;
}
.overlay .exp-bed:hover .label {
  color: #179a73;
}
.overlay .exp-bath:hover .label {
  color: #4fafe2;
}
.overlay .exp-room:hover .label {
  color: #f7d852;
}
@media screen and (min-width: 769px) {
  .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .overlay {
    position: absolute;
    bottom: 4em;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sub-image {
  border: 4px solid transparent;
  transition: border 0.3s;
  cursor: pointer;
}
.sub-image.active {
  border-color: #f6b932;
}

#home-image-wrapper-sp {
  transform: translateX(-50%);
  overflow: visible;
  --gap: 90px;
}

#home-image-wrapper-sp .home-image {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%) scale(0.92);
  opacity: 0.6;
  filter: blur(0.2px);
  transition: transform 700ms ease, opacity 700ms ease, filter 700ms ease, box-shadow 700ms ease;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

#home-image-wrapper-sp .is-left {
  transform: translateX(calc(-50% - var(--gap))) scale(0.92);
}

#home-image-wrapper-sp .is-right {
  transform: translateX(calc(-50% + var(--gap))) scale(0.92);
}

#home-image-wrapper-sp .is-center {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  filter: none;
  z-index: 3;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

#home-image-wrapper-sp .is-left {
  z-index: 1;
}

#home-image-wrapper-sp .is-right {
  z-index: 2;
}

#home-image-wrapper-sp .is-hidden {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transform: translateX(-50%) scale(0.9);
}

.voiceimg {
  transition: filter 0.5s ease, opacity 0.5s ease;
}
.voiceimg:hover {
  filter: brightness(1.2) saturate(0.8);
  opacity: 0.8;
}

.scatter-item {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  filter: blur(15px);
  transition: opacity var(--dur, 1s) ease, transform var(--dur, 1s) ease, filter var(--dur, 1s) ease;
  transition-delay: var(--delay, 0s);
  will-change: opacity, transform, filter;
}

.scatter-item.animate {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.scatter-speed-fast {
  --dur: 0.6s;
}

.scatter-speed-mid {
  --dur: 1s;
}

.scatter-speed-slow {
  --dur: 1.6s;
}

.scatter-delay-0 {
  --delay: 0s;
}

.scatter-delay-1 {
  --delay: 0.12s;
}

.scatter-delay-2 {
  --delay: 0.24s;
}

.scatter-delay-3 {
  --delay: 0.36s;
}

.scatter-delay-4 {
  --delay: 0.48s;
}

.scatter-delay-5 {
  --delay: 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .scatter-item {
    transition: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}
#loader {
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease, visibility 1s ease;
}

body.loaded #loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.logo-fade {
  opacity: 0;
  transform: scale(1.3);
  animation: popIn 0.4s ease-out forwards 0.2s;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.job-desc-box {
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.job-desc-box::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 20px 20px 20px;
  border-style: solid;
  border-color: transparent transparent #fdf3c1 transparent;
}
.job-desc-box.bgFFE7BA::before {
  border-color: transparent transparent #ffe7ba transparent;
}
.job-desc-box.bgFDF2D9::before {
  border-color: transparent transparent #fdf2d9 transparent;
}
.job-desc-box.bgD4E6A8::before {
  border-color: transparent transparent #d4e6a8 transparent;
}
.job-desc-box.bgE5F0C9::before {
  border-color: transparent transparent #e5f0c9 transparent;
}
.job-desc-box.bgEAC321::before {
  border-color: transparent transparent #eac321 transparent;
}
.job-desc-box a {
  margin: 5px 10px 5px 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .job-desc-box a {
    font-size: 0.7rem;
  }
}
.job-desc-box.bgFFE7BA a {
  color: #934518;
}
.job-desc-box.bgFFE7BA a:hover {
  color: #e27130;
}
.job-desc-box.bgFDF2D9 a {
  color: #934518;
}
.job-desc-box.bgFDF2D9 a:hover {
  color: #e27130;
}
.job-desc-box.bgD4E6A8 a {
  color: #456010;
}
.job-desc-box.bgD4E6A8 a:hover {
  color: #99c632;
}
.job-desc-box.bgE5F0C9 a {
  color: #456010;
}
.job-desc-box.bgE5F0C9 a:hover {
  color: #99c632;
}
.job-desc-box.bgEAC321 a {
  color: #313131;
}
.job-desc-box.bgEAC321 a:hover {
  color: #fff;
}
.job-desc-box.bgFFF a {
  color: #934518;
}
.job-desc-box.bgFFF a:hover {
  color: #e27130;
}

.line2-pc,
.line2-sp {
  line-height: 1.5em;
}

.top-btn-1, .top-btn-2, .top-btn-3, .top-btn-3c, .top-btn-4, .top-btn-5, .top-btn-6, .top-btn-7, .top-btn-8, .top-btn-9, .top-btn-10, .top-btn-10n, .top-btn-11, .top-btn-11n, .top-btn-12, .top-btn-13, .top-btn-14, .top-btn-16, .top-btn-17, .top-btn-18, .top-btn-19 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 3.2em 0.7em;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
}
.top-btn-1:hover, .top-btn-2:hover, .top-btn-3:hover, .top-btn-3c:hover, .top-btn-4:hover, .top-btn-5:hover, .top-btn-6:hover, .top-btn-7:hover, .top-btn-8:hover, .top-btn-9:hover, .top-btn-10:hover, .top-btn-10n:hover, .top-btn-11:hover, .top-btn-11n:hover, .top-btn-12:hover, .top-btn-13:hover, .top-btn-14:hover, .top-btn-16:hover, .top-btn-17:hover, .top-btn-18:hover, .top-btn-19:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .top-btn-1, .top-btn-2, .top-btn-3, .top-btn-3c, .top-btn-4, .top-btn-5, .top-btn-6, .top-btn-7, .top-btn-8, .top-btn-9, .top-btn-10, .top-btn-10n, .top-btn-11, .top-btn-11n, .top-btn-12, .top-btn-13, .top-btn-14, .top-btn-16, .top-btn-17, .top-btn-18, .top-btn-19 {
    font-size: 0.8rem;
  }
}
.top-btn-1 {
  color: #e27130;
}
@media screen and (max-width: 768px) {
  .top-btn-1:hover {
    transform: translate(-50%, -4px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  }
}
.top-btn-2 {
  background-color: #e27130;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-btn-2:hover {
    transform: translate(-50%, -4px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  }
}
.top-btn-3 {
  background-color: #6479b8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-btn-3:hover {
    transform: translate(-50%, -4px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  }
}
.top-btn-3c {
  background-color: #6479b8;
  color: #fff;
}
.top-btn-3c:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-4 {
  background-color: #e27130;
  color: #fff;
}
.top-btn-4:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-5 {
  color: #e27130;
}
.top-btn-5:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-6 {
  color: #ddbb01;
}
.top-btn-6:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-7 {
  color: #99c632;
}
.top-btn-7:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-8 {
  color: #6479b8;
}
.top-btn-8:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-9 {
  color: #313131;
}
.top-btn-9:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-10 {
  background-color: #e2ab31;
  color: #fff;
}
.top-btn-10:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-10n {
  background-color: #e2ab31;
  color: #fff;
}
.top-btn-11 {
  background-color: #99c632;
  color: #fff;
}
.top-btn-11:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-11n {
  background-color: #99c632;
  color: #fff;
}
.top-btn-12 {
  background-color: #d9bf2e;
  color: #fff;
}
.top-btn-12:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-13 {
  background-color: #adadad;
  color: #fff;
}
.top-btn-13:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-14 {
  background-color: #6479b8;
  color: #fff;
}
.top-btn-14:hover {
  transform: translate(-50%, -4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.top-btn-16 {
  color: #ddbb01;
}
.top-btn-17 {
  color: #99c632;
}
.top-btn-18 {
  color: #6479b8;
}
.top-btn-19 {
  color: #313131;
}

.dx-btn-1, .dx-btn-2, .dx-btn-3, .dx-btn-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6em 1em 1.4em;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
}
.dx-btn-1:hover, .dx-btn-2:hover, .dx-btn-3:hover, .dx-btn-4:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .dx-btn-1, .dx-btn-2, .dx-btn-3, .dx-btn-4 {
    font-size: 0.8rem;
    padding: 1.4em 1em 1.2em;
    font-weight: normal;
  }
}
.dx-btn-1 {
  background-color: #6479b8;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .dx-btn-1:hover {
    transform: translate(-50%, -4px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  }
}
.dx-btn-2 {
  background-color: #dbd041;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .dx-btn-2:hover {
    transform: translate(-50%, -4px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  }
}

.toggle-btn-1, .toggle-btn-2, .toggle-btn-3, .toggle-btn-4, .toggle-btn-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 1em 0.7em;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
}
.toggle-btn-1 {
  background-color: #e27130;
  z-index: 100;
}
.toggle-btn-2 {
  background-color: #debb00;
  z-index: 100;
}
.toggle-btn-3 {
  background-color: #99c632;
  z-index: 100;
}
.toggle-btn-4 {
  background-color: #6479b8;
  z-index: 100;
}
.toggle-btn-5 {
  background-color: #7d7d7d;
  z-index: 100;
}

.com-btn-1, .com-btn-2, .com-btn-3, .com-btn-4, .com-btn-5, .com-btn-6, .com-btn-7, .com-btn-8, .com-btn-9, .com-btn-10, .com-btn-11, .com-btn-12, .com-btn-13, .com-btn-14, .com-btn-15, .com-btn-16, .com-btn-17, .com-btn-18, .com-btn-19, .com-btn-20, .com-btn-21 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1em 0.9em;
  font-weight: 500;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
}
.com-btn-1:hover, .com-btn-2:hover, .com-btn-3:hover, .com-btn-4:hover, .com-btn-5:hover, .com-btn-6:hover, .com-btn-7:hover, .com-btn-8:hover, .com-btn-9:hover, .com-btn-10:hover, .com-btn-11:hover, .com-btn-12:hover, .com-btn-13:hover, .com-btn-14:hover, .com-btn-15:hover, .com-btn-16:hover, .com-btn-17:hover, .com-btn-18:hover, .com-btn-19:hover, .com-btn-20:hover, .com-btn-21:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .com-btn-1, .com-btn-2, .com-btn-3, .com-btn-4, .com-btn-5, .com-btn-6, .com-btn-7, .com-btn-8, .com-btn-9, .com-btn-10, .com-btn-11, .com-btn-12, .com-btn-13, .com-btn-14, .com-btn-15, .com-btn-16, .com-btn-17, .com-btn-18, .com-btn-19, .com-btn-20, .com-btn-21 {
    font-size: 0.7em;
    padding: 1.4em 1em 1.2em;
  }
}
.com-btn-1 {
  background-color: #e27130;
  z-index: 100;
}
.com-btn-2 {
  background-color: #6a6a6a;
  z-index: 100;
}
.com-btn-3 {
  background-color: #c0d969;
  z-index: 100;
}
.com-btn-4 {
  background-color: #64cafa;
  z-index: 100;
}
.com-btn-5 {
  background-color: #60c6bd;
  z-index: 100;
}
.com-btn-6 {
  background-color: #ee8833;
  z-index: 100;
}
.com-btn-7 {
  background-color: #e16f8f;
  z-index: 100;
}
.com-btn-8 {
  background-color: #e4bc5f;
  z-index: 100;
}
.com-btn-9 {
  background-color: #861c7f;
  z-index: 100;
}
.com-btn-10 {
  background-color: #d64835;
  z-index: 100;
}
.com-btn-11 {
  background-color: #2c673a;
  z-index: 100;
}
.com-btn-12 {
  background-color: #e3b643;
  z-index: 100;
}
.com-btn-13 {
  background-color: #dbdf04;
  z-index: 100;
}
.com-btn-14 {
  background-color: #b0862b;
  z-index: 100;
}
.com-btn-15 {
  background-color: #e40069;
  z-index: 100;
}
.com-btn-16 {
  background-color: #e3b643;
  z-index: 100;
}
.com-btn-17 {
  background-color: #369090;
  z-index: 100;
}
.com-btn-18 {
  background-color: #00559f;
  z-index: 100;
}
.com-btn-19 {
  background-color: #58b954;
  z-index: 100;
}
.com-btn-20 {
  background-color: #58473e;
  z-index: 100;
}
.com-btn-21 {
  background-color: #9a6649;
  z-index: 100;
}

.faq-btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 2em 0.7em;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  width: 40%;
  max-width: 40%;
  min-width: 40%;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
}
.faq-btn-1:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .faq-btn-1 {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    font-size: 0.8rem;
  }
}
.faq-btn-1 {
  background-color: #6479b8;
  color: #fff;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9em 2em;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.btn .arrow {
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1em;
}

.sbtn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(25 * min(2px, 0.1vw, 0.1vh));
  padding: 0.5em 0.5em;
  height: 1.5em;
  width: dpx(300);
  transition: all 0.3s ease-in-out;
}
.sbtn:hover {
  opacity: 0.7;
}

.bbf {
  border-bottom: 1px solid #fff;
}

.exp {
  transition: transform 0.3s ease;
}
.exp:hover {
  transform: scale(1.05);
}

.sway-image {
  display: block;
  transform-origin: bottom center;
  animation: swaySmooth 2s ease-in-out infinite;
}

@keyframes swaySmooth {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.slide-in-left,
.slide-in-right {
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.slide-in-left {
  transform: translateX(-100px);
}

.slide-in-right {
  transform: translateX(100px);
}

.slide-in-left.animate,
.slide-in-right.animate {
  transform: translateX(0);
  opacity: 1;
}

.delay-0 {
  transition-delay: 0s;
}

.delay-1 {
  transition-delay: 0.4s;
}

.scroll-container {
  overflow: hidden;
}

.scroll-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

.scroll-image {
  height: 300px;
  width: auto;
  flex-shrink: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.scroll-wrapper {
  overflow-x: auto;
}

.scroll-area {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-area::-webkit-scrollbar {
  display: none;
}

.scroll-area2 {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
}
.scroll-area2::-webkit-scrollbar {
  display: none;
}

.scroll-item {
  flex: 0 0 auto;
  scroll-snap-align: center;
}

.history-table {
  overflow-y: auto;
  display: block;
  height: 100%;
}

.search-modal {
  overflow: hidden;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  overflow-y: auto;
}

.grid {
  display: grid;
}

.card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}

.card2 {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
}

.ofc {
  -o-object-fit: cover;
     object-fit: cover;
}

.chip {
  display: inline-block;
  padding: 0.25em 0.6em;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 0.85em;
}

.marker {
  background: linear-gradient(transparent 65%, #f4ccb3 0%);
  padding: 0 0.15em;
}
.marker2 {
  background: linear-gradient(transparent 65%, #f4e0b3 0%);
}
.marker3 {
  background: linear-gradient(transparent 65%, #daeab4 0%);
}
.marker4 {
  background: linear-gradient(transparent 65%, #c6cee5 0%);
}
.marker5 {
  background: linear-gradient(transparent 65%, #f1e8b2 0%);
}

body[data-theme=care] {
  --accent: #e27130;
}

body[data-theme=smile] {
  --accent: #e2ab31;
}

body[data-theme=baby] {
  --accent: #99c632;
}

body[data-theme=education] {
  --accent: #6479b8;
}

body[data-theme=food] {
  --accent: #d9bf2e;
}

.job-sec__title {
  color: var(--accent);
}

.hero-title {
  color: var(--hero-title);
}

.hero-subtitle {
  color: var(--hero-sub);
}

.job-sec--no-title .job-sec__body {
  max-width: 100%;
}

a.yt-thumb {
  position: relative;
  display: inline-block;
  z-index: 0;
}
a.yt-thumb img {
  display: block;
}
a.yt-thumb::before, a.yt-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
a.yt-thumb::before {
  width: 68px;
  height: 48px;
  background: #ff0000;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
a.yt-thumb::after {
  margin-left: 2px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  z-index: 3;
}
a.yt-thumb:hover::before, a.yt-thumb:focus-visible::before {
  filter: brightness(1.1);
}
a.yt-thumb:hover::after, a.yt-thumb:focus-visible::after {
  transform: translate(-50%, -50%) scale(1.05);
}

@media (max-width: 768px) {
  a.yt-thumb::before {
    width: 48px;
    height: 34px;
    border-radius: 10px;
  }
  a.yt-thumb::after {
    border-width: 9px 0 9px 15px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 769px) {
  .footer__chara {
    position: absolute;
    bottom: -5em;
    right: 4em;
    z-index: 200;
  }
}
@media screen and (max-width: 768px) {
  .footer__chara {
    position: absolute;
    bottom: -5.5em;
    left: 1em;
    z-index: 200;
  }
}

.nav {
  background: #E2713c;
}
.nav-hover {
  color: #fff;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.nav-hover:hover {
  background-color: #FF995F;
}

.mta {
  margin-top: auto;
}/*# sourceMappingURL=style.css.map */