.main .container {
  margin: 100px 200px 0;
}

.main__title img {
  margin-top: 25px;
  width: 453px;
}

.corecompetence {
  padding: 200px 0 0;
}

.corecompetence__head {
  min-width: 1200px;
  padding: 0 calc((100vw - 1200px) / 2);
}

.corecompetence__annotation {
  margin-top: 100px;
  font-size: 20px;
  line-height: 2;
}

.corecompetence__annotation span {
  color: #0037b1;
  font-family: 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: bold;
}

.corecompetence__block {
  min-width: 1200px;
  padding: 0 calc((100vw - 1200px) / 2);
  margin-top: 100px;
  padding-bottom: 120px;
}

.corecompetence__block__title img {
  width: 80px;
  height: auto;
}

.corecompetence__block__title h2 {
  margin-top: 30px;
  font-size: 27.5px;
  letter-spacing: 2.75px;
}

.corecompetence__block__title h2 span {
  color: #0037b1;
}

.corecompetence__block__annotation {
  margin-top: 20px;
  font-size: 15px;
  line-height: 2;
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
}

.corecompetence__block__annotation span {
  color: #0037b1;
  font-family: 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: bold;
}

.corecompetence__block01 {
  position: relative;
}

.corecompetence__block01::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.corecompetence__block01__company {
  margin-top: 30px;
  padding: 0 83px;
}

.corecompetence__block01__company img {
  width: 87%;
  display: block;
  margin-left: 85px;
}

.corecompetence__block01__company__columns {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corecompetence__block01__company__column {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 38.5px;
  border-right: 1px solid #cccccc;
}

.corecompetence__block01__company__column:nth-child(1) {
  border-left: 1px solid #cccccc;
}

.corecompetence__block01__company__column h3 {
  color: #ffffff;
  background-color: #0037b1;
  border-radius: 12.5px;
  font-size: 17.5px;
  height: 63px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.corecompetence__block01__company__column h3::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-left: 10.5px solid transparent;
  border-right: 10.5px solid transparent;
  border-bottom: 18.5px solid #0037b1;
}

.corecompetence__block01__company__column p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0.6px;
}

.corecompetence__block01__bottom {
  position: relative;
  margin-top: 50px;
}

.corecompetence__block01__bottom img {
  width: 90%;
}

.corecompetence__block01__bottom__text {
  width: 584px;
  padding: 30px 30px 22px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: -30px;
  bottom: -60px;
}

.corecompetence__block01__bottom__text h3 {
  font-size: 27.5px;
  letter-spacing: 2.75;
}

.corecompetence__block01__bottom__text h3 span {
  color: #0037b1;
}

.corecompetence__block01__bottom__text p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
  letter-spacing: 1.1px;
}

.corecompetence__block01__bottom__text p span {
  color: #0037b1;
  font-family: 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: bold;
}

.corecompetence__block02 {
  margin-top: 130px;
}

.corecompetence__block02__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corecompetence__block02__head__main {
  width: 475px;
  margin-right: 65px;
}

.corecompetence__block02__head__table {
  padding-top: 0;
}

.corecompetence__block02__head__table table {
  font-size: 15px;
  border-collapse: collapse;
}

.corecompetence__block02__head__table table thead th {
  border-right: 1px solid #cccccc;
  padding: 13px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.corecompetence__block02__head__table table thead th:nth-child(n+2) {
  width: 164px;
}

.corecompetence__block02__head__table table thead th img {
  width: 115px;
  height: auto;
}

.corecompetence__block02__head__table table tbody tr {
  background-color: #e4f1f9;
}

.corecompetence__block02__head__table table tbody tr:nth-child(1) {
  border-bottom: 4px solid #ffffff;
}

.corecompetence__block02__head__table table tbody tr:nth-child(2) {
  border-top: 4px solid #ffffff;
}

.corecompetence__block02__head__table table tbody tr th {
  border-right: 1px solid #cccccc;
  padding: 0 35px;
}

.corecompetence__block02__head__table table tbody tr td {
  border-right: 1px solid #cccccc;
  text-align: center;
  padding: 21px 0;
  position: relative;
}

.corecompetence__block02__head__table table tbody tr td img {
  width: 30px;
  height: auto;
}

.corecompetence__block02__head__table table tbody tr td span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.corecompetence__block02__head__table table tbody tr td span::before {
  content: '';
  position: absolute;
  top: calc(100% + 21px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 7px solid #222222;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  z-index: 10;
}

.corecompetence__block02__head__table table tbody tr td span::after {
  content: '暗号解読により情報漏洩。データ消失時の復元不可。';
  width: 98%;
  position: absolute;
  top: calc(100% + 28px);
  left: 1%;
  background-color: #222222;
  color: #ffffff;
  font-size: 14px;
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
  text-align: left;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  z-index: 10;
}

.corecompetence__block02__head__table table tbody tr td:nth-child(3) span::after {
  content: '割符データでは情報入手不可。割符データが一部分でも消失した場合復元不可。';
}

.corecompetence__block02__head__table table tbody tr td:nth-child(4) {
  background-color: #c0f3f9;
}

.corecompetence__block02__head__table table tbody tr td:nth-child(4) span::before {
  border-bottom-color: #0037b1;
  z-index: 10;
}

.corecompetence__block02__head__table table tbody tr td:nth-child(4) span::after {
  content: '割符データでは情報入手不可。残存するデータから復元可。';
  background-color: #0037b1;
  letter-spacing: 2px;
  z-index: 10;
}

.corecompetence__block02__body {
  margin-top: 75px;
}

.corecompetence__block02__body h3 {
  font-size: 27.5px;
}

.corecompetence__block02__body h3 span {
  color: #0037b1;
}

.corecompetence__block02__body__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corecompetence__block02__body__column {
  margin-top: 35px;
  width: 360px;
}

.corecompetence__block02__body__column:nth-child(1) {
  padding-right: 29.5px;
  border-right: 1px solid #cccccc;
}

.corecompetence__block02__body__column:nth-child(2) {
  padding-right: 29.5px;
  padding-left: 29.5px;
}

.corecompetence__block02__body__column:nth-child(3) {
  padding-left: 29.5px;
  border-left: 1px solid #cccccc;
}

.corecompetence__block02__body__column h4 {
  padding-left: 27px;
  font-size: 16.5px;
  position: relative;
  margin-bottom: 20px;
}

.corecompetence__block02__body__column h4::after {
  content: '';
  width: 17px;
  height: 4px;
  background-color: #0037b1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.corecompetence__block02__body__column>p {
  font-size: 14px;
  margin-top: 15px;
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
  text-align: right;
}

.corecompetence__block02__body__column__text p {
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  background-color: #e4f1f9;
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
  letter-spacing: 1.1px;
}

.corecompetence__block02__body__column__text p span {
  font-family: 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: bold;
  color: #0037b1;
}

.corecompetence__block02__body__column__text p:nth-child(n+2) {
  margin-top: 10px;
}

.corecompetence__block02__body__column__table table {
  background-color: #e4f1f9;
  width: 100%;
  border-collapse: collapse;
  border-color: #cccccc;
}

.corecompetence__block02__body__column__table table th {
  font-size: 15px;
}

.corecompetence__block02__body__column__table table td {
  font-size: 14px;
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
}

.corecompetence__block02__body__column__table1 table thead th {
  padding: 13px 0;
}

.corecompetence__block02__body__column__table1 table thead th:nth-child(3) {
  color: #0037b1;
  background-color: #c0f3f9;
}

.corecompetence__block02__body__column__table1 table tbody th {
  white-space: nowrap;
  padding: 0 15px;
}

.corecompetence__block02__body__column__table1 table tbody td {
  padding: 25px 10px;
  width: 142px;
}

.corecompetence__block02__body__column__table1 table tbody td:nth-child(3) {
  background-color: #c0f3f9;
  font-family: 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.corecompetence__block02__body__column__table2 table thead th {
  padding: 13px 0;
}

.corecompetence__block02__body__column__table2 table thead th:nth-child(2) {
  color: #dc5353;
}

.corecompetence__block02__body__column__table2 table thead th:nth-child(3) {
  color: #05ca1c;
}

.corecompetence__block02__body__column__table2 table tbody tr:nth-child(3) {
  background-color: #c0f3f9;
}

.corecompetence__block02__body__column__table2 table tbody tr:nth-child(3) th {
  color: #0037b1;
}

.corecompetence__block02__body__column__table2 table tbody tr th {
  padding: 0 23px;
}

.corecompetence__block02__body__column__table2 table tbody tr td {
  padding: 40px 0;
  text-align: center;
}

.corecompetence__block02__body__column__table2 table tbody tr td img {
  text-align: center;
  width: 28.5px;
  height: auto;
}

.corecompetence__block02__body__middle {
  width: 930px;
  margin: 80px auto 0;
}

.corecompetence__block02__body__middle__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.corecompetence__block02__body__middle__text img {
  height: 49px;
  width: auto;
  margin-right: 35px;
}

.corecompetence__block02__body__middle__text p {
  font-size: 20px;
}

.corecompetence__block02__body__middle__text p span {
  color: #0037b1;
}

.corecompetence__block02__body__middle>p {
  margin-top: 20px;
  font-size: 15px;
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.7px;
}

.corecompetence__block02__body__bottom {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corecompetence__block02__body__bottom__pdf {
  margin-right: 50px;
}

.corecompetence__block02__body__bottom__pdf h3 {
  font-size: 20px;
}

.corecompetence__block02__body__bottom__pdf__inner {
  margin-top: 30px;
  position: relative;
}

.corecompetence__block02__body__bottom__pdf__inner img {
  width: 570px;
  height: auto;
}

.corecompetence__block02__body__bottom__pdf__inner a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 213px;
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  background-color: #0037b1;
}

.corecompetence__block02__body__bottom__pdf__inner a img {
  width: 16.5px;
  margin-right: 11.5px;
}

.corecompetence__block02__body__bottom__performance {
  width: 550px;
}

.corecompetence__block02__body__bottom__performance__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corecompetence__block02__body__bottom__performance__title h3 {
  font-size: 20px;
}

.corecompetence__block02__body__bottom__performance__title span {
  font-size: 12px;
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 15px;
}

.corecompetence__block02__body__bottom__performance__text {
  margin-top: 30px;
}

.corecompetence__block02__body__bottom__performance__text p {
  font-size: 15px;
  line-height: 28px;
  padding: 0 15px;
  margin-bottom: 5px;
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
}

.corecompetence__block02__body__bottom__performance__text p:nth-last-child(n+2) {
  background-color: #f2f2f2;
}

.corecompetence__block02__body .read-more {
  margin-top: 120px;
  width: 460px;
}

.corecompetence .cta {
  min-width: 1200px;
  background-color: #f2f2f2;
  padding: 90px calc((100vw - 1200px) / 2);
  text-align: center;
}

.corecompetence .cta h2 {
  font-size: 32.5px;
}

.corecompetence .cta p {
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Roboto', sans-serif;
  font-weight: lighter;
  margin-top: 15px;
  font-size: 19.5px;
  text-align: center;
}

.corecompetence .cta a {
  margin: 40px auto 0;
  display: block;
  background-color: #0037b1;
  width: 400px;
  line-height: 100px;
  text-align: center;
  position: relative;
}

.corecompetence .cta a span {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  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;
}

.corecompetence .cta a span img {
  width: 16.5px;
  height: auto;
  margin-right: 11px;
}

.corecompetence .cta a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #000000;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
  .corecompetence .cta a:hover::before {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main__title img {
    width: 72.6vw;
    margin-top: 2vw;
  }

  .corecompetence {
    padding: 0;
  }

  .corecompetence__head {
    padding: 29vw 4vw 0;
    min-width: unset;
  }

  .corecompetence__annotation {
    margin-top: 14vw;
    font-size: 3.6vw;
    line-height: 2;
    letter-spacing: 0;
    text-align: justify;
  }

  .corecompetence__block {
    margin-top: 18.2vw;
    padding: 0 4vw;
    min-width: unset;
  }

  .corecompetence__block__title img {
    width: 11.2vw;
  }

  .corecompetence__block__title h2 {
    margin-top: 4vw;
    font-size: 4.5vw;
    line-height: 1.6;
  }

  .corecompetence__block__annotation {
    margin-top: 4vw;
    font-size: 3vw;
    line-height: 1.9;
    letter-spacing: 0.24vw;
  }

  .corecompetence__block01 {
    padding-bottom: 20vw;
  }

  .corecompetence__block01::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
  }

  .corecompetence__block01__company {
    margin-top: 14vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: relative;
  }

  .corecompetence__block01__company img {
    width: 29.4vw;
    height: auto;
    margin: 0;
  }

  .corecompetence__block01__company__columns {
    margin-top: 0;
    margin-left: 6.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corecompetence__block01__company__column {
    width: 100%;
    max-width: unset;
    padding: 6vw 0 40px !important;
    border: none !important;
  }

  .corecompetence__block01__company__column:nth-child(n+2) {
    padding: 8vw 0 !important;
  }

  .corecompetence__block01__company__column:nth-child(n+2) {
    border-top: 1px solid #cccccc !important;
  }

  .corecompetence__block01__company__column h3 {
    height: 10.6vw;
    border-radius: 2.5vw;
    font-size: 3vw;
  }

  .corecompetence__block01__company__column h3::after {
    display: none;
  }

  .corecompetence__block01__company__column p {
    font-size: 2.6vw;
    margin-top: 2.4vw;
    line-height: 1.6;
    letter-spacing: 0.18vw;
  }

  .corecompetence__block01__bottom {
    margin-top: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .corecompetence__block01__bottom img {
    margin-top: 2vw;
    width: 95%;
    margin-left: calc(5%);
  }

  .corecompetence__block01__bottom__text {
    position: unset;
    bottom: unset;
    right: unset;
    width: 100%;
    padding: 0;
  }

  .corecompetence__block01__bottom__text h3 {
    font-size: 4.5vw;
  }

  .corecompetence__block01__bottom__text p {
    font-size: 3vw;
    line-height: 1.8;
    letter-spacing: 0.2514vw;
  }

  .corecompetence__block02 {
    padding-bottom: 20vw;
    margin-top: 20vw;
  }

  .corecompetence__block02__head {
    display: block;
  }

  .corecompetence__block02__head__main {
    width: 100%;
    margin: 0;
  }

  .corecompetence__block02__head__main .corecompetence__block__title img {
    width: 12.9vw;
  }

  .corecompetence__block02__head__main .corecompetence__block__title h2 {
    margin-top: 6.6vw;
    font-size: 4.5vw;
  }

  .corecompetence__block02__head__main .corecompetence__block__annotation {
    margin-top: 2.4vw;
    letter-spacing: 0.12vw;
  }

  .corecompetence__block02__head__table {
    padding-top: 2vw;
  }

  .corecompetence__block02__head__table table {
    width: 100%;
    font-size: 3vw;
  }

  .corecompetence__block02__head__table table thead th {
    padding: 1.2vw 2vw;
    line-height: 1.6;
  }

  .corecompetence__block02__head__table table thead th:nth-child(n+2) {
    width: 25vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .corecompetence__block02__head__table table thead th img {
    width: 21.4vw;
  }

  .corecompetence__block02__head__table table tbody tr th {
    padding: 2.4vw 3vw;
  }

  .corecompetence__block02__head__table table tbody tr td {
    padding: 3vw 0;
  }

  .corecompetence__block02__head__table table tbody tr td img {
    width: 5.7vw;
    vertical-align: bottom;
  }

  .corecompetence__block02__head__table table tbody tr td span::before {
    top: 100%;
    -webkit-transform: translateY(6.4vw);
    transform: translateY(6.4vw);
    border-bottom-width: 1.6vw;
    border-left-width: 1vw;
    border-right-width: 1vw;
  }

  .corecompetence__block02__head__table table tbody tr td span::after {
    top: 100%;
    -webkit-transform: translateY(8vw);
    transform: translateY(8vw);
    height: 30vw;
    font-size: 2.8vw;
    padding: 2.6vw 2vw;
    border-radius: 1vw;
    letter-spacing: normal;
  }

  .corecompetence__block02__body {
    margin-top: 50vw;
  }

  .corecompetence__block02__body h3 {
    font-size: 4.5vw;
  }

  .corecompetence__block02__body__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corecompetence__block02__body__column {
    width: 100%;
    padding: 0 !important;
    border: none !important;
    margin-top: 8vw;
  }

  .corecompetence__block02__body__column:nth-child(2) {
    margin-top: 6vw;
  }

  .corecompetence__block02__body__column h4 {
    font-size: 3.4vw;
    padding-left: 5.4vw;
    margin-bottom: 3vw;
  }

  .corecompetence__block02__body__column h4::after {
    width: 3.4vw;
  }

  .corecompetence__block02__body__column__text p {
    font-size: 2.8vw;
    line-height: 1.8;
    padding: 3vw 3vw;
    letter-spacing: 0.16vw;
  }

  .corecompetence__block02__body__column__text p:nth-child(n+2) {
    margin-top: 2.1vw;
  }

  .corecompetence__block02__body__column>p {
    margin-top: 2vw;
    font-size: 2.8vw;
  }

  .corecompetence__block02__body__column__table1 table thead th {
    padding: 2.2vw 0;
    font-size: 3vw;
  }

  .corecompetence__block02__body__column__table1 table tbody th {
    font-size: 3vw;
    padding: 0 3vw;
  }

  .corecompetence__block02__body__column__table1 table tbody td {
    padding: 5vw 2.8vw;
    font-size: 2.7vw;
    letter-spacing: 0.1vw;
  }

  .corecompetence__block02__body__column__table2 table th {
    font-size: 3vw;
  }

  .corecompetence__block02__body__column__table2 table thead th {
    padding: 2.8vw 8vw;
  }

  .corecompetence__block02__body__column__table2 table tbody tr th {
    padding: 4vw 4.6vw;
  }

  .corecompetence__block02__body__column__table2 table tbody tr td {
    padding: 5vw 0;
  }

  .corecompetence__block02__body__column__table2 table tbody tr td img {
    width: 5.7vw;
  }

  .corecompetence__block02__body__middle {
    position: relative;
    margin-top: 26vw;
    width: 100%;
  }

  .corecompetence__block02__body__middle__text {
    display: block;
  }

  .corecompetence__block02__body__middle__text img {
    position: absolute;
    height: 9.8vw;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%) rotate(90deg);
    transform: translateX(-50%) translateY(-100%) rotate(90deg);
    top: -7.3vw;
  }

  .corecompetence__block02__body__middle__text p {
    font-size: 4vw;
    letter-spacing: 0.2vw;
    line-height: 1.6;
    letter-spacing: 0.12vw;
  }

  .corecompetence__block02__body__middle>p {
    margin-top: 6vw;
    font-size: 2.98vw;
    letter-spacing: 0vw;
  }

  .corecompetence__block02__body__bottom {
    margin-top: 20vw;
    display: block;
  }

  .corecompetence__block02__body__bottom__pdf {
    margin: 0;
  }

  .corecompetence__block02__body__bottom__pdf h3 {
    font-size: 4vw;
    text-align: center;
  }

  .corecompetence__block02__body__bottom__pdf__inner {
    margin-top: 6vw;
  }

  .corecompetence__block02__body__bottom__pdf__inner img {
    width: 100%;
  }

  .corecompetence__block02__body__bottom__pdf__inner a {
    width: 42.6vw;
    height: 10vw;
    font-size: 3vw;
  }

  .corecompetence__block02__body__bottom__pdf__inner a img {
    width: 3.3vw;
    margin-right: 3.4vw;
  }

  .corecompetence__block02__body__bottom__performance {
    width: 100%;
    margin-top: 13vw;
  }

  .corecompetence__block02__body__bottom__performance__title {
    display: block;
    text-align: center;
  }

  .corecompetence__block02__body__bottom__performance__title h3 {
    font-size: 4vw;
  }

  .corecompetence__block02__body__bottom__performance__title span {
    margin: 0;
    margin-top: 2.4vw;
    font-size: 2.4vw;
  }

  .corecompetence__block02__body__bottom__performance__text {
    margin-top: 5.3vw;
  }

  .corecompetence__block02__body__bottom__performance__text p {
    line-height: 5.6vw;
    font-size: 3vw;
    padding: 0 3vw;
  }

  .corecompetence__block02__body .read-more {
    margin-top: 20vw;
    width: 92vw;
  }

  .corecompetence .cta {
    min-width: unset;
    margin-top: 0;
    padding: 18vw 0;
  }

  .corecompetence .cta h2 {
    font-size: 5vw;
  }

  .corecompetence .cta p {
    margin-top: 3vw;
    font-size: 3vw;
  }

  .corecompetence .cta a {
    margin: 8vw auto 0;
    width: 80vw;
    line-height: 18vw;
  }

  .corecompetence .cta a span {
    font-size: 4vw;
  }

  .corecompetence .cta a span img {
    width: 3.1vw;
    margin-right: 4vw;
  }

  body.clicked {
    overflow-y: hidden;
  }
}

/*# sourceMappingURL=corecompetence.css.map */
