
@charset "utf-8";
/*-------------------------------- 
FV
 --------------------------------*/
/*-------- 
sp
 --------*/
 /*-------- 
h1
 --------*/
.sp_01 h1 {
  font-size: 368%;
  color: #007fc3;
  line-height: 1.2;
  font-weight: normal;
  padding: 5% 7% 1%;
  background-color: #F5F5F5;
  text-align: left;

}
.sp_01 h1 .titleBold {
  font-weight: bold;
}

.sp_01 .backGround ul.pointArea {
  top: 13px;
  left: 5%;
  width: 90%;
}

.sp_01 .backGround ul.pointArea li {
  width: 63%;
  height: 48px;
  margin:0 0 20px;
  padding: 5% 0;

}
.sp_01 .backGround ul.pointArea li p {
  font-size: 200%;
  font-weight: normal;
  line-height: 1.1;
}
.sp_01 picture::after{
  display: none;
}


/*SE*/
@media screen and (max-width: 321px) {
  .sp_01 h1 {
    font-size: 323%;
  }
  .sp_01 .backGround ul.pointArea li {
    height: 37px;
    margin: 0px 0 15px;
}
.sp_01 .backGround ul.pointArea li p {
  font-size: 175%;
}
}

@media screen and (min-width: 350px) and (max-width: 375px) {
  .sp_01 h1 {
    font-size: 345%;
  }
}


/*-------- 
 PC
 --------*/

@media screen and (min-width: 640px) {
  .content630 .textArea {
    top: 50px;
    left: 50px;
  }
  .content630 h1 {
    font-size: 66px;
    color: #007fc3;
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
  }
  .content630 h1 .titleBold {
    font-weight: bold;
  }
  .content630 .textArea .topTextArea {
    padding: 5px 5px 3px;
    font-size: 20px;
  }
  .content630 .textArea ul.pointArea {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
  }
  .content630 .textArea ul.pointArea li {
    width: 220px;
    text-align: center;
    margin-top: 12px;
    padding: 4.5% 0;
    justify-content: center;
  }
  .content630 .textArea ul.pointArea li:nth-child(2n + 1){
    margin-right: 20px;
  }
  .content630 .textArea ul.pointArea li p {
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2;
  }
  .content630 picture::after{
    display: none;
  }
}

/*-------------------------------- 
企業ロゴ
 --------------------------------*/

/*--------
PC 
 --------*/
@media screen and (min-width: 640px) {
  .company-logo-list .img-wrap {
    width: auto;
    max-width: 120px;
  }
}



