@charset "UTF-8";

#company .m-kv-content:after {
  background: url(../../../images/page/company/img_company_mv.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}

.p-lead {
  font-size: 20px;
  font-size: 2rem;
  padding-top: 20px;
}

.p-section {
  padding: 100px 0 0;
}

.p-bg {
  background: #f7f7f7;
  margin: 120px auto 100px;
}

.p-block-flex {
  padding: 50px 0;
  display: flex;
  width: 100%;
  border-top: solid 1px #a79364;
}

.p-last {
  border-bottom: solid 1px #a79364;
}

.p-left-img {
  margin-right: 50px;
}

.p-list {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -10px; */
}

.p-submit {
  height: 40px;
  width: 250px;
  margin: 0 25px 0 0;
}

.m-button.p-submit {
  margin-bottom: 25px;
}

.p-submit:nth-child(3n) {
  margin: 0;
}

.m-button.p-submit:nth-child(n + 3) {
  margin-bottom: 0;
}

.p-block {
  /* padding-left: 50px; */
  width: 800px;
}

.p-link {
  position: relative;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.m-button {
  margin-bottom: 40px;
}

.m-button a {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  height: 100%;
}

.m-button .u-small-text {
  font-size: 11px;
}

.p-head {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.m-en {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-left: 20px;
}

.m-pdf::before {
  position: absolute;
  content: "";
  background: url(../../../images/page/company/icon_company_pdf.png) no-repeat;
  background-size: cover;
  width: 22px;
  height: 28px;
  right: auto;
  left: 3%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

@media screen and (max-width: 1099px){
    .p-submit:nth-child(3n) {
      margin: 0 25px 40px 0;
  }
}

@media screen and (max-width: 980px){
  #company .m-kv-content:after {
    background-position: center left -330px;
  }

  .p-block-flex {
    padding: 30px 0;
  }

  .p-bg {
    margin: 60px auto;
  }

  .p-left-img {
      margin-right: 30px;
  }

  .p-block {
      width: calc(100% - 230px);
  }

  .p-head {
      font-size: 2rem;
      margin-bottom: 20px;
  }

  .m-button.p-submit {
      margin: 0 4% 20px 0;
      width: 48%;
  }

  .m-button.p-submit:nth-child(even) {
      margin-right: 0;
  }

  .m-button.p-submit:nth-child(n + 3) {
    margin-bottom: 20px;
  }

  .m-button.p-submit:nth-child(n + 5) {
      margin-bottom: 0;
  }

}




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

  .p-section {
    padding: 60px 0 0;
  }

  .p-bg {
      margin: 40px auto;
  }
  
  .p-list {
    display: inline-block;
  }
  .p-block {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .p-block-flex {
    display: block;
  }

  .p-head {
    margin-left: 0;
    text-align: left;
  }

  .p-left-img {
    text-align: center;
  }

  #company .m-kv-content:after {
    background: url(../../../images/page/company/img_company_mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
  }

  .m-button.p-submit {
    width: 100%;
    margin: 0 0 15px;
  }

  .p-list {
      display: block;
  }

  .m-button.p-submit:nth-child(n + 5) {
    margin-bottom: 20px;
  }

  .m-button.p-submit:last-child {
    margin-bottom: 0;
  }

  .p-left-img {
    margin: 0 auto;
  }

}


/*--- 20240324追記 ---*/
.p-left-img--health {
  width: 190px;
}

.p-left-img--health img {
  width: 100%;
}