@charset "UTF-8";
.u-mtA {
  margin-top: auto !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-widthA {
  width: auto !important;
}

.u-mt80-40 {
  margin-top: 80px !important;
}
@media (max-width: 767px) {
  .u-mt80-40 {
    margin-top: 40px !important;
  }
}

.u-mb80-40 {
  margin-bottom: 80px !important;
}
@media (max-width: 767px) {
  .u-mb80-40 {
    margin-bottom: 40px !important;
  }
}

.u-mb30-10 {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .u-mb30-10 {
    margin-bottom: 10px !important;
  }
}

.u-pc {
  display: block;
}
@media (max-width: 1024px) {
  .u-pc {
    display: none;
  }
}

.u-pcTab {
  display: block;
}
@media (max-width: 767px) {
  .u-pcTab {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-center {
  text-align: center !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-indent {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.u-list {
  margin: 0 0 0 24px;
  list-style-type: disc;
}
.u-list.-order {
  list-style-type: decimal;
}
.u-list li {
  margin: 0 0 4px;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-textLink {
  color: #262626;
  text-decoration: underline;
}

html {
  height: 100%;
  font-size: 62.5%;
}

.body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
}
@media (max-width: 767px) {
  .body {
    font-size: 14px;
  }
}

a {
  transition: 0.2s;
  color: #e1f469;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  height: auto;
  width: 100%;
}

.toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .toTop {
    bottom: 16px;
    right: 16px;
  }
}
.toTop.-show {
  display: block;
}
.toTop_link {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #262626;
  font-size: 20px;
}
@media (max-width: 767px) {
  .toTop_link {
    height: 40px;
    width: 40px;
  }
}
.toTop_link > i {
  color: #fff;
}

.header {
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #262626;
}
@media (max-width: 1200px) {
  .header {
    height: 50px;
    box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.16);
  }
}

.headerInner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .headerInner {
    padding: 0 10px;
  }
}

.headerLogo {
  display: flex;
  align-items: center;
}
.headerLogo_link {
  max-width: 202px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding: 8px 20px;
  background-color: #fff;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .headerLogo_link {
    padding: 4px 16px;
  }
}
@media (max-width: 767px) {
  .headerLogo_link {
    max-width: 194px;
    margin-right: 5px;
    padding: 4px 16px;
  }
}
.headerLogo_text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .headerLogo_text {
    font-size: 12px;
  }
}

.headerNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1200px) {
  .headerNav {
    height: 100vh;
    width: 100%;
    max-width: 300px;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    margin-top: 50px;
    background-color: #262626;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: 0.6s;
  }
  .headerNav.-active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}

.headerNavList {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .headerNavList {
    display: block;
  }
}

.headerNavItem {
  position: relative;
}
@media (min-width: 1201px) {
  .headerNavItem:not(:last-child)::after {
    content: "";
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
  }
}
.headerNavItem_link {
  display: block;
  color: #fff;
  font-size: 15px;
}
@media (min-width: 1201px) {
  .headerNavItem_link {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .headerNavItem_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #6c6c6e;
    font-weight: 700;
    transition: 0.2s;
  }
  .headerNavItem_link:hover {
    opacity: 1;
    background-color: #262626;
    color: #fff;
  }
}

.headerBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .headerBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .headerBtn {
    display: block;
    margin-top: 20px;
  }
}
.headerBtn.-pcTab {
  display: none;
}
@media (max-width: 1200px) {
  .headerBtn.-pcTab {
    display: flex;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .headerBtn.-pcTab {
    display: none;
  }
}
.headerBtn_link {
  max-width: 200px;
  display: block;
  padding: 14px 10px;
  background-color: #ff4805;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 1201px) {
  .headerBtn_link:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .headerBtn_link {
    margin: 0 auto;
  }
  .headerBtn_link:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .-pcTab .headerBtn_link {
    padding: 10px;
  }
}

.humBtn {
  width: 65px;
  height: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .humBtn {
    display: flex;
  }
}
.humBtn_wrap {
  height: 24px;
  width: 35px;
  position: relative;
}
.humBtn_line {
  height: 3px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}
.humBtn_line:nth-child(1) {
  width: 100%;
  top: 0;
}
.-active .humBtn_line:nth-child(1) {
  transform: translate(0px, 10px) rotate(35deg);
}
.humBtn_line:nth-child(2) {
  width: 64%;
  top: 10px;
}
.-active .humBtn_line:nth-child(2) {
  opacity: 0;
}
.humBtn_line:nth-child(3) {
  width: 32%;
  top: 20px;
}
.-active .humBtn_line:nth-child(3) {
  width: 100%;
  transform: translate(0px, -10px) rotate(-35deg);
}
.humBtn_text {
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.pageSection {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .pageSection {
    padding: 50px 0;
  }
}
.pageSection.-yellow {
  background-color: #e1f469;
}
.pageSection.-gray {
  background-color: #edede8;
}
@media (min-width: 1025px) {
  .pageSection.-workFlow {
    background-color: #ffece7;
  }
}
.pageSection.-pt0 {
  padding-top: 0;
}
.pageSection.-pb0 {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .pageSection.-pc-pb0 {
    padding-bottom: 0;
  }
}
.pageSection.-curve {
  position: relative;
  overflow: hidden;
}
.pageSection.-startFlow {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .pageSection.-startFlow {
    background-color: #ffddd4;
  }
}
.pageSection.-last {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pageSection.-last {
    padding-bottom: 50px;
  }
}

.curveWrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.curve {
  position: relative;
  background-color: #e1f469;
  overflow: hidden;
}
.curve::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.curve_inner {
  height: 100%;
  width: 120%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.container {
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.titleWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.titleWrap.-left {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .titleWrap.-left {
    align-items: center;
  }
}
.titleWrap.-left2 {
  align-items: flex-start;
}
.titleWrap.-gray {
  color: #707070;
}
.titleWrap.-white {
  color: #fff;
}
.titleWrap_smallTitle {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .titleWrap_smallTitle {
    font-size: 14px;
  }
}
.titleWrap_title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .titleWrap_title {
    font-size: 24px;
  }
}
.titleWrap_title.-sizeM {
  font-size: 35px;
}
@media (max-width: 767px) {
  .titleWrap_title.-sizeM {
    font-size: 18px;
  }
}
.-gray.-left2 .titleWrap_title {
  color: #262626;
}

.underTitleText {
  line-height: 2;
}
@media (min-width: 768px) {
  .underTitleText {
    text-align: center;
  }
}

.cta {
  padding: 60px 0;
  background-color: #fd7a59;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta {
    padding: 40px 0;
    background-color: transparent;
    background: linear-gradient(180deg, #ff5800 65%, #ff8f67 100%);
  }
}
.cta_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .cta_wrap::before {
    content: "";
    height: 800px;
    width: 1100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-color: #ff4805;
    border-radius: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
  .cta_wrap::before {
    height: 600px;
    width: 980px;
  }
}
@media (max-width: 767px) {
  .cta_wrap {
    flex-direction: column;
  }
}
.cta_textWrap {
  width: 49%;
  position: relative;
}
@media (max-width: 767px) {
  .cta_textWrap {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.cta_text {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .cta_text {
    font-size: 18px;
  }
}
.cta_linkWrap {
  width: 49%;
  position: relative;
}
@media (max-width: 767px) {
  .cta_linkWrap {
    width: 100%;
  }
}

.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  border-radius: 40px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .indexMv_ctaWrap .btn {
    max-width: 260px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.indexMv_ctaWrap .btn:nth-child(1) {
  margin-right: 45px;
}
@media (max-width: 767px) {
  .indexMv_ctaWrap .btn:nth-child(1) {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.btn.-w350 {
  max-width: 350px;
}
.btn.-w450 {
  max-width: 450px;
}
@media (max-width: 767px) {
  .btn.-w450 {
    max-width: 300px;
  }
}
.btn.-w500 {
  max-width: 500px;
}
@media (max-width: 767px) {
  .btn.-w500 {
    max-width: 300px;
  }
}
.btn.-center {
  margin-left: auto;
  margin-right: auto;
}
.btn.-white {
  background-color: #fff;
  color: #262626;
}
.btn.-gray {
  background-color: #707070;
  color: #fff;
}
.btn.-oreGrad {
  background: linear-gradient(180deg, #ff4805, #ff8f67);
  color: #fff;
}
.btn_text {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn_text {
    font-size: 16px;
  }
}
.btn_text.-sizeS {
  font-size: 14px;
}
.btn_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 24px;
}
.-sizeS .btn_icon {
  right: 12px;
  font-size: 18px;
}

@keyframes mv_anime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.indexMv {
  width: 100%;
}
.indexMv_inner {
  display: flex;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .indexMv_inner {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .indexMv_inner {
    display: block;
  }
}
.indexMv_catchWrap {
  width: 50%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .indexMv_catchWrap {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .indexMv_catchWrap {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.indexMv_smallText {
  font-size: 25px;
}
@media (max-width: 1024px) {
  .indexMv_smallText {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .indexMv_smallText {
    width: 100%;
    order: 3;
    font-weight: 700;
  }
}
.indexMv_text {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .indexMv_text {
    margin-bottom: 20px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .indexMv_text {
    width: 70%;
    max-width: 320px;
    margin: 0;
    font-size: 24px;
  }
}
.indexMv_text .small {
  font-size: 42px;
}
@media (max-width: 1024px) {
  .indexMv_text .small {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .indexMv_text .small {
    font-size: 20px;
  }
}
.indexMv_logo {
  max-width: 230px;
  margin-left: 70px;
}
@media (max-width: 1024px) {
  .indexMv_logo {
    max-width: 180px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .indexMv_logo {
    width: 30%;
    max-width: 113px;
    margin: 0;
  }
}
.indexMv_imageWrap {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .indexMv_imageWrap {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
}
.indexMv_image {
  position: absolute;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media (max-width: 767px) {
  .indexMv_image {
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.16);
  }
}
.indexMv_image.-image01 {
  border-radius: 50px;
  top: 0;
  left: 30px;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  animation: mv_anime 0.5s ease 0.5s 1 forwards;
}
@media (max-width: 1024px) {
  .indexMv_image.-image01 {
    max-width: 260px;
    border-radius: 40px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .indexMv_image.-image01 {
    width: 54.4%;
    max-width: none;
    position: static;
    margin: 0 0 0 17%;
  }
}
.indexMv_image.-image02 {
  border-radius: 30px;
  bottom: -25px;
  left: 90px;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  animation: mv_anime 0.5s ease 1s 1 forwards;
}
@media (max-width: 1024px) {
  .indexMv_image.-image02 {
    max-width: 160px;
    border-radius: 20px;
    bottom: 33px;
    left: 54px;
  }
}
@media (max-width: 767px) {
  .indexMv_image.-image02 {
    width: 31.2%;
    max-width: none;
    position: static;
    margin: -5% 0 0 40%;
  }
}
.indexMv_image.-image03 {
  border-radius: 30px;
  top: 230px;
  left: -76px;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  animation: mv_anime 0.5s ease 1.5s 1 forwards;
}
@media (max-width: 1024px) {
  .indexMv_image.-image03 {
    max-width: 140px;
    border-radius: 20px;
    top: 148px;
    left: -42px;
  }
}
@media (max-width: 767px) {
  .indexMv_image.-image03 {
    width: 30.67%;
    max-width: none;
    position: static;
    margin: -27% 0 0 5%;
  }
}
.indexMv_image.-image04 {
  border-radius: 30px;
  top: 246px;
  left: 298px;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  animation: mv_anime 0.5s ease 2s 1 forwards;
}
@media (max-width: 1024px) {
  .indexMv_image.-image04 {
    max-width: 110px;
    border-radius: 15px;
    top: 156px;
    left: 190px;
  }
}
@media (max-width: 767px) {
  .indexMv_image.-image04 {
    width: 27.734%;
    max-width: none;
    position: static;
    margin: -32% 0 0 66%;
  }
}
.indexMv_image.-image05 {
  box-shadow: none;
  bottom: -100px;
  left: 220px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .indexMv_image.-image05 {
    max-width: 260px;
    bottom: 0px;
    left: 130px;
  }
}
@media (max-width: 767px) {
  .indexMv_image.-image05 {
    width: 56%;
    max-width: none;
    position: static;
    margin: -10% 0 0 39%;
  }
}
.indexMv_image.-image06 {
  max-width: 250px;
  box-shadow: none;
  top: -50px;
  left: 300px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .indexMv_image.-image06 {
    max-width: 160px;
    top: -25px;
    left: 190px;
  }
}
@media (max-width: 767px) {
  .indexMv_image.-image06 {
    width: 35%;
    max-width: none;
    position: static;
    margin: -77% 0 0 0%;
  }
}
.indexMv_ctaWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0 100px;
}
@media (max-width: 1024px) {
  .indexMv_ctaWrap {
    padding: 40px 0 60px;
  }
}
@media (max-width: 767px) {
  .indexMv_ctaWrap {
    display: block;
    padding: 33% 0 60px;
  }
}
@media (max-width: 600px) {
  .indexMv_ctaWrap {
    padding: 45% 0 60px;
  }
}

.activeWork {
  position: relative;
  padding: 40px 0 120px;
  overflow: hidden;
  background-color: #fd7a59;
}
@media (max-width: 767px) {
  .activeWork {
    padding: 40px 0 80px;
  }
}

.activeWorkAnime {
  position: absolute;
  bottom: 40px;
  display: flex;
}

.activeWorkList {
  display: flex;
  width: 100%;
  animation: loopAnimation 60s linear infinite;
}

.activeWorkItem {
  width: auto;
  min-width: 220px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  padding: 10px;
  background-color: #fff;
  border: 4px solid #ff4805;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .activeWorkItem {
    min-width: 150px;
    margin-left: 8px;
    padding: 5px 10px;
    border: 2px solid #ff4805;
  }
}
.activeWorkItem_text {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .activeWorkItem_text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .activeWorkItem_text {
    font-size: 16px;
  }
}

.meritList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .meritList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.meritItem {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .meritItem {
    padding: 20px;
    border-radius: 40px;
  }
}
.meritItem_titleWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.meritItem_smallTitle {
  margin-bottom: 20px;
  color: #707070;
}
@media (max-width: 767px) {
  .meritItem_smallTitle {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.meritItem_title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .meritItem_title {
    font-size: 18px;
  }
}
.meritItem_imageWrap {
  margin: 0 10px 20px;
}
@media (max-width: 767px) {
  .meritItem_imageWrap {
    max-width: 258px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 500px) {
  .meritItem_imageWrap {
    max-width: 145px;
  }
}
.meritItem_text {
  line-height: 2;
}

.scheduleList {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .scheduleList {
    gap: 40px;
    margin-bottom: 100px;
  }
}

.scheduleItem {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  background-color: #fff;
  border: 3px solid #e5f47d;
  border-radius: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
}
@media (max-width: 767px) {
  .scheduleItem {
    flex-direction: column;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
  }
}
.scheduleItem_contents {
  width: 29%;
  text-align: center;
}
@media (max-width: 767px) {
  .scheduleItem_contents {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
.scheduleItem_contentText {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .scheduleItem_contentText {
    font-size: 18px;
  }
}
.scheduleItem_contentSmallText {
  font-size: 18px;
}
@media (max-width: 767px) {
  .scheduleItem_contentSmallText {
    font-size: 14px;
  }
}
.scheduleItem_contentImage {
  max-width: 205px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .scheduleItem_contentImage {
    max-width: 105px;
    margin: 0 10px 0 0;
  }
}
.scheduleItem_imageWrap {
  width: 69%;
}
@media (max-width: 767px) {
  .scheduleItem_imageWrap {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .scheduleItem_imageWrap {
    max-width: 300px;
    margin: 10px auto 0;
  }
}
.scheduleItem_imageText {
  position: relative;
  padding-left: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}
.scheduleItem_imageText::before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #262626;
  border-radius: 50%;
}
.scheduleItem_image.-pcTab {
  display: block;
}
@media (max-width: 500px) {
  .scheduleItem_image.-pcTab {
    display: none;
  }
}
.scheduleItem_image.-sp {
  display: none;
}
@media (max-width: 500px) {
  .scheduleItem_image.-sp {
    display: block;
  }
}

.scheduleAnime {
  position: absolute;
  bottom: 10px;
  display: flex;
}
.scheduleAnime_list {
  display: flex;
  width: 100%;
  animation: loopAnimation 30s linear infinite;
}
.scheduleAnime_item {
  width: 1000px;
  height: auto;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .scheduleAnime_item {
    width: 400px;
    margin-right: 18px;
  }
}
.scheduleAnime_image {
  width: 100%;
}

@keyframes loopAnimation {
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(-100%);
  }
}
.workListSliderWrap {
  width: 100%;
  max-width: 1000px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .workListSliderWrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .workListWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 20px 30px;
  }
}

.workList {
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .workList:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .workList:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .workList:nth-child(3) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .workList:nth-child(4) {
    grid-row: 4/5;
    grid-column: 1/2;
  }
  .workList:nth-child(5) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .workList:nth-child(6) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .workList:nth-child(7) {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .workList:nth-child(8) {
    grid-row: 4/5;
    grid-column: 2/3;
  }
  .workList:nth-child(9) {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .workList:nth-child(10) {
    grid-row: 2/3;
    grid-column: 3/4;
  }
  .workList:nth-child(11) {
    grid-row: 3/4;
    grid-column: 3/4;
  }
}
@media (max-width: 767px) {
  .workList {
    height: auto;
    padding: 15px;
  }
}
.workList_title {
  margin-bottom: 10px;
  padding: 8px 0;
  text-align: center;
  background-color: #e1f469;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
}
.workList_text {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.workList_text::before {
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url(../../img/assist_workers/worklist_check.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.workList_annotation {
  font-size: 14px;
}

.workListSwiperButton {
  height: 36px;
  width: 100%;
  max-width: 105px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .workListSwiperButton {
    max-width: 90px;
  }
}
.workListSwiperButton .swiper-button-prev,
.workListSwiperButton .swiper-button-next {
  height: 36px;
  width: 36px;
  display: none;
  top: auto;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .workListSwiperButton .swiper-button-prev,
  .workListSwiperButton .swiper-button-next {
    display: inline-block;
  }
}
.workListSwiperButton .swiper-button-prev {
  left: 0;
}
.workListSwiperButton .swiper-button-prev::after {
  content: "\f104";
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fd7a59;
  border-radius: 50%;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 900;
}
.workListSwiperButton .swiper-button-next {
  right: 0;
}
.workListSwiperButton .swiper-button-next::after {
  content: "\f105";
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fd7a59;
  border-radius: 50%;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 900;
}

.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .about {
    flex-direction: column;
  }
}
.about_contentWrap {
  width: 49%;
}
@media (max-width: 767px) {
  .about_contentWrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about_imageWrap {
  width: 49%;
}
@media (max-width: 767px) {
  .about_imageWrap {
    width: 100%;
    max-width: 500px;
  }
}
.about_text {
  text-align: justify;
  line-height: 1.8;
}

.startFlowWrap {
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .startFlowWrap {
    max-width: none;
  }
}

@media (min-width: 1025px) {
  .startFlow {
    padding: 40px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 5px solid #fd7a59;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
  }
}

.startFlowList {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .startFlowList {
    flex-direction: column;
  }
}

.startFlowItem {
  max-width: 180px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 42px 148px 1fr;
  gap: 20px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .startFlowItem {
    max-width: none;
    grid-template-columns: 124px 1fr;
    grid-template-rows: 30px 1fr;
    gap: 6px 13px;
    padding: 30px 0;
  }
  .startFlowItem:not(:last-child) {
    border-bottom: 1px solid #fd7a59;
  }
  .startFlowItem:not(:last-child)::before {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
    content: "";
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #fd7a59 transparent transparent transparent;
  }
  .startFlowItem:not(:last-child)::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
    content: "";
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #ffddd4 transparent transparent transparent;
  }
}
.startFlowItem_title {
  grid-row: 1/2;
  grid-column: 1/2;
  text-align: center;
}
@media (max-width: 1024px) {
  .startFlowItem_title {
    grid-row: 1/2;
    grid-column: 2/3;
    text-align: left;
  }
}
.startFlowItem_title.-orange {
  color: #f74200;
}
.startFlowItem_imageWrap {
  display: flex;
  align-items: center;
  max-width: 148px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .startFlowItem_imageWrap {
    grid-row: 1/3;
    grid-column: 1/2;
    max-width: none;
  }
}
.startFlowItem:not(:last-child) .startFlowItem_imageWrap::before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: -35%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
  color: #f74200;
}
@media (max-width: 1024px) {
  .startFlowItem:not(:last-child) .startFlowItem_imageWrap::before {
    content: none;
  }
}
.startFlowItem_decoration {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  color: #f74200;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .startFlowItem_decoration {
    top: -20px;
    font-size: 11px;
  }
}
.startFlowItem_decoration::before, .startFlowItem_decoration::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  background-color: #f74200;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .startFlowItem_decoration::before, .startFlowItem_decoration::after {
    width: 30px;
  }
}
.startFlowItem_decoration::before {
  top: 50%;
  left: -35px;
  transform: translateY(-50%) rotate(60deg);
}
@media (max-width: 1024px) {
  .startFlowItem_decoration::before {
    left: -25px;
  }
}
.startFlowItem_decoration::after {
  top: 50%;
  right: -35px;
  transform: translateY(-50%) rotate(-60deg);
}
@media (max-width: 1024px) {
  .startFlowItem_decoration::after {
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .startFlowItem_image.-pc {
    display: none;
  }
}
.startFlowItem_image.-tabSp {
  display: none;
}
@media (max-width: 1024px) {
  .startFlowItem_image.-tabSp {
    display: block;
  }
}
.startFlowItem_title {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .startFlowItem_title {
    font-size: 18px;
  }
}

.startFlowText {
  font-size: 14px;
}

.workFlow {
  padding: 100px 30px 60px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
}
@media (max-width: 767px) {
  .workFlow {
    padding: 40px 20px;
  }
}
@media (max-width: 500px) {
  .workFlow {
    padding: 12px 10px;
    background-color: #ececec;
    box-shadow: none;
  }
}
.workFlow_image.-pcTab {
  display: block;
}
@media (max-width: 500px) {
  .workFlow_image.-pcTab {
    display: none;
  }
}
.workFlow_image.-sp {
  display: none;
}
@media (max-width: 500px) {
  .workFlow_image.-sp {
    display: block;
  }
}

.occupationList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 50px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .occupationList {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 40px;
  }
}

.occupationItem {
  background-color: #fff;
  border: 3px solid #fd7a59;
  border-radius: 40px;
  transition: 0.2s;
}
.occupationItem:hover {
  background-color: #fd7a59;
  cursor: pointer;
}
.occupationItem.-active {
  background-color: #fd7a59;
}
.occupationItem_link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.occupationItem_text {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
  transition: 0.2s;
}
.occupationItem:hover .occupationItem_text, .-active .occupationItem_text {
  color: #fff;
}
@media (max-width: 1024px) {
  .occupationItem_text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .occupationItem_text {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .occupationItem_text {
    font-size: 16px;
  }
}

.occupationDetail {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .occupationDetail {
    margin-bottom: 60px;
  }
}
.occupationDetail_title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 25px;
}
@media (max-width: 767px) {
  .occupationDetail_title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.occupationDetail_text {
  position: relative;
}
.occupationDetail_text.-attention {
  padding-left: 18px;
}
.occupationDetail_text.-attention::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.occupationDetail_dl:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .occupationDetail_dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.occupationDetail_dt {
  margin-bottom: 5px;
}
.occupationDetail_dd {
  position: relative;
  margin-bottom: 5px;
}
.occupationDetail_dd.-attention {
  padding-left: 18px;
}
.occupationDetail_dd.-attention::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.occupationDetail_dd.-disc {
  padding-left: 18px;
}
.occupationDetail_dd.-disc::before {
  content: "";
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  background-color: #262626;
  border-radius: 50%;
}

.occupationBox {
  height: 400px;
  padding: 40px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .occupationBox {
    padding: 16px;
    border-radius: 20px;
  }
}
.occupationBox_inner {
  height: 100%;
  padding: 0 20px 0 0;
  overflow: auto;
  overscroll-behavior-y: contain;
}
@media (max-width: 767px) {
  .occupationBox_inner {
    padding: 0 16px 0 0;
  }
}

.occupationBoxItem {
  display: none;
}
.occupationBoxItem.-active {
  display: block;
}
.occupationBoxItem_wrap:not(:last-child) {
  margin-bottom: 20px;
}

.visionWrap {
  padding: 20px 0;
}

.visionPagination {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .visionPagination {
    margin-bottom: 30px;
  }
}
.visionPagination.swiper-pagination {
  position: static;
  display: flex;
  justify-content: flex-end;
}
.visionPagination .swiper-pagination-bullet {
  height: 54px;
  width: 54px;
  margin: 0 12px !important;
  background-color: #fff;
  border: 3px solid #707070;
  color: #707070;
  font-size: 32px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .visionPagination .swiper-pagination-bullet {
    height: 36px;
    width: 36px;
    margin: 0 8px !important;
    font-size: 20px;
  }
}

.visionItem {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 60px 40px 50px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .visionItem {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .visionItem {
    padding: 40px 20px 28px;
  }
}
.visionItem_imageWrap {
  width: 47%;
}
@media (max-width: 1024px) {
  .visionItem_imageWrap {
    width: 100%;
  }
}
.visionItem_contents {
  width: 50%;
}
@media (max-width: 1024px) {
  .visionItem_contents {
    width: 100%;
  }
}
.visionItem_num {
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: 108px;
  font-weight: 700;
  line-height: 1;
  text-shadow: #d1d1d1 2px 0px, #d1d1d1 -2px 0px, #d1d1d1 0px -2px, #d1d1d1 0px 2px, #d1d1d1 2px 2px, #d1d1d1 -2px 2px, #d1d1d1 2px -2px, #d1d1d1 -2px -2px, #d1d1d1 1px 2px, #d1d1d1 -1px 2px, #d1d1d1 1px -2px, #d1d1d1 -1px -2px, #d1d1d1 2px 1px, #d1d1d1 -2px 1px, #d1d1d1 2px -1px, #d1d1d1 -2px -1px;
}
@media (max-width: 767px) {
  .visionItem_num {
    font-size: 80px;
  }
}
.visionItem_title {
  position: relative;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .visionItem_title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.visionItem_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 1024px) {
  .visionItem_text {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .visionItem_text {
    font-size: 16px;
    font-weight: 500;
  }
}

.faqBlock {
  border-bottom: 2px solid #c3c3c3;
}
.faqBlock_q {
  display: flex;
  align-items: center;
  padding: 40px 120px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faqBlock_q {
    padding: 20px 44px 20px 55px;
  }
}
.faqBlock_q::before {
  content: "";
  height: 54px;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background-image: url(../../img/assist_workers/faq_image.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .faqBlock_q::before {
    height: 30px;
    width: 30px;
    left: 14px;
  }
}
.faqBlock_q::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 42%;
  right: 50px;
  border-top: 3px solid #fd7a59;
  border-right: 3px solid #fd7a59;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .faqBlock_q::after {
    width: 10px;
    height: 10px;
    right: 14px;
  }
}
.faqBlock_q.-on::after {
  transform: rotate(-45deg);
  top: 45%;
}
.faqBlock_qText {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .faqBlock_qText {
    font-size: 14px;
  }
}
.faqBlock_a {
  display: none;
  padding: 40px 120px;
  margin-bottom: 50px;
  position: relative;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .faqBlock_a {
    padding: 16px;
    margin-bottom: 16px;
  }
}

.bannerArea {
  padding: 36px 0;
  background-color: #f6dfdf;
}
@media (max-width: 767px) {
  .bannerArea {
    padding: 30px 0 0;
  }
}

.banner {
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .banner {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 767px) {
  .banner_link {
    flex-direction: column;
    background-color: transparent;
  }
}
.banner_textWrap {
  width: 47%;
  padding: 0 40px;
  color: #262626;
}
@media (max-width: 1024px) {
  .banner_textWrap {
    max-width: 330px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner_textWrap {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.banner_smallText {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .banner_smallText {
    font-size: 14px;
  }
}
.banner_smallText.-bold {
  font-weight: 700;
}
.banner_title {
  font-size: 46px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .banner_title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .banner_title {
    font-size: 28px;
  }
}
.banner_imageWrap {
  width: 52%;
}
@media (max-width: 767px) {
  .banner_imageWrap {
    width: 100%;
  }
}

.footer {
  padding: 50px 0;
  background-color: #262626;
}
@media (max-width: 1200px) {
  .footer {
    padding: 50px 0 0;
  }
}

.footerInner {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 480px 1fr;
  grid-template-rows: repeat(2, 1fr);
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .footerInner {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

.footerLogo {
  display: flex;
  align-items: center;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media (max-width: 1200px) {
  .footerLogo {
    order: 2;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.footerLogo_link {
  max-width: 290px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .footerLogo_link {
    max-width: 200px;
    padding: 10px 20px;
  }
}
.footerLogo_text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footerLogo_text {
    font-size: 12px;
  }
}

.footerNav {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media (max-width: 1200px) {
  .footerNav {
    padding: 0 20px;
  }
}

.footerNavList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .footerNavList {
    display: block;
    margin-bottom: 30px;
  }
}

.footerNavItem {
  position: relative;
}
@media (min-width: 1201px) {
  .footerNavItem:not(:last-child)::after {
    content: "";
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
  }
}
.footerNavItem_link {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .footerNavItem_link {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .footerNavItem_link {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .footerNavItem_link.-last {
    margin-right: 0;
  }
}

.footerCopy {
  grid-row: 2/3;
  grid-column: 2/3;
  text-align: right;
  color: #fff;
}
@media (max-width: 1200px) {
  .footerCopy {
    order: 3;
    padding: 5px 0;
    background-color: #c6c2c2;
    text-align: center;
    color: #262626;
    font-weight: 700;
  }
}/*# sourceMappingURL=assist-workers.css.map */