@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic);
/*===============================
 カラー
 ===============================*/
.wh {
  color: #fff;
}

.bk {
  color: #313131;
}

.bk2 {
  color: #191919;
}

.red {
  color: #ff0000;
}

.navy {
  color: #003768;
}

.navy2 {
  color: #335F86;
}

.light-navy {
  color: #E6ECF1;
}

.light-navy2 {
  color: #DAE0E5;
}

.light-navy3 {
  color: #E5EBF0;
}

.light-navy4 {
  color: #F2F5F7;
}

.light-blue {
  color: #E5EBF0;
}

.light-blue2 {
  color: #D9E1E8;
}

.sv-blue {
  color: #1058A5;
}

.sv-red {
  color: #E45F4D;
}

.sv-green {
  color: #12876C;
}

.light-gray {
  color: #f6f6f6;
}

.bg_wh {
  background: #fff;
}

.bg_bk {
  background: #313131;
}

.bg_bk2 {
  background: #191919;
}

.bg_red {
  background: #ff0000;
}

.bg_navy {
  background: #003768;
}

.bg_navy2 {
  background: #335F86;
}

.bg_light-navy {
  background: #E6ECF1;
}

.bg_light-navy2 {
  background: #DAE0E5;
}

.bg_light-navy3 {
  background: #E5EBF0;
}

.bg_light-navy4 {
  background: #F2F5F7;
}

.bg_light-blue {
  background: #E5EBF0;
}

.bg_light-blue2 {
  background: #D9E1E8;
}

.bg_sv-blue {
  background: #1058A5;
}

.bg_sv-red {
  background: #E45F4D;
}

.bg_sv-green {
  background: #12876C;
}

.bg_light-gray {
  background: #f6f6f6;
}

/*---明朝体---*/
.agenda {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*---ゴシック体---*/
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.notosans {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
}

/*---リクルート見出し用---*/
.sans {
  font-family: "Source Sans Pro", sans-serif;
}

/*---イタリック用---*/
.pt {
  font-family: "PT Serif", serif;
}

.pt-italic {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: 400;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.noto-sans-jp--400 {
  font-weight: 400;
}
.noto-sans-jp--500 {
  font-weight: 500;
}
.noto-sans-jp--600 {
  font-weight: 600;
}
.noto-sans-jp--700 {
  font-weight: 700;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.noto-serif-jp--400 {
  font-weight: 400;
}
.noto-serif-jp--500 {
  font-weight: 500;
}
.noto-serif-jp--600 {
  font-weight: 600;
}
.noto-serif-jp--700 {
  font-weight: 700;
}

.pt-serif {
  font-family: "PT Serif", serif;
}
.pt-serif--400 {
  font-weight: 400;
}
.pt-serif--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-serif--700 {
  font-weight: 700;
}
.pt-serif--700-italic {
  font-weight: 700;
  font-style: italic;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
}
.pt-sans--400 {
  font-weight: 400;
}
.pt-sans--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-sans--700 {
  font-weight: 700;
}
.pt-sans--700-italic {
  font-weight: 700;
  font-style: italic;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-service-training_issue {
  /*-----------共通----------*/
  /*タブレット943px以下向けスタイル*/
  /*スマートフォン739px以下専用スタイル*/
}
.p-service-training_issue #contents {
  background: #f3f3f3;
}
.p-service-training_issue #main-contents {
  /*background:rgba(0,55,104,1.0);#003768*/
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 360px;
  top: 0px;
  z-index: 0;
  margin: 0;
  background-image: url(../img/service-training/service-training-issue-main.jpg);
  /* 画像ファイルの指定 */
  background-position: center top 60px;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
.p-service-training_issue #main-contents h1.copy {
  width: 1224px;
  height: 120px;
  padding: 0 0 0 10px;
  margin: 160px auto;
  color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
  z-index: 10;
}
.p-service-training_issue #main-contents h1.copy .fs-24 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.p-service-training_issue #main-contents h1.copy .fs-36 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-service-training_issue #main-contents {
    height: 280px;
  }
  .p-service-training_issue #main-contents h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 140px auto;
  }
  .p-service-training_issue #main-contents h1.copy .fs-24 {
    font-weight: 500;
    font-size: 1.4285714286rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-service-training_issue #main-contents h1.copy .fs-36 {
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 740px) {
  .p-service-training_issue #main-contents {
    height: 310px;
  }
  .p-service-training_issue #main-contents h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 120px auto;
  }
  .p-service-training_issue #main-contents h1.copy .fs-24 {
    font-weight: 400;
    padding-bottom: 5px;
    font-size: 1.2857142857rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-service-training_issue #main-contents h1.copy .fs-36 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 1.8571428571rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}
.p-service-training_issue .title01m {
  margin-top: 30px;
}
.p-service-training_issue .title01m span.agenda {
  background: #f3f3f3;
}
.p-service-training_issue .bg-wh {
  background: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .p-service-training_issue {
    /*-----------共通----------*/
  }
  .p-service-training_issue .title01m {
    margin-top: 30px;
  }
  .p-service-training_issue .title01m span.agenda {
    background: #f3f3f3;
  }
  .p-service-training_issue .bg-wh {
    background: #ffffff;
    padding: 30px;
  }
}
@media screen and (max-width: 739px) {
  .p-service-training_issue {
    /*-----------共通----------*/
  }
  .p-service-training_issue .title01m {
    margin-top: 20px;
  }
  .p-service-training_issue .title01m span.agenda {
    background: #f3f3f3;
  }
  .p-service-training_issue .bg-wh {
    background: #ffffff;
    padding: 20px;
  }
}
.p-service-training_issue .issue__body__sentence {
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-service-training_issue .issue__body__inner table.boxtable {
  width: 100%;
  border-collapse: separate;
}
.p-service-training_issue .issue__body__inner table.boxtable .list-tx {
  position: relative;
  line-height: 1.3;
  display: inline-block;
  padding-left: 0.8em;
  text-indent: -0.7em;
  width: 100%;
}
.p-service-training_issue .issue__body__inner table.boxtable .list-tx + .list-tx {
  margin-top: 0.8571428571rem;
}
.p-service-training_issue .issue__body__inner table.boxtable .list-tx::before {
  content: "";
  width: 0.2857142857rem;
  height: 0.2857142857rem;
  aspect-ratio: 1/1;
  background: #003768;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2857142857rem;
  margin-top: -0.1428571429rem;
}
.p-service-training_issue .issue__body__inner table.boxtable tr.title {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 600;
  min-height: 2.8571428571rem;
  color: #fff;
}
.p-service-training_issue .issue__body__inner table.boxtable tr.title th {
  text-align: center;
  vertical-align: middle;
  padding: 0.7142857143rem;
}
.p-service-training_issue .issue__body__inner table.boxtable tr.title th.summary {
  background: #003768;
  line-height: 1.1;
  width: 32%;
}
@media screen and (max-width: 480px) {
  .p-service-training_issue .issue__body__inner table.boxtable tr.title th.summary {
    width: 35%;
  }
}
.p-service-training_issue .issue__body__inner table.boxtable tr.title th.classification {
  background: #335F86;
  line-height: 1.3;
  width: 68%;
}
@media screen and (max-width: 480px) {
  .p-service-training_issue .issue__body__inner table.boxtable tr.title th.classification {
    width: 65%;
  }
}
.p-service-training_issue .issue__body__inner table.boxtable tr.item {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 600;
  min-height: 2.8571428571rem;
}
.p-service-training_issue .issue__body__inner table.boxtable tr.item td {
  vertical-align: middle;
  padding: 0.7142857143rem 1.1428571429rem;
}
@media screen and (max-width: 740px) {
  .p-service-training_issue .issue__body__inner table.boxtable tr.item td {
    padding: 0.7142857143rem 0.7142857143rem;
  }
}
.p-service-training_issue .issue__body__inner table.boxtable tr.item td.summary {
  background: #E5EBF0;
  line-height: 1.3;
  color: #003768;
  text-align: center;
}
.p-service-training_issue .issue__body__inner table.boxtable tr.item td.classification {
  background: #F2F5F7;
  line-height: 1.3;
}/*# sourceMappingURL=service-training_issue.css.map */