@charset "utf-8";

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

  environment style

***************************************************************************** */
/* visual-page */
.visual-page.-environment{
  background: url(/recruit/assets/images/environment/img-page-title-environment.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 760px){
  /* visual-page */
  .visual-page.-environment{
    background: url(/recruit/assets/images/environment/img-page-title-environment.jpg) left 30% center no-repeat;
    background-size: cover;
  }
}

/* strength-box */
.strength-box{
  display: flex;
  flex-wrap: wrap;
}
.strength-box > .-box{
  width: 39.1304%;
}
.strength-box > .-day{
  margin-right: 13.0435%;
  background: url(/recruit/assets/images/environment/illust-day.svg) right top no-repeat;
  background-size: 90px auto;
}
.strength-box > .-time{
  background: url(/recruit/assets/images/environment/illust-time.svg) right top no-repeat;
  background-size: 90px auto;
}
.strength-box > .-trust{
  margin-top: 5rem;
  margin-left: 8.6957%;
  background: url(/recruit/assets/images/environment/illust-trust.svg) right top no-repeat;
  background-size: 90px auto;
}
.strength-box > .-stability{
  margin-top: 5rem;
  margin-left: 13.0435%;
  background: url(/recruit/assets/images/environment/illust-stability.svg) right top no-repeat;
  background-size: 90px auto;
}

@media screen and (max-width: 1000px){
  /* strength-box */
  .strength-box > .-box{
    width: 50%;
  }
  .strength-box > .-box:nth-child(odd){
    padding-right: 2rem;
  }
  .strength-box > .-box:nth-child(even){
    padding-left: 2rem;
  }
  .strength-box > .-day{
    margin-right: 0;
    background: url(/recruit/assets/images/environment/illust-day.svg) right 2rem top no-repeat;
    background-size: 90px auto;
  }
  .strength-box > .-trust{
    margin-top: 5rem;
    margin-left: 0;
    background: url(/recruit/assets/images/environment/illust-trust.svg) right 2rem top no-repeat;
    background-size: 90px auto;
  }
  .strength-box > .-stability{
    margin-top: 5rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 760px){
  /* strength-box */
  .strength-box{
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 640px){
  /* strength-box */
  .strength-box > .-box{
    width: 100%;
  }
  .strength-box > .-box:nth-child(odd){
    padding-right: 0;
  }
  .strength-box > .-box:nth-child(even){
    padding-left: 0;
  }
  .strength-box > .-day{
    background: url(/recruit/assets/images/environment/illust-day.svg) right top no-repeat;
    background-size: 90px auto;
  }
  .strength-box > .-time{
    margin-top: 6rem;
  }
  .strength-box > .-trust{
    margin-top: 6rem;
    background: url(/recruit/assets/images/environment/illust-trust.svg) right top no-repeat;
    background-size: 90px auto;
  }
  .strength-box > .-stability{
    margin-top: 6rem;
    margin-left: 0;
  }
}

/* strength-box-heading */
.strength-box-heading > .-number{
  font-size: 2.1rem;
  line-height: 1;
  color: #c1272d;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1.8rem;
}
.strength-box-heading > .-heading{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
}
.strength-box-heading > .-en{
  color: #c1272d;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.4rem;
}

@media screen and (max-width: 760px){
  /* strength-box-heading */
  .strength-box-heading > .-heading{
    font-size: 2.8rem;
  }
}

/* strength-box-text */
.strength-box-text{
  margin-top: 1.6rem;
}
.strength-box-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
}

/* schedule-heading */
.schedule-heading{
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.schedule-heading > span{
  line-height: 3.4rem;
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
}
.schedule-heading.-red > span{
  background-color: #c1272d;
}
.schedule-heading.-black > span{
  background-color: #000000;
}

@media screen and (max-width: 760px){
  /* schedule-heading */
  .schedule-heading{
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}

/* schedule-field */
.schedule-field{
  margin-top: 4.2rem;
}
.schedule-field > .-field{
  margin-top: 8rem;
}
.schedule-field > .-field:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width : 760px){
  /* schedule-field */
  .schedule-field > .-field{
    margin-top: 6rem;
  }
}

/* schedule-box */
.schedule-box{
  display: flex;
  justify-content: space-between;
}
.schedule-box > .-primary{
  width: 65.2174%;
}
.schedule-box > .-img{
  width: 30.4348%;
}

@media screen and (max-width: 760px){
  /* schedule-box */
  .schedule-box{
    display: block
  }
  .schedule-box > .-primary{
    width: 100%;
  }
  .schedule-box > .-img{
    width: 100%;
  }
}

/* schedule-table */
.schedule-table > tbody > .-item{
  position: relative;
  display: block;
}
.schedule-table > tbody > .-item:last-child{
  padding-bottom: 0;
}
.schedule-table > tbody > .-item::before{
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;  
}
.schedule-table.-red > tbody > .-item::before{
  border: 2px solid #c1272d;
}
.schedule-table.-black > tbody > .-item::before{
  border: 2px solid #000000;
}
.schedule-table > tbody > .-item::after{
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}
.schedule-table.-red > tbody > .-item::after{
  background-color: #c1272d;
}
.schedule-table.-black > tbody > .-item::after{
  background-color: #000000;
}
.schedule-table > tbody > .-item:last-child::after{
  display: none;
}
.schedule-table > tbody > .-item > td{
  padding-bottom: 4rem;
}
.schedule-table > tbody > .-item > td:nth-child(1){
    width: 200px;
}
.schedule-table > tbody > .-item:last-child > td{
  padding-bottom: 0;
}

@media screen and (max-width: 1000px){
  /* schedule-table */
  .schedule-table > tbody > .-item > td:nth-child(1){
    width: 140px;
  }
}

@media screen and (max-width: 760px){
  /* schedule-table */
  .schedule-table > tbody > .-item > td{
    display: block;
    padding-bottom: 2rem;
  }
  .schedule-table > tbody > .-item > td:nth-child(1){
    width: 100%;
  }
  /*
  .schedule-table > tbody > .-item > td:nth-child(2){
    margin-bottom: 2rem;
  }
  */
}

/* schedule-list-heading */
.schedule-list-heading{
  padding-top: 0.7rem;
  padding-left: 3rem;
  padding-right: 4rem;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  min-width: 200px;
}
.schedule-list-heading.-red{
  color: #c1272d;
}
.schedule-list-heading > .-time{
  font-size: 1.8rem;
  line-height: 1;
  width: 7rem;
  white-space: nowrap;
}
.schedule-list-heading > .-heading{
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
}
.schedule-list > .-item > .-inner > .-main > .-text > p{
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 1000px){
  /* schedule-list-heading */
  .schedule-list-heading{
    display: block;
    min-width: 120px;
  }
  .schedule-list-heading > .-heading{
    margin-top: 1.2rem;
  } 
}

@media screen and (max-width: 760px){
  /* schedule-list-heading */
  .schedule-list-heading{
    display: flex;
    min-width: auto;
    padding-right: 0;
  }
  .schedule-list-heading > .-heading{
    margin-top: 0;
  } 
}

/* schedule-list-text */
.schedule-list-text{
  flex: 1;
}
.schedule-list-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 760px){
  /* schedule-list-text */
  .schedule-list-text{
    padding-left: 3rem;
  }
}

/* schedule-basic-list */
.schedule-basic-list > .-item{
    font-size: 1.6rem;
    line-height: 1.75;
    padding-left: 1em;
    position: relative;
    margin-top: 5px;
}
.schedule-basic-list > .-item::before{
    content: "";
    background-color: #000000;
    position: absolute;
    top: 12px;
    left: 0.4rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.schedule-basic-list > .-item:nth-child(1){
    margin-top: 0;
}

@media screen and (max-width: 760px){
  /* schedule-basic-list */
  .schedule-basic-list{
    padding-left: 3rem;
  }
}

/* strength-box-img-sp */
.strength-box-img-sp{
  display: none;
}

@media screen and (max-width: 760px){
  /* strength-box-img-sp */
  .strength-box-img-sp{
    display: block;
    margin-top: 2rem;
    padding-left: 3rem;
    max-width: 280px;
    width: 100%;
  }
  .strength-box-img-sp > img{
    width: 100%;
  }
}

/* schedule-img-list */
.schedule-img-list > .-item{
  margin-top: 2rem;
}
.schedule-img-list > .-item:nth-child(1){
  margin-top: 0;
}
.schedule-img-list > .-item > img{
  width: 100%;
}

@media screen and (max-width: 760px){
  /* schedule-img-list */
  .schedule-img-list{
    display: none;
  }
}

/* event-img-list */
.event-img-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.event-img-list > .-item{
  width: calc(100%/3 - 4rem * 2/3);
  margin-top: 4rem;
  margin-right: 4rem;
}
.event-img-list > .-item:nth-child(-n+3){
  margin-top: 0;
}
.event-img-list > .-item:nth-child(3n){
  margin-right: 0;
}
.event-img-list > .-item > img{
  width: 100%;
}
.event-img-list > .-item > .-caption{
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  padding-left: 1.6rem;
  font-weight: 700;
}
.event-img-list > .-item > .-caption::before{
  border-radius: 50%;
  content: "";
  background-color: #c1272d;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 1.1rem;
  left: 0;
}

@media screen and (max-width: 1000px){
  /* event-img-list */
  .event-img-list{
    margin-bottom: 2rem;
  }
  .event-img-list > .-item{
    width: calc(100%/3 - 2rem * 2/3);
    margin-top: 2rem;
    margin-right: 2rem;
  }
  .event-img-list.-space > .-item{
    margin-top: 3rem;
  }
  .event-img-list > .-item:nth-child(-n+3){
    margin-top: 0;
  }
}

@media screen and (max-width: 760px){
  /* event-img-list */
  .event-img-list{
    margin-bottom: 0;
  }
  .event-img-list > .-item{
    width: calc(50% - 2rem * 1/2);
  }
  .event-img-list > .-item:nth-child(3){
    margin-top: 2rem;
  }
  .event-img-list.-space > .-item:nth-child(3){
    margin-top: 3rem;
  }
  .event-img-list > .-item:nth-child(3n){
    margin-right: 2rem;
  }
  .event-img-list > .-item:nth-child(2n){
    margin-right: 0;
  }
  .event-img-list > .-item > .-caption{
    margin-top: 0.8rem;
    font-size: 1.5rem;
    padding-left: 1.5rem;
    line-height: 1.55;
  }
  .event-img-list > .-item > .-caption::before{
    top: 0.7rem;
  }
}

@media screen and (max-width: 480px){
  /* event-img-list */
  .event-img-list > .-item{
    width: calc(50% - 1rem * 1/2);
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .event-img-list > .-item:nth-child(3n){
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .event-img-list.-space > .-item:nth-child(3n){
    margin-top: 3rem;
  }
  .event-img-list > .-item:nth-child(2n){
    margin-right: 0;
  }
}
