@charset "UTF-8";


/* p-fv */

.p-fv {
    position: relative;
    height: 100vh;
    background: url("../../images/top/bg_fv.png")no-repeat;
    background-size: 600px;
    background-position: center;
}

.p-fv .btn_movie {
    position: absolute;
    z-index: 1;
    width: 200px;
    right: 60px;
    bottom: 55px;
}

.p-fv .btn_movie a {
  display: block;
  transition: .3s;
}

.p-fv .btn_movie a:hover {
  opacity: .7;
}

#bg-video {
  position: fixed;
  top: -10px;
  right: 0;
   bottom: 0;
   min-width: 100%;
   min-height: 103%;
   width: auto;
   height: auto;
   z-index: -100;
}

.main_v {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main_v_box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.main_head {
    max-width: 550px;
    margin: 0 auto;
	/* drop-shadow */
	filter: drop-shadow(0px 0px 18px rgba(0,0,0,0.3));
}
@media screen and (min-width: 1441px) {
	.p-fv {
	background-size: 760px;
	}
	.main_head {
	max-width: 700px;
	}
}
@media screen and (max-width: 767px){


  .p-fv {
      background-size: 300px;
  }


  .p-fv {
      height: 100vh;
  }

    #bg-video {
        height: 100%;
    }

  .main_head {
      max-width: 300px;
      padding: 0 12px;
  }

    .p-fv .btn_movie {
      width: 35%;
      right: 30px;
    }
}

/* p-concept */


.p-concept {
  padding: 170px 0 270px;
  color: #fff;
}

.p-concept .content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}

.p-concept .heading {
  color: #b60081;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.p-concept .heading span {
  max-width: 329px;
  display: block;
  margin-top: 20px;
}

.p-concept .m-button a::before {
  background: #fff;
}

@media screen and (min-width: 768px) {

  .p-concept .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .p-concept .content + .content {
    display: block;
    margin: 50px auto 0;
  }

  .p-concept .heading {
    width: 38%;
    padding-right: 30px;
  }

  .p-concept .block {
    max-width: 598px;
    width: 60%;
  }

  .p-concept .content + .content .block {
    margin: 0 0 0 auto;
  }



}

@media screen and (max-width: 767px){

  .p-concept {
    padding: 60px 0 30px;
  }

  .p-concept .content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .p-concept .heading {
    font-size: 1.2rem;
    margin-bottom: 25px;
    text-align: center;
  }

  .p-concept .heading span {
    max-width: 140px;
    display: block;
    margin: 15px auto 0;
  }

  .p-concept .content + .content {
    margin: 20px auto 0;
  }

}


/* p-service */

.p-service {
  position: relative;
  background: #000;
  padding: 110px 0 50px;
  color: #fff;
  z-index: 1;
}

.p-service .m-button a::before {
  background: #fff;
}


.p-service .img {
  position: absolute;
  z-index: 1;
  width: 678px;
  bottom: 0;
  right: 0;
}

.p-service .content {
  position: relative;
  z-index: 2;
}

.p-service .heading {
  color: #b60081;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.p-service .heading span {
  max-width: 385px;
  display: block;
  margin-top: 20px;
}

.p-service .content .lead {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {

  .p-service {
    padding-left: 30px;
    padding-right: 30px;
  }

  .p-service .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    max-width: 996px;
    margin: 0 auto;
  }

  .p-service .heading {
    max-width: 500px;
    width: 50%;
  }

  .p-service .block {
    max-width: 400px;
    padding-bottom: 60px;
    width: 45%;
  }

}

@media screen and (max-width: 767px){

  .p-service {
    padding: 150px 0 50px;
  }


  .p-service .img {
    width: 325px;
    bottom: inherit;
    top: 20px;
  }

  .p-service .content {
    padding: 0 20px;
  }

  .p-service .content .lead {
    margin-bottom: 25px;
  }

    .p-service .heading {
      font-size: 1.2rem;
      margin-bottom: 25px;
    }

    .p-service .heading span {
      max-width: 163px;
      display: block;
      margin: 15px 0 0;
    }
}



/* p-product */

.p-product {
  background: url("../../images/top/bg_produvt_pc.png")no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}

.p-product .content {
  max-width: 1056px;
  margin: 0 auto;
  padding: 0 30px;
}

.p-product .box a {
  display: block;
  background: rgb(255 255 255 / 75%);
  text-decoration: none;
  color: #000;
  line-height: 1.3;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding: 34px 0;
  transition: .3s;
}

.p-product .box:first-child a {
  padding: 22px 0;
}

.p-product .box span {
  display: block;
  color: #B60081;
  font-size: 1.1rem;
  margin-top: 10px;
}

@media screen and (min-width: 768px){

  .p-product .content {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  .p-product .box {
    max-width: 300px;
    width: 32%;
  }

  .p-product .box a {
    min-height: 120px;
  }

  .p-product .box a:hover {
    background: #fff;
  }

}

@media screen and (max-width: 767px){

  .p-product {
    background: url("../../images/top/bg_produvt_sp.png")no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 25px;
  }

  .p-product .content {
    padding: 0 20px;
  }

  .p-product .box + .box {
    margin-top: 10px;
  }

  .p-product .box a {
    font-size: 1.3rem;
    min-height: 67px;
    padding: 15px 0;
  }


  .p-product .box:first-child a {
    padding: 7px 0 0;
  }

  .p-product .box span {
    font-size: 1rem;
    margin-top: 6px;
  }



}



/* p-recycle */

.p-recycle {
    margin: 0 auto;
    position: relative;
    padding: 200px 0 0;
    z-index: 1;
    background: #fff;
}

.p-recycle .pic {
    position: relative;
}



.p-recycle .content {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    z-index: 2;
}

.p-recycle:before {
    position: absolute;
    content: "";
    width: 40%;
    max-width: 570px;
    background: #f8f8f8;
    height: 570px;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.p-recycle .heading {
    color: #b60081;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: absolute;
    left: 130px;
    z-index: 1;
    top: -130px;
}

.p-recycle .heading span {
    display: block;
    width: 365px;
    margin-top: 30px;
}

.p-recycle .lead {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px){


  .p-recycle .pic {
      max-width: 711px;
      width: 48%;
      position: absolute;
      left: 0;
      bottom: -100px;
  }

  .p-recycle .block {
      width: 48%;
      max-width: 650px;
      padding-bottom: 190px;
      margin: 0 0 0 auto;
  }

  .p-recycle .block .inner {
      max-width: 400px;
  }


}

@media screen and (min-width:768px) and ( max-width:1140px){
  .p-recycle .heading {
    left: 20px;
  }

  .p-recycle .pic {
      bottom: 160px;
  }

}



@media screen and (max-width: 767px){

  .p-recycle {
      padding: 100px 0 50px;
  }

  .p-recycle:before {
      width: 130px;
      left: 0;
      height: 100%;
  }

  .p-recycle .heading {
    font-size: 1.2rem;
    left: 20px;
    top: -65px;
  }

  .p-recycle .heading span {
      display: block;
      width: 137px;
      margin-top: 15px;
  }

  .p-recycle .pic {
      width: calc(100% - 50px);
      margin-bottom: 15px;
  }

  .p-recycle .block {
      padding: 0 20px;
  }

  .p-recycle .lead {
      margin-bottom: 25px;
  }



}

/* p- brand*/

.p-brand {
    padding: 210px 0 80px;
    background: url("../../images/top/bg_brand_pc.png")no-repeat, #000;
    background-size: 100%;
    background-position: center top;
    color: #fff;
}


.p-brand .content {
  padding: 0 30px;
  max-width: 1056px;
  margin: 0 auto 95px;
}

.p-brand .heading {
  text-align: center;
  color: #b60081;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 50px;
}

.p-brand .heading span {
  display: block;
  max-width: 914px;
  margin: 25px auto 0;
}

.p-brand .lead {
  margin: 0 auto 50px;
}

.p-brand .m-button {
  margin: 0 auto;
}

.p-result {
    padding: 0 0 80px;
}

.p-result .content {
  position: relative;
  z-index: 1;
  margin: 0 auto!important;
}


.p-result .sub {
    max-width: 164px;
}


.p-result .slider .block .thumbnail {
  height: 230px;
  background: #fff;
  transition: .3s;
}


.p-result .slider .block .info {
  margin-top: 25px;
  border-left: solid 1px #b60081;
  padding-left: 20px;
  line-height: 1;
  color: #fff;
}

.p-result .slider .block .info span {
	display: block;
	font-size: 3.1rem;
	margin-bottom: 7px;

}

.p-result .slider .block .info p {
  font-size: 1.4rem;
}

.p-brand .m-button a::before {
  background: #fff;
}


@media screen and (min-width: 768px){

  .p-result {
    min-height: 340px;
  }

  .p-result .slider {
    position: absolute;
    width: 1040px;
    left: 320px;
    top: 0;
  }

  .p-result .slider .block {
    width: 326px;
    margin-right: 40px;
  }

  .p-slider-prev {
    position: absolute;
    z-index: 1;
    width: 64px;
    height: 64px;
    background: url("../../images/top/ico_prev.svg")no-repeat;
    background-position: center;
    background-size: 64px;
    cursor: pointer;
    left: -240px;
    bottom: 0;
  }

  .p-slider-next {
    position: absolute;
    z-index: 1;
    width: 64px;
    height: 64px;
    background: url("../../images/top/ico_next.svg")no-repeat;
    background-position: center;
    background-size: 64px;
    cursor: pointer;
    left: -170px;
    bottom: 0;
  }

  .p-result .slider .block .thumbnail:hover {
    opacity: .7;
  }

}


@media screen and (max-width: 767px){

  .p-brand {
      padding: 50px 0;
      background: url("../../images/top/bg_brand_sp.png")no-repeat, #000;
      background-size: 100%;
      background-position: center top;
  }


  .p-brand .content {
    padding: 0 20px;
    margin: 0 auto 50px;
  }

  .p-brand .heading {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .p-brand .heading span {
      max-width: 268px;
      margin: 10px auto 0;
  }

  .p-brand .lead {
      margin: 0 auto 25px;
  }

  .p-result .content {
    padding: 0;
  }

  .p-result .slider .block {
    width: 175px;
    margin: 0 7px;
  }


  .p-result .slider .block .thumbnail {
    height: 135px;
  }

  .p-result .sub {
      max-width: 111px;
      padding: 0 0 20px 20px;
  }

  .p-result {
    padding: 0;
  }

  .p-result .slider .block .info {
    margin-top: 10px;
    padding-left: 10px;
  }

  .p-result .slider .block .info span {
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
  }

  .p-result .slider .block .info p {
    font-size: 1.1rem;
  }


}

/* p-news */

.p-news {
    position: relative;
    padding: 160px 0;
    background: #fff;
}

.p-news::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 570px;
  background: #f8f8f8;
  height: 100%;
  left: 0;
  top: 0;
}

.p-news .content {
    padding: 0 30px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.p-news .heading {
    font-size: 1.8rem;
}

.p-news .heading span {
    display: block;
    max-width: 213px;
    padding-bottom: 20px;
}

.p-news .post {
  border-bottom: solid 1px #e1dede;
  margin: 0 auto 50px;
  width: 100%;
}

.p-news .post tr {
  border-top: solid 1px #e1dede;
}

.p-news .post th {
	text-align: left;
	font-weight: 400;
	display: inline-block;
}

.p-news .post th span {
	padding: 5px 5px 4px;
	font-size: 1.3rem;
	min-width: 70px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	min-height: 20px;
	margin-left: 25px;
	background-color: #B60081;
	color: #fff;
}
.p-news .post td {
	padding: 25px 0;
	display: inline-block;
	margin-left: 25px;
}
.p-news .post td a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px){

  .p-news .content {
    display: flex;
    justify-content: space-between;
  }

  .p-news .heading {
    width: 25%;
  }

  .p-news .detail {
    max-width: 733px;
    width: 72%;
  }

  .p-news .post td a:hover {
    text-decoration: underline;
  }


}

@media screen and (min-width:768px) and ( max-width:1024px){

  .p-news .m-button {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }

}
@media screen and (max-width: 767px){

  .p-news .content {
    padding: 0 20px;
  }

  .p-news .heading span {
    width: 90px;
    padding-bottom: 10px;
  }

  .p-news .heading {
      font-size: 1rem;
      margin-bottom: 35px;
  }

  .p-news {
      padding: 50px 0;
  }

  .p-news::before {
      width: 130px;
  }

  .p-news .post th {
      width: 100%;
      display: block;
      padding: 15px 0 0;
      font-size: 1.2rem;
  }
	.p-news .post th span {
      font-size: 1rem;
      line-height: 1;
      min-height: inherit;
      min-width: 60px;
      margin-left: 15px;
	}
  .p-news .post td {
      display: block;
      padding: 0 0 15px;
      margin-left: 0;
      line-height: 1.7;
  }
  .p-news .post td a {
      font-size: 1.2rem;
      line-height: 1.5;
  }

  .p-news .post {
      margin: 0 auto 25px;
  }


}

/* p-bnr */

.p-bnr {
    max-width: 1500px;
    margin: 0 auto;
}

.p-bnr .bnr {
  text-align: center;
  transition: .3s;
}

.p-bnr .bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3rem;
}
.p-bnr .bnr.is-company {
  background: url("../../images/top/bg_company.png")no-repeat;
  background-position: center;
  background-size: cover;
}

.p-bnr .bnr.is-recruit {
  background: url("../../images/top/bg_recruit.png")no-repeat;
  background-position: center;
  background-size: cover;
}
.p-bnr .bnr .en {
	display: block;
	margin: 15px 0 20px 0;
}
.p-bnr .bnr.is-company .en {
  width: 214px;
}

.p-bnr .bnr.is-recruit .en {
  width: 186px;
}

@media screen and (min-width: 768px){
  .p-bnr .content {
    display: flex;
    justify-content: space-between;
  }

  .p-bnr .bnr {
    width: 50%;
  }

  .p-bnr .bnr:hover {
    opacity: .8;
  }

}


@media screen and (max-width: 767px){

  .p-bnr .bnr + .bnr {
    margin-top: 10px;
  }

  .p-bnr .bnr.is-company .en {
    width: 100px;
  }

  .p-bnr .bnr.is-recruit .en {
    width: 88px;
  }

  .p-bnr .bnr a {
    min-height: 140px;
    font-size: 1.1rem;
  }

  .p-bnr .bnr .en {
    margin-bottom: 10px;
  }


}
