@charset "UTF-8";

.p-fv-img {
  position: relative;
}
.p-fv-img .logo {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100vh; /* 高さと同じにする */
    height: 100vh; /* 高さと同じにする */
    background: url("../img/img_mv_logo.svg") no-repeat;
    background-size: 100%;
}
.p-fv-block {
  padding: 0 20px 0 70px;
  width: calc(100% - 38.67vw);
}

.p-fv-block .lead {
  padding: 20px 0 0;
  font-size: 1.5vw;
  font-weight: 700;
}

@media screen and (min-width: 768px){
  .p-fv {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: row-reverse;
  }

  .p-fv-img {
      width: 38.67vw;
      overflow: hidden;
      height: 100vh;
      position: relative;
  }

}

@media screen and (max-width: 767px){
  .p-fv-img {
      width: 100%;
      height: 465px;
  }

  .p-fv-img .logo {
      width: 465px;
      height: 465px;
      bottom: 0;
      right: inherit;
      left: -120px;
  }

  .p-fv-block {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 70px;
  }

  .p-fv-block .lead {
      font-size: 1.5rem;
      padding: 15px 0 0;
  }

  .p-fv {
      padding: 125px 0 0;
  }
}



.p-about {
    padding: 150px 0 100px;
}

.p-about p {
    font-size: 1.8rem;
    /* font-weight: 500; */
    line-height: 2;
    letter-spacing: 0.03em;
}


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

  .p-about {
      padding: 130px 0 70px;
  }


  .p-about p {
      font-size: 1.5rem;
  }

}

.p-service {
    padding: 100px 0 130px;
}

.p-service-content {
  padding: 110px 30px;
}

.p-service-content:first-child {
  background: url("../img/bg_art_pc.png")no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.p-service-content:last-child {
  background: url("../img/bg_sports_pc.png")no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.p-service-block {
    max-width: 500px;
    margin: 0 auto;
}

.p-service-head {
    text-align: center;
    color: #A34E94;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 35px;
}

.p-service-box dt {
    background: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    /* font-weight: 500; */
    padding: 7px 0px 0px;
}

.p-service-box dd {
    padding: 30px 50px 60px;
    font-size: 1.6rem;
    line-height: 1.7;
}

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

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

  .p-service-content {
    width: calc(50% - 5px);
  }

}


@media screen and (max-width: 767px) {
  .p-service {
      padding: 70px 0;
  }

  .p-service-content {
    padding: 60px 17px 100px;
    min-height: 800px;
  }

  .p-service-content:first-child {
    background: url("../img/bg_art_sp.png")no-repeat;
    background-size: cover;
    background-position: right bottom;
  }

  .p-service-content:last-child {
    margin-top: 10px;
    background: url("../img/bg_sports_sp.png")no-repeat;
    background-size: cover;
    background-position: right bottom;
  }

  .p-service-head {
    font-size: 3rem;
  }

  .p-service-box dt {
      font-size: 1.7rem;
      padding: 4px 0px 0px 0px;
  }

  .p-service-box dd {
      padding: 25px 0 40px;
      font-size: 1.5rem;
  }
}

.p-works {
  padding: 125px 0 120px;
}


.p-works-slider .box {
  width: 25%;
  padding: 0 8px;
}


.p-works-slider .box img {
  width: 100%;
}

.p-works-slider.slick-initialized {
  display: block !important; /* slickがdisplay: block;にするので */
}

.p-works-slider .box a {
    display: block;
    transition: .3s;
}
@media screen and (min-width: 768px) {

  .p-works-slider {
    display: flex;
    justify-content: center;
    padding: 0 30px;
  }


  .p-works-slider .box a:hover {
    opacity: .8;
  }

}
@media screen and (max-width: 767px) {
  .p-works {
      padding: 70px 0;
  }

  .p-works-slider .box {
    width: auto;
    padding: 0 4px;
  }
}


.p-company {
    padding: 140px 0 270px;
}

.p-company-detail {
  margin: 40px 0 0;
}

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

.p-company-block dt span {
  display: inline-block;
  min-width: 75px;
  text-align: center;
  background: #905F96;
  border-radius: 30px;
  font-size: 1.6rem;
  /* font-weight: 500; */
  letter-spacing: 0.04em;
  min-height: 30px;
  color: #fff;
  padding: 5px 0 0;
}

.p-company-block dd span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.p-company-block dd span + span {
  font-size: 1.4rem;
  color: #555555;
}


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

  .p-company-block + .p-company-block {
    margin: 20px 0 0;
  }

  .p-company-block dt {
    padding-left: 25px;
  }

  .p-company-block dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .p-company-block dd span {
    width: calc(50% - 20px);
    padding: 0 25px 25px;
    border-bottom: solid 1px rgb(144 95 150 / 30%);
  }

}



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

  .p-company {
      padding: 70px 0 190px;
  }

  .p-company-detail {
      margin: 20px 0 0;
  }

  .p-company-block {
      padding: 30px 0;
      border-bottom: solid 1px rgb(144 95 150 / 30%);
  }

  .p-company-block dt {
      text-align: center;
  }

  .p-company-block dt span {
      font-size: 1.2rem;
      min-height: 22px;
      min-width: 60px;
      padding: 3px 0 0;
  }

  .p-company-block dd {
    text-align: center;
  }

  .p-company-block dd span {
      font-size: 1.7rem;
  }

  .p-company-block dd span + span {
      font-size: 1.2rem;
      padding: 15px 0 0;
  }


}


.p-contact {
    background: #F0F0F0;
    padding: 170px 0 140px;
}

.p-content-table {
  margin: 30px 0 70px;
  width: 100%;
  letter-spacing: 0.04em;
}

.p-content-table th {
  text-align: left;
  font-size: 1.6rem;
  /* font-weight: 500; */
  vertical-align: middle;
}


.p-content-table td {
  padding: 10px 0;
  font-weight: 400;
  font-size: 1.6rem;
}

.p-privacy {
    background: #fff;
    border: solid 1px #707070;
    padding: 25px;
    height: 150px;
    overflow-y: scroll;
    margin: 0 auto 50px;
}

.p-privacy h3 {
    font-size: 1.6rem;
    /* font-weight: 500; */
    padding: 0 0 15px;
    letter-spacing: 0.04em;
}

.p-privacy p {
    font-size: 1.4rem;
    line-height: 2;
}

.p-privacy p + h3 {
    padding: 25px 0 0;
}

.p-thanks {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    /* font-weight: 500; */
    letter-spacing: 0.04em;
    padding: 0 0 50px;
}

.is-height .p-contact {
  min-height: calc(100vh - 45px);
}

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

  .p-content-table th {
    width: 215px;
  }

  .p-content-table tr:last-child th {
    vertical-align: top;
    padding: 25px 0 0;
  }

  .p-content-table.is-confirm tr:last-child th {
    padding: 10px 0 0;
  }


}

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

  .p-contact {
    padding: 85px 0;
  }

  .p-content-table {
    margin: 30px auto;
  }

  .p-content-table th {
    display: block;
    font-size: 1.5rem;
  }

  .p-content-table td {
    display: block;
    padding: 10px 0 20px;
    font-size: 1.5rem;
  }

  .p-privacy {
      padding: 15px;
      height: 120px;
      margin: 0 auto 30px;
  }

  .p-privacy h3 {
      font-size: 1.3rem;
      padding: 0 0 10px;
  }

  .p-privacy p {
      font-size: 1.2rem;
      line-height: 1.7;
  }

  .p-privacy p + h3 {
      padding: 20px 0 0;
  }

  .p-thanks {
    font-size: 1.4rem;
  }

  .is-height .p-contact {
    min-height: calc(100vh - 33px);
  }

}
