@charset "UTF-8";

.under_head {
    padding-top: 0;
}
.under_head h1 {
    margin-top: 0;
}
/*//////////////////////////// mv ////////////////////////////*/

.mv_wrap{
	position: relative;
}
.mvtxt_wrap {
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  height: 18vw;
  max-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
		.mvtxt_txt{
			color: var(--white);
			font-size: clamp(12px, 2.5vw, 23px);
      margin-top: 2.6em;
      font-weight: 500;
		}
		img[src$=".svg"] {
	    width: auto;
	    height: 100%;
		}
}

/*	スライダー*/
.slide{
	div{
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		max-height: 700px;
		height: 100%;
		aspect-ratio: 74 / 35;
	}
	.slick-dots {
    position: absolute;
    bottom: 1%;
    right: 1%;
    text-align: center;
    text-align: right;
	}
	.slick-dots li{
		cursor: pointer;
    margin: 0 3px;
	}
	.slick-dots li button{
		cursor: pointer;
	}
	.slick-dots li button:before {
    font-size: 10px;
    top: 0;
    left: 0;
    opacity: 1;
    color: #fff;
    transition: .3s;
	}
	.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00a0e9;
	}
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.slide{
		.slick-dots li button:hover:before {
	    opacity: 1;
	    color: #00a0e9;
		}
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}






/*//////////////////////////// message_sec ////////////////////////////*/

.message_sec{
	background: url(../img/front/message_bg.jpg) center / cover no-repeat;
		.under_head{
			padding-bottom: 65px;
		}
}
.message_txt{
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 2.56;
	text-align: center;

}
/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}









/*//////////////////////////// content_sec ////////////////////////////*/

.content_sec{
	background-color: #d5e7e9;
	padding-bottom: 0;
}
.content_sec .main_sec .inner{
	max-width: 1400px;
	position: relative;
	padding-top: 40px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}
.content_sec .content_narrow{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.content_sec .content_narrow--list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.content_sec .content_narrow--list label{
	background-color: var(--white);
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	transition: 0.3s;
		a{
			padding: 0.5em 1em;
			display: block;
		}
		&:hover{
  		color: var(--col01);
		}
}
.content_sec .content_narrow--list label:has(input){
	padding: 0.5em 1em;
}
.content_sec .content_narrow--list label input {
	width: 0;
	height: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

.content_sec .content_narrow--list a.active,
.content_sec .content_narrow--list label:has(input:checked){
  color: var(--col01);
}

.content_sec .content_narrow--btn{
	border: none;
	border-radius: 30px;
	max-width: 350px;
	width: 80%;
	padding: 0.6em 2em;
	background-color: var(--col01);
	color: var(--white);
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	cursor: pointer;
	transition: .3s;
	&:hover{
		background-color: #5abce9;
	}
}


@media all and (max-width:1279px){
}
@media all and (max-width:1099px){

}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.content_sec .content_narrow {
	    max-width: 100%;
	    margin-top: 30px;
	}

}

/*//////////////////////////// results ////////////////////////////*/
.content_sec .results{
	margin-top: 85px;
}
.content_sec .content_list {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 6%;
			li{
		 	max-width: 400px;
			 	width: 29%;
		 	a {
          width: 100%;
          height: 100%;
					box-shadow: 0px 0px 7px 0px rgba(182, 203, 205, 1);
          border-radius: 6px;
          display: flex;
          flex-direction: column;
          background: var(--white);
          padding: 4%;
          	.content_cat{
          		font-size: 16px;
          		font-weight: 700;
          		background-color: var(--col02);
          		color: var(--white);
          		padding: 0.5em 0.2em 0.5em 0.8em;
          	}
            .img {
              width: 100%;
              height: auto;
              aspect-ratio: 37 / 23;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
              display: block;
              margin-bottom: 20px;
          	}
          	.content_ttl_s{
          		line-height: 2.25;
          		font-size: 16px;
              margin-bottom: 20px;
          	}
          	.content_tags{
          		margin-top: auto;
          			ul{
		          		display: flex;
		          		flex-wrap: wrap;
	          				li {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 0.3em 0.7em 0.4em;
                        border: 1px solid var(--black);
                        border-radius: 50px;
                        margin-right: 10px;
                        margin-bottom: 10px;
                        white-space: nowrap;
                        width: auto;
                    }
          			}
          	}
          	&:hover{
          		opacity: .7;
          	}
        }

	 }
}

.view_more_btn{
	border: none;
    border-radius: 30px;
    max-width: 350px;
    width: 80%;
    padding: 0.85em 2em;
    background-color: var(--col02);
    color: var(--white);
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    cursor: pointer;
    transition: .3s;
		&:hover{
			background-color: #005cb2;
		}
}

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px) and (max-width:1279px){
	.content_sec .content_list {
    gap: 40px 3%;
			li {
			  max-width: 400px;
			  width: 31.3%;
			}
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.content_sec .results {
    margin-top: 50px;
	}
	.content_sec .content_list {
    gap: 30px 0;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
			li {
        max-width: 100%;
        width: 100%;
	        & a {
	            .content_ttl_s {
	                line-height: 1.72;
	                font-size: 16px;
	                margin-bottom: 16px;
	            }
							.content_tags {
							    & ul {
							        li {
							            margin-right: 5px;
							            font-size: 14px;
							        }
							    }
							}

	        }
      }
	}
	.content_sec .content_narrow--list label {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 14px;
	}
	.content_sec .main_sec .inner {
    max-width: 100%;
    position: relative;
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
	}
	.content_sec .content_narrow--btn {
    width: 70%;
	}
}







/*//////////////////////////// job_sec ////////////////////////////*/
.job_sec{
	background-color: var(--white);
	padding-bottom: 0;
}

.job_sec .job_narrow--list{
	display: flex;
/*	max-width: 900px;*/
justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.job_sec .job_narrow--list label{
	font-size: 18px;
	font-weight: 700;
}
.job_sec .job_narrow--list select{
	width: 182px;
	height: 42px;
	font-size: 16px;
	margin-left: 20px;
	padding: 0 10px;
	background: url(../img/common/btn_arrow_u.svg) right 10px center / 15px 7px no-repeat;
}

.job_sec .job_narrow--btn {
  border: none;
  border-radius: 30px;
  max-width: 350px;
  width: 80%;
  height: 50px;
  padding: 0.6em 2em;
  background-color: var(--col01);
  color: var(--white);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  cursor: pointer;
  transition: .3s;
}

.job_sec .job_list {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
/*  padding-top: 100px;*/
  display: flex;
  flex-wrap: wrap;
  gap: 60px 6%;

	li{
 		max-width: 400px;
	 	width: 29%;
	 	a {
      width: 100%;
      height: 100%;
      box-shadow: 0px 0px 7px 0px rgba(182, 203, 205, 1);
      border-radius: 6px;
      font-size: 16px;
    	font-weight: 700;
  		line-height: 2.25;
      display: flex;
      flex-direction: column;
      background: var(--white);
      padding: 25px 5% 35px;
      & > *:nth-last-child(2) {
			  margin-bottom: 30px;
			}
      .cat_wrap{

      }
    	.job_ttl_s{
    		/*font-size: 16px;
    		font-weight: 700;
    		line-height: 2.25;*/
    		overflow: hidden;
			  display: -webkit-box;
			  -webkit-box-orient: vertical;
			  -webkit-line-clamp: 2;
    	}
      .btn01 {
        width: 166px;
        background-color: var(--col02);
        border-radius: 6px;
    		color: var(--white);
    		padding: 0.2em 15px 0.3em;
    		margin: auto auto 0;
    		display: flex;
    		justify-content: space-between;
    		align-items: center;
    		position: relative;
    	}
    	.btn01::after{
    		content: '';
    		width: 10px;
    		height: 17px;
				background: url(../img/common/arrow_w.svg) center / cover no-repeat;	
    	}
    	
    }
 }

}

.job_sec .page_nav_wrap{
	padding-bottom: 95px;
}


/*connect_wakita*/
.connect_wakita{
	background-color: #f7f0e8;
	padding: 70px 0 60px;
}
.connect_wakita--h2{
	font-size: 36px;
	text-align: center;
}
.connect_wakita--txt{
	margin-top: 65px;
	text-align: center;
}
.connect_wakita--link{
  border-radius: 30px;
  max-width: 350px;
  width: 80%;
  height: 50px;
  padding: 0.6em 2em;
  background-color: var(--orange);
  color: var(--white);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
	margin-top: 30px;
}
/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.job_sec .job_narrow--list label + label{
		margin-left: 120px;
	}
	.job_sec .job_narrow--btn:hover {
    	background-color: #5abce9;
  }
  .job_sec .job_list a:hover{
  	opacity: .7;
  }
  .connect_wakita--link:hover {
      background-color: #faad5a;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.job_sec .job_narrow--list{
		flex-direction: column;
		align-items: center;
	}
	.job_sec .job_narrow--list label{
		width: 280px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	}
	.job_sec .job_narrow--list label + label{
		margin-top: 15px;
	}
	.job_sec .job_narrow--btn{
		margin-top: 50px;
	}
	.job_sec .job_list {
    gap: 30px 0;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
/*    padding-top: 50px;*/
			li {
        max-width: 100%;
        width: 100%;
      }
	}
	.job_sec .page_nav_wrap{
		padding-bottom: 80px;
	}

	/*connect_wakita*/
	.connect_wakita{
		padding: 40px 0;
	}
	.connect_wakita--h2{
		font-size: 28px;
	}
	.connect_wakita--txt{
		font-size: 14px;
		line-height: 1.75;
		margin-top: 30px;
	}

  

}






/*//////////////////////////// aaa ////////////////////////////*/

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}



/*//////////////////////////// aaa ////////////////////////////*/

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}



/*//////////////////////////// aaa ////////////////////////////*/

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}

