@charset "UTF-8";


/* under_headWrap
***************************************************************/
.under_headWrap .head_img{
  background-image: url(../img/worklifebalance/mv.jpg);
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .under_headWrap .head_img{
    background-image: url(../img/worklifebalance/mv_sp.jpg);
  }

}


.under_sec{
  padding-top: 85px;
}
.under_sec + .under_sec{
  padding-top: 110px;
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .under_sec{
    padding-top: 50px;
  }
  .under_sec + .under_sec{
    padding-top: 75px;
  }

}


/* sec_welfare
***************************************************************/
.welfare_wrap .clm{
  display: flex;
  justify-content: space-between;
  background-color: var(--d_blue);
  padding: 50px 40px;
}

.welfare_txtWrap .com_txt{
  margin-top: 10px;
}

.welfare_img img{
  border-radius: 10px;
}

.welfare_wrap02{
  padding: 50px 40px;
  margin-top: 50px;
}
.welfare_wrap02 .com_ttl{
  text-align: center;
}
.welfare_wrap02 .welfare_list{
  max-width: 1130px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 2.75;
  margin: 35px auto 0;
}


@media all and (min-width:1340px){
  .welfare_txtWrap{
    width: 350px;
  }
  .welfare_img{
    width: 350px;
    margin-left: 5.5%;
  }

}
@media all and (max-width:1339px){
  .welfare_wrap .clm{
    flex-direction: column;
  }
  .welfare_img{
    margin-top: 35px;
  }
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .welfare_wrap .clm{
    padding: 30px 5%;
  }
  .welfare_img{
    margin-top: 20px;
  }

  .welfare_wrap02{
    padding: 30px 5%;
    margin-top: 30px;
  }
  .welfare_wrap02 .welfare_list{
    flex-direction: column;
    font-size: 16px;
    line-height: 2;
  }

}



/* sec_holidays
***************************************************************/
.holidays_wrap{
  padding: 50px 70px;
}
.holidays_wrap .com_ttl{
  color: var(--d_gray);
  text-align: center;
}
.holidays_box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 75px;
}




@media all and (min-width: 1714px) {
  .holidays_box .holidays_box--icon:not(:first-child):not(:nth-child(6)){
    margin-left: 5%;
  }
  .holidays_box .holidays_box--icon:first-child{
    margin-left: 10%;
  }
  .holidays_box .holidays_box--icon:nth-child(5){
    margin-right: 10%;
  }
  .holidays_box .holidays_box--icon:nth-child(n + 6){
    margin-top: 40px;
  }

}
@media all and (max-width: 1713px) {
  .holidays_box{
    gap: 40px 5%;
  }

}


.holidays_box--icon{
  width: 184px;
}
.holidays_box p{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--d_gray);
  text-align: center;
  margin-top: 10px;
}


.example_wrap{
  padding: 50px 85px;
  margin-top: 80px;
}
.example_wrap + .example_wrap{
  margin-top: 45px;
}
.example_number{
  font-size: 24px;
  color: var(--green);
}
.example_box{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.example_txtWrap{
  width: 620px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 5%;
}
.example_txtWrap span{
  display: block;
  width: 200px;
  flex-shrink: 0;
}
.example_txt01{
  font-size: 28px;
  margin-left: 35px;
}

.example_txt02{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.6;
  margin-top: 75px;
  padding-left: 30px;
  position: relative;
}
.example_txt02::before{
  content: '';
  width: 2px;
  height: 100%;
  background-color: var(--green);
  position: absolute;
  top: 0;
  left: 0;
}



.example_img .com_txt{
  margin-top: 10px;
}
.example_img img{
  border-radius: 10px;
}


@media all and (min-width:1024px){
  .example_img{
    width: 400px;
    margin-left: auto;
  }
}
@media all and (max-width: 1023px) and (min-width:768px){
  .example_wrap {
    padding: 50px 55px;
  }
  .example_box{
    flex-wrap: wrap;
  }
  .example_txtWrap{
    width: 100%;
  }
  .example_txt02{
    margin-top: 55px;
  }
  .example_img{
    width: 47.5%;
    margin-top: 35px;
  }

}



/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .example_img + .example_img{
    margin-left: 5%;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .holidays_wrap {
    padding: 35px 5%;
}
  .holidays_wrap .com_ttl{
    font-size: 16px;
  }
  .holidays_box{
    justify-content: initial;
    gap: 40px 6%;
    margin-top: 35px;
  }
  .holidays_box--icon {
    /*max-width: 184px;*/
    width: 47%;
  }
  .holidays_box--icon img{
    width: 65%;
    margin: auto;
  }
  .holidays_box p{
    font-size: 14px;
  }




  .example_wrap {
    padding: 35px 5%;
  }
  .example_number{
    font-size: 18px;
  }
  .example_box {
    flex-direction: column;
    margin-top: 25px;
  }
  .example_txtWrap{
    width: auto;
  }
  .example_txtWrap span{
    width: 130px;
  }
  .example_txt01{
    font-size: 20px;
    margin-left: 30px;
  }

  .example_txt02{
    height: 80px;
    font-size: 20px;
    margin-top: 30px;
  }
  .example_img{
    width: 100%;
    margin-top: 30px;
  }
  .example_img .com_txt{
   font-size: 13px;
  }

}



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

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



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

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

