@charset "utf-8";

/* *****************************************************************************

  index.html

***************************************************************************** */
/* kv */
.kv{
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.kv-box{
  max-width: 1460px;
  height: 644px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.kv-box::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 500px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/assets/images/home/bg-kv.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 760px){
  /* kv */
  .kv{
    aspect-ratio: 3/4;
  }
  .kv-box{
    height: 100%;
  }
  .kv-box::after{
    width: 100%;
  }
}

/* kv-primary */
.kv-primary{
  position: absolute;
  top: 168px;
  left: 20%;
  z-index: 1;
}

@media screen and (max-width: 1000px){
  /* kv-primary */
  .kv-primary{
    left: 4rem;
  }
}

@media screen and (max-width: 760px){
  /* kv-primary */
  .kv-primary{
    top: 34%;
    left: 2.5%;
  }
}

/* kv-catch */
.kv-catch > p{
  position: relative;
  font-size: 100px;
  letter-spacing: 0.05em;
  font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
  line-height: 1;
}
.kv-catch > p > span{
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
.kv-catch > p > span:nth-child(2){
  top: 110px;
  left: 188px;
}

@media screen and (max-width: 760px){
  /* kv-catch */
  .kv-catch > p{
    font-size: 13.5vw;
  }
  .kv-catch > p > span:nth-child(2){
    top: 14.5vw;
    left: 25.5vw;
  }
}

/* kv-text */
.kv-text{
  position: absolute;
  top: 227px;
  left: 9px;
}
.kv-text > p{
  font-size: 1.6rem;
  line-height: 1;
  color: #ec9f3d;
  letter-spacing: 0.2em;
  font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
  white-space: nowrap;
}

@media screen and (max-width: 760px){
  /* kv-text */
  .kv-text{
    top: 32vw;
    left: 2vw;
  }
  .kv-text > p{
    font-size: 2.1vw;
  }
}

/* kv-item */
.kv-item,
.kv-img{
  position: absolute;
}
.kv-item-01{
  width: 280px;
  height: 130px;
  top: 20px;
  left: 0;
}
.kv-item-01a{
  width: 146px;
}
.kv-item-01b{
  width: 146px;
  right: 0;
}
.kv-item-02{
  width: 444px;
  height: 240px;
  top: 13px;
  left: 963px;
}
.kv-item-02::before,
.kv-item-02::after{
  content: "";
  position: absolute;
  z-index: 1;
}
.kv-item-02::before{
  width: 89px;
  height: 91px;
  top: 0;
  left: -106px;
  background: url(/assets/images/home/illust-kv-01.svg) center center no-repeat;
  background-size: contain;
}
.kv-item-02::after{
  width: 86px;
  height: 101px;
  top: 168px;
  left: 300px;
  background: url(/assets/images/home/illust-kv-02.svg) center center no-repeat;
  background-size: contain;
}
.kv-item-03{
  width: 400px;
  top: 462px;
  height: 180px;
  left: 6.8493%;
}
.kv-item-03::before{
  content: "";
  width: 60px;
  height: 76px;
  position: absolute;
  top: 88px;
  left: 440px;
  background: url(/assets/images/home/illust-kv-03.svg) center center no-repeat;
  background-size: contain;
  z-index: 2;
}
.kv-item-04{
  width: 424px;
  height: 140px;
  top: 420px;
  left: 902px;
}
.kv-item-04::before{
  content: "";
  width: 94px;
  height: 56px;
  position: absolute;
  top: 111px;
  left: -64px;
  background: url(/assets/images/home/illust-kv-04.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
.kv-item-04a{
  width: 46.2264%;
  top: 0;
  left: 0;
}
.kv-item-04b{
  width: 46.2264%;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1463px){
  /* kv-item */
  .kv-item-02{
    left: auto;
    right: 0;
  }
  .kv-item-04{
    left: auto;
    right: 5.6188%;
  }
}

@media screen and (max-width: 1000px){
  /* kv-item */
  .kv-item-03{
    width: 340px;
    left: 0;
  }
  .kv-item-03::before{
    top: 88px;
    left: 380px;
  }
  .kv-item-04{
    width: 350px;
  }
  .kv-item-04::before{
    top: 100px;
    left: 160px;
  }
  .kv-img-05{
    left: 55px;
    width: 47.5%;
  }
  .kv-img-06{
    top: 105px;
    width: 47.5%;
  }
}

@media screen and (max-width: 760px){
  /* kv-img */
  .kv-item-01{
    width: 40%;
    height: auto;
    top: 5vw;
  }
  .kv-item-01a{
    width: 51.7857%;
  }
  .kv-item-01b{
    width: 51.7857%;
  }
  .kv-item-02{
    width: 57.5%;
    top: 14vw;
  }
  .kv-item-02::before,
  .kv-item-02::after{
    content: "";
    position: absolute;
  }
  .kv-item-02::before{
    width: 20%;
    height: auto;
    aspect-ratio: 89/91;
    top: -11vw;
    left: 5vw;
  }
  .kv-item-02::after{
    width: 20%;
    height: auto;
    aspect-ratio: 86/101;
    top: 21vw;
    left: 34vw;
  }
  .kv-item-02a{
    width: 100%;
  }
  .kv-item-03{
    width: 55%;
    top: 85vw;
    right: 0;
  }
  .kv-item-03::before{
    aspect-ratio: 60/76;
    width: 17%;
    height: auto;
    top: 5.5vw;
    left: 56vw;
  }
  .kv-item-03a{
    width: 100%;
  }
  .kv-item-04{
    width: 55%;
    top: 110vw;
    right: -8vw;
  }
  .kv-item-04::before{
    aspect-ratio: 94/56;
    width: 20%;
    height: auto;
    top: 10.52vw;
    left: -13vw;
  }
}

/* contents-home */
.contents-home{
  overflow: hidden;
  padding-bottom: 8rem;
}

@media screen and (max-width: 1000px){
  /* contents-home */
  .contents-home{
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 760px){
  /* contents-home */
  /*
  .contents-home{
    padding-bottom: 2rem;
  }
  */
}

/* section-heading */
.section-heading.-center{
  text-align: center;
}
.section-heading > .-en{
  font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1;
}
.section-heading > .-en.-normal{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.section-heading > .-en.-small{
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.section-heading > .-en.-pink{color: #e07593;}
.section-heading > .-en.-violet{color: #a084b5;}
.section-heading > .-en.-blue{color: #47b3bb;}
.section-heading > .-en.-orange{color: #ec9f3d;}
.section-heading > .-main{
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
}

@media screen and (max-width: 760px){
  /* section-heading */
  .section-heading{
    text-align: center;
  }
  .section-heading > .-en.-normal{
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
  }
}

/* section-text */
.section-text{
  margin-top: 3.5rem;
}
.section-text > p{
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 760px){
  /* section-text */
  .section-text > p{
    text-align: center;
  }
}

@media screen and (max-width: 480px){
  /* section-text */
  .section-text > p{
    text-align: left;
  }
}

/* section-button */
.section-button{
  margin-top: 3.6rem;
}
.section-button > a{
  color: #ffffff;
  width: 140px;
  line-height: 38px;
  border-radius: 20px;
  display: inline-block;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-button.-pink > a{
  background-color: #e07593;
  border: 1px solid #e07593;
}
.section-button.-violet > a{
  background-color: #a084b5;
  border: 1px solid #a084b5;
}
.section-button.-blue > a{
  background-color: #47b3bb;
  border: 1px solid #47b3bb;
}
.section-button.-orange > a{
  background-color: #ec9f3d;
  border: 1px solid #ec9f3d;
}
.section-button > a:hover{
  background-color: #ffffff;
}
.section-button.-pink > a:hover{
  color: #e07593;
}
.section-button.-violet > a:hover{
  color: #a084b5;
}
.section-button.-blue > a:hover{
  color: #47b3bb;
}
.section-button.-orange > a:hover{
  color: #ec9f3d;
}
.section-button > a > span{
  background: url(/assets/images/arrow-link-white.svg) right center no-repeat;
  background-size: 14px auto;
  padding-right: 2.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.section-button.-pink > a:hover > span{
  background: url(/assets/images/arrow-link-pink.svg) right center no-repeat;
  background-size: 14px auto;
}
.section-button.-violet > a:hover > span{
  background: url(/assets/images/arrow-link-violet.svg) right center no-repeat;
  background-size: 14px auto;
}
.section-button.-blue > a:hover > span{
  background: url(/assets/images/arrow-link-blue.svg) right center no-repeat;
  background-size: 14px auto;
}
.section-button.-orange > a:hover > span{
  background: url(/assets/images/arrow-link-orange.svg) right center no-repeat;
  background-size: 14px auto;
}

@media screen and (max-width: 760px){
  /* section-button */
  .section-button{
    text-align: center;
  }
}

/* section-intro */
.section-intro{
  background: url(/assets/images/home/bg-intro.png) center 7rem no-repeat;
  background-size: 2000px auto;
  padding: 9.5rem 6rem 19rem;
}
.section-intro-box{
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-intro-box::after{
  width: 424px;
  height: 140px;
  content: "";
  position: absolute;
  top: 365px;
  left: -518px;
  background: url(/assets/images/home/img-intro-sub.png) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1000px){
  /* section-intro */
  .section-intro{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 15rem;
    background: url(/assets/images/home/bg-intro-tablet-01.png) center 6rem no-repeat;
    background-size: 1000px auto;
  }
}

@media screen and (max-width: 760px){
  /* section-intro */
  .section-intro{
    padding: 8rem 2rem 12rem;
  }
}

@media screen and (max-width: 640px){
  /* section-intro */
  .section-intro{
    background: url(/assets/images/home/bg-intro-tablet-02.png) right 6rem no-repeat;
    background-size: 280px auto;
  }
}

@media screen and (max-width: 480px){
  /* section-intro */
  .section-intro{
    background-image: none;
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}

/* section-intro-img-sp */
.section-intro-img-sp{
  display: none;
}

@media screen and (max-width: 480px){
  /* section-intro-img-sp */
  .section-intro-img-sp{
    display: block;
    margin-top: 8vw;
  }
  .section-intro-img-sp > img{
    width: 100%;
  }
}

/* intro-primary */
.intro-catch > p{
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  -webkit-text-stroke: 10px #f5f0e6;
  text-stroke: 10px #f5f0e6;
  paint-order: stroke;
}
.intro-text{
  padding-top: 3.5rem;
}
.intro-text > p{
  font-size: 1.4rem;
  line-height: 2.2857;
  letter-spacing: 0.2em;
  padding-top: 3rem;
}
.intro-text > p:nth-child(1){
  padding-top: 0;
}
.intro-text > p > span{
  background-color: #f5f0e6
}

@media screen and (max-width: 480px){
    /* intro-primary */
    .intro-catch > p{
      text-align: left;
    }
    .intro-text > p{
      text-align: left;
    }
    .intro-text > p > .-sp{
      display: none;
    }
}

/* section-vision */
.section-vision{
  padding-left: 6rem;
  padding-right: 6rem;
}
.section-vision > .-inner{
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px){
  /* section-vision */
  .section-vision{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 760px){
  /* section-vision */
  .section-vision{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* section-vision-contents */
.section-vision-contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-vision-contents > .-primary{
  width: 43.5%;
}
.section-vision-contents > .-img{
  width: 48.2979%;
}
.section-vision-contents > .-img > .-img-inner{
  position: relative;
  padding-right: 11.8943%;
}
.section-vision-contents > .-img > .-img-inner::after{
  content: "";
  width: 77.0925%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: -17.6211%;
  bottom: -21.5%;
  background: url(/assets/images/home/bg-vision.svg) center center no-repeat;
  background-size: contain;
}
.section-vision-contents > .-img > .-img-inner > img{
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1000px){
  /* section-vision-contents */
  .section-vision-contents > .-primary{
    width: auto;
    flex: 1;
    padding-right: 4rem;
    width: 45%;
  }
  .section-vision-contents > .-img{
    width: 42%;
  }
  .section-vision-contents > .-img > .-img-inner{
    padding-right: 0;
  }
}

@media screen and (max-width: 760px){
  /* section-vision-contents */
  .section-vision-contents{
    display: block;
  }
  .section-vision-contents > .-primary{
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .section-vision-contents > .-primary > .section-button{
    margin-top: 3rem;
  }
  .section-vision-contents > .-img{
    margin-top: 3rem;
    width: 100%;
  }
  .section-vision-contents > .-img > .-img-inner{
    padding-right: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* section-vision-heading */
.section-vision-heading > .-main > .-sp{
  display: none;
}

@media screen and (max-width: 480px){
  /* section-vision-heading */
  .section-vision-heading > .-main > .-sp{
    display: inline;
  }
}

/* section-job */
.section-job{
  padding-left: 6rem;
  padding-right: 6rem;
  padding-bottom: 13.5rem;
}
.section-job > .-inner{
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px){
  /* section-job */
  .section-job{
    padding-top: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 760px){
  /* section-job */
  .section-job{
    padding: 10rem 2rem 8rem;
  }
}

/* section-job-contents */
.section-job-contents{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.section-job-contents > .-primary{
  width: 43.5%;
}
.section-job-contents > .-img{
  width: 48.2979%;
}
.section-job-contents > .-img > .-img-inner{
  position: relative;
  padding-left: 11.8943%;
}
.section-job-contents  > .-img > .-img-inner::after{
  content: "";
  width: 77.0925%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: -17.6211%;
  bottom: -21.5%;
  background: url(/assets/images/home/bg-job.svg) center center no-repeat;
  background-size: contain;
}
.section-job-contents > .-img > .-img-inner > img{
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px){
  /* section-job-contents */
  .section-job-contents > .-primary{
    width: auto;
    flex: 1;
    padding-left: 4rem;
    width: 45%;
  }
  .section-job-contents > .-img{
    width: 42%;
  }
  .section-job-contents > .-img > .-img-inner{
    padding-left: 0;
  }
}

@media print, screen and (max-width: 760px){
	/* section-job-contents */
  .section-job-contents{
    display: block;
  }
  .section-job-contents > .-primary{
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .section-job-contents > .-primary > .section-button{
    margin-top: 3rem;
  }
  .section-job-contents > .-img{
    margin-top: 3rem;
    width: 100%;
  }
  .section-job-contents > .-img > .-img-inner{
    padding-left: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 380px){
  /* section-job-text */
  .section-job-text > p > br{
    display: none;
  }
}

/* section-movie-heading */
.section-movie-heading{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 7.5rem;
  background-color: #fff;
  background: url(/assets/images/home/bg-movie-heading.svg) center center no-repeat;
  background-size: 430px 150px;
}

/* section-movie-contents */
.section-movie-contents{
  padding-left: 6rem;
  padding-right: 6rem;
}

@media print, screen and (max-width: 1000px){
	/* section-movie-contents */
  .section-movie-contents{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media print, screen and (max-width: 640px){
	/* section-movie-contents */
  .section-movie-contents{
    padding-left: 0;
    padding-right: 0;
  }
}

/* movie-list-home */
.movie-list-home{
  position: relative;
  z-index: 1;
}
.movie-list-home{
  display: flex;
  justify-content: space-between;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}
.movie-list-home > .-item{
  width: 20.6897%;
  border-radius: 8px;
  overflow: hidden;
}
.movie-list-home > .-item > a{
  display: inline-block;
  vertical-align: bottom;
}
.movie-list-home > .-item > a > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* movie-list-home */
  .movie-list-home{
    display: none;
  }
}

/* movie-list-home-sp */
.movie-list-home-sp{
  display: none;
}

@media print, screen and (max-width: 1000px){
  /* movie-list-home-sp */
  .movie-list-home-sp{
    display: block;
  }
  .movie-list-home-sp .-item{
    margin-left: 2rem;
    margin-right: 2rem;
    border-radius: 8px;
    overflow: hidden;
  }
  .movie-list-home-sp .-item > a{
    vertical-align: bottom;
  }
  .movie-list-home-sp .-item > a > img{
    width: 100%;
  }
}

@media print, screen and (max-width: 640px){
  /* movie-list-home-sp */
  .movie-list-home-sp .-item{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

/* slick-arrow */
.slick-arrow{
  z-index: 1;
}
.slick-arrow:before{
  content: ""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-prev,
.slick-next{
  width: 50px!important;
  height: 50px!important;
}
.slick-prev{
  left: -55px!important;
}
.slick-next{
  right: -55px!important;
}
.slick-prev:before{
  background: url(/assets/images/home/arrow-slider-prev-green.svg)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}
.slick-next:before{
  background: url(/assets/images/home/arrow-slider-next-green.svg)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}

@media print, screen and (max-width: 640px){
  /* slick-arrow */
  .slick-prev,
  .slick-next{
    width: 40px!important;
    height: 40px!important;
  }
  .slick-prev{
    left: 40px!important;
  }
  .slick-next{
    right: 40px!important;
  }
}

/* section-movie-button */
.section-movie-button{
  padding-left: 2rem;
  padding-right: 2rem;
}
.section-movie-button > .section-button{
  text-align: center;
  margin-top: 6.5rem;  
}

@media print, screen and (max-width: 1000px){
  /* section-movie-button */
  .section-movie-button > .section-button{
    margin-top: 6rem;  
  }
}

@media print, screen and (max-width: 760px){
  /* section-movie-button */
  .section-movie-button > .section-button{
    margin-top: 4rem;  
  }
}

/* section-link-wrap */
.section-link-wrap{
  padding: 8.2rem 6.5rem 10rem;
}
.section-link-wrap > .-inner{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (max-width: 1000px){
  /* section-link-wrap */
  .section-link-wrap{
    padding: 8rem 4rem;
  }
}

@media print, screen and (max-width: 760px){
	/* section-link-wrap */
  .section-link-wrap{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-link-wrap > .-inner{
    display: block;
  }
}

/* section-education */
.section-education{
  width: 43.2292%;
}

@media print, screen and (max-width: 1000px){
  /* section-education */
  .section-education{
    width: 50%;
    padding-right: 2rem;
  }  
}

@media print, screen and (max-width: 760px){
  /* section-education */
  .section-education{
    width: 100%;
    padding-right: 0;
  }
}

/* section-welfare */
.section-welfare{
  width: 43.2292%;
}

@media print, screen and (max-width: 1000px){
  /* section-welfare */
  .section-welfare{
    width: 50%;
    padding-left: 2rem;
  }  
}

@media print, screen and (max-width: 760px){
 /* section-welfare */
  .section-welfare{
    width: 100%;
    padding-top: 6rem;
    padding-left: 0;
  }
}

/* section-link-img */
.section-link-img{
  margin-top: 3rem;
  overflow: hidden;
  width: 100%;
  height: 180px;
  border-radius: 90px;
}
.section-link-img > a{
  display: block;
  width: 100%;
  height: 180px;
  border-radius: 90px;
  position: relative;
}
.section-link-img > a::after{
  position: absolute;
  content: "";
  width: 26px;
  height: 9px;
  background: url(/assets/images/arrow-link-white.svg) center center no-repeat;
  background-size: 26px 9px;
  top: 50%;
  right: 3.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-link-img > a > span{
  display: block;
  width: 100%;
  height: 180px;
  transition-duration: 0.5s;
  border-radius: 90px;
}
.section-link-img.-education > a > span{
  background: url(/assets/images/home/img-link-education.jpg) center center no-repeat;
  background-size: cover;
}
.section-link-img.-welfare > a > span{
  background: url(/assets/images/home/img-link-welfare.jpg) center center no-repeat;
  background-size: cover;
}
.section-link-img > a:hover > span{
	transform: scale(1.1);
}

@media print, screen and (max-width: 760px){
  /* section-link-img */
  .section-link-img{
    margin-top: 2rem;
  }
}

/* section-number */
.section-number{
  background: url(/assets/images/home/bg-number.svg) center center no-repeat;
  background-size: 1440px 208px;
  margin-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
}
.section-number > .-inner{
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* section-number */
  .section-number{
    background: url(/assets/images/home/bg-number-tablet.svg) center center no-repeat;
    background-size: 1200px 208px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-number */
  .section-number{
    margin-top: 2rem;
    background: url(/assets/images/home/bg-number-sp.svg) top 3.5rem center no-repeat;
    background-size: auto 125px;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .section-number > .-inner{
    max-width: none;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* section-number-heading */
.section-number-heading > .-main > .-sp{
  display: none;
}

@media print, screen and (max-width: 1000px){
  /* section-number-heading */
  .section-number-heading > .-main > .-sp{
    display: inline;
  }
}

/* section-number-text */
.section-number-text{
  padding-top: 3rem;
}
.section-number-text > p{
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
.section-number-text > p > .-sp{
  display: none;
}

@media print, screen and (max-width: 1000px){
  /* section-number-text */
  .section-number-text > p > .-pc{
    display: none;
  }
  .section-number-text > p > .-sp{
    display: inline;
  }
}

@media print, screen and (max-width: 760px){
  /* section-number-text */
  /*
  .section-number-text > p > .-sp{
    display: none;
  }
  */
}

@media print, screen and (max-width: 480px){
  /* section-number-text */
  /*
  .section-number-text > p{
    text-align: left;
  }
  */
}

/* section-number-button */
.section-number-button > .section-button{
  text-align: center;
  margin-top: 4.5rem;
}

/* section-job-img-sp */
/*
.section-job-img-sp{
  display: none;
}
*/

@media print, screen and (max-width: 760px){
  /* section-job-img-sp */
  /*
  .section-job-img-sp{
    display: block;
    margin-top: 3rem;
  }
  .section-job-img-sp > img{
    width: 100%;
  }
  */
}
