@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-skill {
  /*--------------------
      #main-contents
  --------------------*/
  /*-----------共通----------*/
  /*タブレット943px以下向けスタイル*/
}
.p-service-skill #contents {
  background: #f3f3f3;
}
.p-service-skill #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-skill-main.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
.p-service-skill #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-skill #main-contents h1.copy .fs-24 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.p-service-skill #main-contents h1.copy .fs-36 {
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-service-skill #main-contents {
    height: 280px;
  }
  .p-service-skill #main-contents h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 140px auto;
  }
  .p-service-skill #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-skill #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-skill #main-contents {
    height: 310px;
  }
  .p-service-skill #main-contents h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 120px auto;
  }
  .p-service-skill #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-skill #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-skill .title01m {
  margin-top: 30px;
}
.p-service-skill .title01m span.agenda {
  background: #f3f3f3;
}
@media screen and (max-width: 1023px) {
  .p-service-skill {
    /*-----------共通----------*/
  }
  .p-service-skill .title01m {
    margin-top: 30px;
  }
  .p-service-skill .title01m span.agenda {
    background: #f3f3f3;
  }
}
@media screen and (max-width: 739px) {
  .p-service-skill {
    /*-----------共通----------*/
  }
  .p-service-skill .title01m {
    margin-top: 20px;
  }
  .p-service-skill .title01m span.agenda {
    background: #f3f3f3;
  }
}
.p-service-skill .training .s-caption {
  padding: 1.1428571429rem 0.7142857143rem;
  margin: 30px auto;
  text-align: center;
  width: 100%;
  max-width: 39.2857142857rem;
  border-top: 1px solid rgba(0, 55, 104, 0.2);
  border-bottom: 1px solid rgba(0, 55, 104, 0.2);
}
.p-service-skill .training .s-caption .s-caption__title {
  padding: 0.3em 0.5em;
  display: inline-block;
  margin: 0 auto 0.8571428571rem;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #003768;
}
@media screen and (max-width: 740px) {
  .p-service-skill .training .s-caption .s-caption__title {
    font-size: 15px;
  }
}
.p-service-skill .training .s-caption .s-caption__strong {
  color: #003768;
  margin: 0.5em auto;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 740px) {
  .p-service-skill .training .s-caption .s-caption__strong {
    font-size: 16px;
  }
}
.p-service-skill .training .s-caption .s-caption__tx {
  display: block;
  margin: 0.5em auto;
  font-size: 16px;
}
.p-service-skill .concept__intro {
  padding: 1.1428571429rem 1.7142857143rem;
  line-height: 1.7;
  color: #003768;
  border: #003768 solid 1px;
  font-weight: 500;
  text-align: center;
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .concept__intro {
    padding: 0.5714285714rem 0.8571428571rem;
    font-size: 1.0714285714rem;
  }
}
.p-service-skill .concept .concept-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 2.8571428571rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .concept .concept-leader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5714285714rem 0rem;
  }
}
.p-service-skill .concept .concept-leader__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-service-skill .concept .concept-leader__list li {
  padding-block: 0.7142857143rem;
  border-bottom: 1px solid rgba(49, 49, 49, 0.15);
}
.p-service-skill .concept .concept-leader__list li span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding-left: 16px;
  text-indent: -16px;
}
.p-service-skill .concept .concept-leader__list li span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #003768;
  margin-right: 8px;
}
.p-service-skill .concept .concept-leader__img {
  width: min(100%, 19.7142857143rem);
}
@media screen and (max-width: 740px) {
  .p-service-skill .concept .concept-leader__img {
    text-align: center;
    display: block;
    margin-inline: auto;
  }
}
.p-service-skill .concept .concept-target .img-pc {
  display: block;
  text-align: center;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 740px) {
  .p-service-skill .concept .concept-target .img-pc {
    display: none;
  }
}
.p-service-skill .concept .concept-target .img-sp {
  display: none;
}
@media screen and (max-width: 740px) {
  .p-service-skill .concept .concept-target .img-sp {
    display: block;
    text-align: center;
    display: block;
    margin-inline: auto;
  }
}
.p-service-skill .concept .concept-focus {
  background: #F2F5F7;
  padding: 2.8571428571rem 0.8571428571rem;
}
.p-service-skill .concept .concept-focus .img-pc {
  display: block;
  text-align: center;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 740px) {
  .p-service-skill .concept .concept-focus .img-pc {
    display: none;
  }
}
.p-service-skill .concept .concept-focus .img-sp {
  display: none;
}
@media screen and (max-width: 740px) {
  .p-service-skill .concept .concept-focus .img-sp {
    display: block;
    text-align: center;
    display: block;
    margin-inline: auto;
  }
}
.p-service-skill .outline__body .intro {
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-service-skill .outline__img-01 {
  margin-top: 2.1428571429rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .outline__img-01 {
    overflow-x: scroll;
  }
}
.p-service-skill .outline__img-01 .img-pc {
  display: block;
}
@media screen and (max-width: 740px) {
  .p-service-skill .outline__img-01 .img-pc {
    display: none;
  }
}
.p-service-skill .outline__img-01 .img-sp {
  display: none;
}
@media screen and (max-width: 740px) {
  .p-service-skill .outline__img-01 .img-sp {
    display: block;
  }
}
.p-service-skill .outline__img-01 img {
  width: 100%;
  min-width: 42.8571428571rem;
}
.p-service-skill .outline .boxlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 0.7142857143rem;
}
.p-service-skill .outline .boxlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003768;
  background: #E5EBF0;
  padding-inline: 0.8571428571rem;
  color: #003768;
}
.p-service-skill .outline .boxlist li span {
  font-size: 1.0714285714rem;
  font-weight: 600;
  line-height: 1.1;
}
.p-service-skill .outline .boxlist--gray {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(267px, 1fr));
  grid-gap: 0.7142857143rem;
}
.p-service-skill .outline .boxlist--gray li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003768;
  background: #f6f6f6;
  padding-inline: 0.8571428571rem;
  color: #003768;
}
.p-service-skill .outline .boxlist--gray li span {
  font-size: 1.0714285714rem;
  font-weight: 600;
  line-height: 1.1;
}
.p-service-skill .program__body .intro {
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-service-skill .program__body__inner .sentence {
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 740px) {
  .p-service-skill .program__body__inner .program-table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 740px) {
  .p-service-skill .program__body__inner .boxtable2 {
    width: 58rem;
  }
}
.p-service-skill .program__body__inner .schedule {
  width: 100%;
}
.p-service-skill .program__body__inner .schedule li {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.2857142857rem;
}
.p-service-skill .program__body__inner .schedule li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-skill .program__body__inner .schedule li + li {
  margin-top: 0.2857142857rem;
}
.p-service-skill .program__body__inner .schedule .item {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 600;
  min-height: 2.8571428571rem;
}
.p-service-skill .program__body__inner .schedule .item .summary {
  background: #D9E1E8;
  width: 9.2857142857rem;
  padding: 0.7142857143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 740px) {
  .p-service-skill .program__body__inner .schedule .item .summary {
    width: 8em;
    padding: 0.7142857143rem 0.3571428571rem;
    font-size: 0.9285714286rem;
  }
}
.p-service-skill .program__body__inner .schedule .item .summary .inner {
  line-height: 1.1;
  text-align: center;
}
.p-service-skill .program__body__inner .schedule .item .content {
  vertical-align: middle;
  padding: 0.7142857143rem;
  background: #F2F5F7;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 9.5714285714rem);
}
@media screen and (max-width: 740px) {
  .p-service-skill .program__body__inner .schedule .item .content {
    padding: 0.7142857143rem 0.3571428571rem;
    width: calc(100% - 8em - 1rem);
  }
}
.p-service-skill .program__body__inner .point {
  background: #F6F6F6;
  display: block;
  border: solid 1px #003768;
}
.p-service-skill .program__body__inner .point dt {
  background: #003768;
  border-radius: 0 0 0.8571428571rem 0;
  color: #fff;
  padding: 0.4285714286rem 1.1428571429rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9285714286rem;
}
.p-service-skill .program__body__inner .point dd {
  font-size: 1.0714285714rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.8571428571rem 2.8571428571rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .program__body__inner .point dd {
    padding: 1.4285714286rem;
  }
}
.p-service-skill .program2__body .intro {
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-service-skill .program2__body__inner__sentence {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 740px) {
  .p-service-skill .program2__body__inner__table {
    overflow-x: scroll;
  }
}
.p-service-skill .program2__body__inner table.boxtable {
  width: 100%;
  border-collapse: separate;
}
@media screen and (max-width: 740px) {
  .p-service-skill .program2__body__inner table.boxtable {
    width: 58rem;
  }
}
.p-service-skill .program2__body__inner table.boxtable tr.title {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 600;
  min-height: 2.8571428571rem;
  color: #fff;
}
.p-service-skill .program2__body__inner table.boxtable tr.title th {
  text-align: center;
  vertical-align: middle;
  padding: 0.7142857143rem;
  text-align: center;
}
.p-service-skill .program2__body__inner table.boxtable tr.title th.summary {
  background: #003768;
  line-height: 1.1;
  width: 33%;
}
.p-service-skill .program2__body__inner table.boxtable tr.title th.classification1 {
  background: #335F86;
  line-height: 1.3;
  width: 16%;
}
.p-service-skill .program2__body__inner table.boxtable tr.title th.classification2 {
  background: #335F86;
  line-height: 1.3;
  width: 16%;
}
.p-service-skill .program2__body__inner table.boxtable tr.title th.classification3 {
  background: #335F86;
  line-height: 1.3;
  width: 33%;
}
.p-service-skill .program2__body__inner table.boxtable tr.item {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 600;
  min-height: 2.8571428571rem;
}
.p-service-skill .program2__body__inner table.boxtable tr.item td {
  vertical-align: middle;
  padding: 0.7142857143rem 1.1428571429rem;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .p-service-skill .program2__body__inner table.boxtable tr.item td {
    padding: 0.7142857143rem 0.7142857143rem;
  }
}
.p-service-skill .program2__body__inner table.boxtable tr.item td.summary {
  background: #E5EBF0;
  line-height: 1.3;
  color: #003768;
}
.p-service-skill .program2__body__inner table.boxtable tr.item td.classification1 {
  background: #F2F5F7;
  line-height: 1.3;
}
.p-service-skill .program2__body__inner table.boxtable tr.item td.classification2 {
  background: #F2F5F7;
  line-height: 1.3;
}
.p-service-skill .program2__body__inner table.boxtable tr.item td.classification3 {
  background: #F2F5F7;
  line-height: 1.3;
}
.p-service-skill .program2__body .point {
  background: #F6F6F6;
  display: block;
  border: solid 1px #003768;
}
.p-service-skill .program2__body .point dt {
  background: #003768;
  border-radius: 0 0 0.8571428571rem 0;
  color: #fff;
  padding: 0.4285714286rem 1.1428571429rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9285714286rem;
}
.p-service-skill .program2__body .point dd {
  font-size: 1.0714285714rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.8571428571rem 2.8571428571rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .program2__body .point dd {
    padding: 1.4285714286rem;
  }
}
.p-service-skill .program2__body .progress__img {
  background: #F2F5F7;
  padding: 2.8571428571rem 0.8571428571rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .program2__body .progress__img {
    overflow-x: scroll;
  }
}
.p-service-skill .program2__body .progress__img .img-pc {
  display: block;
  text-align: center;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 740px) {
  .p-service-skill .program2__body .progress__img .img-pc {
    max-width: 58rem;
  }
}
.p-service-skill .lecturer .intro {
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-service-skill .lecturer .readmore-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 20px auto 0px 0;
  width: 260px;
}
@media screen and (max-width: 1024px) {
  .p-service-skill .lecturer .readmore-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 20px auto 0px 0;
    width: 210px;
  }
}
@media screen and (max-width: 740px) {
  .p-service-skill .lecturer .readmore-sm {
    display: block;
    text-align: center;
    margin: 20px auto 20px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.p-service-skill .lecturer .readmore-sm a {
  font-size: 14px;
  padding: 0.8571428571rem;
  display: block;
  width: 100%;
  color: #ffffff;
  background: #003768;
}
.p-service-skill .lecturer .readmore-sm a::after {
  content: "\f138";
  font-family: FontAwesome;
  padding-left: 0.5em;
  color: #ffffff;
}
.p-service-skill .result__body .tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.1428571429rem;
  max-width: 60rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 740px) {
  .p-service-skill .result__body .tab-container {
    gap: 0 1.4285714286rem;
  }
}
.p-service-skill .result__body .tab-container .tab-btn {
  height: 4rem;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #003768;
  background: #F2F5F7;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 740px) {
  .p-service-skill .result__body .tab-container .tab-btn {
    height: 6.4285714286rem;
    text-align: center;
  }
}
.p-service-skill .result__body .tab-container .tab-btn.active {
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  background: #003768;
}
.p-service-skill .result__body .tab-container .tab-btn.active .tab-btn__inner > span {
  color: #fff;
}
.p-service-skill .result__body .tab-container .tab-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.7142857143rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .result__body .tab-container .tab-btn__inner {
    gap: 0.2857142857rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-service-skill .result__body .tab-container .tab-btn__inner i.fa {
  color: #003768;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 740px) {
  .p-service-skill .result__body .tab-container .tab-btn__inner i.fa {
    margin-inline: auto;
  }
}
.p-service-skill .result__body .tab-container .tab-btn__inner > span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #003768;
}
.p-service-skill .result__body .tab-content-container .tab-content {
  display: none;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  padding-inline: 2.8571428571rem;
  border: solid 1px #003768;
}
@media screen and (max-width: 1024px) {
  .p-service-skill .result__body .tab-content-container .tab-content {
    padding-inline: 1.4285714286rem;
  }
}
.p-service-skill .result__body .tab-content-container .tab-content.show {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p-service-skill .result__body__inner {
  padding-bottom: 2.8571428571rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .result__body__inner {
    padding-bottom: 1.4285714286rem;
  }
}
.p-service-skill .result__body__inner table.boxtable {
  width: 100%;
  border-collapse: separate;
}
.p-service-skill .result__body__inner table.boxtable tr.title {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 600;
  min-height: 2.8571428571rem;
  background: #D9E1E8;
}
.p-service-skill .result__body__inner table.boxtable tr.title th {
  text-align: center;
  vertical-align: middle;
  padding: 0.7142857143rem;
}
@media screen and (max-width: 480px) {
  .p-service-skill .result__body__inner table.boxtable tr.title th {
    padding: 0.5714285714rem;
  }
}
.p-service-skill .result__body__inner table.boxtable tr.title th.summary {
  line-height: 1.1;
  width: 250px;
}
@media screen and (max-width: 480px) {
  .p-service-skill .result__body__inner table.boxtable tr.title th.summary {
    width: 45%;
  }
}
.p-service-skill .result__body__inner table.boxtable tr.title th.classification {
  line-height: 1.3;
  width: calc(100% - 250px);
}
@media screen and (max-width: 480px) {
  .p-service-skill .result__body__inner table.boxtable tr.title th.classification {
    width: 55%;
  }
}
.p-service-skill .result__body__inner table.boxtable tr.item {
  max-width: 100%;
  font-size: 0.9285714286rem;
  min-height: 2.5714285714rem;
  background: #F2F5F7;
}
.p-service-skill .result__body__inner table.boxtable tr.item td {
  vertical-align: middle;
  padding: 0.7142857143rem 1.1428571429rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .result__body__inner table.boxtable tr.item td {
    padding: 0.5714285714rem;
  }
}
.p-service-skill .result__body__inner table.boxtable tr.item td.summary {
  background: #F2F5F7;
  line-height: 1.3;
  font-weight: 600;
  color: #003768;
}
.p-service-skill .result__body__inner table.boxtable tr.item td.classification {
  line-height: 1.3;
  font-weight: 500;
}
.p-service-skill .consulting__body__inner table.boxtable {
  width: 100%;
  border-collapse: separate;
}
.p-service-skill .consulting__body__inner table.boxtable .list-tx {
  position: relative;
  line-height: 1.3;
  display: inline-block;
  padding-left: 1.8em;
  text-indent: -0.8em;
  width: 100%;
}
.p-service-skill .consulting__body__inner table.boxtable .list-tx + .list-tx {
  margin-top: 0.8571428571rem;
}
.p-service-skill .consulting__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-skill .consulting__body__inner table.boxtable tr.title {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 700;
  min-height: 2.8571428571rem;
  color: #fff;
}
.p-service-skill .consulting__body__inner table.boxtable tr.title th {
  text-align: center;
  vertical-align: middle;
  padding: 0.7142857143rem;
}
.p-service-skill .consulting__body__inner table.boxtable tr.title th.summary {
  background: #003768;
  line-height: 1.1;
  width: 64%;
}
@media screen and (max-width: 480px) {
  .p-service-skill .consulting__body__inner table.boxtable tr.title th.summary {
    width: 55%;
  }
}
.p-service-skill .consulting__body__inner table.boxtable tr.title th.classification {
  background: #335F86;
  line-height: 1.3;
  width: 36%;
}
@media screen and (max-width: 480px) {
  .p-service-skill .consulting__body__inner table.boxtable tr.title th.classification {
    width: 45%;
  }
}
.p-service-skill .consulting__body__inner table.boxtable tr.item {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 700;
  min-height: 2.8571428571rem;
}
.p-service-skill .consulting__body__inner table.boxtable tr.item td {
  vertical-align: middle;
  padding: 0.7142857143rem 1.1428571429rem;
}
@media screen and (max-width: 740px) {
  .p-service-skill .consulting__body__inner table.boxtable tr.item td {
    padding: 0.7142857143rem 0.7142857143rem;
  }
}
.p-service-skill .consulting__body__inner table.boxtable tr.item td.summary {
  background: #E5EBF0;
  line-height: 1.3;
}
.p-service-skill .consulting__body__inner table.boxtable tr.item td.classification {
  background: #F2F5F7;
  line-height: 1.3;
}/*# sourceMappingURL=service-training_skill.css.map */