/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  font-feature-settings: "palt", "kern" 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

button, input, textarea {
  font: inherit; /* フォント継承 */
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

blockquote {
  margin: 0;
  padding: 0;
}

/**PC**/
@media only screen and (min-width: 768px) {
.sp_only{
  display: none;
}

html{
  background: #838383;
}
body{
  width: 600px;
  margin: 0 auto;
  background: #fff;
}
#mainVisual{}

.sliderWrap {
  display: flex;
  overflow: hidden;
}
.imgList {
  animation: scroll-left 30s infinite linear .5s both;
  display: flex; 
}
.imgList li {
  width: 300px;
}
.imgList li img {
  display: block;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.cWrap{
  padding: 11%;
}
.cWrap h1{
  margin-bottom: 4%;
}
.cWrap .no1{
  margin-bottom: 5%;
}
.cWrap .cta{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.cWrap .cta p{
  width: 100%;
  text-align: center;
  font-size: 17px;
  background: url(img/star.svg ) no-repeat left 74px center,url(img/star.svg ) no-repeat right 74px center;
  background-size: 40px;
}
.cWrap .cta a{
  width: 100%;
  background: #FF32B9 url(img/arw.svg ) no-repeat right 24px center;
  text-align: center;
  padding: 3.5% 0;
  font-size: 22px;
  border-radius: 99px;
  border: 1px solid #000;
  margin-top: 3%;
}

.logoList {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; 
}
.logoList li {
  width: 150px;
  border: 1px solid #000;
  border-right: 0;
}
.logoList li img {
  display: block;
  width: 100%;
}

#jobList{
  padding: 9% 0;
}
#jobList h2{
  width: 82%;
  background: #000000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 9%;
  padding: 3px 0;
}
#jobList h2::before{
  content: "";
  background: url(img/fukidashi.svg) no-repeat center;
  background-size: contain;
  height: 13px;
  display: flex;
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -12px;
}

#jobList .swiper { 
  width: 100%;
  padding-bottom: 10%;
}
#jobList .swiper-slide {
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
}

#jobList .swiper-slide .top{
  border-bottom: 1px solid #000;
}
#jobList .swiper-slide .btm{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 4% 7% 8%;
} 
#jobList .swiper-slide .btm .jobType{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dotted #000;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 7%;
}
#jobList .swiper-slide .btm .feature{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
} 
#jobList .swiper-slide .btm .feature::before{
  content: "";
  display: flex;
  width: 17px;
  height: 17px;
  background: #FF32B9;
  border-radius: 20px;
  margin-right: 4px;
} 
#jobList .swiper-slide .btm .brand{
  margin-top: 2%;
  width: 100%;
  text-align: center;
} 
#jobList .swiper-slide .btm .salary{}
#jobList .swiper-slide .btm .company{} 

.swiper-pagination-bullet{
  background: #CEC2CA!important;
  width: 12px!important;
  height: 6px!important;
  border-radius: 6px!important;
  opacity: 1!important;
  margin: 0 3px!important;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}
.swiper-pagination-bullet-active{
  background: #FF32B9!important;
  width: 40px!important;
  height: 6px!important;
  border-radius: 6px!important;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}

.ctaArea{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  width: 82%;
  margin: 0 auto;
}
.ctaArea p{
  width: 100%;
  text-align: center;
  font-size: 17px;
  background: url(img/star.svg ) no-repeat left 84px center,url(img/star.svg ) no-repeat right 84px center;
  background-size: 40px;
}
.ctaArea a{
  width: 100%;
  background: #FF32B9 url(img/arw.svg ) no-repeat right 24px center;
  text-align: center;
  padding: 3.5% 0;
  font-size: 22px;
  border-radius: 99px;
  border: 1px solid #000;
  margin-top: 3%;
}
#point{
  padding: 9% 9%;
}
#point h2{
  width: 82%;
  background: #000000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 9%;
  padding: 3px 0;
}
#point h2::before{
  content: "";
  background: url(img/fukidashi.svg) no-repeat center;
  background-size: contain;
  height: 13px;
  display: flex;
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -12px;
}
#point ul{}
#point ul li{
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 7%;
  position: relative;
  margin-bottom: 7%;
}
#point ul li:last-child{
  margin-bottom: 0;
}
#point ul li::before{
  content: "";
  background: url(img/num01.svg) no-repeat center;
  width: 50px;
  height: 50px;
  background-size: contain;
  display: flex;
  position: absolute;
  top: 30px;
  left: -20px;
}
#point ul li:nth-child(1)::before{
  background: url(img/num01.svg) no-repeat center;
}
#point ul li:nth-child(2)::before{
  background: url(img/num02.svg) no-repeat center;
}
#point ul li:nth-child(3)::before{
  background: url(img/num03.svg) no-repeat center;
}
#point ul li h3{
  font-size: 22px;
  font-weight: bold;
}
#point ul li div{
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  padding: 5px 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#point ul li div::before{
  content: "";
  background: url(img/icon.svg) no-repeat center;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: flex;
  margin-right: 5px;
}
#point ul li p{
  font-size: 16px;
}
footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10% 0;
}
footer img{
  width: 60%;
}
footer .link{
  margin: 3% 0;
}
footer .link a{
  margin: 19px;
  font-size: 15px;
}
footer p{
  font-size: 16px;
  line-height: 140%;
}

}


/**SP**/
@media only screen and (max-width: 768px) {
.pc_only{
  display: none;
}

#mainVisual{}

.sliderWrap {
  display: flex;
  overflow: hidden;
}
.imgList {
  animation: scroll-left 30s infinite linear .5s both;
  display: flex; 
}
.imgList li {
  width: calc(100vw / 2);
}
.imgList li img {
  display: block;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.cWrap{
  padding: 11vw;
}
.cWrap h1{
  margin-bottom: 4vw;
}
.cWrap .no1{
  margin-bottom: 5vw;
}
.cWrap .cta{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.cWrap .cta p{
  width: 100%;
  text-align: center;
  font-size: 17px;
  background: url(img/star.svg ) no-repeat left 24px center,url(img/star.svg ) no-repeat right 24px center;
  background-size: 40px;
}
.cWrap .cta a{
  width: 100%;
  background: #FF32B9 url(img/arw.svg ) no-repeat right 24px center;
  text-align: center;
  padding: 3.5vw 0;
  font-size: 22px;
  border-radius: 99px;
  border: 1px solid #000;
  margin-top: 3vw;
}

.logoList {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; 
}
.logoList li {
  width: calc(100vw / 4);
  border: 1px solid #000;
  border-right: 0;
}
.logoList li img {
  display: block;
  width: 100%;
}

#jobList{
  padding: 9vw 0;
}
#jobList h2{
  width: 82vw;
  background: #000000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 9%;
  padding: 3px 0;
}
#jobList h2::before{
  content: "";
  background: url(img/fukidashi.svg) no-repeat center;
  background-size: contain;
  height: 13px;
  display: flex;
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -12px;
}

#jobList .swiper { 
  width: 100%;
  padding-bottom: 10vw;
}
#jobList .swiper-slide {
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
}

#jobList .swiper-slide .top{
  border-bottom: 1px solid #000;
}
#jobList .swiper-slide .btm{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 4% 5% 8%;
} 
#jobList .swiper-slide .btm .jobType{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dotted #000;
  width: 84%;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 7%;
}
#jobList .swiper-slide .btm .feature{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
} 
#jobList .swiper-slide .btm .feature::before{
  content: "";
  display: flex;
  width: 17px;
  height: 17px;
  background: #FF32B9;
  border-radius: 20px;
  margin-right: 4px;
} 
#jobList .swiper-slide .btm .brand{
  margin-top: 2%;
  width: 100%;
  text-align: center;
  font-size: 14px;
} 
#jobList .swiper-slide .btm .salary{}
#jobList .swiper-slide .btm .company{} 


.swiper-pagination-bullet{
  background: #CEC2CA!important;
  width: 12px!important;
  height: 6px!important;
  border-radius: 6px!important;
  opacity: 1!important;
  margin: 0 3px!important;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}
.swiper-pagination-bullet-active{
  background: #FF32B9!important;
  width: 40px!important;
  height: 6px!important;
  border-radius: 6px!important;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}

.ctaArea{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  width: 82vw;
  margin: 0 auto;
}
.ctaArea p{
  width: 100%;
  text-align: center;
  font-size: 17px;
  background: url(img/star.svg ) no-repeat left 24px center,url(img/star.svg ) no-repeat right 24px center;
  background-size: 40px;
}
.ctaArea a{
  width: 100%;
  background: #FF32B9 url(img/arw.svg ) no-repeat right 24px center;
  text-align: center;
  padding: 3.5vw 0;
  font-size: 22px;
  border-radius: 99px;
  border: 1px solid #000;
  margin-top: 3vw;
}
#point{
  padding: 9vw 9vw;
}
#point h2{
  width: 82vw;
  background: #000000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 9%;
  padding: 3px 0;
}
#point h2::before{
  content: "";
  background: url(img/fukidashi.svg) no-repeat center;
  background-size: contain;
  height: 13px;
  display: flex;
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -12px;
}
#point ul{}
#point ul li{
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 7%;
  position: relative;
  margin-bottom: 7%;
}
#point ul li:last-child{
  margin-bottom: 0;
}
#point ul li::before{
  content: "";
  background: url(img/num01.svg) no-repeat center;
  width: 50px;
  height: 50px;
  background-size: contain;
  display: flex;
  position: absolute;
  top: 30px;
  left: -20px;
}
#point ul li h3{
  font-size: 22px;
  font-weight: bold;
}
#point ul li div{
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  padding: 5px 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#point ul li div::before{
  content: "";
  background: url(img/icon.svg) no-repeat center;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: flex;
  margin-right: 5px;
}
#point ul li p{
  font-size: 16px;
}
#point ul li:nth-child(1)::before{
  background: url(img/num01.svg) no-repeat center;
}
#point ul li:nth-child(2)::before{
  background: url(img/num02.svg) no-repeat center;
}
#point ul li:nth-child(3)::before{
  background: url(img/num03.svg) no-repeat center;
}
footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10vw 0;
}
footer img{
  width: 60vw;
}
footer .link{
  margin: 3vw 0;
}
footer .link a{
  margin: 19px;
  font-size: 15px;
}
footer p{
  font-size: 16px;
  line-height: 140%;
}


}
