@charset "UTF-8";
/*  Slider styles
-------------------------*/
.slider-show {
  display: none;
}
.slider-show.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide > div {
  font-size: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
}

@media (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp-sp {
    display: none;
  }
}
.wrapper {
  background-color: #edf1f4;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 70px;
  }
}

[data-contents=inst] {
  display: none;
}

.contents-type1 .box-in .digitalsolution-contents {
  max-width: 1230px;
  width: calc(100% - 240px);
  margin: 120px auto 0 auto;
  position: relative;
}
.contents-type1 .box-in .digitalsolution-contents .tab-service {
  display: flex;
  flex-wrap: wrap;
}
.contents-type1 .box-in .digitalsolution-contents .tab-service li {
  width: calc((100% - 36px) / 3);
  height: 80px;
  margin: 0 0 18px 18px;
}
.contents-type1 .box-in .digitalsolution-contents .tab-service li:nth-child(3n+1) {
  margin: 0 0 18px 0;
}
.contents-type1 .box-in .digitalsolution-contents .tab-service li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 40px;
  border: 1px solid #005bac;
  position: relative;
  text-align: center;
  padding: 0 44px;
}
.contents-type1 .box-in .digitalsolution-contents .tab-service li a .btn-text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 26px;
  color: #005bac;
}
.contents-type1 .box-in .digitalsolution-contents .tab-service li a .btn-arrow {
  position: absolute;
  overflow: hidden;
  top: 34.5px;
  right: 30.5px;
  width: 12.1px;
}
.contents-type1 .box-in .digitalsolution-contents .tab-service li:hover .btn-arrow {
  animation: arrow_down 0.5s;
}
.contents-type1 .box-in .digitalsolution-contents .tab-inst {
  display: flex;
  justify-content: space-between;
}
.contents-type1 .box-in .digitalsolution-contents .tab-inst li {
  width: calc((100% - 36px) / 3);
  height: 80px;
}
.contents-type1 .box-in .digitalsolution-contents .tab-inst li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 40px;
  border: 1px solid #005bac;
  position: relative;
  text-align: center;
  padding: 0;
  position: relative;
}
.contents-type1 .box-in .digitalsolution-contents .tab-inst li a .num {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005bac;
  position: absolute;
  top: 12px;
  left: 15px;
}
.contents-type1 .box-in .digitalsolution-contents .tab-inst li a .num p {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.contents-type1 .box-in .digitalsolution-contents .tab-inst li a .num p span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
}
.contents-type1 .box-in .digitalsolution-contents .tab-inst li a .btn-text {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 26px;
  color: #005bac;
  width: calc(100% - 146px);
  margin-left: 30px;
}
.contents-type1 .box-in .digitalsolution-contents .tab-inst li a .btn-arrow {
  position: absolute;
  overflow: hidden;
  top: 34.5px;
  right: 30.5px;
  width: 12.1px;
}
.contents-type1 .box-in .digitalsolution-contents .tab-inst li:hover .btn-arrow {
  animation: arrow_down 0.5s;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box {
  background: #eff7ff;
  border-radius: 20px;
  padding: 60px;
  margin: 60px 0 0 0;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box.first {
  margin: 50px 0 0 0;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-l {
  width: 47.5%;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r {
  width: 46.7%;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .item-info-ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  color: #005bac;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .tag-list {
  margin-top: 15px;
  display: flex;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .tag-list li {
  display: inline-block;
  border: 1px solid #005bac;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #005bac;
  padding: 7px 10px;
  border-radius: 15px;
  background-color: #fff;
  margin: 0 10px 10px 0;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .item-text {
  margin-top: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .btn-more {
  margin: 15px 0 0 0;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-tag-list {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-tag-list li {
  display: inline-block;
  border: 1px solid #005bac;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #005bac;
  padding: 7px 10px;
  border-radius: 15px;
  background-color: #fff;
  margin: 0 10px 10px 0;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 .item-box {
  width: calc((100% - 70px) / 3);
  margin: 0 0 0 35px;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 .item-box:nth-child(3n+1) {
  margin: 0 0 0 0;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 .item-box .item-ttl {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #005cac;
}
.contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 .item-box .item-text {
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box {
  margin-top: 60px;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .inst-num {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005bac;
  top: 12px;
  left: 15px;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .inst-num p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .inst-num p span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .inst-ttl {
  margin-top: 25px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #005bac;
  padding-bottom: 30px;
  border-bottom: 1px solid #005bac;
  position: relative;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .inst-ttl:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background-color: #fff;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .inst-ttl:after {
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 18px solid #005bac;
  border-bottom: 0;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .lead-text {
  margin-top: 35px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box {
  background: #eff7ff;
  border-radius: 20px;
  padding: 60px;
  margin: 60px 0 0 0;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .box-ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-l {
  width: 47.5%;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r {
  width: 46.7%;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .item-info-ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  color: #005bac;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .tag-list {
  margin-top: 15px;
  display: flex;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .tag-list li {
  display: inline-block;
  border: 1px solid #005bac;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #005bac;
  padding: 7px 10px;
  border-radius: 15px;
  background-color: #fff;
  margin: 0 10px 10px 0;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .item-text {
  margin-top: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .btn-more {
  margin: 15px 0 0 0;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-tag-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-tag-list li {
  display: inline-block;
  border: 1px solid #005bac;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #005bac;
  padding: 7px 10px;
  border-radius: 15px;
  background-color: #fff;
  margin: 0 10px 10px 0;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 .item-box {
  width: calc((100% - 70px) / 3);
  margin: 0 0 0 35px;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 .item-box:nth-child(3n+1) {
  margin: 0 0 0 0;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 .item-box .item-ttl {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #005cac;
}
.contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 .item-box .item-text {
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
}
.contents-type1 .box-in .digitalsolution-contents .btn-more.size-l {
  width: 520px;
  height: 100px;
  margin: 60px auto 0 auto;
}
.contents-type1 .box-in .digitalsolution-contents .btn-more.size-l a {
  border-radius: 50px;
}
.contents-type1 .box-in .digitalsolution-contents .btn-more.size-l a .btn-text {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contents-type1 .box-in .digitalsolution-contents .btn-more.size-l a .btn-arrow {
  top: 43px;
}
.contents-type1 .box-in .top-sub-ttl1 {
  margin-top: 120px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .contents-tab {
  margin-top: 60px;
  border-bottom: 1px solid #005bac;
}
.contents-type1 .box-in .contents-tab-box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1230px;
  width: calc(100% - 240px);
  margin: 0 auto 0 auto;
}
.contents-type1 .box-in .contents-tab-box1 li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 2);
  background-color: #E2E2E2;
  border-radius: 20px 20px 0 0;
  height: 73px;
  margin-bottom: -1px;
  border-bottom: 1px solid #005bac;
  cursor: pointer;
}
.contents-type1 .box-in .contents-tab-box1 li.active {
  height: 90px;
  border-bottom: none;
  background-color: #fff;
  border: 1px solid #005bac;
  border-bottom: none;
}
.contents-type1 .box-in .contents-tab-box1 li p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #005bac;
}
@media screen and (max-width: 1366px) {
  .contents-type1 {
    max-width: calc(92.6793557833% + 15px);
  }
}
@media screen and (max-width: 1290px) {
  .contents-type1 .box-in .digitalsolution-contents {
    width: 85.3587115666%;
    margin: 120px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .contents-type1 .box-in .top-sub-ttl1 {
    padding: 0 25px;
    margin-top: 25px;
    font-size: 17px;
    line-height: 26px;
  }
  .contents-type1 .box-in .contents-tab {
    margin-top: 30px;
  }
  .contents-type1 .box-in .contents-tab-box1 {
    width: calc(100% - 50px);
    margin: 0 auto 0 auto;
  }
  .contents-type1 .box-in .contents-tab-box1 li {
    width: calc((100% - 10px) / 2);
    height: 50px;
    height: 50px;
    margin-bottom: -1px;
    cursor: pointer;
  }
  .contents-type1 .box-in .contents-tab-box1 li.active {
    height: 62px;
  }
  .contents-type1 .box-in .contents-tab-box1 li p {
    font-size: 15px;
  }
  .contents-type1 .box-in .digitalsolution-contents {
    width: calc(100% - 50px);
    margin: 38px auto 0 auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-service {
    display: block;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-service li {
    width: 100%;
    max-width: 400px;
    height: 70px;
    margin: 0 auto 12px auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-service li:nth-child(3n+1) {
    margin: 0 auto 12px auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-service li:last-child {
    margin: 0 auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-service li a {
    height: 100%;
    border-radius: 40px;
    padding: 0 44px;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-service li a .btn-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-service li a .btn-arrow {
    top: 30px;
    right: 30px;
    width: 11.2px;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-inst {
    display: block;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-inst li {
    width: 100%;
    max-width: 400px;
    height: 80px;
    margin: 0 auto 12px auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-inst li:last-child {
    margin: 0 auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-inst li a {
    padding: 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-inst li a .btn-text {
    font-size: 16px;
    line-height: 26px;
    color: #005bac;
    width: calc(100% - 146px);
    margin-left: 30px;
  }
  .contents-type1 .box-in .digitalsolution-contents .tab-inst li a .btn-arrow {
    top: 34.5px;
    right: 30.5px;
    width: 12.1px;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box {
    background: #eff7ff;
    border-radius: 20px;
    padding: 30px 23px 40px 23px;
    margin: 30px 0 0 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box.first {
    margin: 40px 0 0 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-ttl {
    font-size: 28px;
    line-height: 38px;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 {
    margin-top: 25px;
    display: block;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-l {
    width: 100%;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r {
    width: 100%;
    margin-top: 15px;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .item-info-ttl {
    font-size: 20px;
    line-height: 30px;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .tag-list {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .tag-list li {
    margin: 0 6px 6px 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box1 .box-r .btn-more {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0 auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-tag-list li {
    margin: 0 6px 6px 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 {
    display: block;
    margin-top: 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 .item-box {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 .item-box:nth-child(3n+1) {
    margin: 20px 0 0 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 .item-box .item-ttl {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .contents-type1 .box-in .digitalsolution-contents .service-contents-box .service-box2 .item-box .item-text {
    font-size: 14px;
    line-height: 28px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box {
    margin-top: 30px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .inst-ttl {
    margin-top: 16px;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .inst-ttl:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background-color: #fff;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .inst-ttl:after {
    content: "";
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 18px solid #005bac;
    border-bottom: 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .lead-text {
    font-size: 18px;
    line-height: 26px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box {
    background: #eff7ff;
    border-radius: 20px;
    padding: 30px 23px 40px 23px;
    margin: 40px auto 0 auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .box-ttl {
    font-size: 28px;
    line-height: 38px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 {
    margin-top: 25px;
    display: block;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-l {
    width: 100%;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r {
    width: 100%;
    margin-top: 15px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .item-info-ttl {
    font-size: 20px;
    line-height: 30px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .tag-list {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .tag-list li {
    margin: 0 6px 6px 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box1 .box-r .btn-more {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0 auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-tag-list li {
    margin: 0 6px 6px 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 {
    display: block;
    margin-top: 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 .item-box {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 .item-box:nth-child(3n+1) {
    margin: 25px 0 0 0;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 .item-box .item-ttl {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .contents-type1 .box-in .digitalsolution-contents .inst-contents-box .dec-box .inst-box2 .item-box .item-text {
    font-size: 14px;
    line-height: 28px;
  }
  .contents-type1 .box-in .digitalsolution-contents .btn-more.size-l {
    width: 100%;
    max-width: 360px;
    height: 96px;
    margin: 30px auto 0 auto;
  }
  .contents-type1 .box-in .digitalsolution-contents .btn-more.size-l a {
    border-radius: 48px;
  }
  .contents-type1 .box-in .digitalsolution-contents .btn-more.size-l a .btn-text {
    font-size: 16px;
    line-height: 22px;
  }
  .contents-type1 .box-in .digitalsolution-contents .btn-more.size-l a .btn-arrow {
    width: 10.35px;
    top: 43px;
  }
}/*# sourceMappingURL=digitalsolution.css.map */