@charset "UTF-8";
@-webkit-keyframes contactSlideShowPc {
  0% {
    width: 130px;
    height: 0;
  }
  50% {
    width: 130px;
    height: 150px;
  }
  100% {
    width: 324px;
    height: 150px;
  }
}
@keyframes contactSlideShowPc {
  0% {
    width: 130px;
    height: 0;
  }
  50% {
    width: 130px;
    height: 150px;
  }
  100% {
    width: 324px;
    height: 150px;
  }
}
@-webkit-keyframes contactSlideHidePc {
  0% {
    width: 324px;
    height: 150px;
  }
  50% {
    width: 130px;
    height: 150px;
  }
  100% {
    width: 130px;
    height: 0px;
  }
}
@keyframes contactSlideHidePc {
  0% {
    width: 324px;
    height: 150px;
  }
  50% {
    width: 130px;
    height: 150px;
  }
  100% {
    width: 130px;
    height: 0px;
  }
}
@-webkit-keyframes contactSlideShowSp {
  0% {
    width: 100px;
    height: 0;
  }
  50% {
    width: 100px;
    height: 150px;
  }
  100% {
    width: calc(100vw - 7.8125vw);
    max-width: 375px;
    height: 150px;
  }
}
@keyframes contactSlideShowSp {
  0% {
    width: 100px;
    height: 0;
  }
  50% {
    width: 100px;
    height: 150px;
  }
  100% {
    width: calc(100vw - 7.8125vw);
    max-width: 375px;
    height: 150px;
  }
}
@-webkit-keyframes contactSlideHideSp {
  0% {
    width: 324px;
    height: 150px;
  }
  50% {
    width: 100px;
    height: 150px;
  }
  100% {
    width: 100px;
    height: 0px;
  }
}
@keyframes contactSlideHideSp {
  0% {
    width: 324px;
    height: 150px;
  }
  50% {
    width: 100px;
    height: 150px;
  }
  100% {
    width: 100px;
    height: 0px;
  }
}
@-webkit-keyframes contactSlideTextShow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes contactSlideTextShow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes contactSlideTextHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes contactSlideTextHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes siteSearchSlideShow {
  0% {
    width: 125px;
    height: 0px;
    max-width: 600px;
    padding: 16px 33px;
  }
  5% {
    width: 125px;
    height: 75px;
    max-width: 600px;
  }
  100% {
    width: 50vw;
    height: 75px;
    max-width: 600px;
  }
}
@keyframes siteSearchSlideShow {
  0% {
    width: 125px;
    height: 0px;
    max-width: 600px;
    padding: 16px 33px;
  }
  5% {
    width: 125px;
    height: 75px;
    max-width: 600px;
  }
  100% {
    width: 50vw;
    height: 75px;
    max-width: 600px;
  }
}
@-webkit-keyframes siteSearchSlideHide {
  0% {
    width: 40vw;
    height: 75px;
    max-width: 600px;
    padding: 16px 33px;
  }
  60% {
    width: 125px;
    height: 75px;
    max-width: 600px;
    padding: 16px 33px;
  }
  100% {
    width: 125px;
    height: 0px;
    max-width: 600px;
  }
}
@keyframes siteSearchSlideHide {
  0% {
    width: 40vw;
    height: 75px;
    max-width: 600px;
    padding: 16px 33px;
  }
  60% {
    width: 125px;
    height: 75px;
    max-width: 600px;
    padding: 16px 33px;
  }
  100% {
    width: 125px;
    height: 0px;
    max-width: 600px;
  }
}
@-webkit-keyframes siteSearchSlideShowSp {
  0% {
    height: 0px;
    padding: 0;
  }
  50% {
    height: 75px;
    padding: 16px 20px;
  }
  100% {
    height: 75px;
    padding: 16px 20px;
  }
}
@keyframes siteSearchSlideShowSp {
  0% {
    height: 0px;
    padding: 0;
  }
  50% {
    height: 75px;
    padding: 16px 20px;
  }
  100% {
    height: 75px;
    padding: 16px 20px;
  }
}
@-webkit-keyframes siteSearchSlideHideSp {
  0% {
    height: 75px;
    padding: 16px 20px;
  }
  50% {
    height: 75px;
    padding: 16px 20px;
  }
  100% {
    height: 0px;
  }
}
@keyframes siteSearchSlideHideSp {
  0% {
    height: 75px;
    padding: 16px 20px;
  }
  50% {
    height: 75px;
    padding: 16px 20px;
  }
  100% {
    height: 0px;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: none;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: none;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0;
  }
}
@keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}
@keyframes c-megaMenuOpen {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes c-megaMenuOpen {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
/* ==========================================

JTBだからできること

============================================= */
/* heading */
.heading2 {
  margin-bottom: 20px;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .heading2 {
    margin-bottom: 15px;
    font-size: calc(1rem * 2.15);
  }
}
/* 共通 */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/* KV
--------------------------------------------- */
.kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.kv-bg img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  /* 案件によってwidth: 100% */
  /* 案件によってheight: auto */
}
.kv-bg.next100 {
  height: 1512px;
}
.kv-bg.-business, .kv-bg.-government, .kv-bg.-education {
  width: 100%;
  max-height: 1090px;
  height: 390vw;
}

/* kv-heading common
--------------------------------------------- */
.kv-heading {
  position: relative;
  padding-top: 206px;
  padding-bottom: 100px;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .kv-heading {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .kv-heading {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
.kv-heading__inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
.kv-heading .label {
  display: table;
  margin-bottom: 20px;
  padding: 3px 20px 4px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid;
  text-align: center;
}
.kv-heading .label span[class=""] {
  margin-left: 1em;
  font-weight: normal;
}
.kv-heading .heading {
  margin-bottom: 40px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
}
.kv-heading .lead p {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.2;
}
.kv-heading .lead p + p {
  margin-top: 40px;
}
.kv-heading:not(.top):not(.next100) {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .kv-heading__inner {
    padding: 0 30px;
  }
  .kv-heading .label {
    margin-bottom: 10px;
    font-size: 0.78571rem;
    padding: 4px 10px;
  }
  .kv-heading .heading {
    margin-bottom: 43px;
    font-size: 27px;
  }
  .kv-heading .summary {
    font-size: 1rem;
  }
  .kv-heading .lead p {
    font-size: 1rem;
  }
  .kv-heading .lead p + p {
    margin-top: 30px;
  }
}
/* Top
--------------------------------------------- */
.kv-heading.top {
  padding-top: 225px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .kv-heading.top {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .kv-heading.top {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
.kv-heading.top::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  height: calc(100% + 100px);
  background: #cc0000;
  background: -webkit-linear-gradient(314deg, #cc0000 0%, #eb5514 60%, #ffb900 100%);
  background: linear-gradient(136deg, #cc0000 0%, #eb5514 60%, #ffb900 100%);
  content: "";
}
.kv-heading.top::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background: url("/files/user/assets/images/capability/top_kv.jpg?v=1582723321") no-repeat bottom center;
  background-size: cover;
  -webkit-mask-image: url("/files/user/assets/images/general/general_top_mask.svg");
          mask-image: url("/files/user/assets/images/general/general_top_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right top;
          mask-position: right top;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .kv-heading.top::after {
    background: url("/files/user/assets/images/capability/top_kv_sp.jpg") no-repeat top center;
    background-size: cover;
    -webkit-mask-image: url("/files/user/assets/images/capability/top_kv_mask_sp.svg");
            mask-image: url("/files/user/assets/images/capability/top_kv_mask_sp.svg");
    -webkit-mask-position: right top;
            mask-position: right top;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .kv-heading.top::after {
    -webkit-mask-image: url("/files/user/assets/images/general/general_top_mask.svg");
            mask-image: url("/files/user/assets/images/general/general_top_mask.svg");
    -webkit-mask-position: right top;
            mask-position: right top;
  }
}
.kv-heading.top .kv-heading__inner {
  padding: 0 30px 0 54px;
  color: #fff;
}
.kv-heading.top .label {
  width: 200px;
  margin-bottom: 30px;
}
.kv-heading.top .heading {
  margin-bottom: 55px;
  font-size: 54px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) and (min-width: 321px) and (max-width: 768px) {
  .kv-heading.top .kv-heading__inner {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .kv-heading.top .kv-heading__inner {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .kv-heading.top .label {
    width: 130px;
    padding: 4px 8px 5px;
  }
}
@media screen and (max-width: 768px) {
  .kv-heading.top .heading {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 321px) and (max-width: 768px) {
  .kv-heading.top .heading {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .kv-heading.top .heading {
    font-size: 7.3vw;
  }
}
/* whatWeDo business/government/education
--------------------------------------------- */
/* business */
.kv-heading.-business::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% + 240px);
  background: url(/files/user/assets/images/capability/business/kv.jpg?v=1582725889) no-repeat top center;
  background: url(/files/user/assets/images/capability/business/kv.jpg) no-repeat top center;
  background-size: cover;
  content: "";
  z-index: -1;
}

/* government */
.kv-heading.-government::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% + 240px);
  background: url(/files/user/assets/images/capability/government/kv.jpg?v=1582726538) no-repeat top center;
  background-size: cover;
  content: "";
  z-index: -1;
}

/* education */
.kv-heading.-education::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% + 240px);
  background: url(/files/user/assets/images/capability/education/kv.jpg?v=1582726267) no-repeat top center;
  background-size: cover;
  content: "";
  z-index: -1;
}

/* whatWeDo next100
--------------------------------------------- */
.whatWeDo.next100.kv-heading {
  padding-top: 240px;
  padding-bottom: 150px;
}
.whatWeDo.next100.kv-heading::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 230px);
  background: url(/files/user/assets/images/capability/next/top_kv.png?v=1582814139) no-repeat top center;
  background-size: cover;
  content: "";
}
.whatWeDo.next100.kv-heading .kv-heading__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
.whatWeDo.next100.kv-heading .heading {
  position: relative;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  z-index: 1;
}
.whatWeDo.next100.kv-heading .heading .label {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.whatWeDo.next100.kv-heading .heading + .summary {
  margin-top: -30px;
  margin-bottom: 60px;
}
.whatWeDo.next100.kv-heading .summary {
  position: relative;
  color: #cc0000;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  z-index: 1;
}
.whatWeDo.next100.kv-heading .lead {
  position: relative;
  max-width: 550px;
  padding: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .whatWeDo.next100.kv-heading {
    padding-top: 160px;
    padding-bottom: 13.19444vw;
  }

  .whatWeDo.next100.kv-heading .heading + .summary {
    margin-bottom: 40px;
  }
}
/* whatWeDo container
--------------------------------------------- */
.whatWeDo-container {
  position: relative;
}
.whatWeDo-container::before {
  display: block;
  position: absolute;
  top: -260px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 600px;
  background: #f7f7f8;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f8), color-stop(30%, #f7f7f8), color-stop(80%, rgba(250, 250, 251, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #f7f7f8 0%, #f7f7f8 30%, rgba(250, 250, 251, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #f7f7f8 0%, #f7f7f8 30%, rgba(250, 250, 251, 0) 80%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.kv-heading.top + .whatWeDo-container::before {
  top: -330px;
}

.whatWeDo-contents {
  position: relative;
  border-radius: 5px;
  background: #fff;
  z-index: 2;
  overflow: hidden;
}
.whatWeDo-contents.top {
  padding: 80px 0 90px;
  background: transparent;
}
.whatWeDo-contents.top::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 54px);
  height: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: translateX(54px);
          transform: translateX(54px);
  content: "";
  z-index: -1;
}
.whatWeDo-contents.top + .next100-block {
  margin-top: 130px;
}
.whatWeDo-contents .contents-inner {
  padding: 0 90px;
}
.whatWeDo-contents .bg-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: -1;
}
.whatWeDo-contents .bg-heading::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 50%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 90%);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  content: "";
}
.whatWeDo-contents .bg-heading img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-width: inherit;
  margin: 0;
}
.whatWeDo-contents .heading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whatWeDo-contents .heading-area .heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
.whatWeDo-contents .heading-area .title {
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .whatWeDo-contents.top {
    padding: 30px 0 35px;
  }
  .whatWeDo-contents.top::after {
    width: calc(100% - 15px);
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  .whatWeDo-contents.top + .next100-block {
    margin-top: 60px;
  }
  .whatWeDo-contents .contents-inner {
    padding: 0 20px;
  }
  .whatWeDo-contents .bg-heading {
    height: 90vw;
    max-height: 600px;
    padding: 0 20px;
  }
  .whatWeDo-contents .heading-area {
    padding: 0 20px;
  }
  .whatWeDo-contents .heading-area .heading {
    margin-bottom: 15px;
    font-size: 1.71429rem;
  }
  .whatWeDo-contents .heading-area .title {
    font-size: 1.125rem;
  }
}
.col-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col-set .img {
  max-width: 600px;
  width: 52.6315%;
  border-radius: 5px;
  overflow: hidden;
}
.col-set .img img {
  transition: -webkit-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.col-set .text {
  width: calc(100% - (52.6315% + 5.7017%));
  padding-left: 5.7017%;
}
.col-set .text .category {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
}
.col-set .text .category.-business {
  color: #001c7b;
}
.col-set .text .category.-government {
  color: #197d46;
}
.col-set .text .category.-education {
  color: #ff6400;
}
.col-set .text p:not(.category) {
  line-height: 1.8;
}
.col-set .btn-more {
  margin-top: 45px;
}
.col-set.-business .btn-more:hover {
  background: #001c7b;
}
.col-set.-government .btn-more:hover {
  background: #197d46;
}
.col-set.-education .btn-more:hover {
  background: #ff6400;
}
.col-set + .col-set {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .col-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-set .img {
    width: calc(100% - 15px);
    margin-bottom: 15px;
  }
  .col-set .text {
    width: 100%;
    padding: 0 15px 0 30px;
  }
  .col-set .text .category {
    margin-bottom: 25px;
    font-size: 1.125rem;
  }
  .col-set .btn-more {
    margin-top: 35px;
  }

  .col-set + .col-set {
    margin-top: 50px;
  }
}
.btn-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 65px;
  padding-left: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  background: #b4b4b5;
  background: #cc0000;
}
.btn-more::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background-image: url(/files/user/assets/images/common/arrow_to_right_w.svg?v=1579672458);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.btn-more:hover {
  background-color: #cc0000;
}

@media screen and (max-width: 768px) {
  .btn-more {
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin: 35px auto 0;
    font-size: 0.96429rem;
  }
}
/* whatWeDo sub
--------------------------------------------- */
.whatWeDo-contents.sub {
  padding-top: 50px;
  padding-bottom: 80px;
}

.whatWeDo-contents.sub + hr {
  margin-top: 90px;
  width: 100%;
  height: 0px;
  border: none;
  border-bottom: 2px dotted #e6e6e7;
}

.whatWeDo-contents .contents-inner h3:first-child {
  margin-top: 0;
}

.whatWeDo-contents .heading-area.-education,
.whatWeDo-contents .heading-area.-business,
.whatWeDo-contents .heading-area.-government {
  padding: 52px 30px 65px;
  border-radius: 5px;
  color: #fff;
}

.whatWeDo-contents .heading-area.-business {
  background: url(/files/user/assets/images/capability/business/bg-heading.jpg?v=1582725889) no-repeat center;
  background-size: cover;
}

.whatWeDo-contents .heading-area.-education {
  background: url(/files/user/assets/images/capability/education/bg-heading.jpg?v=1582726266) no-repeat center;
  background-size: cover;
}

.whatWeDo-contents .heading-area.-government {
  background: url(/files/user/assets/images/capability/government/bg-heading.jpg?v=1582726537) no-repeat center;
  background-size: cover;
}

.whatWeDo-contents .heading-area.col {
  padding: 0;
}

.whatWeDo-contents .heading-area.col .heading .num {
  display: block;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 1.125rem;
}

.isBusiness .whatWeDo-contents .heading-area.col .title {
  color: #001c7b;
}

.isGovernment .whatWeDo-contents .heading-area.col .title {
  color: #197d46;
}

.isEducation .whatWeDo-contents .heading-area.col .title {
  color: #ff6400;
}

.whatWeDo-contents .col {
  position: relative;
}

.whatWeDo-contents .col__text {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
}

.whatWeDo-contents .col__img {
  width: 68.75%;
  max-width: 660px;
  margin-left: auto;
  height: 100%;
}

.whatWeDo-contents .col.reverse .col__text {
  top: 0;
  right: 0;
  left: auto;
}

.whatWeDo-contents .col.reverse .col__img {
  margin-right: auto;
  margin-left: 0;
}

.whatWeDo-contents + .whatWeDo-contents {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .whatWeDo-contents.sub {
    padding: 30px 0;
  }

  .whatWeDo-contents.sub + hr {
    margin-top: 50px;
  }

  .whatWeDo-contents .heading-area.-education,
.whatWeDo-contents .heading-area.-business,
.whatWeDo-contents .heading-area.-government {
    padding: 30px 20px 45px;
  }

  .whatWeDo-contents .col__text {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .whatWeDo-contents .col__img {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .whatWeDo-contents .col__img img {
    margin-top: 0;
  }
}
/* next100-contents
--------------------------------------------- */
.whatWeDo-contents.next100 {
  padding-top: 0;
}
.whatWeDo-contents.next100 .heading-area {
  height: 500px;
  padding: 0 20vw 90px 90px;
}
.whatWeDo-contents.next100 .heading-area .title {
  color: #cc0000;
}

@media screen and (max-width: 768px) {
  .whatWeDo-contents.next100 .heading-area {
    height: 40vw;
    min-height: 250px;
    max-height: 500px;
    padding: 0 20px;
  }
}
/* next100 block
--------------------------------------------- */
.next100-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 100px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}
.next100-block .bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  /* 案件によってwidth: 100% */
  height: 100%;
  /* 案件によってheight: auto */
  max-width: inherit;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.next100-block__inner {
  display: block;
  width: 100%;
  padding: 100px 40px 40px;
}
.next100-block .heading2 {
  color: #fff;
}
.next100-block p.title {
  margin-top: 20px;
  font-size: 18px;
}
.next100-block p.lead {
  margin-top: 0;
  color: #fff;
  line-height: 1.8;
}
.next100-block .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.next100-block .btn-more {
  margin: auto 0 0 30px;
  background: #cc0000;
}

@media screen and (min-width: 769px) {
  .next100-block {
    margin-bottom: 5.26315%;
  }

  .next100-block .btn-more:hover {
    background: #fff;
    color: #cc0000;
  }

  .next100-block .btn-more:hover::after {
    background-image: url(/files/user/assets/images/common/arrow_to_right_r.svg?v=1579672458);
  }
}
.isWhatWeDo .next100-block h2 {
  margin-top: 0;
  color: #fff;
  font-size: 2.6875rem;
  font-weight: bold;
  line-height: 1.3;
}

.isWhatWeDo .next100-block p.title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .next100-block {
    margin-top: 50px;
  }
  .next100-block__inner {
    padding: 40px 20px 20px;
  }
  .next100-block .title {
    font-size: 1.125rem;
  }
  .next100-block .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .next100-block .btn-more {
    margin: 30px auto 0;
  }
}
/* link-panel
----------------------- */
.link-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.link-panel.-col3 > * {
  width: calc((100% - 7.8947%) / 3);
}
.link-panel.-col2 > * {
  width: calc((100% - 5.26315%) / 2);
}
.link-panel a {
  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;
  position: relative;
  font-weight: bold;
  width: 100%;
  height: 280px;
  padding: 20px;
  color: #fff !important;
  border-radius: 5px;
  overflow: hidden;
}
.link-panel a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.link-panel a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
}
.link-panel a::after {
  content: none;
}
.link-panel a.-business.service::before {
  background: url("/files/user/assets/images/capability/business/panel_img1.jpg?v=1582725889") no-repeat center;
  background-size: cover;
}
.link-panel a.-business.case::before {
  background: url("/files/user/assets/images/capability/business/panel_img2.jpg?v=1582725889") no-repeat center;
  background-size: cover;
}
.link-panel a.-government.service::before {
  background: url("/files/user/assets/images/capability/government/panel_img1.jpg?v=1582726538") no-repeat center;
  background-size: cover;
}
.link-panel a.-government.case::before {
  background: url("/files/user/assets/images/capability/government/panel_img2.jpg?v=1582726538") no-repeat center;
  background-size: cover;
}
.link-panel a.-education.service::before {
  background: url("/files/user/assets/images/capability/education/panel_img1.jpg?v=1582726267") no-repeat center;
  background-size: cover;
}
.link-panel a.-education.case::before {
  background: url("/files/user/assets/images/capability/education/panel_img2.jpg?v=1582726267") no-repeat center;
  background-size: cover;
}
.link-panel .title {
  position: relative;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.3;
}
.link-panel .title::after {
  position: absolute;
  top: 50%;
  right: -0.6em;
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 10px;
  background-image: url(/files/user/assets/images/common/arrow_to_right_w.svg?v=1579672458);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  content: "";
}
.link-panel .title span:not([class=""]) {
  display: block;
  font-size: 1.25rem;
}
.link-panel li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link-panel li a:not(.p-link) {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .link-panel {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .link-panel.-col3 > *, .link-panel.-col2 > * {
    width: 100%;
  }

  .link-panel.-col3 > * + *, .link-panel.-col2 > * + * {
    margin-top: 20px;
  }
}
/* trend report
--------------------------------------------- */
.trend-report {
  width: 1140px;
  max-width: calc(100% - 30px);
  margin-top: 60px;
}
.trend-report .heading {
  margin-bottom: 15px;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
}
.trend-report .summary {
  color: #cc0000;
  font-weight: bold;
  text-align: center;
}
.trend-report .link-panel {
  margin-top: 40px;
}
.trend-report .link-panel a {
  height: 250px;
}
.trend-report .link-panel a.-business::before {
  background: url(/files/user/assets/images/capability/next/trend_img1.jpg) no-repeat center;
  background-size: cover;
}
.trend-report .link-panel a.-government::before {
  background: url(/files/user/assets/images/capability/next/trend_img3.jpg) no-repeat center;
  background-size: cover;
}
.trend-report .link-panel a.-education::before {
  background: url(/files/user/assets/images/capability/next/trend_img2.jpg) no-repeat center;
  background-size: cover;
}
.trend-report .link-panel a .title {
  font-size: 1.5714rem;
}
.trend-report .link-panel a .title::after {
  width: 8px;
  height: 14px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .trend-report .heading {
    font-size: 1.71429rem;
  }
  .trend-report .summary {
    font-size: 0.92857rem;
  }
}
@media screen and (max-width: 768px) {
  .trend-report {
    margin-top: 50px;
  }
  .trend-report .heading {
    font-size: 1.71429rem;
  }
  .trend-report .summary {
    font-size: 0.92857rem;
  }
  .trend-report .link-panel {
    margin-top: 30px;
  }
  .trend-report .link-panel a {
    font-size: 1.4285rem;
  }
}
/* js-animation
--------------------------------------------- */
/* js fadein */
.js-fadein {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
}

.js-fadein.is-shown {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* keyframes
--------------------------------------------- */
@-webkit-keyframes svgTurn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes svgTurn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

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