@charset "UTF-8";


.p-section-contactBlock__heading {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.333;
  text-align: center;
}
.p-section-contactBlock .c-button {
  margin-top: 30px;
}
.p-section-contactBlock .c-button a {
  font-size: 1.8rem;
  padding-block: 24px;
}
.p-section-contactBlock:nth-of-type(n+2) {
  margin-top: 120px;
}
.p-section-contactBlock__telephone {
  background: #F4F5E5;
  border-radius: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
  padding: 40px;
  text-align: center;
}
.p-section-contactBlock__telephone .text-heading {
  font-size: 2rem;
}
.p-section-contactBlock__telephone .text-tel {
  margin-top: 10px;
  font-size: 3rem;
}
.p-section-contactBlock__telephone .text-tel span {
  border-bottom: 1px solid #333;
  display: inline-block;
  line-height: 1;
  padding: 0 8px 4px;
}
.p-section-contactBlock__telephone .text-telephonenumber dd {
	font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-section-contactBlock__telephone .text-time {
  font-weight: 400;
}
@media (min-width: 769px) {
  .p-section-contactBlock__telephone .text-telephonenumber {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-section-contactBlock__telephone .text-telephonenumber dt {
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .c-pagetitle__line {
    top: initial;
    bottom: 10px;
  }
  .p-section-contactBlock__heading {
    font-size: 2rem;
  }
  .p-section-contactBlock:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .p-section-contactBlock__telephone {
    margin-top: 30px;
    padding: 30px 24px;
  }
  .p-section-contactBlock__telephone .text-heading {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-section-contactBlock__telephone .text-tel {
    font-size: 2.4rem;
  }
  .p-section-contactBlock__telephone .text-tel span {
    padding: 0 12px 6px;
  }
  .p-section-contactBlock__telephone .text-telephonenumber {
    margin-top: 20px;
  }
  .p-section-contactBlock__telephone .text-telephonenumber dt {
    font-weight: 400;
  }
  .p-section-contactBlock__telephone .text-telephonenumber dd {
    font-size: 3.2rem;
    margin-top: 10px;
  }
  .p-section-contactBlock__telephone .text-time {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .c-banner--recruit {
    margin-top: 70px;
  }
}