
.sp-info02{
    background: #454444;
}
.sp-info03{
  background: #282727;
}
.p-home-news__title {
  padding-bottom: 1em;
}

.p-home-dl__link--text.btn-contact span:before {
  display: none;
}

.p-home-dl__link--text.btn-contact{
  width: 19.79vw;
  border: 1px solid #000;
  margin-top: 1.5em;
}

.p-home-dl__link--text.btn-contact:before {
    content: "";
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto 0;
    width: 1rem;
    height: 1rem;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    border-radius: 0 3px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.p-home-dl__link--text.btn-contact:hover {
  color: #fff;
  background: #000;
  opacity: 1;
  cursor: pointer;
}

.p-home-dl__link--text.btn-contact a:hover{
  opacity: 1;
}

.p-home-dl__link--text.btn-contact:hover:before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

@media screen and (max-width: 768px){
    .sp-info {
        margin-top: 0rem;
    }
    .sp-info02 {
      margin-top: 0rem;
    }
    .sp-info03 {
        margin-top: 10.2rem;
    }
    .p-home-news__title {
      width: initial;
      font-size: 4.25vw;
      padding-top: 0.5em;
    }
    .p-home-dl__link--text.btn-contact{
      width: 100%;
    }

    .p-home-dl__link--text.btn-contact:before {
      width: 1.25rem;
      height: 1.25rem;
      border-top: solid 0.3rem #000;
      border-right: solid 0.3rem #000;
    }
        
}

@media screen and (max-width: 400px){
    .p-home-news__title {
      font-size: 6.5vw;
    }
}

/*20230524対応*/
.p-home-cp{
    padding-top: 11rem;
    padding-bottom: 4rem;
}
.p-home-cp__title{
  max-width:502.2735px;
  width: 26.16vw;
  margin: 0 auto;
  padding-bottom: 5.5rem;
}
.p-home-cp__wrap{
  display: flex;
  justify-content: space-between;
  width: 79.16%;
  margin: 0 auto;
}
.p-home-cp__wrap a{
  width: 47.5%;
}

@media screen and (max-width: 768px){
  .p-home-cp__wrap{
    display: flex;
    flex-flow: column;
    width: 75%;  
  }
  .p-home-cp__wrap a{
    width: 100%;  
  }
  .p-home-cp__title{
    width:40.3904vw;
  }
  .p-home-cp__wrap.center a:last-child{
    margin-top: 2rem;
  }
}


.p-home-cp__wrap.center{
  align-items: center;
  flex-wrap: wrap;
}
.p-home-cp__wrap.center a:last-child:hover{
  pointer-events: none;
}
