@font-face {
  font-family: "Poppins";
  src: url("Poppins-SemiBold.woff") format("truetype");
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("LINESeedJP-Regular.woff") format("truetype"), url("LINESeedJP-Bold.woff") format("truetype");
}
.certs h1,
.certs h2,
.certs h3,
.certs blockquote {
  padding: 0;
  margin: 0;
  display: block;
}
.certs img {
  width: 100%;
  height: auto;
}
.certs {
  font-family: "LINE Seed JP";
}
.certs .paddingBottom {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .certs .paddingBottom {
    padding-bottom: 50px;
  }
}
.certs .pagesubTitle {
  text-align: center;
  padding: 50px 15px;
  margin-bottom: 0;
}
.certs .pagesubTitle img {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .certs .pagesubTitle {
    padding: 120px 10px 0;
  }
  .certs .pagesubTitle img {
    max-width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .certs .pagesubTitle img {
    max-width: 95%;
  }
}
.certs .certsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.certs .certsNav li {
  width: auto;
}
.certs .certsNavBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  height: 30px;
  text-decoration: none;
  border: solid 1px;
  border-radius: 50px;
  padding-left: 14px;
  padding-right: 14px;
}
.certs .certsNavBtn::after {
  content: url(img/certs-arrow.svg);
  display: block;
  width: 10px;
  height: auto;
  margin-top: -3px;
}
.certs .certsSelectWrap {
  display: none;
}
.certs .certsSelect {
  width: 100%;
  height: 44px;
  font-size: 13px;
  font-weight: 600;
  background: #fff url(img/certs-arrow.svg) no-repeat right 14px center;
  background-size: 10px auto;
  border: 1px solid #bbb;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 40px 0 14px;
}
@media screen and (max-width: 768px) {
  .certs .certsNav {
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .certs .certsNavBtn {
    font-size: 11px;
    height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .certs .certsNav {
    display: none;
  }
  .certs .certsSelectWrap {
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.certs .certsSection {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.certs .certsSection .sectionHomeBuilding {
  background: #0098E0;
}
.certs .certsSection .sectionFinanceFp {
  background: #00487F;
}
.certs .certsSection .sectionLegalBusiness {
  background: #0FAEA3;
}
.certs .certsSection .sectionBuildSafety {
  background: #007C5C;
}
.certs .certsSection .sectionSafetyCare {
  background: #FE7479;
}
.certs .certsSection .sectionLegacyPlanning {
  background: #887EE5;
}
.certs .certsSection .sectionItOffice {
  background: #2B64E4;
}
.certs .certsSection .sectionLifeSupport {
  background: #FC773D;
}
.certs .certsSection .sectionStudyCertification {
  background: #78BC48;
}
.certs .certsSection .sectionEducationLicensing {
  background: #188BB2;
}
.certs .certsSection .sectionBusinessAccounting {
  background: #FE6B5A;
}
.certs .certsSection .sectionTransportLicensing {
  background: #6772E1;
}
.certs .certsSection .certsSectionTitle {
  color: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
  padding: 50px 15px 120px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .certs .certsSection .certsSectionTitle {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    padding: 40px 10px 60px;
  }
}
.certs .certsSection .certsSectionTitle .sectionTitleInner {
  width: 95%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.certs .certsSection .certsSectionTitle .sectionTitleInner .sectionTitleJp {
  font-family: "LINE Seed JP";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}
.certs .certsSection .certsSectionTitle .sectionTitleInner .sectionTitleEn {
  display: block;
  font-family: "Poppins";
  font-size: 52px;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .certs .certsSection .certsSectionTitle .sectionTitleInner .sectionTitleJp {
    font-size: 16px;
  }
  .certs .certsSection .certsSectionTitle .sectionTitleInner .sectionTitleEn {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .certs .certsSection .certsSectionTitle .sectionTitleInner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .certs .certsSection .certsSectionTitle .sectionTitleInner .sectionTitleJp {
    font-size: 14px;
  }
  .certs .certsSection .certsSectionTitle .sectionTitleInner .sectionTitleEn {
    font-size: 32px;
  }
}
.certs .certsSection .certsListWrap {
  width: 95%;
  max-width: 1080px;
  position: relative;
  padding: 60px 35px 0;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .certs .certsSection .certsListWrap {
    width: 100%;
    padding: 30px 10px 0;
    margin-top: -30px;
  }
}
.certs .certsSection .certsListWrap::before {
  content: url(img/certs-bg.svg);
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.certs .certsSection .certsListWrap .certsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
}
@media screen and (max-width: 992px) {
  .certs .certsSection .certsListWrap .certsList {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .certs .certsSection .certsListWrap .certsList {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .certs .certsSection .certsListWrap .certsList {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.certs .certsSection .certsListWrap .certsList li {
  position: relative;
}
.certs .certsSection .certsListWrap .certsList li .holders {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: #EC3F57;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 576px) {
  .certs .certsSection .certsListWrap .certsList li .holders {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
.certs .certsSection .certsListWrap .certsList li img {
  aspect-ratio: 1/1;
}
.certs .certsSection .certsListWrap .certsList li .certName {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 576px) {
  .certs .certsSection .certsListWrap .certsList li .certName {
    font-size: 11px;
  }
  .certs .certsSection .certsListWrap .certsList li .certName br {
    display: none;
  }
}
/*# sourceMappingURL=certs.css.map */