@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  index

---------------------------------*/
.g-nav.top_gnav .main {
  display: none;
}
#home_menu {
  padding: 5rem 0;
}
#home_menu ul {
  justify-content: center;
  list-style: none;
  margin: auto;
  max-width: var(--mainWidth);
  width: 90%;
}
#home_menu ul li {
  margin: 0 3rem;
}
@media screen and (max-width: 1024px) {
  #home_menu {
    padding: 3rem 0;
  }
  #home_menu ul {
    display: flex;
  }
  #home_menu ul li {
    margin: 0 1rem;
  }
  .Gnav .main li a {
    padding: 0 0 0 5rem;
  }
}
@media screen and (max-width: 896px) {
  #home_menu {
    display: none;
  }
}
@media screen and (max-width: 480px) {}
/*---------------------------------

  mainvisual

---------------------------------*/
#mainvisual {
  margin: auto;
  position: relative;
  height: 65vh;
  width: 90%;
}
#mainvisual .copy {
  max-width: 40rem;
  margin: auto;
  position: absolute;
  bottom: 0%;
  right: 0.6%;
  width: 90%;
  z-index: 2;
}
#mainvisual .copy img {
  width: 100%;
}
#mainvisual .slider {
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#mainvisual .slider * {
  height: 100%;
}
#mainvisual .slider .s_img {
  position: relative;
}
#mainvisual .slider .s_img::after {
  content: '';
  background: rgba(39, 79, 139, 0.2);
  mix-blend-mode: exclusion;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainvisual .slider .s_img img {
  object-fit: cover;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1440px) {
  #mainvisual .copy {}
}
@media screen and (max-width: 1024px) {
  #mainvisual .copy {}
}
@media screen and (max-width: 896px) {
  #mainvisual {
    height: auto;
  }
  #mainvisual .copy {
    max-width: 35rem;
  }
  #mainvisual .slider .splide__slide:nth-child(1) .s_img img {
    object-position: left bottom;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual {
    height: auto;
  }
  #mainvisual .copy {
    max-width: 25rem;
  }
}
/*---------------------------------

  共通

---------------------------------*/
section {}
section .wrap {
  max-width: 120rem;
  margin: auto;
  width: 90%;
}
section .title h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section .title h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  section .title h2 {
    font-size: 2rem;
  }
}
/*---------------------------------

  お知らせ

---------------------------------*/
.infoBlock {
  background: url("../images/news_bg.jpg") no-repeat center top/cover;
  padding: 7rem 0;
  position: relative;
}
.infoBlock::before {
  background: url("../images/news_deco02.png") no-repeat top 1rem right/contain;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
}
.infoBlock .wrap {
  background: #fff;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 5% 7rem;
  position: relative;
}
.infoBlock .wrap::before {
  background: url("../images/news_deco01.png") no-repeat center/contain;
  content: '';
  position: absolute;
  left: -5%;
  bottom: -2rem;
  width: 39rem;
  height: 7rem;
}
.infoBlock .wrap .title {
  flex-basis: 25%;
}
.infoBlock .wrap .title h2 {
  margin-bottom: 2rem;
}
.infoBlock .wrap .moreLink {}
.infoBlock .wrap .moreLink.PCnone {
  display: none;
}
.infoBlock .wrap .infoList {
  flex-basis: 70%;
  list-style: none;
}
.infoBlock .wrap .infoList li {
  border-bottom: 1px dotted;
}
.infoBlock .wrap .infoList li a {
  color: var(--main-c);
  display: block;
  line-height: 1.4;
  padding: 2.5rem 0;
}
.infoBlock .wrap .infoList li a time {
  color: var(--sub-c);
  font-size: .9em;
  display: block;
  margin-bottom: .5rem;
}
.infoBlock .wrap .infoList li a p {
  font-weight: 600;
}
.infoBlock .wrap .infoList li a:hover p {
  color: var(--sub-c);
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .infoBlock {
    margin-top: 5rem;
  }
  .infoBlock .wrap .ttlBox {
    flex-basis: 25%;
  }
  .infoBlock .wrap .moreLink a {
    padding: 1.4rem 5rem !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .infoBlock {
    padding: 4rem 0;
  }
  .infoBlock .wrap {
    display: block;
  }
  .infoBlock .wrap .moreLink.SPnone {
    display: none;
  }
  .infoBlock .wrap .moreLink.PCnone {
    display: block;
    margin-left: auto;
    max-width: fit-content;
  }
}
/*---------------------------------

  message

---------------------------------*/
.messageBlock {
  padding: 10rem 0;
  position: relative;
}
.messageBlock::after {
  background: url("../images/bg.png") repeat center/30%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.messageBlock .wrap {
  display: flex;
  justify-content: space-between;
}
.messageBlock .wrap .txtBox {
  flex-basis: 40%;
}
.messageBlock .wrap .txtBox .title {}
.messageBlock .wrap .txtBox ._txt {
  line-height: 2;
  margin: 3rem 0 5rem;
  text-align: justify;
  width: 80%;
}
.messageBlock .wrap .txtBox .btn {}
.messageBlock .wrap .imgBox {
  flex-basis: 50%;
}
.messageBlock .wrap .imgBox figure:nth-child(2) {
  max-width: 40rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: 5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .messageBlock {
    padding: 5rem 0;
  }
  .messageBlock .wrap .txtBox {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 480px) {
  .messageBlock {
    padding: 3rem 0;
  }
  .messageBlock .wrap {
    display: block;
  }
  .messageBlock .wrap .txtBox {
    margin: 3rem auto 5rem;
    width: 90%;
  }
  .messageBlock .wrap .txtBox ._txt {
    margin: 1.5rem 0 2rem;
    width: 100%;
  }
  .messageBlock .wrap .txtBox .btn {
    width: 100%;
  }
  .messageBlock .wrap .imgBox figure:nth-child(2) {
    max-width: 27rem;
    margin: auto;
    margin-top: 3rem;
  }
}
/*---------------------------------

  job

---------------------------------*/
.jobBlock {
  padding: 5rem 0 10rem;
  position: relative;
}
.jobBlock::after {
  background: #fafafc url("../images/bg.png") repeat center/30%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.jobBlock .wrap {
  text-align: center;
}
.jobBlock .wrap .title {
  margin-bottom: 7rem;
}
.jobBlock .wrap .inner {
  display: flex;
  justify-content: space-between;
}
.jobBlock .wrap .inner .box {
  flex-basis: 48%;
}
.jobBlock .wrap .inner .box a {
  background: #fff;
  border: 1px solid;
  color: #209dd4;
  display: block;
}
.jobBlock .wrap .inner .box ._ttl {
  background: #95e1eb;
  display: flex;
  align-items: center;
}
.jobBlock .wrap .inner .box ._ttl figure {
  flex-basis: 45%;
  height: 25rem;
  position: relative;
}
.jobBlock .wrap .inner .box ._ttl figure img {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
}
.jobBlock .wrap .inner .box ._ttl figure img._on {
  display: none;
}
.jobBlock .wrap .inner .box a:hover ._ttl figure img._off {
  display: none;
}
.jobBlock .wrap .inner .box a:hover ._ttl figure img._on {
  display: block;
}
.jobBlock .wrap .inner .box ._ttl h3 {
  flex-basis: 50%;
  font-size: 2.3em;
  letter-spacing: .15em;
  line-height: 1.3;
}
.jobBlock .wrap .inner .box p {
  font-weight: 600;
  padding: 2rem;
}
.jobBlock .wrap .inner .box p span {
  background: url("../images/arr_r_k.svg") no-repeat center right 1rem/3rem;
  display: inline-block;
  padding-right: 5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.jobBlock .wrap .inner .box a:hover p span {
  background-position: center right 0;
}
/* 介護士 */
.jobBlock .wrap .inner .box._kaigo ._ttl figure {
  order: -1;
}
/* 保育士 */
.jobBlock .wrap .inner .box._hoiku a {
  color: #f58bac;
}
.jobBlock .wrap .inner .box._hoiku ._ttl {
  background: #f7dfdb;
}
.jobBlock .wrap .inner .box._hoiku p span {
  background-image: url("../images/arr_r_h.svg");
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .jobBlock {
    padding: 5rem 0;
  }
  .jobBlock .wrap .title {
    margin-bottom: 3rem;
  }
  .jobBlock .wrap .inner .box ._ttl figure {
    height: 20rem;
  }
  .jobBlock .wrap .inner .box ._ttl h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  .jobBlock {
    padding: 3rem 0;
  }
  .jobBlock .wrap .inner {
    display: block;
  }
  .jobBlock .wrap .inner .box {
    margin: 1rem 0;
  }
  .jobBlock .wrap .inner .box ._ttl h3 {
    font-size: 1.5em;
  }
  .jobBlock .wrap .inner .box ._ttl figure {
    height: 23rem;
  }
}
/*---------------------------------

  interview

---------------------------------*/
.interviewBlock {
  background: url("../images/bg.png") repeat center/20%;
  border: 1px solid;
  margin: 10rem auto;
  padding: 10rem 0;
  position: relative;
  width: 90%;
}
.interviewBlock::before, .interviewBlock::after {
  content: '';
  position: absolute;
}
.interviewBlock::before {
  background: url("../images/interview_deco02.png") no-repeat center/contain;
  top: -2rem;
  right: -2rem;
  width: 33rem;
  height: 23rem;
}
.interviewBlock::after {
  background: url("../images/interview_deco01.png") no-repeat bottom left/contain;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.interviewBlock .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.interviewBlock .wrap .txtBox {
  margin-left: 7rem;
  order: 1;
}
.interviewBlock .wrap .txtBox p._txt {
  margin: 1.5rem auto;
}
.interviewBlock .wrap .txtBox .splide__arrows {
  display: flex;
  margin: 3rem auto;
}
.interviewBlock .wrap .txtBox .splide__arrows .splide__arrow {
  background-color: #fff;
  background-position: center;
  background-size: 3rem;
  background-repeat: no-repeat;
  border: 1px solid var(--sub-c);
  border-radius: 50%;
  cursor: pointer;
  margin: 0 .5rem;
  padding: 0;
  width: 8rem;
  height: 8rem;
}
.interviewBlock .wrap .txtBox .splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url("../images/arrow_left.svg");
}
.interviewBlock .wrap .txtBox .splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url("../images/arrow_right.svg");
}
.interviewBlock .wrap .txtBox .splide__arrows .splide__arrow svg {
  display: none;
}
.interviewBlock .wrap .txtBox .btn {}
.interviewBlock .wrap .splide__track {
  flex-basis: 50rem;
}
.interviewBlock .wrap .splide__track .splide__slide {}
.interviewBlock .wrap .splide__track .bu {}
.interviewBlock .wrap .splide__track .bu a {
  color: var(--main-c);
  display: block;
}
.interviewBlock .wrap .splide__track .bu a figure {
  position: relative;
  padding-left: 5rem;
}
.interviewBlock .wrap .splide__track .bu a figure img {
  border: 1px solid;
  border-radius: 2rem;
}
.interviewBlock .wrap .splide__track .bu a figcaption {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(249, 248, 244, 0.5);
  border: 1px solid var(--main-c);
  font-size: 1.2em;
  padding: 3rem;
  position: absolute;
  bottom: 3rem;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 2;
  width: 20rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .interviewBlock {
    margin: 5rem auto;
    padding: 5rem 0;
  }
  .interviewBlock::before {
    width: 26rem;
    height: 16rem;
  }
  .interviewBlock .wrap .splide__track .bu a figcaption {
    padding: 1.2rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .interviewBlock .wrap {
    flex-wrap: wrap;
  }
  .interviewBlock::before {
    top: -3rem;
    right: -1rem;
    width: 17rem;
    height: 11rem;
  }
  .interviewBlock .wrap .txtBox {
    flex-basis: 100%;
    margin: 2rem 0 0;
    text-align: center;
  }
  .interviewBlock .wrap .splide__track .bu a figure {
    padding-left: 3rem;
  }
  .interviewBlock .wrap .txtBox .splide__arrows {
    justify-content: center;
    margin: 1.5rem auto;
  }
  .interviewBlock .wrap .txtBox .splide__arrows .splide__arrow {
    width: 6rem;
    height: 6rem;
  }
  .interviewBlock .wrap .txtBox .btn {
    margin: auto;
  }
}
/*---------------------------------

  welfare

---------------------------------*/
.welfareBlock {
  background: url("../images/welfare_bg.jpg") no-repeat center bottom/cover;
  padding: 15rem 0;
}
.welfareBlock .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.welfareBlock .wrap .title {
  flex-basis: 43%;
  order: 1;
}
.welfareBlock .wrap .box_outer {
  flex-basis: 50%;
  background: rgba(249, 248, 244, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
}
.welfareBlock .wrap .box_outer ._inner {
  padding: 4rem 5rem;
}
.welfareBlock .wrap .box_outer ._inner dl {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 6rem;
  padding: 3rem 0;
  padding-left: 9rem;
}
.welfareBlock .wrap .box_outer ._inner dl + dl {
  border-top: 1px dotted #dd84b1;
}
.welfareBlock .wrap .box_outer ._inner dl dt {
  font-weight: 600;
  font-size: 2rem;
}
.welfareBlock .wrap .box_outer ._inner dl dd {}
.welfareBlock .wrap .box_outer ._inner dl._i01 {
  background-image: url("../images/welfare_01.svg");
}
.welfareBlock .wrap .box_outer ._inner dl._i02 {
  background-image: url("../images/welfare_02.svg");
}
.welfareBlock .wrap .box_outer ._inner dl._i03 {
  background-image: url("../images/welfare_03.svg");
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .welfareBlock {
    padding: 5rem 0;
  }
  .welfareBlock .wrap {
    display: block;
  }
  .welfareBlock .wrap .title {
    margin-bottom: 3rem;
  }
  .welfareBlock .wrap .box_outer ._inner {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 480px) {}
/*---------------------------------

  recruit

---------------------------------*/
.recruitBlock {
  background: url("../images/bg.png") repeat center/30%;
  padding: 10rem 0;
}
.recruitBlock .wrap {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  padding: 5rem;
}
.recruitBlock .wrap .title {
  text-align: center;
  margin: 0 0 3rem;
}
.recruitBlock .wrap .rec_btn {
  display: flex;
  justify-content: center;
  list-style: none;
}
.recruitBlock .wrap .rec_btn li {
  flex-basis: 25rem;
  margin: 0 2rem;
  text-align: center;
  pointer-events: auto;
}
.recruitBlock .wrap .rec_btn li a {
  border: 1px solid;
  border-radius: 8rem;
  color: var(--main-c);
  display: block;
  padding: 2rem 4rem;
  position: relative;
}
.recruitBlock .wrap .rec_btn li a::after {
  content: '';
  background: var(--main-c);
  border-radius: 5rem;
  opacity: .1;
  position: absolute;
  top: .5rem;
  left: .5rem;
  width: 100%;
  height: 100%;
}
.recruitBlock .wrap .rec_btn li a span {
  position: relative;
  z-index: 1;
}
.recruitBlock .wrap .rec_btn li a:hover::after {
  top: 0;
  left: 0;
}
.recruitBlock .wrap .rec_btn li._nt a {
  color: #e86d6e;
}
.recruitBlock .wrap .rec_btn li._nt a::after {
  background: #e86d6e;
}
.recruitBlock .wrap .rec_btn li._ph a {
  color: #e49412;
}
.recruitBlock .wrap .rec_btn li._ph a::after {
  background: #e49412;
}
.recruitBlock .wrap .rec_btn li._ow a {
  color: #0ab7aa;
}
.recruitBlock .wrap .rec_btn li._ow a::after {
  background: #0ab7aa;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .recruitBlock {
    padding: 6rem 0;
  }
  .recruitBlock .wrap {
    border-radius: 1rem;
    padding: 2rem 3rem 3rem;
  }
  .recruitBlock .wrap .rec_btn {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recruitBlock .wrap .rec_btn li {
    flex-basis: 49%;
    margin: .8rem 0;
  }
  .recruitBlock .wrap .rec_btn li a {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitBlock .wrap {
    padding: 3rem 5% 2rem;
  }
  .recruitBlock .wrap .rec_btn {
    display: block;
  }
  .recruitBlock .wrap .rec_btn li {
    margin: 1.5rem 0;
  }
}