@charset "utf-8";

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

  career style

***************************************************************************** */
/* kv-career */
.kv-career{
  overflow: hidden;
  padding-bottom: 17rem;
}

@media print, screen and (max-width: 760px){
  /* kv-career */
  .kv-career{
    padding-bottom: 12rem;
  }
}

/* kv-career-primary */
.kv-career-primary{
  width: 100%;
  height: 740px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  align-items: center;
  position: relative;
}
.kv-career-primary::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2500px;
  height: 740px;
  background: url(/assets/images/career/bg-kv-career-primary-pc.svg) center center no-repeat;
  background-size: 2500px auto;
  z-index: 1;
}

@media print, screen and (max-width: 1000px){
  /* kv-career-primary */
  .kv-career-primary{
    padding-left: 6rem;
  }
  .kv-career-primary::before{
    background: url(/assets/images/career/bg-kv-career-primary-tablet.svg) left center no-repeat;
    background-size: auto 740px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0;
  }
}

@media print, screen and (max-width: 760px){
  /* kv-career-primary */
  .kv-career-primary{
    height: 600px;
  }
  .kv-career-primary::before{
    height: 600px;
    background: url(/assets/images/career/bg-kv-career-primary-sp.svg) left center no-repeat;
    background-size: auto 600px;
  }
}

@media print, screen and (max-width: 680px){
  /* kv-career-primary */
  .kv-career-primary{
    padding-left: 9.0226%;
  }
}

/* kv-career-catch */
.kv-career-catch{
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.kv-career-catch > .-main{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.45;
  white-space: nowrap;
}
.kv-career-catch > .-main > span{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #f5f3ee;
}
.kv-career-catch > .-main > span > .-tablet,
.kv-career-catch > .-main > span > .-sp{
  display: none;
}
.kv-career-catch > .-en{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.65;
  margin-top: 1.2rem;
  white-space: nowrap;
}
.kv-career-catch > .-en > span{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #f5f3ee;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.kv-career-catch > .-en > span > .-tablet,
.kv-career-catch > .-en > span > .-sp{
  display: none;
}

@media print, screen and (max-width: 1000px){
  /* kv-career-catch */
  .kv-career-catch > .-main > span > .-tablet{
    display: inline;
  }
  .kv-career-catch > .-en > span > .-tablet{
    display: inline;
  }
}

@media print, screen and (max-width: 760px){
  /* kv-career-catch */
  .kv-career-catch > .-main > span > .-sp{
    display: inline;
  }
}

@media print, screen and (max-width: 680px){
  /* kv-career-catch */
  .kv-career-catch > .-main{
    font-size: 9.4vw;
  }
  .kv-career-catch > .-en{
    font-size: 3.24vw;
  }
}

/* kv-img */
.kv-img{
  overflow: hidden;
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 0;
  height: 620px;
}
.kv-img *,
.kv-img ::before,
.kv-img ::after {
  min-width: auto;
}

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

/* kv-img-divide */
.kv-img-divide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.kv-img-divide > .block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin-bottom: 4rem;
}
.kv-img-divide > .block > .item{
  line-height: 0;
}
.kv-img-divide > .block > .item > img{
  width: 100%;
  height: 180px;
  margin: 0 0 0 4rem;
  width: auto;
  border-radius: 0.5rem;
  opacity: 0.3;
}
.kv-img-divide.-first.-slide > .block{
  -webkit-animation: imageSliderAbove 75s infinite linear;
  animation: imageSliderAbove 75s infinite linear;
}
.kv-img-divide.-second.-slide > .block{
  -webkit-animation: imageSliderBelow 75s infinite linear;
  animation: imageSliderBelow 75s infinite linear;
}
.kv-img-divide.-third.-slide > .block{
  -webkit-animation: imageSliderAbove 75s infinite linear;
  animation: imageSliderAbove 75s infinite linear;
}

@media print, screen and (max-width: 1000px){
  /* kv-img-divide */
  .kv-img-divide > .block > .item > img{
    height: 180px;
  }
}

@media print, screen and (max-width: 760px){
  /* kv-img-divide */
  .kv-img-divide > .block{
    margin-bottom: 2rem;
  }
  .kv-img-divide > .block > .item > img{
    margin-left: 2rem;
    height: 173px;
  }
}

@-webkit-keyframes imageSliderAbove{
  0%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100%{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes imageSliderAbove{
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100%{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes imageSliderBelow{
  0%{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes imageSliderBelow{
  0%{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* kv-career-text */
.kv-career-text{
  padding-left: 6rem;
  padding-right: 6rem;
}
.kv-career-text > .-inner{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 4.2rem;
}
.kv-career-text > .-inner::after{
  content: "";
  position: absolute;
  right: -9rem;
  bottom: 0.8rem;
  width: 700px;
  height: 270px;
  background: url(/assets/images/career/bg-kv-career-text.svg) center center no-repeat;
  background-size: 700px auto;
}
.kv-career-text > .-inner > p{
  font-size: 1.4rem;
  line-height: 2.2857;
  margin-top: 3.2rem;
  position: relative;
  z-index: 1;
}
.kv-career-text > .-inner > p:nth-child(1){
  margin-top: 0;
}

@media print, screen and (max-width: 1000px){
  /* kv-career-text */
  .kv-career-text{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media print, screen and (max-width: 760px){
  /* kv-career-text */
  .kv-career-text{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .kv-career-text > .-inner{
    margin-top: 4rem;
  }
  .kv-career-text > .-inner::after{
    right: -8rem;
    bottom: -9rem;
    width: 500px;
    height: 193px;
    background: url(/assets/images/career/bg-kv-career-text.svg) center center no-repeat;
    background-size: 500px auto;
  }
}

@media print, screen and (max-width: 520px){
  /* kv-career-text */
  .kv-career-text > .-inner::after{
    left: -2rem;
    right: auto;
  }
  .kv-career-text > .-inner > p > .-break{
    display: none;
  }
}

/* contents-career */
.contents-career{
  margin-bottom: 12rem;
}

@media print, screen and (max-width: 1455px){
  /* contents-career */
  .contents-career{
    margin-bottom: 8rem;
  }
}

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

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

@media print, screen and (max-width: 760px){
  /* search-section */
  .search-section{
    padding-left: 2rem;
    padding-right: 2rem;
    /*margin-bottom: 8rem;*/
  }
}

/* search-heading */
.search-heading{
  margin-bottom: 5.2rem;
}

@media print, screen and (max-width: 760px){
  /* search-heading */
  .search-heading{
    margin-bottom: 4rem;
  }
}

/* search-box */
.search-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.search-box > .-primary{
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
  flex: 1;
  padding-right: 4rem;
}
.search-box > .-primary > .-item{
  /*width: calc(100%/3);*/
  width: 50%;
}
.search-box > .-button{
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  gap: 2rem;
  margin-top: auto;
  white-space: nowrap;
}
.search-box > .-button .-clear{
  color: #000000;
  display: block;
  font-size: 1.2rem;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: fit-content;
  white-space: nowrap;
}
.search-box > .-button .-clear::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.search-box > .-button .-clear:hover::after{
  transform: scale(0, 1);
  transform-origin: right top;
}

@media print, screen and (max-width: 1000px){
  /* search-box */
  .search-box{
    display: block;
  }
  .search-box > .-primary{
    padding-right: 0;
    column-gap: 2rem;
  }
  .search-box > .-button{
    max-width: 205px;
    width: 100%;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .search-box > .-button{
    gap: 2.5rem;
    margin-top: 4rem;
    display: block;
  }
  .search-box > .-button .-clear{
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 760px){
  /* search-box */
  .search-box > .-primary{
    display: block;
  }
  .search-box > .-primary > .-item{
    width: 100%;
    margin-top: 4rem;
  }
  .search-box > .-primary > .-item:nth-child(1){
    margin-top: 0;
  }
}

/* search-type */
.search-type{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.8rem;
  padding-left: 1.6rem;
  position: relative;
  white-space: nowrap;
}
.search-type::before{
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  background-color: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* search-select */
.search-select{
  width: 100%;
  height: 6rem;
  background: #ffffff url(/assets/images/arrow-select.svg) right 1.9rem center no-repeat;
  background-size: 1.2rem auto;
  border: 1px solid #cccccc;
  line-height: 6rem;
  cursor: pointer;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-select:hover{
  border: 1px solid #000000;
}
.search-select:focus{
  outline: none;
}
.search-select::-ms-expand{
  display: block;
}

/* search-button */
.search-button{
  width: 142px;
  line-height: 5.6rem;
  color: #ffffff;
  background-color: #000000;
  border-radius: 9999px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border: 2px solid #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-button:hover{
  background-color: #ffffff;
  color: #000000;
}

@media print, screen and (max-width: 1000px){
  /* search-button */
  .search-button{
    width: 100%;
  }
}

/* about-section */
.about-section{
  margin-top: 12rem;
  margin-bottom: 12rem;
  padding-right: 10rem;
}
.about-section > .-inner{
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ffffff;
  padding: 10rem 10rem 12rem 16rem;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
.about-section > .-inner::before{
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  margin-left: calc(50% - 50vw);
}

@media print, screen and (max-width: 1360px){
  .about-section > .-inner{
    padding-left: 10rem;
    display: flex;
    justify-content: flex-end;
  }
}

@media print, screen and (max-width: 1255px){
  /* about-section */
  .about-section{
    padding-right: 6rem;
  }
  .about-section > .-inner{
    max-width: 1160px;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

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

@media print, screen and (max-width: 760px){
  /* about-section */
  .about-section{
    margin-top: 8rem;
    margin-bottom: 8rem;
    padding-right: 2rem;
  }
  .about-section > .-inner{
    padding: 8rem 2rem;
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}

/* about-section-contents */
.about-section-contents{
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 1360px){
  /* about-section-contents */
  .about-section-contents{
    max-width: 980px;
  }
}

/* about-list-box */
.about-list-box{
  margin-top: 5.2rem;
  display: flex;
  flex-wrap: wrap;
}
.about-list-box > .-item{
  width: calc(100%/3 - 4rem * 2/3);
  margin-top: 5.2rem;
  margin-right: 4rem;
}
.about-list-box > .-item:nth-child(3n){
  margin-right: 0;
}
.about-list-box > .-item:nth-child(-n+3){
  margin-top: 0;
}
.about-list-box > .-item > a{
  display: inline-block;
}
.about-list-box > .-item > a > .-img{
  border-radius: 0.5rem;
  overflow: hidden;
}
.about-list-box > .-item > a > .-img > img{
  width: 100%;
  display: block;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.about-list-box > .-item > a:hover > .-img > img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-list-box > .-item > a > .-img > img{
  width: 100%;
}
.about-list-box > .-item > a > .-main{
  margin-top: 2.4rem;
}
.about-list-box > .-item > a > .-main > .-title{
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.55;
  background: url(/assets/images/arrow-circle-black.svg) right 1rem center no-repeat;
  background-size: 3rem auto;
  padding-right: 5rem;
}
.about-list-box > .-item > a > .-main > .-text{
  margin-top: 1.4rem;
}
.about-list-box > .-item > a > .-main > .-text > p{
  font-size: 1.4rem;
  line-height: 1.8571;
}

@media print, screen and (max-width: 1000px){
  /* about-list-box */
  .about-list-box > .-item{
    width: calc(50% - 4rem * 1/2);
    margin-right: 4rem;
  }
  .about-list-box > .-item:nth-child(3n){
    margin-right: 4rem;
  }
  .about-list-box > .-item:nth-child(2n){
    margin-right: 0;
  }
  .about-list-box > .-item:nth-child(3){
    margin-top: 5.2rem;
  }
}

@media print, screen and (max-width: 760px){
  /* about-list-box */
  .about-list-box > .-item{
    width: calc(50% - 2rem * 1/2);
    margin-right: 2rem;
    margin-top: 4rem;
  }
  .about-list-box > .-item:nth-child(3n){
    margin-right: 2rem;
  }
  .about-list-box > .-item:nth-child(2n){
    margin-right: 0;
  }
  .about-list-box > .-item:nth-child(3){
    margin-top: 4rem;
  }
}

@media print, screen and (max-width: 760px){
  /* about-list-box */
  .about-list-box > .-item{
    width: calc(50% - 2rem * 1/2);
    margin-right: 2rem;
  }
  .about-list-box > .-item:nth-child(3n){
    margin-right: 2rem;
  }
  .about-list-box > .-item:nth-child(2n){
    margin-right: 0;
  }
}

@media print, screen and (max-width: 640px){
  /* about-list-box */
  .about-list-box > .-item{
    width: 100%;
    margin-right: 0;
  }
  .about-list-box > .-item:nth-child(3n){
    margin-right: 0;
  }
  .about-list-box > .-item:nth-child(2){
    margin-top: 4rem;
  }
}

/* job-career-heading */
.job-career-heading > .-en{
  font-size: 3.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.job-career-heading > .-main{
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.55;
}

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

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

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

/* job-people-box */
.job-people-box{
  display: flex;
  justify-content: space-between;
  margin-top: 5.2rem;
}
.job-people-box > .-item{
  width: 50%;
}
.job-people-box > .-item:nth-child(1){
  padding-right: 2rem;
}
.job-people-box > .-item:nth-child(2){
  padding-left: 2rem;
}
.job-people-box > .-item > a{
  display: inline-block;
}
.job-people-box > .-item > a > .-img{
  border-radius: 0.5rem;
  overflow: hidden;
}
.job-people-box > .-item > a > .-img > img{
  width: 100%;
  display: block;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.job-people-box > .-item > a:hover > .-img > img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.job-people-box > .-item > a > .-img > img{
  width: 100%;
}
.job-people-box > .-item > a > .-main{
  margin-top: 2.4rem;
}
.job-people-box > .-item > a > .-main > .-title{
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.55;
  background: url(/assets/images/arrow-circle-black.svg) right 1rem center no-repeat;
  background-size: 3rem auto;
  padding-right: 5rem;
}
.job-people-box > .-item > a > .-main > .-text{
  margin-top: 1.4rem;
}
.job-people-box > .-item > a > .-main > .-text > p{
  font-size: 1.4rem;
  line-height: 1.8571;
}

@media print, screen and (max-width: 760px){
  /* job-people-box */
  .job-people-box{
    margin-top: 4rem;
  }
  .job-people-box > .-item{
    width: 100%;
  }
  .job-people-box > .-item:nth-child(1){
    padding-right: 1rem;
  }
  .job-people-box > .-item:nth-child(2){
    padding-left: 1rem;
  }
}

@media print, screen and (max-width: 640px){
  /* job-people-box */
  .job-people-box{
    display: block;
  }
  .job-people-box > .-item:nth-child(1){
    padding-right: 0;
    margin-bottom: 6rem;
  }
  .job-people-box > .-item:nth-child(2){
    padding-left: 0;
  }
}

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

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

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

/* environment-button */
.environment-button{
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.environment-button > .-button{
  width: 30.7692%;
}
.environment-button > .-button > a{
  border-radius: 0.5rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding-top: 10.6rem;
  padding-bottom: 1.6rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.environment-button > .-button > a:hover{
  color: #ffffff;
}
.environment-button > .-button > a > .-en{
  line-height: 1;
  font-size: 1.7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1rem;
}
.environment-button > .-button > a > .-name{
  font-size: 1.8rem;
  font-weight: 700;
}
.environment-button > .-button > a > .-name > span{
  display: inline-block;
  line-height: 2.4rem;
  padding-right: 4rem;
  background: url(/assets/images/arrow-circle-black.svg) right center no-repeat;
  background-size: 2.4rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.environment-button > .-button > a:hover > .-name > span{
  background: url(/assets/images/arrow-circle-white.svg) right center no-repeat;
  background-size: 2.4rem;
}

@media print, screen and (max-width: 1000px){
  /* environment-button */
  .environment-button{
    column-gap: 2rem;
  }
  .environment-button > .-button{
    width: calc(100%/3);
  }
}

@media print, screen and (max-width: 760px){
  /* environment-button */
  .environment-button{
    display: block;
  }
  .environment-button > .-button{
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  .environment-button > .-button:nth-child(1){
    margin-top: 0;
  }
  .environment-button > .-button > a{
    border-radius: 2.5rem;
    padding: 4.5rem 3rem;
    text-align: left;
  }
}

@media print, screen and (max-width: 480px){
  /* environment-button */
  .environment-button > .-button{
    max-width: none;
  }  
}

/* environment-career */
.environment-career > a{
  background: url(/assets/images/icon-career-black.svg) center top 3rem no-repeat;
  background-size: 6.4rem auto;
}
.environment-career > a:hover{
  background: #000000 url(/assets/images/icon-career-white.svg) center top 3rem no-repeat;
  background-size: 6.4rem auto;
}

@media print, screen and (max-width: 760px){
  /* environment-career */
  .environment-career > a{
    background: url(/assets/images/icon-career-black.svg) center right 3rem no-repeat;
    background-size: 6.4rem auto;
  }
  .environment-career > a:hover{
    background: #000000 url(/assets/images/icon-career-white.svg) center right 3rem no-repeat;
    background-size: 6.4rem auto;
  }
}

/* environment-personal */
.environment-personal > a{
  background: url(/assets/images/icon-personal-black.svg) center top 2.8rem no-repeat;
  background-size: 4.5rem auto;
}
.environment-personal > a:hover{
  background: #000000 url(/assets/images/icon-personal-white.svg) center top 2.8rem no-repeat;
  background-size: 4.5rem auto;
}

@media print, screen and (max-width: 760px){
  /* environment-personal */
  .environment-personal > a{
    background: url(/assets/images/icon-personal-black.svg) center right 3rem no-repeat;
    background-size: 4.5rem auto;
  }
  .environment-personal > a:hover{
    background: #000000 url(/assets/images/icon-personal-white.svg) center right 3rem no-repeat;
    background-size: 4.5rem auto;
  }
}

/* environment-work */
.environment-work > a{
  background: url(/assets/images/icon-work-black.svg) center top 2.6rem no-repeat;
  background-size: 7.6rem auto;
}
.environment-work > a:hover{
  background: #000000 url(/assets/images/icon-work-white.svg) center top 2.6rem no-repeat;
  background-size: 7.6rem auto;
}

@media print, screen and (max-width: 760px){
  /* environment-work */
  .environment-work > a{
    background: url(/assets/images/icon-work-black.svg) center right 3rem no-repeat;
    background-size: 7.6rem auto;
  }
  .environment-work > a:hover{
    background: #000000 url(/assets/images/icon-work-white.svg) center right 3rem no-repeat;
    background-size: 7.6rem auto;
  }
}
