@charset "utf-8";

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

  index.html

***************************************************************************** */
/* kv */
.kv{
  width: 100%;
  height: 650px;
  background: url(/assets/images/home/img-kv.jpg) center bottom no-repeat;
  background-size: cover;
  padding-left: 10.4167%;
  padding-right: 10.4167%;
  overflow: hidden;
}
.kv > .-inner{
  padding-top: 318px;
  margin-left: auto;
  margin-right: auto;
}

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

@media print, screen and (max-width: 760px){
  /* kv */
  .kv{
    height: auto;
    aspect-ratio: 1/1;
    position: relative;
  }
  .kv > .-inner{
    padding-top: 0;
    position: absolute;
    left: 3.5%;
    bottom: 3.5%;
  }
}

/* kv-catch */
.kv-catch > .-item{
  font-size: 5.9rem;
  line-height: 1.339;
  font-weight: 900;
  white-space: nowrap;
}
.kv-catch > .-item > span{
  background-color: #182d94;
  color: #ffffff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (max-width: 1000px){
  /* kv-catch */
  .kv-catch > .-item > span{
    padding-left: 10px;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px){
  /* kv-catch */
  .kv-catch > .-item{
    font-size: 7.2vw;
    line-height: 1;
  }
  .kv-catch > .-item > span{
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
  }
}

/* kv-text */
.kv-en{
  padding-top: 15px;
}
.kv-en > .-item{
  font-size: 2.4rem;
  line-height: 1.4167;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.kv-en > .-item > span{
  background-color: #182d94;
  color: #ffffff;
  display: inline-block;
  padding: 0 10px;
}

@media print, screen and (max-width: 760px){
  /* kv-text */
  .kv-en{
    padding-top: 3.5%;
  }
  .kv-en > .-item{
    font-size: 2.9vw;
  }
  .kv-en > .-item > span{
  }
}

/* contents-home */
.contents-home{
  overflow: hidden;
}

/* section-home-heading */
.section-home-heading > .-en{
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 5.9rem;
  line-height: 1;
  margin-bottom: 15px;
}
.section-home-heading.-about > .-en > span{
  font-weight: 400;
}
.section-home-heading > .-en-sub{
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 10px;
}
.section-home-heading > .-main{
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  color: #182d94;
}

@media print, screen and (max-width: 1180px){
  /* section-home-heading */
  .section-home-heading.-about > .-en > span{
    display: block;
    position: relative;
    margin-top: -5px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-home-heading */
  .section-home-heading > .-en{
      font-size: 5rem;
      margin-bottom: 12px;
  }
  .section-home-heading > .-en-sub{
      font-size: 2.6rem;
      margin-bottom: 8px;
  }
  .section-home-heading > .-main{
      font-size: 1.6rem;
  }
}

/* section-home-text */
.section-home-text{
  margin-top: 30px;
}
.section-home-text > p{
  line-height: 1.75;
  font-size: 1.6rem;
  margin-top: 2em;
}
.section-home-text > p:nth-child(1){
  margin-top: 0;
}

@media print, screen and (max-width: 1000px){
  /* section-home-text */
  .section-home-text.-sdgs> p > br{
    display: none;
  }
}

@media print, screen and (max-width: 760px){
  /* section-home-text */
  .section-home-text > p{
    font-size: 1.5rem;
  }
}

@media print, screen and (max-width: 540px){
  /* section-home-text */
  .section-home-text.-service> p > br{
    display: none;
  }
}

/* section-home-button */
.section-home-button{
  margin-top: 60px;
}
.section-home-button > a{
  width: 100%;
  max-width: 247px;
  text-align: left;
  display: inline-block;
  color: #ffffff;
  font-size: 1.6rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000000;
  padding-left: 30px;
  padding-right: 30px;
}
.section-home-button > a:hover{
  opacity: 0.75;
}
.section-home-button > a > span{
  background:url(/assets/images/arrow-link-white.svg) right center no-repeat;
  background-size: 8px auto;
  display: inline-block;
  width: 100%;
  padding-right: 38px;
}

@media print, screen and (max-width: 760px){
  /* section-home-button */
  .section-home-button{
    text-align: center;
    margin-top: 40px;
  }
  .section-home-button > a{
    max-width: 240px;
    font-size: 1.5rem;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 56px;
  }
  .section-home-button > a:hover{
    opacity: 1;
  }
  .section-home-button > a > span{
    background:url(/assets/images/arrow-link-white.svg) right center no-repeat;
    background-size: 7px auto;
    padding-right: 32px;
  }
}

/* section-home-about */
.section-home-about{
  padding: 150px 60px 160px;
}
.section-home-about > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.section-home-about > .-inner::after{
  content: "";
  width: 723px;
  height: 255px;
  position: absolute;
  top: 62px;
  left: 0;
  background: url(/assets/images/home/text-about.svg) left center no-repeat;
  background-size: 723px auto;
}

@media print, screen and (max-width: 1000px){
  /* section-home-about */
  .section-home-about{
    padding: 100px 40px;
  }
}

@media print, screen and (max-width: 900px){
  /* section-home-about */
  .section-home-about > .-inner{
    display: block;
  }
}

@media print, screen and (max-width: 760px){
  /* section-home-about */
  .section-home-about{
    padding: 80px 20px;
  }
  .section-home-about > .-inner{
    display: block;
  }
  .section-home-about > .-inner::after{
    width: 578px;
    height: 204px;
    top: 60px;
    background: url(/assets/images/home/text-about.svg) left center no-repeat;
    background-size: 578px auto;
  }
}

/* about-primary */
.about-primary{
  width: 48.2143%;
}

@media print, screen and (max-width: 900px){
  /* about-primary */
  .about-primary{
    width: 100%;
  }
}

@media print, screen and (max-width: 900px){
  /* section-home-button-about */
  .section-home-button-about.section-home-button{
    margin-top: 40px;
    text-align: center;
  }
}

/* about-img */
.about-img{
  width: 48.2143%;
}
.about-img > img{
  width: 100%;
}

@media print, screen and (max-width: 900px){
  /* about-img */
  .about-img{
    margin-top: 60px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 760px){
  /* about-img */
  .about-img{
    width: 100%;
  }
}

/* service-heading-block */
.service-heading-block{
  padding-left: 60px;
  padding-right: 60px;
}
.service-heading-block > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

@media print, screen and (max-width: 1000px){
  /* service-heading-block */
  .service-heading-block{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* service-heading-block */
  .service-heading-block{
    padding-left: 20px;
    padding-right: 20px;
    background: url(/assets/images/home/text-lineup.svg) left 20px top 25px no-repeat;
    background-size: 450px auto;
  }
}

/* service-heading-box */
.service-heading-box{
  width: 48.2143%;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 1240px){
  /* service-heading-box */
  .service-heading-box{
    width: 52.5%;
  }
}

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

/* service-list-block */
.service-list-block{
  background-color: #f3f3fa;
  padding: 80px 60px 90px;
}
.service-list-block > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media print, screen and (max-width: 1000px){
  /* service-list-block */
  .service-list-block{
    padding: 40px 40px 80px;
  }
}

@media print, screen and (max-width: 760px){
  /* service-list-block */
  .service-list-block{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .service-list-block > .-inner{
    display: block;
  }
}

/* service-list-box */
.service-list-box{
  width: 48.2143%;
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 1240px){
  /* service-list-box */
  .service-list-box{
    width: 52.5%;
  }
}

@media print, screen and (max-width: 1000px){
  /* service-list-box */
  .service-list-box{
    width: 55%;
  }
}

@media print, screen and (max-width: 760px){
  /* service-list-box */
  .service-list-box{
    width: 100%;
  }
}

/* service-list */
.service-list-item{
  margin-top: 2px;
  width: 100%;
}
.service-list-item > .-item:nth-child(1){
  margin-top: 0;
}
.service-list-item > a{
  display: block;
  background: #ffffff url(/assets/images/arrow-link-blue.svg) right 28px center no-repeat;
  background-size: 8px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  padding: 25px 11.8519% 25px 5.5556%;
}
.service-list-item > a:hover{
  opacity: 0.75;
}
.service-list-item > a > .-number{
  margin-top: 7px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #182d94;
  font-size: 1.8rem;
  color: #182d94;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-right: 5.5556%;
}
.service-list-item > a > .-primary{
  flex: 1;
}
.service-list-item > a > .-primary > .-heading{
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
.service-list-item > a > .-primary > .-en{
  font-size: 1.4rem;
  line-height: 1.75;
  color: #182d94;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
}

@media print, screen and (max-width: 1000px){
  /* service-list */
  .service-list-item > a > .-number{
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    margin-right: 5%;
    font-size: 1.7rem;
  }
  .service-list-item > a > .-primary > .-heading{
    font-size: 2.2rem;
  }
}

@media print, screen and (max-width: 760px){
  /* service-list */
  .service-list-item > a > .-number{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.6rem;
  }
  .service-list-item > a{
    background: #ffffff url(/assets/images/arrow-link-blue.svg) right 25px center no-repeat;
    background-size: 7px auto;
    padding: 25px 50px 25px 20px;
  }
  .service-list-item > a:hover{
    opacity: 1;
  }
  .service-list-item > a > .-primary > .-heading{
    font-size: モノづくりの流れ;
  }
  .service-list-item > a > .-primary > .-text{
    font-size: 1.5rem;
    padding-left: 42px;
  }
}

/* service-img */
.service-img{
  width: 44.1964%;
}
.service-img > img{
  width: 100%;
  margin-top: -294px;
}
.service-img > .-sp{
  display: none;
}

@media print, screen and (max-width: 1240px){
  /* service-img */
  .service-img{
    width: 40%;
  }
}

@media print, screen and (max-width: 1000px){
  /* service-img */
  .service-img > img{
    margin-top: 0;
  }
}

@media print, screen and (max-width: 760px){
  /* service-img */
  .service-img{
    width: 100%;
    margin-top: 40px;
  }
  .service-img > .-pc{
    display: none;
  }
  .service-img > .-sp{
    display: block;
  }
}

/* catch-block */
.catch-block{
  background-color: #f3f3fa;
}
.catch-block > img{
  width: 100%;
}

/* section-home-sdgs */
.section-home-sdgs{
  background-color: #f3f3fa;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  margin-bottom: 120px;
}
.section-home-sdgs::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 96px;
  height: 15.3355%;
  background-color: #ffffff;
}
.section-home-sdgs > .-inner{
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  background: url(/assets/images/home/text-sdgs.svg) left top 25px no-repeat;
  background-size: 424px auto;
}

@media print, screen and (max-width: 1000px){
  /* section-home-sdgs */
  .section-home-sdgs{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .section-home-sdgs::after{
    display: none;
  }
}

@media print, screen and (max-width: 760px){
  /* section-home-sdgs */
  .section-home-sdgs{
    padding: 60px 20px;
    background: #f3f3fa url(/assets/images/home/text-sdgs.svg) left 20px top 85px no-repeat;
    background-size: 339px auto;
  }
  .section-home-sdgs > .-inner{
    background-image: none;
  }
}

/* sdgs-box */
.sdgs-box{
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

@media print, screen and (max-width: 760px){
  /* sdgs-box */
  .sdgs-box{
    display: block;
  }
}

/* sdgs-primary */
.sdgs-primary{
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.sdgs-primary > .-text{
  margin-top: 52px;
}

@media print, screen and (max-width: 1000px){
  /* sdgs-primary */
  .sdgs-primary{
    width: 40%;
  }
}

@media print, screen and (max-width: 760px){
  /* sdgs-primary */
  .sdgs-primary{
    width: 100%;
    position: static;
  }
}

/* sdgs-img */
.sdgs-img{
  width: 53.0632%;
  position: relative;
  z-index: 1;
}
.sdgs-img > .-item:nth-child(1){
  text-align: right;
}
.sdgs-img > .-item > img{
  width: 81.9703%;
  display: inline;
}

@media print, screen and (max-width: 1000px){
  /* sdgs-img */
  .sdgs-img{
    width: 55%;
  }
}

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

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

@media print, screen and (max-width: 760px){
  /* sdgs-img-sp */
  .sdgs-img-sp{
    display: block;
    background-color: #f3f3fa;
    padding-bottom: 80px;
  }
  .sdgs-img-sp > .-item:nth-child(1){
    text-align: right;
  }
  .sdgs-img-sp > .-item > img{
    width: 81.9703%;
    display: inline;
  }
}

/* section-home-recruit */
.section-home-recruit{
  background: url(/assets/images/home/bg-recruit.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-home-recruit::before{
  content: "";
  width: 540px;
  height: 200px;
  position: absolute;
  top: 132px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: 0;
  padding: 10px 10px 100px;
  opacity: 0.75;
  margin-bottom: 10px;
}
.section-home-recruit::after{
  content: "";
  width: 500px;
  height: 118px;
  position: absolute;
  top: 132px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/assets/images/home/text-recruit.svg) center center no-repeat;
  background-size: 500px auto;
  z-index: 0.75;
}
.section-home-recruit > .-inner{
  position: relative;
  z-index: 1;
}
.section-home-recruit > .-inner > .-heading > .-en{
  text-align: center;
  margin-bottom: 16px;
}
.section-home-recruit > .-inner > .-heading > .-en > span{
  display: inline-block;
  background-color: #182d94;
  color: #ffffff;
  line-height: 57px;
  font-size: 5.4rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
}
.section-home-recruit > .-inner > .-heading > .-main{
  text-align: center;
}
.section-home-recruit > .-inner > .-heading > .-main > span{
  display: inline-block;
  background-color: #182d94;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}
.section-home-button-recruit.section-home-button{
  margin-top: 38px;
  text-align: center;
}

@media print, screen and (max-width: 760px){
  /* section-home-recruit */
  .section-home-recruit{
    height: 300px;
  }
  .section-home-recruit::before{
    width: 440px;
    height: 168px;
    top: 90px;
  }
  .section-home-recruit::after{
    width: 400px;
    height: 83px;
    top: 100px;
    background: url(/assets/images/home/text-recruit.svg) center center no-repeat;;
    background-size: 400px auto;
  }
  .section-home-recruit > .-inner > .-heading > .-en{
    margin-bottom: 12px;
  }
  .section-home-recruit > .-inner > .-heading > .-en > span{
    line-height: 55px;
    font-size: 5rem;
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-home-recruit > .-inner > .-heading > .-main > span{
    font-size: 1.7rem;
    padding-bottom: 1px;
  }
  .section-home-button-recruit.section-home-button{
    margin-top: 30px;
  }
}

/* section-home-news */
.section-home-news{
  padding: 120px 60px 100px;
  background-color: #f3f3fa;
}
.section-home-news > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* section-home-news */
  .section-home-news{
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-home-news */
  .section-home-news{
    padding: 80px 20px;
  }
}

/* section-home-news-contents */
.section-home-news-contents{
  display: flex;
  justify-content: space-between;
}
.section-home-news-contents > .-intro{
  width: 22.0536%;
}
.section-home-news-contents > .-primary{
  width: 74.0179%;
}

@media print, screen and (max-width: 1000px){
  /* section-home-news-contents */
  .section-home-news-contents{
    display: block;
  }
  .section-home-news-contents > .-intro{
    width: 100%;
  }
  .section-home-news-contents > .-primary{
    width: 100%;
  }
}

@media print, screen and (max-width: 1000px){
  /* section-home-button-news*/
  .section-home-button-news.section-home-button{
    display: none;
  }
}

/* section-home-news-list */
.section-home-news-list > .-item{
  font-size: 1.6rem;
  line-height: 1.75;
  border-bottom: 1px solid #dcdcdc;
}
.section-home-news-list > .-item:nth-child(1){
  border-top: 1px solid #dcdcdc;
}
.section-home-news-list > .-item > a{
  display: flex;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 22px;
  padding-bottom: 20px;
}
.section-home-news-list > .-item > div{
  display: flex;
  padding-top: 22px;
  padding-bottom: 20px;
}
.section-home-news-list > .-item > a > .-date{
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  width: 100px;
  color: #182d94;
}
.section-home-news-list > .-item > div > .-date{
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  width: 100px;
  color: #182d94;
}
.section-home-news-list > .-item > a > .-text{
  flex: 1;
  padding-left: 6.0241%;;
}
.section-home-news-list > .-item > div > .-text{
  flex: 1;
  padding-left: 6.0241%;;
}
.section-home-news-list > .-item > a:hover > .-text{
  color: #182d94;
}

@media print, screen and (max-width: 1000px){
  /* section-home-news-list */
  .section-home-news-list{
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* section-home-news-list */
  .section-home-news-list > .-item{
    font-size: 1.5rem;
  }
  .section-home-news-list > .-item > a{
    display: block;
    padding-top: 20px;
  }
  .section-home-news-list > .-item > div{
    display: block;
    padding-top: 20px;
  }
  .section-home-news-list > .-item > a > .-date{
    width: 100%;
  }
  .section-home-news-list > .-item > div > .-date{
    width: 100%;
  }
  .section-home-news-list > .-item > a > .-text{
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .section-home-news-list > .-item > div > .-text{
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .section-home-news-list > .-item > a:hover > .-text{
    color: #000000;
  }
}

/* section-home-button-news-sp */
.section-home-button-news-sp{
  display: none;
}

@media print, screen and (max-width: 1000px){
  /* section-home-button-news-sp */
  .section-home-button-news-sp{
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
