@font-face {
  font-family: "mincho";
  src: url(../font/mincho-r.otf);
}
.p-hts {
  margin-bottom: 80px;
}
.p-hts__main {
  margin-top: 40px;
}
.p-hts__top {
  width: min(586px, 100%);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-training__top {
    width: 96%;
  }
}

.p-hts__top figcaption {
  text-align: center;
  margin-top: 10px;
}

.p-hts__about .inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 60px;
}

@media (max-width: 767px) {
  .p-hts__about .inner {
    flex-direction: column;
    gap: 24px;
  }
}

.p-hts__about .txt {
  padding-bottom: 2.5em;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .p-hts__about .txt {
    padding-bottom: 0;
    padding-right: 0;
  }
}

.p-hts__about .txt a {
  color: #00558c;
}

.p-hts__about .figure {
  margin-left: calc(50% - 50vw) !important;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .p-hts__about .figure {
    margin-inline: auto !important;
  }
}

.p-hts__about .figure img {
  width: min(48vw, 711px);
}

@media (max-width: 767px) {
  .p-hts__about .figure img {
    width: 100%;
  }
}

.p-hts__about .figure figcaption {
  text-align: center;
  margin-top: 8px;
}

.p-hts__tech .lead {
  text-align: center;
  margin-bottom: 40px;
}

.p-contact > p {
  margin-top: 64px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-contact > p {
    font-size: 2rem;
  }
}
.p-contact__para {
  margin-top: 24px;
  text-align: center;
}
.p-contact__flex {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-contact__flex {
    flex-direction: column;
    gap: 24px;
  }
}
.p-contact__flex--item {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  flex: 1;
  padding: 32px 20px 40px;
  border: 1px solid #005994;
}
@media (max-width: 767px) {
  .p-contact__flex--item {
    padding: 24px 20px 32px;
  }
}
.p-contact__flex--item > p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #005994;
}
@media (max-width: 767px) {
  .p-contact__flex--item > p {
    font-size: 2rem;
  }
}
.p-contact__flex--item:first-of-type img {
  width: 420px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-contact__flex--item:first-of-type img {
    margin-top: 24px;
  }
}
.p-contact__flex--item:last-of-type img {
  width: 220px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .p-contact__flex--item:last-of-type img {
    margin-top: 16px;
  }
}
.p-contact__flex--item:last-of-type p:last-child {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #333;
}
@media (max-width: 767px) {
  .p-contact__flex--item:last-of-type p:last-child {
    margin-top: 8px;
  }
}
.p-contact__flex--item:last-of-type p:last-child:hover {
  text-decoration: underline;
}

/*  */
.p-training__list {
  margin-top: 32px;
  padding: 30px;
  border: 2px solid #dddddd;
}
@media (max-width: 767px) {
  .p-training__list {
    padding: 30px 16px;
  }
}
.p-training__list h3 {
  font-size: 2rem;
  font-weight: 700;
}
.p-training__list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-training__list__wrap {
    display: block;
  }
}
.p-training__list ul {
  margin-top: 12px;
  width: 46%;
  padding: 0 2%;
}
@media (max-width: 767px) {
  .p-training__list ul {
    width: 100%;
  }
  .p-training__list ul:nth-child(2) {
    margin-top: 0;
  }
}
.p-training__bottom {
  margin-top: 56px;
}
.p-training__bottom .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .p-training__bottom .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-training__bottom .item {
  width: 380px;
}
@media (max-width: 767px) {
  .p-training__bottom .item {
    width: 100%;
  }
}
.p-training__bottom figcaption {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .p-training__bottom figcaption {
    margin-top: 4px;
  }
}
