@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;
  }
}

.contents-type1 .box-in .copy {
  font-size: 18px;
  line-height: 2.1;
  text-align: center;
  font-weight: 500;
  margin: 120px auto 0;
}
.contents-type1 .box-in .corporate-contents {
  width: calc(100% - 240px);
  margin: 120px auto 0 auto;
}
.contents-type1 .box-in .corporate-contents .item-box {
  display: flex;
}
.contents-type1 .box-in .corporate-contents .item-box .item-ttl {
  width: 220px;
  padding: 35px 0 35px 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #2c2c2c;
  border-top: 1px solid #005bac;
}
.contents-type1 .box-in .corporate-contents .item-box .item-dec {
  width: calc(100% - 220px);
  padding: 35px 30px 35px 40px;
  border-top: 1px solid #d9d9d9;
}
.contents-type1 .box-in .corporate-contents .item-box .item-dec .item-text1 {
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  color: #2c2c2c;
}
.contents-type1 .box-in .corporate-contents .item-box .item-dec .item-text1 a {
  text-decoration: underline;
}
.contents-type1 .box-in .corporate-contents .item-box .item-dec .item-text-box {
  margin-top: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #2c2c2c;
}
.contents-type1 .box-in .corporate-contents .item-box .item-dec .item-text-box .text-box-ttl {
  font-weight: bold;
}
.contents-type1 .box-in .corporate-contents .item-box .item-dec .item-text-box:first-child {
  margin-top: 0;
}
.contents-type1 .box-in .corporate-contents .item-box:last-child .item-ttl {
  border-bottom: 1px solid #005bac;
}
.contents-type1 .box-in .corporate-contents .item-box:last-child .item-dec {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 1366px) {
  .contents-type1 {
    max-width: calc(92.6793557833% + 15px);
  }
}
@media screen and (max-width: 1290px) {
  .contents-type1 .box-in .copy {
    line-height: 1.7;
    text-align: left;
    font-weight: 500;
    margin: 8vw 5vw;
  }
  .contents-type1 .box-in .corporate-contents {
    width: 85.3587115666%;
  }
}
@media (max-width: 768px) {
  .contents-type1 .box-in .corporate-contents {
    margin-top: 30px;
    width: calc(100% - 50px);
  }
  .contents-type1 .box-in .corporate-contents .item-box {
    display: block;
    border-top: 1px solid #005bac;
    padding: 20px 0;
  }
  .contents-type1 .box-in .corporate-contents .item-box .item-ttl {
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 32px;
    border-top: none;
  }
  .contents-type1 .box-in .corporate-contents .item-box .item-dec {
    width: 100%;
    padding: 0 0 0 30px;
    margin-top: 5px;
    border-top: none;
  }
  .contents-type1 .box-in .corporate-contents .item-box .item-dec .item-text1 {
    font-size: 14px;
    line-height: 26px;
  }
  .contents-type1 .box-in .corporate-contents .item-box .item-dec .item-text-box {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .contents-type1 .box-in .corporate-contents .item-box .item-dec .item-text-box a {
    text-decoration: underline;
  }
  .contents-type1 .box-in .corporate-contents .item-box:last-child {
    border-bottom: 1px solid #005bac;
  }
  .contents-type1 .box-in .corporate-contents .item-box:last-child .item-ttl {
    border-bottom: none;
  }
  .contents-type1 .box-in .corporate-contents .item-box:last-child .item-dec {
    border-bottom: none;
  }
}
.contents-type1 .btn-more {
  width: 520px;
  height: 100px;
  margin: 40px auto;
}
.contents-type1 .btn-more a {
  border-radius: 50px;
}
.contents-type1 .btn-more a .btn-text {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contents-type1 .btn-more a .btn-arrow {
  top: 43px;
}
@media (max-width: 768px) {
  .contents-type1 .btn-more {
    width: 80vw;
    height: 26vw;
    margin: 40px auto 0 auto;
  }
  .contents-type1 .btn-more a {
    border-radius: 12.8205128205vw;
  }
  .contents-type1 .btn-more a .btn-text {
    font-size: 4.1025641026vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    line-height: 1.4;
  }
  .contents-type1 .btn-more a .btn-arrow {
    top: 43px;
  }
}

.works-contents {
  padding: 40px 0 0 0;
  position: relative;
}
.works-contents .partner-inner {
  width: calc(100% - 200px);
  max-width: 1230px;
  margin: 0 auto 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}
.works-contents .partner-inner h2 {
  margin-bottom: 60px;
}
.works-contents .partner-inner h2 .ttl-text {
  display: inline-block;
  color: #2c2c2c;
  margin: 10px 0 0 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}
.works-contents .partner-inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 1106px;
}
.works-contents .partner-inner ul li {
  flex-basis: 30%;
  margin-bottom: 25px;
  text-align: center;
  border-right: 1px dotted #aaa;
  margin-right: 2%;
  padding-right: 2%;
}
.works-contents .partner-inner ul li .card {
  max-width: 100%;
}
.works-contents .partner-inner ul li .card img {
  max-width: 100%;
  margin-bottom: 20px;
}
.works-contents .partner-inner ul li img {
  max-width: 100%;
}
.works-contents .partner-inner ul li h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 auto 25px;
}
.works-contents .partner-inner ul li h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 5px;
}
.works-contents .partner-inner ul li p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #2C2C2C;
  line-height: 1.7;
  margin: 0;
}
.works-contents .partner-inner ul li .size-s {
  width: 236px;
  height: 46px;
  overflow-y: hidden;
}
.works-contents .partner-inner ul li .size-s .btn-text {
  font-size: 14px;
}
.works-contents .partner-inner ul li .btn-more a .btn-arrow {
  top: 22px;
  right: 12.5px;
  width: 6.9px;
}
.works-contents .partner-inner ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.works-contents .partner-inner .btn-download {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 210px;
  height: 52px;
}
.works-contents .partner-inner .btn-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 26px;
  border: 1px solid #005bac;
  position: relative;
}
.works-contents .partner-inner .btn-download a .btn-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #005bac;
}
.works-contents .partner-inner .btn-download a .btn-arrow {
  position: absolute;
  overflow: hidden;
  top: 21px;
  right: 16px;
  width: 7.9px;
}
.works-contents .partner-inner:hover .btn-download .btn-arrow {
  animation: arrow 0.5s;
}
.works-contents .partner-inner .btn-comingsoon {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 210px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #005bac;
  border-radius: 26px;
}
.works-contents .partner-inner .btn-comingsoon span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #005bac;
}
.works-contents .caution {
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}
.works-contents .works-inner {
  width: calc(100% - 200px);
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background-color: #EFF7FF;
  border-radius: 20px;
  padding: 60px 0;
}
.works-contents .works-inner h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #005BAC;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.works-contents .works-inner h3:before {
  content: "";
  background-image: url("/assets/images/services/ipbusiness/ttl01_before.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 158px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}
.works-contents .works-inner h4 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #005BAC;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.works-contents .works-inner h4:before {
  content: "";
  background-image: url("/assets/images/services/ipbusiness/ttl02_before.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 158px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}
.works-contents .works-inner h2 {
  margin-bottom: 30px;
}
.works-contents .works-inner h2 .ttl-text {
  display: inline-block;
  color: #2c2c2c;
  margin: 10px 0 0 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}
.works-contents .works-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1106px;
  padding: 0 60px;
}
.works-contents .works-inner ul li {
  flex-basis: 30%;
  margin-bottom: 25px;
}
.works-contents .works-inner ul li .card {
  max-width: 100%;
}
.works-contents .works-inner ul li .card img {
  max-width: 100%;
}
.works-contents .works-inner ul li img {
  max-width: 100%;
}
.works-contents .works-inner ul li h5 {
  font-size: 18px;
  font-weight: 700;
  color: #005CAC;
  margin: 20px 0 10px;
}
.works-contents .works-inner ul li h6 {
  font-size: 14px;
  font-weight: bold;
}
.works-contents .works-inner ul li p {
  font-size: 14px;
  font-weight: 500;
  color: #2C2C2C;
  line-height: 1.7;
  margin: 0 0 10px;
}
.works-contents .works-inner .case_corp {
  width: 100%;
  max-width: 1106px;
  height: 64px;
  border-radius: 6px;
  background: linear-gradient(to right, #0080ca 0%, #0080ca 49%, #0080ca 50%, #033793 100%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.works-contents .works-inner .case_corp p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.works-contents .works-inner .case_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: -10px auto 40px;
  max-width: 902px;
  padding: 0;
}
.works-contents .works-inner .case_flex .case_bx01 {
  margin: 0 15px 25px;
  text-align: center;
}
.works-contents .works-inner .case_flex .case_bx01 .card {
  max-width: 100%;
}
.works-contents .works-inner .case_flex .case_bx01 .card img {
  max-width: 100%;
  margin: 0 0 20px;
}
.works-contents .works-inner .case_flex .case_bx01 img {
  max-width: 96%;
}
.works-contents .works-inner .case_flex .case_bx01 p {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #2C2C2C;
  line-height: 1;
  margin: 0;
}
.works-contents .works-inner .case_flex .case_bx01 a span {
  font-size: 12px;
  font-weight: 700;
  color: #005BAC;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.works-contents .works-inner .case_flex .case_bx01 a span:after {
  content: "";
  background-image: url(/assets/images/common/btn_arrow_ico_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: 0;
}
.works-contents .works-inner .case_flex .case_bx01 .caption {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 0;
}
.works-contents .works-inner .case_flex .case_bx01 .caption li {
  margin-bottom: 0;
  flex-basis: auto;
  font-weight: 500;
}
.works-contents .works-inner .case_flex .case_bx01 .caption li p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #2C2C2C;
  line-height: 1;
  margin: 0;
}
.works-contents .works-inner .case_flex .case_bx02 {
  margin: 0 15px 25px;
  text-align: center;
}
.works-contents .works-inner .case_flex .case_bx02 .card {
  max-width: 100%;
}
.works-contents .works-inner .case_flex .case_bx02 .card img {
  max-width: 100%;
  margin-bottom: 10px;
}
.works-contents .works-inner .case_flex .case_bx02 img {
  max-width: 100%;
}
.works-contents .works-inner .case_flex .case_bx02 .caption {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 0;
}
.works-contents .works-inner .case_flex .case_bx02 .caption li {
  margin-bottom: 0;
  flex-basis: auto;
  font-weight: 500;
}
.works-contents .works-inner .case_flex .case_bx02 .caption li p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #2C2C2C;
  line-height: 1;
  margin: 0;
}

@media (max-width: 768px) {
  .works-contents {
    padding: 5vw 0 0 0;
    position: relative;
  }
  .works-contents .partner-inner {
    width: 86vw;
    max-width: 86vw;
    margin: 0 auto 10vw;
    position: relative;
    z-index: 10;
    background-color: #fff;
    border-radius: 20px;
    padding: 0;
  }
  .works-contents .partner-inner h2 {
    margin-bottom: 10vw;
  }
  .works-contents .partner-inner h2 .ttl-text {
    display: block;
    color: #2c2c2c;
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 3.5897435897vw;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #2c2c2c;
  }
  .works-contents .partner-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1106px;
  }
  .works-contents .partner-inner ul li {
    flex-basis: 100%;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    text-align: center;
    border-bottom: 2px dotted #AAAAAA;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .works-contents .partner-inner ul li .card {
    max-width: 100%;
  }
  .works-contents .partner-inner ul li .card img {
    max-width: 100%;
    margin-bottom: 0;
  }
  .works-contents .partner-inner ul li img {
    max-width: 100%;
  }
  .works-contents .partner-inner ul li h5 {
    font-size: 4.6153846154vw;
    font-weight: 700;
    margin: 6vw auto;
  }
  .works-contents .partner-inner ul li h6 {
    font-size: 3.5897435897vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }
  .works-contents .partner-inner ul li p {
    font-size: 3.5897435897vw;
    font-weight: 500;
    text-align: center;
    color: #2C2C2C;
    line-height: 1.7;
    margin: 0;
  }
  .works-contents .partner-inner ul li .size-s {
    width: 236px;
    height: 46px;
    overflow-y: hidden;
  }
  .works-contents .partner-inner ul li .size-s .btn-text {
    font-size: 14px;
  }
  .works-contents .partner-inner ul li .btn-more a .btn-arrow {
    top: 22px;
    right: 12.5px;
    width: 6.9px;
  }
  .works-contents .partner-inner .btn-download {
    width: 64vw;
    height: 12vw;
    margin: 5vw auto 0 auto;
  }
  .works-contents .partner-inner .btn-download a {
    border-radius: 6.4102564103vw;
  }
  .works-contents .partner-inner .btn-download a .btn-text {
    font-size: 3.3333333333vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .works-contents .partner-inner .btn-download a .btn-arrow {
    top: 4.6vw;
    right: 3vw;
    width: 7.9px;
  }
  .works-contents .partner-inner .btn-comingsoon {
    width: 64vw;
    height: 12vw;
    margin: 5vw auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #005bac;
    border-radius: 6.4102564103vw;
  }
  .works-contents .partner-inner .btn-comingsoon span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-size: 3.3333333333vw;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #005bac;
  }
  .works-contents .caution {
    font-size: 3.5897435897vw;
    line-height: 1.9;
    text-align: left;
    margin: 0 5vw;
  }
  .works-contents .works-inner {
    width: 86vw;
    max-width: 86vw;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background-color: #EFF7FF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10vw 0;
  }
  .works-contents .works-inner h3 {
    font-weight: bold;
    font-size: 5.1282051282vw;
    line-height: 1;
    color: #005BAC;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }
  .works-contents .works-inner h3:before {
    content: "";
    background-image: url("/assets/images/services/ipbusiness/ttl01_before.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22.0512820513vw;
    height: 5.3846153846vw;
    position: absolute;
    top: 0;
    left: -11vw;
  }
  .works-contents .works-inner h4 {
    font-weight: bold;
    font-size: 5.1282051282vw;
    line-height: 1;
    color: #005BAC;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }
  .works-contents .works-inner h4:before {
    content: "";
    background-image: url("/assets/images/services/ipbusiness/ttl02_before.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22.0512820513vw;
    height: 5.3846153846vw;
    position: absolute;
    top: 0;
    left: -11vw;
  }
  .works-contents .works-inner h2 {
    margin-bottom: 5vw;
  }
  .works-contents .works-inner h2 .ttl-text {
    display: block;
    color: #2c2c2c;
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #2c2c2c;
  }
  .works-contents .works-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 76vw;
    padding: 0;
  }
  .works-contents .works-inner ul li {
    flex-basis: 76vw;
    margin-bottom: 8vw;
  }
  .works-contents .works-inner ul li img {
    max-width: 100%;
  }
  .works-contents .works-inner ul li h5 {
    font-size: 5.1282051282vw;
    font-weight: 700;
    color: #005CAC;
    margin: 3vw 0 1.2vw;
    line-height: 1.4;
  }
  .works-contents .works-inner ul li h6 {
    font-size: 3.8461538462vw;
    font-weight: 700;
    color: #2C2C2C;
    margin: 3vw 0 1.2vw;
  }
  .works-contents .works-inner ul li p {
    font-size: 3.5897435897vw;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 1.7;
    margin: 0 0 1.2vw;
  }
  .works-contents .works-inner ul li .size-s {
    width: 50vw;
    height: 10vw;
    overflow-y: hidden;
  }
  .works-contents .works-inner ul li .size-s .btn-text {
    font-size: 3.0769230769vw;
  }
  .works-contents .works-inner ul li .btn-more a .btn-arrow {
    top: 4.1025641026vw;
    right: 3vw;
    width: 2vw;
  }
  .works-contents .works-inner h5 {
    font-size: 5.12821vw;
    font-weight: 700;
    color: #005CAC;
    margin: 3vw 0 1.2vw;
    line-height: 1.4;
  }
  .works-contents .works-inner .case_corp {
    width: 100%;
    max-width: 76vw;
    height: 10vw;
    border-radius: 6px;
    background: linear-gradient(to right, #0080ca 0%, #0080ca 49%, #0080ca 50%, #033793 100%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .works-contents .works-inner .case_corp p {
    font-size: 3.8461538462vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .works-contents .works-inner .case_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2vw auto 0;
    max-width: 76vw;
    padding: 0;
  }
  .works-contents .works-inner .case_flex .case_bx01 {
    flex-basis: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .works-contents .works-inner .case_flex .case_bx01 .card {
    max-width: 100%;
  }
  .works-contents .works-inner .case_flex .case_bx01 .card img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .works-contents .works-inner .case_flex .case_bx01 img {
    max-width: 100%;
  }
  .works-contents .works-inner .case_flex .case_bx01 p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    text-align: center;
    color: #2C2C2C;
    line-height: 1;
    margin: 0;
  }
  .works-contents .works-inner .case_flex .case_bx01 a span {
    font-size: 3.0769230769vw;
    font-weight: 700;
    color: #005BAC;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .works-contents .works-inner .case_flex .case_bx01 a span:after {
    content: "";
    background-image: url(/assets/images/common/btn_arrow_ico_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 8px;
    position: absolute;
    top: 7px;
    right: 0;
  }
  .works-contents .works-inner .case_flex .case_bx01 .caption {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
  }
  .works-contents .works-inner .case_flex .case_bx01 .caption li {
    margin-bottom: 0;
    flex-basis: auto;
    font-weight: 500;
    text-align: left;
  }
  .works-contents .works-inner .case_flex .case_bx01 .caption li p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    text-align: center;
    color: #2C2C2C;
    line-height: 1;
    margin: 0;
  }
  .works-contents .works-inner .case_flex .case_bx02 {
    flex-basis: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .works-contents .works-inner .case_flex .case_bx02 .card {
    max-width: 100%;
  }
  .works-contents .works-inner .case_flex .case_bx02 .card img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .works-contents .works-inner .case_flex .case_bx02 img {
    max-width: 100%;
  }
  .works-contents .works-inner .case_flex .case_bx02 .caption {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .works-contents .works-inner .case_flex .case_bx02 .caption li {
    margin-bottom: 0;
    flex-basis: 100%;
    font-weight: 500;
    text-align: center;
  }
  .works-contents .works-inner .case_flex .case_bx02 .caption li p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #2C2C2C;
    line-height: 1;
    margin: 0;
  }
  .works-contents .works-inner .btn-more {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .works-contents .works-inner .btn-more a {
    border-radius: 50px;
  }
  .works-contents .works-inner .btn-more a .btn-text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .works-contents .works-inner .btn-more a .btn-arrow {
    width: 10.35px;
    right: 25px;
  }
}/*# sourceMappingURL=ipbusiness.css.map */