@charset "UTF-8";
.yellow {
  color: #fbd375;
}

.yellow {
  color: #fbd375;
}

.yellow-h {
  color: #fcee21;
}

.yellow-d {
  color: #fff60f;
}

.cream {
  color: #fdfcea;
}

.brown {
  color: #735a40;
}

.pink {
  color: #ff8387;
}

.orange {
  color: #fbd375;
}

.orange-d {
  color: #ff8c00;
}

.gray {
  color: #454545;
}

.gray-l {
  color: #c7cfd2;
}

.gray-d {
  color: #a0a0a0;
}

.blue-l {
  color: #81c0e9;
}

.blue {
  color: #2196f3;
}

.blue-d {
  color: #3697ff;
}

.turquoise {
  color: #00aeb1;
}

.shuiro {
  color: #ce3b27;
}

.white {
  color: #ffffff;
}

.bronze {
  color: #7b6119;
}

.green {
  color: #408827;
}

.green-d {
  color: #00b900;
}

.gold {
  color: #beb887;
}

.beige {
  color: #f8efd8;
}

li {
  list-style-type: none;
}

/*- 文字サイズ自動変更--------------------*/
/*- 文字サイズ記述見本----------*/
/*
p {
  @include module.fs(36,36,24,20,18,18);
}
p {
  @include fs2(20,10);
    @include module.fs2(36, 20);
}
*/
/*- 表示非表示-------------------*/
/* visible-xx-ijo */
@media (max-width: 575px) {
  .visible-sm-ijo {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-md-ijo {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .visible-lg-ijo {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .visible-xl-ijo {
    display: none !important;
  }
}
/* visible-xx-ika */
@media (min-width: 576px) {
  .visible-xs-ika {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-ika {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .visible-md-ika {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-ika {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-ika {
    display: none !important;
  }
}
/* hidden-xx-ijo */
@media (min-width: 576px) {
  .hidden-sm-ijo {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-ijo {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-ijo {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-ijo {
    display: none !important;
  }
}
/* hidden-xx-ika */
@media (max-width: 575px) {
  .hidden-xs-ika {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-ika {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-ika {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-ika {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  .hidden-xl-ika {
    display: none !important;
  }
}
/*- 基本パーツ-------------------*/
.align-center {
  text-align: center;
}

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

.align-right {
  text-align: right;
}

.align-center-pc {
  text-align: center;
}

@media (max-width: 767px) {
  .align-center-pc {
    text-align: left;
  }
}
.flex-center {
  display: flex;
  justify-content: center;
}

.bold {
  font-weight: bold;
}

small {
  font-size: smaller !important;
}

.lh-2 {
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .lh-2 {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .lh-2 {
    line-height: 1.6;
  }
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

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

.cf::before, .cf::after {
  display: table;
  clear: both;
  content: "";
}

.alpha {
  transition: opacity 250ms;
}
.alpha:hover {
  opacity: 0.75;
}

.indent1 li,
p.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 li,
p.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent3 li,
p.indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

/*-hover------------------*/
.hover a {
  -webkit-transition: 350ms;
  transition: 350ms;
}

.hover a:hover {
  opacity: 0.7;
}

a.hover {
  -webkit-transition: 350ms;
  transition: 350ms;
}

a.hover:hover {
  opacity: 0.7;
}

button.hover {
  -webkit-transition: 350ms;
  transition: 350ms;
}

button.hover:hover {
  opacity: 0.7;
}

input.hover {
  -webkit-transition: 350ms;
  transition: 350ms;
}

input.hover:hover {
  opacity: 0.7;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

.box-shadow {
  transition: all 0.4s ease-in-out;
}

.box-shadow:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.mojikan {
  font-feature-settings: "palt";
  letter-spacing: 3px;
}

/*- カラム落ちメモ3----grid利用--------------------*/
/*- parts-width-----------------*/
.pc-w95 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .pc-w95 {
    width: 95%;
  }
}

.pc-w90 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .pc-w90 {
    width: 90%;
  }
}

.pc-w85 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .pc-w85 {
    width: 85%;
  }
}

.pc-w80 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .pc-w80 {
    width: 80%;
  }
}

.pc-w70 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .pc-w70 {
    width: 70%;
  }
}

.pc-w60 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .pc-w60 {
    width: 60%;
  }
}

/*- parts-grid-----------------*/
.grid-pcsp2 {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .grid-pcsp2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1rem;
  }
}

/*bghover-------------------------------------------*/
.bghover-link {
  display: block;
}

.bghover-warp {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bghover {
  width: 100%;
  padding-top: 55%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

a.bghover-link:hover .bghover-warp .bghover,
.bghover-warp:focus .bghover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

a.bghover-link:hover .bghover-warp .bghover:before,
.bghover-warp:focus .bghover:before {
  display: block;
}

.bghover:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.35s ease;
  transition: 0.5s ease;
}

a.bghover-link:hover .bghover-warp .bghover:before {
  opacity: 0.3;
}

/*▼アニメーション ---------------- ▼*/
.scroll-anim {
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.scroll-anim-fadein.scrollin {
  opacity: 1;
}

.scroll-anim-slidein-left {
  transform: translateX(-100px);
}
.scroll-anim-slidein-left.scrollin {
  opacity: 1;
  transform: translateX(0);
}

.scroll-anim-slidein-right {
  transform: translateX(100px);
}
.scroll-anim-slidein-right.scrollin {
  opacity: 1;
  transform: translateX(0);
}

.scroll-anim-slidein-up {
  transform: translateY(100px);
}
.scroll-anim-slidein-up.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.scroll-anim-slidein-down {
  transform: translateY(-100px);
}
.scroll-anim-slidein-down.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.scroll-anim-zoomin {
  transform: scale(0.5);
  opacity: 0;
}
.scroll-anim-zoomin.scrollin {
  opacity: 1;
  transform: scale(1);
}

.scroll-anim-delay-1 {
  transition-delay: 0.3s;
}

.scroll-anim-delay-2 {
  transition-delay: 0.6s;
}

.scroll-anim-delay-3 {
  transition-delay: 0.9s;
}

.scroll-anim-delay-4 {
  transition-delay: 1.2s;
}

.scroll-anim-delay-5 {
  transition-delay: 1.5s;
}

.scroll-anim-delay-6 {
  transition-delay: 1.8s;
}

.scroll-anim-delay-7 {
  transition-delay: 2.1s;
}

.scroll-anim-delay-8 {
  transition-delay: 2.4s;
}

.scroll-anim-delay-9 {
  transition-delay: 2.7s;
}

.scroll-anim-delay-10 {
  transition-delay: 3s;
}

.scroll-anim-fadein.fadein-left {
  transform: translate(-30px, 0);
}
.scroll-anim-fadein.fadein-right {
  transform: translate(30px, 0);
}
.scroll-anim-fadein.fadein-up {
  transform: translate(0, -30px);
}
.scroll-anim-fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.scroll-anim-fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.anim-bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.anim-bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.anim-bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

@keyframes anim-bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}

.matrix .bg-wrap .inn.small {
  font-size: 15px;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}

.mask-bg::after {
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg.is-animated {
  color: #362ae0;
}

.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -100%);
  }
}
/*▲アニメーション----------------▲*/
html body {
  background-color: #ffffff;
}
@media screen and (min-width: 1401px) {
  html body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  html body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  html body {
    padding-top: 0;
  }
}
@media screen and (min-width: 1401px) {
  html body header {
    height: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html body header {
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  html body header .header-inner .menu-button-wrapper {
    top: 5px;
  }
}
@media screen and (max-width: 1400px) {
  html body header .header-inner .logo-wrapper a img {
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  html body header .header-inner .logo-wrapper a img {
    height: 50px;
  }
}
html body header .header-inner .pc-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  html body header .header-inner .pc-nav {
    display: none;
  }
}
html body header .header-inner .pc-nav nav ul {
  align-items: center;
}
header .header-inner .sp-nav nav ul li.back-top, html body header .header-inner .pc-nav nav ul li.back-top {
  color: #e9474d;
}
@media screen and (max-width: 1199px) {
  header .header-inner .sp-nav nav ul li.back-top, html body header .header-inner .pc-nav nav ul li.back-top {
    border-bottom: none;
    margin-top: 2rem;
    padding: 0 5rem;
  }
}
header .header-inner .sp-nav nav ul li.back-top a, html body header .header-inner .pc-nav nav ul li.back-top a {
  font-size: 1.4rem;
  border: 1.5px solid #e9474d;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  transition: ease 0.3s;
}
header .header-inner .sp-nav nav ul li.back-top a::after, html body header .header-inner .pc-nav nav ul li.back-top a::after {
  content: none;
}
header .header-inner .sp-nav nav ul li.back-top a:hover, html body header .header-inner .pc-nav nav ul li.back-top a:hover {
  background-color: #e9474d;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  header .header-inner .sp-nav nav ul li.back-top a, html body header .header-inner .pc-nav nav ul li.back-top a {
    font-size: 1.2rem;
  }
}

html body header .header-inner .pc-nav nav ul li:nth-last-child(2)::before {
  content: none;
}
@media screen and (max-width: 1400px) {
  html body header .header-inner .pc-nav nav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  html body footer {
    padding: 3rem 0 1rem;
  }
}
html body footer .footer-main {
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body footer .footer-main {
    flex-direction: column;
    gap: 2rem;
  }
}
html body footer .footer-main .footer-link nav ul {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media screen and (max-width: 1400px) {
  html body footer .footer-main .footer-link nav ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  html body footer .footer-main .footer-link nav ul li {
    display: none;
  }
}
html body footer .footer-main .footer-link nav ul li a {
  font-size: 1.4rem;
}
html body footer .footer-main .footer-link nav ul li.back-top {
  color: #e9474d;
}
@media screen and (max-width: 767px) {
  html body footer .footer-main .footer-link nav ul li.back-top {
    display: block;
  }
}
html body footer .footer-main .footer-link nav ul li.back-top a {
  font-size: 1.4rem;
  border: 1.5px solid #e9474d;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  transition: ease 0.3s;
}
html body footer .footer-main .footer-link nav ul li.back-top a::after {
  content: none;
}
html body footer .footer-main .footer-link nav ul li.back-top a:hover {
  background-color: #e9474d;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  html body footer .copyright {
    margin-top: 5rem;
  }
}
html body .float-button__wrap {
  display: none !important;
}
html body .job-link {
  background-color: #fbd375;
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  html body .job-link {
    padding: 1.5rem 2rem;
  }
}
html body .link-button {
  text-align: center;
}
html body .link-button a {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #e9474d;
  border: 2px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  position: relative;
  padding: 0.7rem 1rem;
  width: 320px;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  html body .link-button a {
    width: 300px;
  }
}
html body .link-button a:hover {
  background-color: #ffffff;
  color: #e9474d;
}
html body .link-button a:hover svg path {
  fill: #e9474d;
}
html body .link-button a svg {
  position: absolute;
  top: calc(50% - 12.5px);
  right: 8%;
}
html body .link-button a svg path {
  fill: #ffffff;
  transition: ease 0.3s;
}
html body .message {
  background-color: #e9474d;
  padding: 2.5rem 0;
}
html body .message p {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .message p {
    font-size: 2.2rem;
  }
}
html body .head-h2::before {
  left: calc(50% - 135px);
  width: 270px;
}
@media screen and (max-width: 767px) {
  html body .head-h2::before {
    left: 50%;
  }
}
html body .head-h2 .head-sub span {
  display: inline-block;
  color: #81c0e9;
  font-size: 2rem;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
}
html body .head-h2 .head-sub span::before {
  content: "";
  position: absolute;
  top: 23%;
  left: -12%;
  width: 2px;
  height: 20px;
  background-color: #81c0e9;
  transform: rotate(-30deg);
}
html body .head-h2 .head-sub span::after {
  content: "";
  position: absolute;
  top: 23%;
  right: -12%;
  width: 2px;
  height: 20px;
  background-color: #81c0e9;
  transform: rotate(30deg);
}
html body .fv-recruit {
  position: relative;
  text-align: center;
}
html body .fv-recruit .fv-img {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  html body .fv-recruit .fv-img {
    background-image: url("../../images/recruit/fv01.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
html body .fv-recruit .fv-img img {
  width: 100%;
  height: auto;
}
html body .contents01 {
  padding: 1rem 0 5rem;
  position: relative;
}
html body .contents01 p {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body .contents01 p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  html body .contents01 p {
    font-size: 1.6rem;
  }
}
html body .contents01 p:last-child {
  margin-bottom: 0;
}
html body .contents01 p strong {
  color: #e9474d;
}
html body .contents01 .contents-image {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents01 .contents-image {
    padding: 0 2rem;
  }
}
html body .contents01 .contents-image img {
  width: 580px;
}
html body .contents01 .contents-parts {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .contents01 .contents-parts {
    display: none;
  }
}
html body .contents01 .contents-parts.contents-parts01 {
  top: 5%;
  left: 5%;
}
html body .contents01 .contents-parts.contents-parts02 {
  bottom: 4%;
  right: 5%;
}
html body .contents02 {
  background-color: #fff8c3;
  padding: 1rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents02 {
    padding: 1rem 0 3rem;
  }
}
html body .contents02 p {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents02 p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  html body .contents02 .slide01 {
    padding: 0 2rem;
  }
}
html body .contents02 .slide01 .contents-list-wrapper {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  html body .contents02 .slide01 .contents-list-wrapper {
    flex-direction: row;
  }
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html body .contents02 .slide01 .contents-list-wrapper .contents-list {
    flex-direction: column;
  }
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list.contents-list01 .contents-image {
  background-image: url("../../images/recruit/contents02-image01.webp");
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list.contents-list02 .contents-image {
  background-image: url("../../images/recruit/contents02-image02.webp");
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list.contents-list03 .contents-image {
  background-image: url("../../images/recruit/contents02-image03.webp");
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list.contents-list04 .contents-image {
  background-image: url("../../images/recruit/contents02-image04.webp");
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list.contents-list05 .contents-image {
  background-image: url("../../images/recruit/contents02-image05.webp");
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-image {
  flex-basis: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-image {
    flex-basis: 320px;
  }
}
@media screen and (max-width: 575px) {
  html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-image {
    flex-basis: 230px;
  }
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-text {
  flex-basis: 50%;
  padding: 4rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-text {
    flex-basis: 100%;
    padding: 4rem 0 2rem;
  }
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-text .label {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-text .label {
    position: absolute;
    margin-bottom: 0;
    top: -17%;
    left: calc(50% - 31px);
  }
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-text .sub-title {
  margin-bottom: 2rem;
  text-align: center;
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-text .sub-title h3 {
  color: #e9474d;
  font-size: 3rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: inline-block;
  text-decoration: #fcee21 wavy underline;
}
@media screen and (max-width: 767px) {
  html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-text .sub-title h3 {
    font-size: 2.3rem;
  }
}
html body .contents02 .slide01 .contents-list-wrapper .contents-list .contents-text p {
  font-size: 1.6rem;
  text-align: left;
  width: 280px;
  margin: auto;
}
html body .contents02 .slide01 .swiper-button {
  display: none;
  width: 15px;
}
@media screen and (max-width: 767px) {
  html body .contents02 .slide01 .swiper-button {
    display: block;
    top: 58%;
  }
}
html body .contents02 .slide01 .swiper-button:after {
  color: #a0a0a0;
  font-size: 3rem;
}
html body .contents02 .slide01 .swiper-pagination {
  display: none;
  margin-top: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents02 .slide01 .swiper-pagination {
    display: block;
  }
}
html body .contents02 .slide01 .swiper-pagination .swiper-pagination-bullet {
  color: #ffffff;
  background-color: #c7cfd2;
  opacity: 1;
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 28px;
  height: 28px;
  padding: 3px;
  text-align: center;
}
html body .contents02 .slide01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e9474d;
}
html body .contents02 .contents-parts {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .contents02 .contents-parts {
    display: none;
  }
}
html body .contents02 .contents-parts.contents-parts01 {
  top: 5%;
  left: 5%;
}
html body .contents02 .contents-parts.contents-parts02 {
  top: 5%;
  right: 5%;
}
html body .contents03 {
  padding: 1rem 0 5rem;
  position: relative;
}
html body .contents03 .wrapper {
  max-width: 1000px;
}
html body .contents03 .head-h2 {
  margin-bottom: 1rem;
  padding-bottom: 0;
}
html body .contents03 .head-h2::before {
  content: none;
}
html body .contents03 .head-h2 .head-h2-inner {
  color: #e9474d;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  html body .contents03 .head-h2 .head-h2-inner {
    font-size: 2.6rem;
  }
}
html body .contents03 .head-h2 .head-h2-inner::before {
  content: none;
}
html body .contents03 .head-h2 .head-h2-inner .title-parts {
  position: absolute;
}
html body .contents03 .head-h2 .head-h2-inner .title-parts.title-parts01 {
  top: -16%;
  left: -17%;
}
html body .contents03 .head-h2 .head-h2-inner .title-parts.title-parts02 {
  top: -16%;
  right: -17%;
}
html body .contents03 .contents-image.contents-image01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-image.contents-image01 img {
    width: 90px;
  }
}
html body .contents03 .contents-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-list-wrapper {
    gap: 3rem;
    margin-top: 3rem;
  }
}
html body .contents03 .contents-list-wrapper .contents-list {
  flex-basis: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-list-wrapper .contents-list {
    flex-basis: 100%;
  }
}
html body .contents03 .contents-list-wrapper .contents-list .contents-head {
  display: flex;
  flex-wrap: wrap;
}
html body .contents03 .contents-list-wrapper .contents-list .contents-head .label {
  flex-basis: 75px;
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-list-wrapper .contents-list .contents-head .label {
    flex-basis: 58px;
  }
}
html body .contents03 .contents-list-wrapper .contents-list .contents-head .label img {
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-list-wrapper .contents-list .contents-head .label img {
    margin-left: -12px;
  }
}
html body .contents03 .contents-list-wrapper .contents-list .contents-head .sub-title {
  flex-basis: calc(100% - 75px);
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-list-wrapper .contents-list .contents-head .sub-title {
    flex-basis: calc(100% - 58px);
  }
}
html body .contents03 .contents-list-wrapper .contents-list .contents-head .sub-title h3 {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-list-wrapper .contents-list .contents-head .sub-title h3 {
    font-size: 1.8rem;
  }
}
html body .contents03 .contents-list-wrapper .contents-list .contents-text {
  margin-top: 1rem;
}
html body .contents03 .contents-bottom {
  background-color: #fff8c3;
  border-radius: 10px;
  padding: 2rem 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-bottom {
    margin-top: 3rem;
    padding: 1.5rem;
  }
}
html body .contents03 .contents-bottom .contents-image {
  flex-basis: 150px;
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-bottom .contents-image {
    display: none;
  }
}
html body .contents03 .contents-bottom .contents-text {
  flex-basis: calc(100% - 150px - 3rem);
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-bottom .contents-text {
    flex-basis: 100%;
  }
}
html body .contents03 .contents-bottom .contents-text ul {
  padding-left: 2rem;
}
html body .contents03 .contents-bottom .contents-text ul li {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-bottom .contents-text ul li {
    font-size: 1.6rem;
  }
}
html body .contents03 .contents-bottom .contents-text ul li::before {
  content: "◆";
  color: #e9474d;
  position: absolute;
  top: 0;
  left: -20px;
}
html body .contents03 .contents-parts {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .contents03 .contents-parts {
    display: none;
  }
}
html body .contents03 .contents-parts.contents-parts01 {
  bottom: 4%;
  left: 5%;
  transform: rotate(-55deg);
}
html body .contents03 .contents-parts.contents-parts02 {
  top: 5%;
  right: 5%;
}
html body .contents04 {
  padding: 1rem 0 5rem;
  position: relative;
}
html body .contents04 .contents-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}
@media screen and (max-width: 991px) {
  html body .contents04 .contents-head {
    gap: 4rem;
  }
}
html body .contents04 .contents-head .contents-image {
  flex-basis: 430px;
}
@media screen and (max-width: 991px) {
  html body .contents04 .contents-head .contents-image {
    flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  html body .contents04 .contents-head .contents-image {
    padding: 0 2rem;
  }
}
html body .contents04 .contents-head .contents-text {
  flex-basis: calc(100% - 430px - 8rem);
}
@media screen and (max-width: 991px) {
  html body .contents04 .contents-head .contents-text {
    flex-basis: 100%;
  }
}
html body .contents04 .contents-head .contents-text h3 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body .contents04 .contents-head .contents-text h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
html body .contents04 .contents-head .contents-text p {
  margin-bottom: 2rem;
}
html body .contents04 .contents-head .contents-text p:last-child {
  margin-bottom: 0;
}
html body .contents04 .contents-list-wrapper .contents-list {
  background-color: #fff8c3;
  border-radius: 10px;
  margin-top: 3.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body .contents04 .contents-list-wrapper .contents-list {
    padding: 2rem 1.5rem;
  }
}
html body .contents04 .contents-list-wrapper .contents-list .contents-image {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents04 .contents-list-wrapper .contents-list .contents-image img {
    width: 100px;
  }
}
html body .contents04 .contents-list-wrapper .contents-list .contents-title {
  margin-top: 2rem;
}
html body .contents04 .contents-list-wrapper .contents-list .contents-title h3 {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  background-color: #e9474d;
  border-radius: 25px;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  html body .contents04 .contents-list-wrapper .contents-list .contents-title h3 {
    font-size: 2.2rem;
  }
}
html body .contents04 .contents-list-wrapper .contents-list .contents-title h3 span {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-left: 5px;
}
html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list {
  margin-top: 3rem;
}
html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-head {
  text-align: center;
  position: relative;
}
html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #e9474d;
  transform: translate(-50%, -50%);
  z-index: 1;
}
html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-head h4 {
  color: #e9474d;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: inline-block;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
  background-color: #fff8c3;
}
@media screen and (max-width: 767px) {
  html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-head h4 {
    font-size: 2rem;
  }
}
html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-text dl {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-text dl {
    gap: 0.3rem;
  }
}
html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-text dl dt {
  font-size: 2rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex-basis: 180px;
}
@media screen and (max-width: 767px) {
  html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-text dl dt {
    font-size: 1.8rem;
    flex-basis: 100%;
  }
}
html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-text dl dd {
  font-size: 2rem;
  flex-basis: calc(100% - 180px - 2rem);
}
@media screen and (max-width: 767px) {
  html body .contents04 .contents-list-wrapper .contents-list .sub-list-wrapper .sub-list .sub-list-text dl dd {
    font-size: 1.6rem;
    flex-basis: 100%;
  }
}
html body .contents04 .contents-bottom {
  margin-top: 4rem;
}
html body .contents04 .contents-bottom ul {
  padding-left: 2rem;
}
html body .contents04 .contents-bottom ul li {
  position: relative;
}
html body .contents04 .contents-bottom ul li::before {
  content: "◆";
  position: absolute;
  top: 0;
  left: -20px;
}
html body .contents05 {
  background-color: #fff8c3;
  padding: 1rem 0 5rem;
  position: relative;
}
html body .contents05 .contents-list-wrapper .contents-list {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-bottom: 4rem;
  padding: 4rem 4rem;
}
@media screen and (max-width: 991px) {
  html body .contents05 .contents-list-wrapper .contents-list {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-list-wrapper .contents-list {
    gap: 0;
    padding: 3rem 2rem;
  }
}
html body .contents05 .contents-list-wrapper .contents-list:last-child {
  margin-bottom: 0;
}
html body .contents05 .contents-list-wrapper .contents-list .contents-image {
  flex-basis: calc(50% - 2.5rem);
}
@media screen and (max-width: 991px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-image {
    flex-basis: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-image {
    flex-basis: 100%;
    text-align: center;
    padding: 0 2rem;
  }
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper {
  flex-basis: calc(50% - 2.5rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 991px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper {
    flex-basis: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper {
    display: contents;
  }
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title {
    flex-basis: 100%;
    order: -1;
    margin-bottom: 2rem;
  }
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title .area-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title .job-title {
  font-size: 2.4rem;
  font-weight: 700;
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-text {
  margin-top: 2rem;
  margin: 2rem 0 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-text {
    flex-basis: 100%;
  }
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-text p {
  font-size: 2rem;
  font-weight: 700;
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-text ul {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .link-button-wrapper {
    flex-basis: 100%;
  }
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .link-button-wrapper .link-button {
  margin-top: 2rem;
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .link-button-wrapper .link-button:first-child {
  margin-top: 0;
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .link-button-wrapper .link-button a {
  width: 100%;
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .link-button-wrapper .link-button a.other {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .link-button-wrapper .link-button a.other {
    font-size: 1.8rem;
  }
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .link-button-wrapper .link-button a.other svg {
  position: relative;
  top: inherit;
  right: inherit;
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .job-closed {
  flex-basis: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .job-closed {
    padding: 0 2rem;
  }
}
html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .job-closed p {
  color: #e9474d;
  font-weight: 700;
  text-align: center;
  border: 2px solid #e9474d;
  border-radius: 10px;
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 991px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .job-closed p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .job-closed p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  html body .contents05 .contents-list-wrapper .contents-list .contents-text-wrapper .job-closed p {
    font-size: 1.3rem;
  }
}
html body .contents05 .contents-parts {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .contents05 .contents-parts {
    display: none;
  }
}
html body .contents05 .contents-parts.contents-parts01 {
  top: 5%;
  left: 5%;
}
html body .contents05 .contents-parts.contents-parts02 {
  bottom: 4%;
  right: 5%;
}
html body .contents06 {
  padding: 1rem 0 5rem;
  position: relative;
}
html body .contents06 .contents-head p {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents06 .contents-head p {
    font-size: 2.2rem;
  }
}
html body .contents06 .contents-list-wrapper {
  margin-top: 4rem;
}
html body .contents06 .contents-list-wrapper .contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body .contents06 .contents-list-wrapper .contents-list {
    gap: 3rem;
  }
}
html body .contents06 .contents-list-wrapper .contents-list:last-child {
  margin-bottom: 0;
}
html body .contents06 .contents-list-wrapper .contents-list .contents-title {
  flex-basis: 40%;
  background-color: #fbd375;
  padding: 2rem 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents06 .contents-list-wrapper .contents-list .contents-title {
    flex-basis: 100%;
  }
}
html body .contents06 .contents-list-wrapper .contents-list .contents-title::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #fbd375;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  html body .contents06 .contents-list-wrapper .contents-list .contents-title::after {
    top: inherit;
    right: calc(50% - 15px);
    bottom: -20px;
    transform: rotate(90deg);
  }
}
html body .contents06 .contents-list-wrapper .contents-list .contents-title h3 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  text-align: center;
}
html body .contents06 .contents-list-wrapper .contents-list .contents-text {
  flex-basis: calc(60% - 5rem);
}
@media screen and (max-width: 767px) {
  html body .contents06 .contents-list-wrapper .contents-list .contents-text {
    flex-basis: 100%;
  }
}
html body .contents06 .contents-list-wrapper .contents-list .contents-text p {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body .contents06 .contents-list-wrapper .contents-list .contents-text p {
    font-size: 1.6rem;
  }
}
html body .contents07 {
  background-color: #fff8c3;
  padding: 1rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents07 {
    padding: 1rem 0 5rem;
  }
}
html body .contents07 .contents-list-wrapper .contents-list {
  padding-left: 5rem;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  html body .contents07 .contents-list-wrapper .contents-list {
    margin-bottom: 6rem;
  }
}
html body .contents07 .contents-list-wrapper .contents-list:last-child {
  margin-bottom: 0;
}
html body .contents07 .contents-list-wrapper .contents-list .contents-text {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2rem 2rem 2rem 13rem;
}
@media screen and (max-width: 767px) {
  html body .contents07 .contents-list-wrapper .contents-list .contents-text {
    padding: 1.5rem 1.5rem 1.5rem 7rem;
  }
}
html body .contents07 .contents-list-wrapper .contents-list .contents-text h3 {
  color: #ff8387;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  html body .contents07 .contents-list-wrapper .contents-list .contents-text h3 {
    font-size: 1.8rem;
  }
}
html body .contents07 .contents-list-wrapper .contents-list .contents-text p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  html body .contents07 .contents-list-wrapper .contents-list .contents-text p {
    font-size: 1.4rem;
  }
}
html body .contents07 .contents-list-wrapper .contents-list .contents-label {
  position: absolute;
  left: 0;
  top: calc(50% - 75px);
}
@media screen and (max-width: 767px) {
  html body .contents07 .contents-list-wrapper .contents-list .contents-label {
    top: calc(50% - 55px);
  }
}
@media screen and (max-width: 767px) {
  html body .contents07 .contents-list-wrapper .contents-list .contents-label img {
    width: 110px;
  }
}
html body .contents07 .contents-list-wrapper .contents-list .contents-triangle {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  html body .contents07 .contents-list-wrapper .contents-list .contents-triangle {
    bottom: -40px;
    left: calc(50% - 29px);
  }
}
@media screen and (max-width: 767px) {
  html body .contents07 .contents-list-wrapper .contents-list .contents-triangle img {
    width: 58px;
  }
}

/*# sourceMappingURL=recruit.css.map */
