.biz-page-carousel-spinner {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.biz-page-carousel-spinner:not(.is-upgraded).is-active:after {
  content: 'Loading...';
}

.biz-page-carousel-spinner.is-upgraded.is-active {
  -webkit-animation: biz-page-carousel-spinner-container-rotate 1568.23529ms linear infinite;
  animation: biz-page-carousel-spinner-container-rotate 1568.23529ms linear infinite;
}

@-webkit-keyframes biz-page-carousel-spinner-container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes biz-page-carousel-spinner-container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.biz-page-carousel-spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.biz-page-carousel-spinner-layer1,
.biz-page-carousel-spinner-layer2,
.biz-page-carousel-spinner-layer3,
.biz-page-carousel-spinner-layer4 {
  border-color: #5f6e7e;
}

.biz-page-carousel-spinner.is-active .biz-page-carousel-spinner-layer1 {
  -webkit-animation: biz-page-carousel-spinner-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, biz-page-carousel-spinner-layer1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: biz-page-carousel-spinner-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, biz-page-carousel-spinner-layer1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.biz-page-carousel-spinner.is-active .biz-page-carousel-spinner-layer2 {
  -webkit-animation: biz-page-carousel-spinner-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, biz-page-carousel-spinner-layer2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: biz-page-carousel-spinner-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, biz-page-carousel-spinner-layer2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.biz-page-carousel-spinner.is-active .biz-page-carousel-spinner-layer3 {
  -webkit-animation: biz-page-carousel-spinner-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, biz-page-carousel-spinner-layer3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: biz-page-carousel-spinner-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, biz-page-carousel-spinner-layer3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.biz-page-carousel-spinner.is-active .biz-page-carousel-spinner-layer4 {
  -webkit-animation: biz-page-carousel-spinner-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, biz-page-carousel-spinner-layer4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: biz-page-carousel-spinner-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, biz-page-carousel-spinner-layer4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes biz-page-carousel-spinner-fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes biz-page-carousel-spinner-fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes biz-page-carousel-spinner-layer1-fade-in-out {
  from,
  25% {
    opacity: 0.99;
  }
  26%,
  89% {
    opacity: 0;
  }
  90%,
  100% {
    opacity: 0.99;
  }
}

@keyframes biz-page-carousel-spinner-layer1-fade-in-out {
  from,
  25% {
    opacity: 0.99;
  }
  26%,
  89% {
    opacity: 0;
  }
  90%,
  100% {
    opacity: 0.99;
  }
}

@-webkit-keyframes biz-page-carousel-spinner-layer2-fade-in-out {
  from,
  15% {
    opacity: 0;
  }
  25%,
  50% {
    opacity: 0.99;
  }
  51% {
    opacity: 0;
  }
}

@keyframes biz-page-carousel-spinner-layer2-fade-in-out {
  from,
  15% {
    opacity: 0;
  }
  25%,
  50% {
    opacity: 0.99;
  }
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes biz-page-carousel-spinner-layer3-fade-in-out {
  from,
  40% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 0.99;
  }
  76% {
    opacity: 0;
  }
}

@keyframes biz-page-carousel-spinner-layer3-fade-in-out {
  from,
  40% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 0.99;
  }
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes biz-page-carousel-spinner-layer4-fade-in-out {
  from,
  65% {
    opacity: 0;
  }
  75%,
  90% {
    opacity: 0.99;
  }
  100% {
    opacity: 0;
  }
}

@keyframes biz-page-carousel-spinner-layer4-fade-in-out {
  from,
  65% {
    opacity: 0;
  }
  75%,
  90% {
    opacity: 0.99;
  }
  100% {
    opacity: 0;
  }
}

.biz-page-carousel-spinner-gap-patch {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.biz-page-carousel-spinner-gap-patch .biz-page-carousel-spinner-circle {
  width: 1000%;
  left: -450%;
}

.biz-page-carousel-spinner-circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.biz-page-carousel-spinner-circle-clipper.biz-page-carousel-spinner-left {
  float: left;
}

.biz-page-carousel-spinner-circle-clipper.biz-page-carousel-spinner-right {
  float: right;
}

.biz-page-carousel-spinner-circle-clipper .biz-page-carousel-spinner-circle {
  width: 200%;
}

.biz-page-carousel-spinner-circle {
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.biz-page-carousel-spinner-left .biz-page-carousel-spinner-circle {
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  transform: rotate(129deg);
}

.biz-page-carousel-spinner-right .biz-page-carousel-spinner-circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.biz-page-carousel-spinner.is-active .biz-page-carousel-spinner-left .biz-page-carousel-spinner-circle {
  -webkit-animation: biz-page-carousel-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: biz-page-carousel-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.biz-page-carousel-spinner.is-active .biz-page-carousel-spinner-right .biz-page-carousel-spinner-circle {
  -webkit-animation: biz-page-carousel-spinner-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: biz-page-carousel-spinner-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes biz-page-carousel-spinner-left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes biz-page-carousel-spinner-left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes biz-page-carousel-spinner-right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes biz-page-carousel-spinner-right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/**
   * スピナーのgif画像（Android4以下で表示）
   */
.biz-page-carousel-gifspinner {
  width: 74px;
}

.biz-page-carousel {
  position: relative;
  z-index: 0;
  min-width: 990px;
  margin-top: 80px;
}

.biz-page-carousel-container {
  overflow: hidden;
  position: relative;
}

.biz-page-carousel-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: relative;
  z-index: 0;
  width: 375px;
  margin: 0 auto;
  will-change: transform;
}

.biz-page-carousel-initialize .biz-page-carousel-inner {
  opacity: 1;
}

.biz-page-carousel_item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 375px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.biz-page-carousel_item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.biz-page-carousel-initialize .biz-page-carousel_item:before {
  content: '';
}

noscript .biz-page-carousel_item {
  margin-top: -375px;
}

.biz-page-carousel_item--current {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.biz-page-carousel_item--current:before {
  opacity: 0;
}

.biz-page-carousel_item--enable:before {
  z-index: -1;
}

.biz-page-carousel_link {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.biz-page-carousel_image {
  display: block;
  width: 100%;
  height: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.biz-page-carousel_links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.biz-page-carousel_links-list_item {
  position: absolute;
  z-index: 2;
  text-indent: -9999px;
  background: #000;
  opacity: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.biz-page-carousel--single .biz-page-carousel-container,
.biz-page-carousel--disable .biz-page-carousel-container {
  padding: 0 20px;
}

.biz-page-carousel--single .biz-page-carousel-inner,
.biz-page-carousel--disable .biz-page-carousel-inner {
  opacity: 1;
  width: auto;
  max-width: 1500px;
  display: block;
  font-size: 0;
  text-align: center;
}

.biz-page-carousel--single .biz-page-carousel_item,
.biz-page-carousel--disable .biz-page-carousel_item {
  display: inline-block;
  overflow: visible;
  width: 25%;
  height: auto;
}

.biz-page-carousel--single .biz-page-carousel_item:before,
.biz-page-carousel--disable .biz-page-carousel_item:before {
  content: '';
  display: block;
  position: static;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}

.biz-page-carousel--single .biz-page-carousel_link,
.biz-page-carousel--disable .biz-page-carousel_link {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.biz-page-carousel--legacy .biz-page-carousel-inner {
  display: block;
  font-size: 0;
  white-space: nowrap;
}

.biz-page-carousel--legacy .biz-page-carousel_item {
  display: inline-block;
}

.biz-page-carousel--legacy .biz-page-carousel_item--current:before {
  display: none;
}

.biz-page-carousel-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #ccc;
}

.biz-page-carousel-loading-inner {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #ccc;
}

.biz-page-carousel-loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.biz-page-carousel-loading-gifspinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.biz-page-carousel-controls {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.biz-page-carousel-controls-inner {
  width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.biz-page-carousel-controls-prev,
.biz-page-carousel-controls-next {
  cursor: pointer;
  position: absolute;
  top: 390px;
  z-index: 150;
  background: transparent;
  border: none;
  width: 12px;
  height: 20px;
  border-radius: 0;
  padding: 0;
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
}

.biz-page-carousel-controls-prev {
  position: relative;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  left: 0;
  position: absolute;
  text-indent: 100%;
}

.biz-page-carousel-controls-prev:before {
  content: '';
  display: block;
  border-top: solid 3px #357eec;
  border-right: solid 3px #357eec;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  opacity: 1;
}

.biz-page-carousel-controls-prev:before {
  right: 0px;
}

.biz-page-carousel-controls-prev:hover {
  opacity: 0.6;
}

.biz-page-carousel-controls-prev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto 0;
  box-sizing: border-box;
}

.biz-page-carousel-controls-next {
  position: relative;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  right: 0;
  position: absolute;
  text-indent: 100%;
}

.biz-page-carousel-controls-next:before {
  content: '';
  display: block;
  border-top: solid 3px #357eec;
  border-right: solid 3px #357eec;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  opacity: 1;
}

.biz-page-carousel-controls-next:before {
  right: 0px;
}

.biz-page-carousel-controls-next:hover {
  opacity: 0.6;
}

.biz-page-carousel-controls-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto 0;
  box-sizing: border-box;
}

.biz-page-carousel-controls-dots {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 398px;
  left: 0;
  z-index: 0;
  font-size: 0;
  text-align: center;
  box-sizing: border-box;
  background-color: transparent;
}

.biz-page-carousel-controls-dots_item {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 3px;
  line-height: 0;
  vertical-align: top;
  margin-left: 5px;
  cursor: pointer;
}

.biz-page-carousel-controls-dots_item:first-child {
  margin-left: 0px;
}

.biz-page-carousel-controls-dots_item:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-color: #cfd0d1;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}

.biz-page-carousel-controls-dots_item--current {
  cursor: default;
}

.biz-page-carousel-controls-dots_item--current:before {
  cursor: default;
  background-color: #357eec;
}

.biz-page-carousel-dots-bg {
  height: 50px;
  background: #000;
}

.mainvisual-carousel-1col {
  line-height: 0;
}

.mainvisual-carousel-1col .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.mainvisual-carousel-1col .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.mainvisual-carousel-1col .slick-list:focus {
  outline: none;
}

.mainvisual-carousel-1col .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.mainvisual-carousel-1col .slick-slider .slick-track,
.mainvisual-carousel-1col .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mainvisual-carousel-1col .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual-carousel-1col .slick-track:before, .mainvisual-carousel-1col .slick-track:after {
  content: '';
  display: table;
}

.mainvisual-carousel-1col .slick-track:after {
  clear: both;
}

.slick-loading .mainvisual-carousel-1col .slick-track {
  visibility: hidden;
}

.mainvisual-carousel-1col .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .mainvisual-carousel-1col .slick-slide {
  float: right;
}

.mainvisual-carousel-1col .slick-slide img:not(.newwindowicon):not(.pdficon):not(.xlsicon):not(.zipicon):not(.mailicon):not(.wmvicon):not(.rssicon) {
  display: block;
}

.mainvisual-carousel-1col .slick-slide.slick-loading img {
  display: none;
}

.mainvisual-carousel-1col .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .mainvisual-carousel-1col .slick-slide {
  display: block;
}

.slick-loading .mainvisual-carousel-1col .slick-slide {
  visibility: hidden;
}

.slick-vertical .mainvisual-carousel-1col .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.mainvisual-carousel-1col .slick-arrow.slick-hidden {
  display: none;
}

.mainvisual-carousel-1col .slick-slide {
  margin: 0;
}

.mainvisual-carousel-1col .slick-initialized .slick-slide {
  display: block;
}

.mainvisual-carousel-1col .slick-initialized.mainvisual-carousel-inner {
  opacity: 1;
}

.mainvisual-carousel-1col .mainvisual-carousel-inner {
  width: 100%;
  z-index: 1;
}

.mainvisual-carousel-1col .mainvisual-carousel_item {
  height: 400px;
}

.mainvisual-carousel-1col .mainvisual-carousel_image {
  width: 2000px;
  height: auto;
  position: relative;
  left: 50%;
  margin-left: -1000px;
}

.mainvisual-carousel-1col .mainvisual-carousel_links-list {
  width: 990px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls {
  height: 100%;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-inner {
  height: 100%;
  z-index: auto;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-prev,
.mainvisual-carousel-1col .mainvisual-carousel-controls-next {
  top: 50%;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border: none;
  outline: none;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-prev {
  position: relative;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  position: absolute;
  left: 30px;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-prev:before {
  content: '';
  display: block;
  border-top: solid 3px #357eec;
  border-right: solid 3px #357eec;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  opacity: 1;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-prev:before {
  right: 0px;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-prev:hover {
  opacity: 0.6;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-prev:before {
  top: 0;
  bottom: 0;
  left: 27px;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-next {
  position: relative;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  position: absolute;
  right: 30px;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-next:before {
  content: '';
  display: block;
  border-top: solid 3px #357eec;
  border-right: solid 3px #357eec;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  opacity: 1;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-next:before {
  right: 0px;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-next:hover {
  opacity: 0.6;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-next:before {
  top: 0;
  bottom: 0;
  right: 27px;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-dots {
  height: 50px;
  top: 100%;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-dots li {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 3px;
  padding: 23.5px 0;
  line-height: 0;
  vertical-align: middle;
  margin-left: 5px;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-dots li:first-child {
  margin-left: 0px;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-dots li:before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #cfd0d1;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-dots li.slick-active:before {
  background-color: #357eec;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  outline: none;
  border-radius: 0;
  opacity: 0;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-balloon {
  left: -35px;
  bottom: 40.5px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.75);
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-balloon:before {
  display: none;
}

.mainvisual-carousel-1col .mainvisual-carousel-controls-balloon:after {
  content: '';
  display: block;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
}

.mainvisual-carousel-1col + .mainvisual-carousel-dots-bg {
  display: block !important;
  height: 50px;
  background: #393b3d;
}

.mainvisual-carousel-1col--single .mainvisual-carousel-inner {
  opacity: 1;
}

.mainvisual-carousel-1col--single + .mainvisual-carousel-dots-bg {
  display: none !important;
}

.mainvisual-carousel--use-video {
  height: auto;
  min-height: 644px;
}

.mainvisual-carousel--use-video:before {
  content: '';
  display: block;
  padding-top: 44.72222%;
}

.mainvisual-carousel--use-video .mainvisual-carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainvisual-carousel--use-video .mainvisual-carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainvisual-carousel--use-video .mainvisual-carousel_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainvisual-carousel--use-video .mainvisual-carousel_layout-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.mainvisual-carousel--use-video .mainvisual-carousel_layout-link-button {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: auto;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.mainvisual-carousel--use-video .mainvisual-carousel_layout-link-button-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  position: relative;
  padding-right: 35px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.mainvisual-carousel--use-video .mainvisual-carousel_layout-link-button-text::after {
  content: '';
  display: inline-block;
  width: 31px;
  height: 9px;
  background: url("/biz/set/data/top/img/p/icon-mainvisual-arrow.png") no-repeat 0 0;
  position: absolute;
  bottom: 1.5px;
  right: 0;
}

.mainvisual-carousel--use-video .mainvisual-carousel-loading {
  height: 100%;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.mainvisual-carousel--use-video .mainvisual-carousel-loading .mainvisual-carousel-loading-inner {
  height: 100%;
}

.mainvisual-carousel--video-loaded .mainvisual-carousel-loading {
  opacity: 0;
}

.mainvisual-carousel-video {
  display: block;
  width: auto;
  height: 100%;
}

.biz-page-section-container-trend, .biz-page-section-container-service, .biz-page-section-container-casestudy, .biz-page-section-container-information, .biz-page-section-container-contact, .biz-page-section-container-maintenance {
  min-width: 990px;
  text-align: center;
}

.biz-page-section-container-casestudy_inner, .biz-page-section-container-seminar_inner, .biz-page-section-container-information_inner, .biz-page-section-container-maintenance_inner {
  margin: 0 auto;
  width: 950px;
}

#sitetop-failure .section-info-high {
  border-top: 1px solid #e6e6ee !important;
}

.biz-page-container {
  min-width: 990px;
  overflow: hidden;
}

.biz-page-title-lv2 {
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.biz-page-title-lv2-white {
  color: #ffffff;
}

.biz-page-title-lv2_text-large {
  font-family: 'Trebuchet MS', sans-serif;
  font-style: oblique;
  font-size: 387.5%;
  line-height: 1;
  display: inline-block;
}

.biz-page-title-lv2_text-small {
  font-size: 125%;
  line-height: 1;
  display: block;
  margin-top: 20px;
}

.biz-page-section-container-lv3-information {
  padding-top: 80px;
  text-align: center;
}

.biz-page-section-container-lv3-information_link {
  display: inline-block;
  width: 300px;
}

.biz-page-title-info {
  color: #000000;
  font-weight: bold;
  font-size: 150%;
  line-height: 1;
  text-align: left;
  padding-left: 44px;
  position: relative;
}

.biz-page-title-info::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: #357eec;
}

.biz-page-link-viewmore {
  margin-top: 80px;
}

.biz-page-link-viewmore_link {
  display: inline-block;
  width: 300px;
  color: #000000;
  font-size: 150%;
  line-height: 1;
  text-align: left;
  position: relative;
  text-decoration: none;
  padding-bottom: 18px;
  border-bottom: 3px solid #000000;
  -webkit-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}

.biz-page-link-viewmore_link::after {
  display: block;
  content: '';
  position: absolute;
  right: 1px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}

.biz-page-link-viewmore_link:hover, .biz-page-link-viewmore_link:active, .biz-page-link-viewmore_link:focus {
  color: #646464;
  text-decoration: none;
  border-color: #646464;
}

.biz-page-link-viewmore_link:hover::after, .biz-page-link-viewmore_link:active::after, .biz-page-link-viewmore_link:focus::after {
  border-color: #646464;
}

.biz-page-link-viewmore_link-white {
  color: #ffffff;
  border-color: #ffffff;
}

.biz-page-link-viewmore_link-white::after {
  border-color: #ffffff;
}

.biz-page-link-viewmore_link-white:hover, .biz-page-link-viewmore_link-white:active, .biz-page-link-viewmore_link-white:focus {
  color: #646464;
  border-color: #646464;
}

.biz-page-link-viewmore_link-white:hover::after, .biz-page-link-viewmore_link-white:active::after, .biz-page-link-viewmore_link-white:focus::after {
  border-color: #646464;
}

.biz-page-top-news {
  min-width: 990px;
  width: 100%;
  border-top: 1px solid #babcbe;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.biz-page-top-news_title {
  width: 220px;
  background-color: #244ee3;
  font-family: 'Trebuchet MS', sans-serif;
  font-style: oblique;
  color: #ffffff;
  font-weight: bold;
  font-size: 137.5%;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.biz-page-top-news_link {
  display: block;
  width: 100%;
  min-height: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 60px 0 30px;
  color: #000000;
  font-size: 93.75%;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.biz-page-top-news_link:hover {
  opacity: 0.6;
}

.biz-page-top-news_link::after {
  display: block;
  content: '';
  position: absolute;
  right: 31px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.biz-page-top-news_link:hover, .biz-page-top-news_link:active, .biz-page-top-news_link:focus {
  color: #000000;
  text-decoration: none;
}

.biz-page-top-news_text {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.biz-page-section-container-trend {
  padding: 110px 0 80px;
  background-color: #edeeef;
  position: relative;
}

.biz-page-section-container-trend::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 120%;
  height: 500px;
  background: #edeeef;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
  z-index: 2;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.biz-page-section-container-trend_inner {
  margin: 0 auto;
  width: 100%;
  min-width: 990px;
  max-width: 1320px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.biz-page-bg-trend {
  position: absolute;
  left: 50%;
  top: 370px;
  width: 100%;
  height: 100%;
  max-width: 1320px;
  padding: 0 60px;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.biz-page-bg-trend_inner {
  position: relative;
  width: 100%;
  height: 1070px;
  background: url("/biz/set/data/top/img/p/bg-trend-row2.png") no-repeat center top;
  background-size: 100%;
}

.biz-page-bg-trend-row1 .biz-page-bg-trend_inner {
  height: 668px;
  background-image: url("/biz/set/data/top/img/p/bg-trend-row1.png");
}

.biz-page-panel-trend-future {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.biz-page-panel-trend-future_item {
  width: 33.333%;
  margin-left: 40px;
}

.biz-page-panel-trend-future_item:first-child {
  margin-left: 0;
}

.biz-page-panel-trend-future_item:nth-child(2) {
  margin-top: 40px;
}

.biz-page-panel-trend-future_item:nth-child(3) {
  margin-top: 80px;
}

.biz-page-panel-trend-topics {
  padding: 0 105px;
  min-width: 740px;
  max-width: 950px;
  margin: auto;
}

.biz-page-panel-trend-topics_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 80px;
}

.biz-page-panel-trend-topics_item {
  width: 33.333%;
  margin: 60px 0 0 40px;
}

.biz-page-panel-trend-topics_item:nth-child(3n + 1) {
  margin-left: -80px;
}

.biz-page-panel-trend-topics .biz-page-panel-trend-link_image-hover {
  padding: 25px 20px 0;
}

.biz-page-panel-trend-topics .biz-page-layout-trend-hover-title {
  font-size: 93.75%;
}

.biz-page-panel-trend-link {
  display: block;
  position: relative;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.4);
}

.biz-page-panel-trend-link_image {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.biz-page-panel-trend-link_image-container {
  position: relative;
  overflow: hidden;
}

.biz-page-panel-trend-link_image-hover {
  position: absolute;
  left: 0;
  top: -120%;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.95);
  padding: 45px 30px 0;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: top 0.2s, opacity 0.2s;
  transition: top 0.2s, opacity 0.2s;
}

.biz-page-panel-trend-link_number {
  position: absolute;
  left: 0;
  top: -28px;
  margin: 0;
}

.biz-page-panel-trend-link_title {
  position: absolute;
  left: 85px;
  top: -28px;
  margin: 0;
}

.biz-page-panel-trend-link:hover .biz-page-panel-trend-link_image-hover {
  opacity: 1;
  top: 0;
  -webkit-transition: top 0.1s, opacity 0.1s;
  transition: top 0.1s, opacity 0.1s;
}

.biz-page-layout-trend-hover {
  height: 100%;
  text-align: left;
  position: relative;
}

.biz-page-layout-trend-hover-name {
  font-family: 'Trebuchet MS', sans-serif;
  font-style: oblique;
  font-size: 72.5%;
  line-height: 1;
  margin: 0;
  color: #357eec;
}

.biz-page-layout-trend-hover-title {
  font-size: 106.25%;
  font-weight: bold;
  line-height: 1.35294;
  color: #fff;
}

.biz-page-layout-trend-hover-description {
  font-size: 72.5%;
  line-height: 1.58333;
  margin-top: 15px;
  color: #fff;
}

.biz-page-layout-trend-hover-link {
  font-family: 'Trebuchet MS', sans-serif;
  font-style: oblique;
  color: #fff;
  font-size: 81.25%;
  line-height: 1;
  text-align: left;
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.biz-page-layout-trend-hover-link::after {
  display: block;
  content: '';
  position: absolute;
  right: 1px;
  top: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.biz-page-section-container-service {
  padding: 250px 0 310px;
  background: url("/biz/set/data/top/img/p/bg-service.jpg") #000 repeat-y center top;
}

@media screen and (min-width: 1500px) {
  .biz-page-section-container-service {
    background-size: 100%;
  }
}

.biz-page-search-service {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 700px;
  margin: 100px auto 0;
}

.biz-page-search-service_text {
  width: 100%;
  height: 60px;
  padding: 3px 80px 3px 30px;
  background: #fff;
  font-size: 100%;
  border: 0;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: none;
}

.biz-page-search-service_text:focus {
  outline: none;
}

.biz-page-search-service_submit {
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  background: #549ce4;
  background: -webkit-gradient(linear, left top, left bottom, from(#549ce4), to(#6a49ce));
  background: linear-gradient(to bottom, #549ce4 0%, #6a49ce 100%);
  border-radius: 50%;
}

.biz-page-search-service_submit::before {
  content: '';
  width: 22px;
  height: 22px;
  margin: auto;
  text-indent: 0;
  background: url("/biz/set/data/top/img/shared/icon-search.svg") no-repeat 0 0;
  background-size: 22px 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.biz-page-search-service_submit:focus {
  outline: none;
}

.biz-page-list-service {
  padding-top: 20px;
  max-width: 990px;
  margin: auto;
}

.biz-page-list-service_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.biz-page-list-service_item {
  width: 20%;
  margin-top: 60px;
}

.biz-page-list-service_link {
  display: block;
  min-height: 135px;
  padding: 90px 10px 0 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 112.5%;
  line-height: 1.33333;
  text-decoration: none;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.biz-page-list-service_link:hover {
  opacity: 0.6;
}

.biz-page-list-service_link::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.biz-page-list-service_link-cloud::before {
  background-image: url("/biz/set/data/top/img/shared/icon-cloud.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-network::before {
  background-image: url("/biz/set/data/top/img/shared/icon-network.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-mobile::before {
  background-image: url("/biz/set/data/top/img/shared/icon-mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-ai::before {
  background-image: url("/biz/set/data/top/img/shared/icon-ai.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-5g::before {
  background-image: url("/biz/set/data/top/img/shared/icon-5g.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-iot::before {
  background-image: url("/biz/set/data/top/img/shared/icon-iot.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-voice::before {
  background-image: url("/biz/set/data/top/img/shared/icon-voice.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-rpa::before {
  background-image: url("/biz/set/data/top/img/shared/icon-rpa.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-digital::before {
  background-image: url("/biz/set/data/top/img/shared/icon-digital.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-datacenter::before {
  background-image: url("/biz/set/data/top/img/shared/icon-datacenter.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-security::before {
  background-image: url("/biz/set/data/top/img/shared/icon-security.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-robot::before {
  background-image: url("/biz/set/data/top/img/shared/icon-robot.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-public::before {
  background-image: url("/biz/set/data/top/img/shared/icon-public.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link-other::before {
  background-image: url("/biz/set/data/top/img/shared/icon-other.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-position: center center;
  background-size: 85px;
}

.biz-page-list-service_link:hover, .biz-page-list-service_link:active, .biz-page-list-service_link:focus {
  color: #ffffff;
  text-decoration: none;
}

.biz-page-section-lv3-service {
  margin-top: 160px;
}

.biz-page-title-lv3-service {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 125%;
  line-height: 1;
}

.biz-page-container-purpose {
  margin: 50px auto 0;
  width: 100%;
  min-width: 990px;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.biz-page-list-purpose {
  width: 345px;
}

.biz-page-list-purpose_inner {
  height: 639px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-right: 20px;
}

.biz-page-list-purpose_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 76px;
  background: #edeeef;
  margin-top: 1px;
  cursor: pointer;
  color: #000000;
  font-size: 100%;
  line-height: 1.5;
  padding: 0 40px 0 65px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.biz-page-list-purpose_item:first-child {
  margin-top: 0;
}

.biz-page-list-purpose_item::before {
  display: block;
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.biz-page-list-purpose_item-01::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-01.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-01.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-01.svg");
}

.biz-page-list-purpose_item-02::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-02.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-02.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-02.svg");
}

.biz-page-list-purpose_item-03::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-03.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-03.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-03.svg");
}

.biz-page-list-purpose_item-04::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-04.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-04.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-04.svg");
}

.biz-page-list-purpose_item-05::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-05.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-05.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-05.svg");
}

.biz-page-list-purpose_item-06::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-06.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-06.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-06.svg");
}

.biz-page-list-purpose_item-07::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-07.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-07.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-07.svg");
}

.biz-page-list-purpose_item-08::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-08.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-08.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-08.svg");
}

.biz-page-list-purpose_item-09::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-09.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-09.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-09.svg");
}

.biz-page-list-purpose_item-10::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-10.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-10.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-10.svg");
}

.biz-page-list-purpose_item-11::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-b-11.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 40px;
}

.biz-page-list-purpose_item-11.biz-page-list-purpose_item--active::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-w-11.svg");
}

.biz-page-list-purpose_item::after {
  display: block;
  content: '';
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.biz-page-list-purpose_item--active {
  color: #ffffff;
  background: #0f82b8;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f82b8), to(#0b5bce));
  background: linear-gradient(to bottom, #0f82b8 0%, #0b5bce 100%);
}

.biz-page-list-purpose_item--active::after {
  border-color: #ffffff;
}

.biz-page-layout-purpose {
  width: 100%;
  height: 639px;
  background: url("/biz/set/data/top/img/p/bg-purpose.jpg") no-repeat center right;
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.biz-page-layout-purpose_inner {
  margin: 0 auto;
  width: 100%;
  min-width: 606px;
  max-width: 660px;
  padding: 40px 28px 0;
  box-sizing: border-box;
}

.biz-page-layout-purpose_contents {
  text-align: left;
  display: none;
}

.biz-page-layout-purpose_contents--active {
  display: block;
}

.biz-page-layout-purpose_contents-title {
  color: #000000;
  font-weight: bold;
  font-size: 125%;
  line-height: 1.5;
  min-height: 38px;
  padding-left: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.biz-page-layout-purpose_contents-title::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.biz-page-layout-purpose_contents-title-01::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-01.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-02::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-02.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-03::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-03.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-04::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-04.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-05::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-05.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-06::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-06.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-07::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-07.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-08::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-08.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-09::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-09.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-10::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-10.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-title-11::before {
  background-image: url("/biz/set/data/top/img/shared/icon-purpose-g-11.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  background-position: center center;
  background-size: 50px;
}

.biz-page-layout-purpose_contents-text {
  color: #000000;
  font-size: 112.5%;
  line-height: 1.66667;
  margin-top: 16px;
}

.biz-page-layout-purpose_contents-table-container {
  margin-top: 30px;
}

.biz-page-layout-purpose_contents-table-container-col2 {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.biz-page-layout-purpose_contents-table-container-col2 .biz-page-layout-purpose_contents-table {
  width: 47.63636%;
  min-width: 262px;
  margin-right: 26px;
}

.biz-page-layout-purpose_contents-table-container-col2 .biz-page-layout-purpose_contents-table:nth-child(2n) {
  margin-right: 0;
}

.biz-page-layout-purpose_contents-table {
  width: 100%;
  border-bottom: 1px solid #919a9e;
  margin-bottom: 20px;
}

.biz-page-layout-purpose_contents-table-title {
  color: #000000;
  font-weight: bold;
  font-size: 87.5%;
  line-height: 1.42857;
  margin-bottom: 10px;
}

.biz-page-layout-purpose_contents-list-link {
  letter-spacing: -0.2em;
  -webkit-padding-after: 10px;
  padding-block-end: 10px;
}

.biz-page-layout-purpose_contents-list-link-item {
  display: inline-block;
  letter-spacing: 0;
  font-size: 87.5%;
  line-height: 1;
  margin: 0 30px 15px 0;
}

.biz-page-layout-purpose_contents-list-link-item:last-child {
  margin-right: 0;
}

.biz-page-layout-purpose_contents-list-link-text {
  display: block;
  color: #000000;
  font-size: 87.5%;
  line-height: 1;
  text-decoration: none;
  padding-right: 16px;
  position: relative;
}

.biz-page-layout-purpose_contents-list-link-text:hover, .biz-page-layout-purpose_contents-list-link-text:active, .biz-page-layout-purpose_contents-list-link-text:focus {
  color: #000000;
  text-decoration: underline;
}

.biz-page-layout-purpose_contents-list-link-text::after {
  display: block;
  content: '';
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3880ec;
  border-right: 2px solid #3880ec;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.biz-page-list-service-banner {
  width: 830px;
  padding-top: 10px;
  margin: auto;
}

.biz-page-list-service-banner_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.biz-page-list-service-banner_item {
  width: 395px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 395px;
  -ms-flex: 0 0 395px;
  flex: 0 0 395px;
  margin-top: 40px;
}

.biz-page-list-service-banner_link {
  display: block;
  padding: 20px;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.biz-page-list-service-banner_link:hover {
  opacity: 0.6;
}

.biz-page-list-service-banner_image {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}

.biz-page-list-service-banner_text {
  margin-top: 20px;
  font-size: 87.5%;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.035em;
}

.biz-page-section-container-casestudy {
  padding: 60px 0 150px;
  background-color: #f8f8f8;
  position: relative;
}

.biz-page-section-container-casestudy::before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  width: 120%;
  height: 500px;
  margin: 0;
  background: #f8f8f8;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
  z-index: 2;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.biz-page-section-container-casestudy_inner {
  position: relative;
  z-index: 3;
}

.biz-page-link-casestudy {
  display: block;
  color: #000000;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.biz-page-link-casestudy:hover {
  opacity: 0.6;
}

.biz-page-link-casestudy:hover, .biz-page-link-casestudy:active, .biz-page-link-casestudy:focus {
  color: #000000;
  text-decoration: none;
}

.biz-page-image-casestudy {
  cursor: pointer;
}

.biz-page-image-casestudy_image {
  display: block;
  width: 100%;
}

.biz-page-name-casestudy {
  color: #000000;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.33333;
  margin-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.biz-page-name-casestudy-large {
  font-size: 137.5%;
  line-height: 1.45455;
}

.biz-page-text-casestudy {
  color: #505050;
  font-size: 93.75%;
  line-height: 1.66667;
  margin-top: 11px;
}

.biz-page-link{
  font-size: 14px;
  margin-top: 15px;
}
.biz-page-link span{
  position: relative;
  display: inline-block;
}
.biz-page-link span:after{
  content: "";
  margin: auto;
  width: 13px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  background: url(/biz/set/common/jupiter/shared/img/icon-arrow-06.svg) no-repeat 100% 0;
  background-size: auto 100%;
}

.biz-page-text-casestudy-large {
  font-size: 125%;
  line-height: 1.5;
  margin-top: 12px;
}

.biz-page-definition_term {
  margin-top: 25px;
  display: block;
  position: relative;
}

.biz-page-definition_term::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #0b5bce;
  z-index: 1;
}

.biz-page-definition_term-text {
  position: relative;
  width: 100%;
}

.biz-page-definition_term-text::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background-color: #f8f8f8;
  z-index: 2;
}

.biz-page-definition_term-text-inner {
  padding-right: 18px;
  position: relative;
  z-index: 3;
  font-size: 100%;
  line-height: 1;
  display: inline-block;
  color: #0f82b8;
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .biz-page-definition_term-text-inner {
    background: #0f82b8;
    background: -webkit-gradient(linear, left bottom, left top, from(#0f82b8), to(#0b5bce));
    background: linear-gradient(to top, #0f82b8 0%, #0b5bce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.biz-page-definition_description {
  color: #505050;
  font-size: 93.75%;
  line-height: 1.53333;
  margin-top: 11px;
}

.biz-page-layout-casestudy {
  margin-top: 80px;
  overflow: hidden;
  text-align: left;
}

.biz-page-layout-casestudy_movie-container {
  float: left;
  width: 456px;
  height: 257px;
  position: relative;
}

.biz-page-layout-casestudy_movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.biz-page-layout-casestudy_text {
  float: right;
  width: 456px;
}

.biz-page-layout-casestudy_text > *:first-child {
  margin-top: 0;
}

.biz-page-layout-casestudy_definition {
  margin-top: 10px;
  overflow: hidden;
}

.biz-page-layout-casestudy_definition-item {
  float: left;
  width: 206px;
}

.biz-page-layout-casestudy_definition-item:last-child {
  float: right;
}

.biz-page-list-casestudy {
  text-align: left;
  overflow: hidden;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #c8c8c8;
}

.biz-page-list-casestudy_item {
  float: left;
  width: 290px;
  margin-left: 40px;
}

.biz-page-list-casestudy_item:first-child {
  margin-left: 0;
}

.biz-page-section-container-information {
  padding: 110px 0 150px;
  background-color: #edeeef;
}

.biz-page-list-info {
  margin-top: 30px;
  text-align: left;
}

.biz-page-list-info-scroll {
  height: 750px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.biz-page-list-info_item {
  margin-top: 10px;
}

.biz-page-list-info_item:first-child {
  margin-top: 0;
}

.biz-page-list-info_link {
  display: block;
  background-color: #ffffff;
  width: 100%;
  padding: 25px 40px;
  box-sizing: border-box;
}

.biz-page-list-info_link:not(div) {
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.biz-page-list-info_link:not(div):hover {
  opacity: 0.6;
}

.biz-page-list-info_link:hover, .biz-page-list-info_link:active, .biz-page-list-info_link:focus {
  text-decoration: none;
}

.biz-page-list-info_icon {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 81.25%;
  line-height: 1;
  padding: 7px 15px 6px;
  border-radius: 13px;
  margin-right: 12px;
  width: 150px;
  text-align: center;
  display: inline-block;
}

.biz-page-list-info_icon-new {
  width: 43px;
  margin-right: 12px;
  background-color: #357eec;
}
.biz-page-list-info_icon-seminar {
  background-color: #EE8947;
}

.biz-page-list-info_icon-event{
  background-color: #5AAAEB;
}

.biz-page-list-info_icon-online {
  background-color: #76CB6C;
}

.biz-page-list-info_icon-archive {
  background: #BA8FD2;
}

.biz-page-list-info_date {
  color: #646464;
  font-size: 87.5%;
  line-height: 1;
  margin-right: 12px;
}

.biz-page-list-info-seminar .biz-page-list-info_date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 200px);
  display: inline-block;
  vertical-align: middle;
}

.biz-page-list-info_label {
  color: #646464;
  font-size: 87.5%;
  line-height: 1;
}

.biz-page-list-info_text {
  display: block;
  color: #000000;
  font-size: 100%;
  line-height: 1.625;
  margin-top: 9px;
}

.biz-page-list-info_text--overflowing {
  overflow: hidden;
  position: relative;
}

.biz-page-list-info_text--overflowing::before {
  content: '\2026';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  width: 1.5em;
  text-align: center;
}

.biz-page-list-info_venue {
  margin: 15px 0 -10px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
  color: #646464;
  font-size: 87.5%;
  line-height: 1.85714;
}

.biz-page-list-info_venue-title {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  position: relative;
}

.biz-page-list-info_venue-title::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("/biz/set/data/top/img/shared/icon-venue.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: 22px;
}

.biz-page-list-info_venue-description {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}

.biz-page-link-info {
  margin-top: 40px;
  text-align: right;
}

.biz-page-link-info_link {
  display: inline-block;
  position: relative;
  color: #000000;
  font-weight: bold;
  font-size: 93.75%;
  line-height: 1;
  padding-right: 26px;
  -webkit-transition: color, border-color 0.4s;
  transition: color, border-color 0.4s;
}

.biz-page-link-info_link:hover {
  opacity: 0.6;
}

.biz-page-link-info_link::after {
  display: block;
  content: '';
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: color, border-color 0.4s;
  transition: color, border-color 0.4s;
}

.biz-page-link-info_link:hover, .biz-page-link-info_link:active, .biz-page-link-info_link:focus {
  text-decoration: none;
  color: #787878;
}

.biz-page-link-info_link:hover::after, .biz-page-link-info_link:active::after, .biz-page-link-info_link:focus::after {
  border-color: #787878;
}

.biz-page-section-container-contact {
  padding: 120px 0 170px;
  background-color: #f8f8f8;
}

.biz-page-section-container-contact_inner {
  margin: 0 auto;
  width: 100%;
  min-width: 990px;
  max-width: 1280px;
}

.biz-page-layout-contact {
  margin-top: 80px;
}

.biz-page-layout-contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -22px 0 0 -22px;
}

.biz-page-box-contact {
  width: 412px;
  padding: 40px;
  box-sizing: border-box;
  margin: 22px 0 0 22px;
  background-color: #393b3d;
  text-align: left;
}

.biz-page-box-contact_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #646669;
}

.biz-page-box-contact_title-text {
  display: block;
  min-height: 31px;
  padding-left: 50px;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.55556;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.biz-page-box-contact_title-text::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.biz-page-box-contact_title-text-various::before {
  background-image: url("/biz/set/data/top/img/shared/icon-various.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  width: 31px;
  height: 31px;
  background-position: center center;
  background-size: 41px;
}

.biz-page-box-contact_title-text-facebook::before {
  background-image: url("/biz/set/data/top/img/shared/icon-facebook.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  text-indent: -9999px;
  overflow: hidden;
  width: 31px;
  height: 31px;
  background-position: center center;
  background-size: 41px;
}

.biz-page-box-contact_title-text-mailmagazine::before {
  background-image: url("/biz/set/data/top/img/shared/icon-mailmagazine.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  width: 31px;
  height: 31px;
  background-position: center center;
  background-size: 41px;
}

.biz-page-box-contact_title-text-facebook::before {
  background-size: 31px;
}

.biz-page-box-contact_data {
  margin-top: 12px;
}

.biz-page-box-contact_text {
  margin-top: 0;
  color: #ffffff;
  font-size: 93.75%;
  line-height: 1.73333;
}

.biz-page-box-contact_button {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 60px;
  text-decoration: none;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  margin-top: 40px;
}

.biz-page-box-contact_button::after {
  display: block;
  content: '';
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.biz-page-box-contact_button:hover, .biz-page-box-contact_button:active, .biz-page-box-contact_button:focus {
  text-decoration: none;
  color: #ffffff;
}

.biz-page-box-contact_button-various {
  background: #ff9311;
  background: linear-gradient(135deg, #ff9311 0%, #ff3b2c 100%);
}

.biz-page-box-contact_button-various:hover, .biz-page-box-contact_button-various:active, .biz-page-box-contact_button-various:focus {
  background: #a65b00;
}

.biz-page-box-contact_button-facebook {
  background: #0064e0;
  background: linear-gradient(135deg, #0064e0 0%, #082bc9 100%);
}

.biz-page-box-contact_button-facebook:hover, .biz-page-box-contact_button-facebook:active, .biz-page-box-contact_button-facebook:focus {
  background: #284caf;
}

.biz-page-box-contact_button-mailmagazine {
  background: #0064e0;
  background: linear-gradient(135deg, #0064e0 0%, #082bc9 100%);
}

.biz-page-box-contact_button-mailmagazine:hover, .biz-page-box-contact_button-mailmagazine:active, .biz-page-box-contact_button-mailmagazine:focus {
  background: #284caf;
}

.biz-page-section-container-maintenance {
  padding: 120px 0 150px;
  background-color: #edeeef;
}

.biz-page-title-lv2-maintenance {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 175%;
  line-height: 1;
}

.biz-page-layout-purpose_contents-btn {
  width: 300px;
  margin: auto;
}

.biz-page-layout-purpose_contents-btn_inner {
  color: #fff;
  text-decoration: none;
  background-color: #1f3c84;
  padding-right: 36px;
  padding-left: 20px;
  border-radius: 6px;
  height: 3.33333em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.38889;
  text-align: center;
  font-size: 112.5%;
}

.biz-page-layout-purpose_contents-btn_inner::before {
  content: '';
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-image: -webkit-linear-gradient(200deg, #082bc9 0%, #0064e0 100%);
  background-image: linear-gradient(-110deg, #082bc9 0%, #0064e0 100%);
}

.biz-page-layout-purpose_contents-btn_inner::after {
  content: '';
  margin: auto;
  width: 9px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  background-image: url(/biz/set/common/jupiter/shared/img/icon-arrow-02.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
}

.biz-page-layout-purpose_contents-btn_inner:hover {
  color: #fff;
  text-decoration: none;
}

.biz-page-layout-purpose_contents-btn_inner:hover::before {
  opacity: 0;
  background-image: -webkit-linear-gradient(200deg, #082bc9 0%, #0064e0 100%);
  background-image: linear-gradient(-110deg, #082bc9 0%, #0064e0 100%);
}

.biz-page-layout-purpose_contents-btn_text {
  position: relative;
  z-index: 10;
}

/*Custom style
----------------*/
.biz-page-wrp-container{
  max-width: 1320px;
  min-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.biz-page-hdg-lv2{
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 14px;
}
.biz-page-hdg-lv2::after{
  content: '';
  width: 32px;
  height: 3px;
  background: #357EEC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.biz-page-information{
  background: #fff;
  padding: 13px 0 55px;
}
.biz-page-information .biz-page-information_title{
  position: relative;
}
.biz-page-information .biz-page-title-info{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
  padding-left: 0;
  color:#333;
}
.biz-page-information .biz-page-information_title:after {
    content: "";
    border-bottom: 1px solid #A8A8A9;
    padding-bottom: 27px;
    position: absolute;
    width: 100%;
    display: block;
    opacity: 0.5;
}
.biz-page-information .biz-page-title-info::before{
  display: none;
}
.biz-page-information .biz-page-list-info_list:after {
  content: "";
  border-bottom: 1px solid #A8A8A9;
  opacity: 0.5;
  display: block;
  width: 100%;
  padding-bottom: 17px;
}
.biz-page-information .biz-page-link-info{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-top: 0;
}
.biz-page-information .biz-page-link-info_link{
  color: #333;
  font-size: 15px;
}
.biz-page-information .biz-page-list-info_link{
  background: none;
  padding: 0;
}
.biz-page-information .biz-page-list-info_link::after{
  content: "";
  display: block;
  clear: both;
}
.biz-page-information .biz-page-list-info_list{
  margin-top: 38px;
  position: relative;
}
.biz-page-information .biz-page-list-info_item{
    margin-bottom: 8px;
    margin-top: 0;
    min-height: 29px;
}
.biz-page-list-info_item-inner{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.biz-page-information .biz-page-list-info_head{
  display: table-cell;
  vertical-align: top;
  width: 285px;
}
.biz-page-information .biz-page-list-info_content {
  display: table-cell;
  vertical-align: top;
}
.biz-page-information  .biz-page-list-info_date{
  color: #646464;
  font-size: 16px;
  min-width: 125px;
  display: inline-block;
  margin-right: 0;
}
.biz-page-information .biz-page-list-info_label{
  color: #646464;
  font-size: 14px;
  background: #F8F8F8;
  padding: 3px 15px;
  box-sizing: border-box;
}
.biz-page-information .biz-page-list-info_text{
  display: initial;
  font-size: 16px;
  line-height: 1.375;
  color: #333;
  margin-top: 3px;
  float: right;
  width: calc(100% - 290px);
}
.biz-page-information .biz-page-list-info_item:first-child{
  margin-top: 0;
}
.biz-page-list-info_content{
  position: relative;
}
.biz-page-information .biz-page-list-info_icon-new{
  font-size: 16px;
  font-weight: bold;
  color: #357EEC;
  padding-left: 0;
  padding-right: 4px;
  background-color: #ffffff;
  margin-right: 0;
}
.biz-page-section-casestudy{
  padding: 56px 0 77px;
  background: #F8F8F8;
}
.biz-page-list-casestudy--01{
  display: flex;
  border: none;
  padding-top: 0;
  margin-top: 37px;
}
.biz-page-list-casestudy--01 .biz-page-name-casestudy{
  font-size: 20px;
  line-height: 1.5;
  margin-top: 13px;
  color: #333;
}
.biz-page-list-casestudy--01 .biz-page-text-casestudy{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
  color: #333;
}
.biz-page-list-casestudy--01 .biz-page-definition_term-text-inner{
  font-size: 14px;
  line-height: 1.5;
  color: #357EEC;
}
.biz-page-list-casestudy--01 .biz-page-definition_term{
  margin-top: 24px;
}
.biz-page-list-casestudy--01 .biz-page-definition_description + .biz-page-definition_term {
  margin-top: 15px;
}
.biz-page-list-casestudy--01 .biz-page-definition_term::after{
  background: #357EEC;
}
.biz-page-list-casestudy--01 .biz-page-definition_term-text-inner{
  padding-right: 12px;
}
.biz-page-list-casestudy--01 .biz-page-definition_description{
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin-top: 2px;
}
.biz-page-list-casestudy--01 .biz-page-list-casestudy_item{
  width: 33.33%;
  float: none;
}
.biz-page-list-casestudy--01 + .biz-page-link-viewmore{
  margin-top: 41px;
}
.biz-page-section-casestudy .biz-page-link-viewmore_link::after{
  content: '';
  right: 9px;
  top: 7px;
}
.biz-page-link-viewmore--01 .biz-page-link-viewmore_link{
  font-size: 18px;
  border-bottom: 2px solid #333;
  padding-bottom: 8px;
  color: #333;
}

.biz-page-section-service{
  padding: 60px 0 76px;
  background: #ECECEC;
}
.biz-page-search-service--top{
  margin-top: 35px;
  width: 840px;
  overflow: visible;
}
.biz-page-search-service--top .biz-page-search-service_text{
  height: 68px;
  font-size: 23px;
  border-radius: 60px;
  border: solid 2px #dadbdc;
}
.biz-page-search-service--top .biz-page-search-service_text::-webkit-input-placeholder {
  color: #c8c8c8;
}
.biz-page-search-service--top .biz-page-search-service_text::-moz-placeholder {
  color: #c8c8c8;
}
.biz-page-search-service--top .biz-page-search-service_text:-ms-input-placeholder {
  color: #c8c8c8;
}
.biz-page-search-service--top .biz-page-search-service_text::-ms-input-placeholder {
  color: #c8c8c8;
}
.biz-page-search-service--top .biz-page-search-service_text::placeholder {
  color: #c8c8c8;
}
.biz-page-search-service--top .biz-page-search-service_submit{
  width: 74px;
  height: 74px;
  top: -3px;
  right: -3px;
}
.biz-page-search-service--top .biz-page-search-service_submit::before{
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}
.biz-page-service_list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.biz-page-service_list-item{
  margin-top: 0;
  margin-bottom: 1.66667%;
  margin-left: 2%;
  width: 23.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.biz-page-service_list-item:nth-child(4n+1){
  margin-left: 0;
}
.biz-page-service_list-target{
  padding: 14px 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
}
.biz-page-section-service .biz-page-service_list-title{
  font-size: 18px;
  color: #333;
  letter-spacing: 0;
  margin-top: 0;
}
.biz-page-service_list-target:hover {
    background-color: #dedfe0;
    text-decoration: none;
}
.biz-page-service_list-header {
    position: relative;
}
.biz-page-service_list-header::after {
  content: '';
  margin: auto;
  width: 13px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/biz/set/common/jupiter/shared/img/icon-arrow-06.svg) no-repeat 100% 0;
  background-size: auto 100%;
}
.biz-page-service_list-icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4px;
    width: 90px;
}
.biz-page-service_list-icon img{
  max-width: 100%;
  height: auto;
}
.biz-page-service_list-title {
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 112.5%;
}
.biz-page-link-viewmore--top{
  text-align: center;
  margin-top: 70px;
}
.biz-page-link-viewmore--top .biz-page-link-viewmore_link{
  max-width: 420px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #333;
  padding:0 30px 10px 4px;
  box-sizing: border-box;
  width: auto;
  line-height: 1.375;
}
.biz-page-link-viewmore--top .biz-page-link-viewmore_link:hover{
  opacity: 0.6;
}

.biz-page-section-contact{
  padding: 56px 0 64px;
}
.biz-page-hdg-lv2-primary{
  font-size: 26px;
  font-weight: bold;
  line-height: 2.15;
  text-align: center;
  letter-spacing: 0.05em;
}
.biz-page-text-lead{
  margin-top: 0;
  text-align: center;
}
.biz-page-button .biz-page-box-contact_button{
  max-width: 290px;
  margin: 20px auto 0;
  height: 56px;
  line-height: 56px;
}

.biz-page-section-maintenance{
  padding: 57px 0 80px;
  background: #F8F8F8;
}
.biz-page-hdg-lv3{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.biz-page-section-container-lv3-information--01{
  padding-top: 30px;
}
.biz-page-section-container-lv3-information--01 .biz-page-title-info{
  font-size: 20px;
  padding-left: 0;
  color: #333;
}
.biz-page-section-container-lv3-information--01 .biz-page-title-info::before{
  content: none;
}
.biz-page-section-container-lv3-information--01 .biz-page-list-info{
  margin-top: 15px;
}
.biz-page-section-container-lv3-information--01 .biz-page-link-info_link{
  color: #333;
  font-size: 15px;
}
.biz-page-section-container-lv3-information--01 .biz-page-list-info_text{
  color: #333;
  font-size: 18px;
}
.biz-page-section-container-lv3-information--01 .biz-page-list-info_date{
  font-size: 16px;
}
.biz-page-section-container-lv3-information--01 .biz-page-list-info_link{
  padding: 33px 50px 27px;
}
.biz-page-section-container-lv3-information--01 .biz-page-link-info{
  margin-top: 8px;
}

.biz-page-hdg-lv2-large{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.biz-page-hdg-lv2-large-head{
  display: block;
  font-size: 18px;
  color: #357EEC;
}

.biz-page-box-tasks{
  background: #2E2F30;
  margin-top: 70px;
}
.biz-page-box-tasks-list{
  display: flex;
  position: relative;
  top: -40px;
}
.biz-page-box-tasks-list li{
  width: 25%;
}
.biz-page-box-tasks-list a{
  display: block;
  position: relative;
  overflow: hidden;
}
.biz-page-box-tasks-list a::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.47) 60%, rgba(0,0,0,1) 100%);
  width: 100%;
  height: 100%;
}
.biz-page-box-tasks-list a:hover{
  text-decoration: none;
}
.biz-page-box-tasks-list a:hover .biz-page-img-tasks{
  transform: scale(1.1);
}
.biz-page-img-tasks{
  transition: all 0.3s ease-in-out;
}
.biz-page-img-tasks img{
  width: 100%;
  height: auto;
}
.biz-page-title-tasks{
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.biz-page-title-tasks-sub span{
  display: block;
  color: #357EEC;
}
.biz-page-title-tasks-sub-num{
  font-size: 44px;
  font-weight: bold;
  line-height: 1.27;
}
.biz-page-title-tasks-sub-txt{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.86;
}
.biz-page-title-tasks-main{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  color: #fff;
}

.biz-page-box-banner{
  background: #2E2F30;
}
.biz-page-box-banner-text{
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding-top: 36px;
}
.biz-page-box-banner-text span{
  font-weight: bold;
}
.biz-page-box-banner-list{
  display: flex;
  width: 100%;
  position: relative;
  bottom: -24px;
  justify-content: center;
}
.biz-page-box-banner-list li{
  width: calc(33.333% - 16px);
  margin-left: 24px;
}
.biz-page-box-banner-list li:first-child{
  margin-left: 0;
}
.biz-page-box-banner-list a{
  display: block;
  position: relative;
  -webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.26);
  box-shadow: 0 2px 20px rgba(0,0,0,0.26);
}
.biz-page-box-banner-list a::after{
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.biz-page-box-banner-list a:hover::after{
  opacity: 0.6;
}
.biz-page-box-banner-img img{
  width: 100%;
  height: auto;
}

/* page-box-banner 20230615add */
.biz-page-box-banner-img{
  line-height: 0;
}
.biz-page-box-banner-list_item{
  height: 100%;
  background: #fff;
}
.biz-page-box-banner-list_item:hover{
  text-decoration: none;
}
.biz-page-box-banner-list_item a:hover::after{
  opacity: 0.4;
}

.biz-page-box-banner-list_text{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.05em;
  padding: 17px 40px 17px 20px;
  color: #333;
  margin-top: 0;
  position: relative;
}
.biz-page-box-banner-list_text:after{
  content: '';
  margin: auto;
  width: 13px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  background: url(/biz/set/common/jupiter/shared/img/icon-arrow-06.svg) no-repeat 100% 0;
  background-size: auto 100%;
}

.biz-page-section-topic{
  position: relative;
  padding-bottom: 75px;
}
.biz-page-section-topic .biz-page-hdg-lv2-primary{
  margin-bottom: 20px;
}
.biz-page-section-topic::before{
  content: "";
  display: block;
  width: 100%;
  height: 68%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4D4E50;
}
.biz-page-section-topic .biz-page-wrp-container{
  position: relative;
  z-index: 1;
}
.biz-page-list-topic{
  display: flex;
  justify-content: center;
  margin: 35px -12px 0;
}
.biz-page-list-topic li{
  width: calc(25% - 24px);
  padding: 0 12px;
}
.biz-page-list-topic_item{
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.26);
  box-shadow: 0 2px 20px rgba(0,0,0,0.26);
}
.biz-page-list-topic_item:hover{
  text-decoration: none;
}
.biz-page-list-topic_item::after{
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.biz-page-list-topic_item:hover::after{
  opacity: 0.4;
}
.biz-page-list-topic_img{
  line-height: 0;
}
.biz-page-list-topic_img img {
  width: 100%;
}
.biz-page-list-topic_text{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.05em;
  padding: 17px 40px 17px 20px;
  color: #333;
  margin-top: 0;
  position: relative;
}
.biz-page-list-topic_text:after{
  content: '';
  margin: auto;
  width: 13px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  background: url(/biz/set/common/jupiter/shared/img/icon-arrow-06.svg) no-repeat 100% 0;
  background-size: auto 100%;
}
.biz-page-section-contact--01{
  background: #B7BBBE;
  padding: 30px 30px;
  box-sizing: border-box;
}
.biz-page-section-contact--01 .biz-page-wrp-container{
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.biz-page-section-contact--01 .biz-page-wrp-container:hover {
  background-color: #dedfe0;
}
.biz-page-section-contact--01 .biz-page-wrp-container:hover .biz-page-section-contact_link{
  border: 1px solid #fff;
}
.biz-page-section-contact--01 .biz-page-section-contact_link {
  display: block;
  padding: 18px 8px 23px;
  border: 1px solid #e3e3e3;

}
.biz-page-section-contact--01 .biz-page-section-contact_link:hover{
  text-decoration: none;
}
.biz-page-section-contact--01 .biz-page-wrp-container {
  padding: 8px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  max-width: 950px;
  min-width: auto;
}
.biz-page-section-contact--01 .biz-page-hdg-lv2-primary {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.05em;
}
.biz-page-section-contact_icn{
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  top: -7px;
  right: 17px;
}
.biz-page-section-contact--01 .biz-page-text-lead {
  font-size: 16px;
  color: #333;
}
.biz-page-section-contact--01 .biz-page-wrp-container:after {
  content: "";
  margin: auto;
  width: 13px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  background: url(/biz/set/common/jupiter/shared/img/icon-arrow-06.svg) no-repeat 100% 0;
  background-size: auto 100%;
}
.biz-page-section-dx_inner{
  background: #2E2F30;
  margin-top: 228px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  margin-bottom: -164px;
}
.biz-page-section-dx .biz-page-wrp-container{
  position: relative;
  top: -204px;
}
.biz-page-section-dx .biz-page-hdg-lv2-primary{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
.biz-page-section-dx .biz-page-hdg-lv2-primary span{
  display: block;
  font-size: 18px;
  color: #357EEC;
}
.biz-page-section-dx_text{
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
}
.biz-page-list-dx{
  margin-top: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.biz-page-list-dx .biz-page-list-dx_item{
  display: block;
  position: relative;
  overflow: hidden;
}
.biz-page-list-dx_content{
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.biz-page-list-dx_item::after{
  content: '';
  transition: all 0.3s ease-in-out;
}
.biz-page-list-dx_item:hover .biz-page-list-dx_content{
  bottom: 33px;
}
.biz-page-list-dx_item:hover::after{
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.biz-page-list-dx_img img{
  width: 100%;
  height: auto;
}
.biz-page-list-dx_num{
  font-size: 44px;
  font-weight: bold;
  color: #357EEC;
  line-height: 1.2;
}
.biz-page-list-dx_subtitle{
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 0;
  font-weight: normal;
  display: block;
}
.biz-page-list-dx_title{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin-top: 17px;
}
.biz-page-list-dx_title{
  margin-bottom: 30px;
}
.biz-page-list-dx_more{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}
.biz-page-list-dx_more:after{
  content: "";
  height: 1px;
  background: #A8A8A9;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  width: 53px;
  left: 0;
}
.biz-page-list-dx_more:before{
  content: '';
  margin: auto;
  width: 12px;
  height: 9px;
  display: block;
  position: absolute;
  right: -12px;
  bottom: 7px;
  background: url(/biz/set/data/top/img/shared/icon-arrow-07.svg) no-repeat 100% 0;
  background-size: auto 100%;
}

/* DX-bnr-area 20230615add */
.biz-page-section-dx-area {
  background: #000000;
}
.biz-page-section-dx-area_inner {
  max-width: 950px;
  min-width: auto;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.biz-page-section-dx-area_list {
  display: flex;
  width: 100%;
  position: relative;
  bottom: 0;
  justify-content: center;
}
.biz-page-section-dx-area_list li {
  width: calc(33.333% - 16px);
  margin-left: 24px;
}
.biz-page-section-dx-area_list li:first-child{
  margin-left: 0;
}
.biz-page-section-dx-area_list a{
  display: block;
  position: relative;
}
.biz-page-section-dx-area_list:hover{
  text-decoration: none;
}
.biz-page-section-dx-area_list a::after{
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.biz-page-section-dx-area_list a:hover::after{
  opacity: 0.6;
}
.biz-page-section-dx-area_img {
  line-height: 0;
}
.biz-page-section-dx-area_img img{
  width: 100%;
  height: auto;
}

/* Seminar */
.biz-page-section-container-seminar {
  padding: 60px 0 150px;
  background-color: #fff;
  position: relative;
}

.biz-page-section-container-seminar::before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  width: 120%;
  height: 500px;
  margin: 0;
  background: #f8f8f8;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
  z-index: 2;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.biz-page-section-container-seminar_inner {
  position: relative;
  z-index: 3;
}

.biz-page-link-seminar {
  display: block;
  color: #000000;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.biz-page-link-seminar:hover {
  opacity: 0.6;
}

.biz-page-link-seminar:hover, .biz-page-link-seminar:active, .biz-page-link-seminar:focus {
  color: #000000;
  text-decoration: none;
}

.biz-page-image-seminar {
  cursor: pointer;
}

.biz-page-image-seminar_image {
  display: block;
  width: 100%;
}

.biz-page-name-seminar {
  color: #000000;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.33333;
  margin-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.biz-page-name-seminar-large {
  font-size: 137.5%;
  line-height: 1.45455;
}

.biz-page-text-seminar {
  color: #505050;
  font-size: 93.75%;
  line-height: 1.66667;
  margin-top: 11px;
}

.biz-page-list-seminar {
  text-align: left;
  overflow: hidden;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #c8c8c8;
}

.biz-page-list-seminar_item {
  float: left;
  width: 290px;
  margin-left: 42px;
}

.biz-page-list-seminar_item:first-child {
  margin-left: 0;
}
.biz-page-list-seminar_item a{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.biz-page-section-seminar{
  padding: 56px 0 77px;
  background: #fff;
}
.biz-page-list-seminar--01{
  display: flex;
  border: none;
  padding-top: 0;
  margin-top: 37px;
}
.biz-page-list-seminar--01 .biz-page-name-seminar{
  font-size: 20px;
  line-height: 2.8;
  margin-top: 13px;
  color: #333;
}
.biz-page-list-seminar--01 .biz-page-text-seminar{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  flex-grow: 1;
}

.biz-page-list-seminar--01 .biz-page-list-seminar_item{
  width: calc((100% / 3) - 28px);
  float: none;
}
.biz-page-list-seminar--01 + .biz-page-link-viewmore{
  margin-top: 41px;
}
.biz-page-section-seminar .biz-page-link-viewmore_link::after{
  content: '';
  right: 9px;
  top: 7px;
}

.biz-page-list-seminar_item .biz-page-link{
  margin-top: 20px;
}

.biz-page-date-seminar {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.biz-page-date-seminar_inner {
  display: inline-block;
  margin-right: 12px;
  padding: 4px 18px 2px;
  font-size:  13px;
  color: #fff;
  background-color: #357EEC;
  border-radius: 13px;
}

.js-seminar-img {
  margin-top: 37px;
}
.cmp-image__image {
  width: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.cmp-columncontainer {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.cmp-columncontainer-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  position: relative;
}
.cmp-columncontainer-item > .aem-Grid {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  min-height: 0.001%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .cmp-columncontainer-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cmp-columncontainer-item:first-child {
    padding-left: 0;
  }
  .cmp-columncontainer-item:last-child {
    padding-right: 0;
  }

  div[class*="cmp-columncontainer--3"] > .cmp-columncontainer-item,
  div[class*="cmp-columncontainer--4"] > .cmp-columncontainer-item,
  div[class*="cmp-columncontainer--5"] > .cmp-columncontainer-item,
  div[class*="cmp-columncontainer--6"] > .cmp-columncontainer-item,
  div[class*="cmp-columncontainer--10"] > .cmp-columncontainer-item {
    padding-left: 12px;
    padding-right: 12px;
  }
  div[class*="cmp-columncontainer--3"] > .cmp-columncontainer-item:first-child,
  div[class*="cmp-columncontainer--4"] > .cmp-columncontainer-item:first-child,
  div[class*="cmp-columncontainer--5"] > .cmp-columncontainer-item:first-child,
  div[class*="cmp-columncontainer--6"] > .cmp-columncontainer-item:first-child,
  div[class*="cmp-columncontainer--10"] > .cmp-columncontainer-item:first-child {
    padding-left: 0;
  }
  div[class*="cmp-columncontainer--3"] > .cmp-columncontainer-item:last-child,
  div[class*="cmp-columncontainer--4"] > .cmp-columncontainer-item:last-child,
  div[class*="cmp-columncontainer--5"] > .cmp-columncontainer-item:last-child,
  div[class*="cmp-columncontainer--6"] > .cmp-columncontainer-item:last-child,
  div[class*="cmp-columncontainer--10"] > .cmp-columncontainer-item:last-child {
    padding-right: 0;
  }
  .align-center > .cmp-columncontainer .cmp-container,
  .align-center > .cmp-columncontainer .aem-Grid {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .biz-smb-justify-left > .cmp-columncontainer {
    flex-wrap: nowrap;
  }
  .biz-smb-justify-left > .cmp-columncontainer > .cmp-columncontainer-item {
    width: auto;
    min-width: 0.001%;
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
  }
  .biz-smb-justify-left > .cmp-columncontainer {
    justify-content: left;
  }
  .biz-smb-justify-left
    > .cmp-columncontainer
    > .cmp-columncontainer-item:first-child {
    flex-shrink: 0;
  }
}
* {
  padding: 0;
  margin: 0;
}
.js-seminar-img .text {
  margin-top: 0px;
}
.text {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.text p {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
  margin-top: 16px;
}
.text:first-child .cmp-text:first-child p:first-child {
  margin-top: 0;
}
.text p b {
  font-weight: bold;
}
.text p sup,
.text p sub {
  font-size: 10px;
}
a {
  text-decoration: none;
}
.text a {
  color: #357eec;
  text-decoration: underline;
}
.text .biz-smb-txt-link a {
  color: #333;
  text-decoration: none;
}
.text a[target="_blank"]::after,
.text .biz-smb-txt-link a[href*="#"]::after,
.text .biz-smb-txt-link a[target="_blank"]::after,
.text .biz-smb-txt-link a[href$=".pdf"]::after,
.text .biz-smb-txt-link a[href$=".zip"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../../../etc.clientlibs/softbankbtob/clientlibs/clientlib-sites-basic/softbankbtob-site/resources/img/icon-link-text-arrow-01.svg")
    no-repeat center / contain;
  vertical-align: middle;
  margin: 0 0 0 6px;
}
.text a[target="_blank"]::after,
.text .biz-smb-txt-link a[target="_blank"]::after,
.text .biz-smb-txt-link a[target="_blank"][href*="#"]::after {
  background-image: url("../../../etc.clientlibs/softbankbtob/clientlibs/clientlib-sites-basic/softbankbtob-site/resources/img/icon-target-blank-03.svg");
}
.text .biz-smb-txt-link a[href$=".pdf"]::after {
  background-image: url("../../../etc.clientlibs/softbankbtob/clientlibs/clientlib-sites-basic/softbankbtob-site/resources/img/icon-pdf.png");
}
.text .biz-smb-txt-link a[href$=".zip"]::after {
  background-image: url("../../../etc.clientlibs/softbankbtob/clientlibs/clientlib-sites-basic/softbankbtob-site/resources/img/icon-zip.png");
}
.text .biz-smb-txt-link a[href^="#"]::after {
  background-image: url("../../../etc.clientlibs/softbankbtob/clientlibs/clientlib-sites-basic/softbankbtob-site/resources/img/icon-anchor-blue.svg");
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  margin: 0;
}
.text h1 {
  font-size: 36px;
  margin-top: 140px;
}
.text h2 {
  font-size: 32px;
  margin-top: 100px;
}
.text h3 {
  font-size: 24px;
  margin-top: 56px;
}
.text h4 {
  font-size: 22px;
  margin-top: 48px;
}
.text h5 {
  font-size: 18px;
  margin-top: 44px;
}
.text h6 {
  font-size: 16px;
  margin-top: 40px;
}
.cmp-columncontainer .text h1 {
  margin-top: 100px;
}
.cmp-columncontainer .text h2 {
  margin-top: 60px;
}
.cmp-columncontainer .text h3 {
  margin-top: 26px;
}
.cmp-columncontainer .text h4 {
  margin-top: 24px;
}
.cmp-columncontainer .text h5 {
  margin-top: 22px;
}
.cmp-columncontainer .text h6 {
  margin-top: 20px;
}
.text:first-child .cmp-text:first-child h1:first-child,
.text:first-child .cmp-text:first-child h2:first-child,
.text:first-child .cmp-text:first-child h3:first-child,
.text:first-child .cmp-text:first-child h4:first-child,
.text:first-child .cmp-text:first-child h5:first-child,
.text:first-child .cmp-text:first-child h6:first-child,
.separator + .text h1,
.separator + .text h2,
.separator + .text h3,
.separator + .text h4,
.separator + .text h5,
.separator + .text h6 {
  margin-top: 0;
}
.text h2 {
  font-size: 20px;
  margin-top: 80px;
}
.text h3 {
  font-size: 18px;
  margin-top: 36px;
}
.text h4 {
  font-size: 17px;
  margin-top: 34px;
}
.text h5 {
  font-size: 15px;
  margin-top: 32px;
}
.text h6 {
  font-size: 14px;
  margin-top: 30px;
}
.cmp-columncontainer .text h1 {
  margin-top: 60px;
}
.cmp-columncontainer .text h2 {
  margin-top: 40px;
}
.cmp-columncontainer .text h3 {
  margin-top: 20px;
}
.cmp-columncontainer .text h4 {
  margin-top: 18px;
}
.cmp-columncontainer .text h5 {
  margin-top: 18px;
}
.cmp-columncontainer .text h6 {
  margin-top: 16px;
}
.js-seminar-img .biz-page-link .biz-smb-c-blue {
  color: #357eec !important;
  transition: opacity 0.4s;
}
.js-seminar-img .biz-page-link > a:hover > .biz-smb-c-blue {
  opacity: 0.6;
}
.biz-smb-c-blue {
  color: #357eec;
}
.biz-smb-block {
  display: block;
}
.biz-smb-fs-p2 {
  font-size: 1.25em;
}
.biz-smb-fs-p1 {
  font-size: 1.125em;
}
.biz-smb-fs-m1 {
  font-size: 0.875em;
}
.biz-smb-fs-m2 {
  font-size: 0.75em;
}
.js-seminar-img-container {
  margin-top: 0;
  position: relative;
}
.js-seminar-img-container > .cmp-container {
  background-position: center;
  padding: 32px;
}
.cmp-container .js-seminar-img-container:first-child {
  margin-top: 0;
}
.js-seminar-img-container.border-gray {
  border: 1px solid #c1c6cc;
}
.js-seminar-img-container.biz-smb-padding-none > .cmp-container {
  padding: 0 !important;
}
.js-seminar-img-container .event-date-text {
  font-size: 13px;
}
.cmp-columncontainer .js-seminar-img-container {
  height: 100%;
}
.columnContainer {
  margin-top: 32px;
}
.cmp-container > .columnContainer:first-child,
.image:first-child,
.cmp-columncontainer .js-seminar-img-container:first-child,
.cmp-columncontainer-item > .aem-Grid > .columnContainer:first-child,
.cmp-columncontainer-item > .columnContainer:first-child,
.aem-Grid > .columnContainer:first-child {
  margin-top: 0;
  flex-shrink: 0;
}
.cmp-columncontainer-item > .aem-Grid {
  display: block;
  height: 100%;
}
.columnContainer h1 {
  font-size: 30px;
  margin-top: 100px;
}
.columnContainer h2 {
  font-size: 26px;
  margin-top: 60px;
}
.columnContainer h3 {
  font-size: 22px;
  margin-top: 26px;
}
.columnContainer h4 {
  font-size: 20px;
  margin-top: 24px;
}
.columnContainer h5 {
  font-size: 18px;
  margin-top: 22px;
}
.columnContainer h6 {
  font-size: 18px;
  margin-top: 20px;
}
.columnContainer.biz-smb-icon-text .cmp-columncontainer {
  align-items: center;
}
.columnContainer.biz-smb-icon-text
  .cmp-columncontainer
  > .cmp-columncontainer-item:nth-child(1) {
  flex-shrink: 0;
  flex-grow: 0;
}
.columnContainer.biz-smb-icon-text .cmp-image__image {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 769px) {
  div[class*="cmp-columncontainer--3"]
    > .cmp-columncontainer-item
    .js-seminar-img-container
    > .cmp-container,
  div[class*="cmp-columncontainer--4"]
    > .cmp-columncontainer-item
    .js-seminar-img-container
    > .cmp-container,
  div[class*="cmp-columncontainer--5"]
    > .cmp-columncontainer-item
    .js-seminar-img-container
    > .cmp-container,
  div[class*="cmp-columncontainer--6"]
    > .cmp-columncontainer-item
    .js-seminar-img-container
    > .cmp-container,
  div[class*="cmp-columncontainer--10"]
    > .cmp-columncontainer-item
    .js-seminar-img-container
    > .cmp-container {
    padding: 24px;
  }
  .last-align-bottom > .cmp-container,
  .last-align-bottom > .cmp-buttoncontainer > .cmp-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .last-align-bottom > .cmp-container > *:last-of-type,
  .last-align-bottom > .cmp-buttoncontainer > .cmp-container > *:last-of-type {
    width: 100%;
    align-self: flex-end;
    float: none !important;
    margin: auto auto 0;
  }
  .last-align-bottom > .cmp-container > .button.btn-left:last-of-type,
  .last-align-bottom
    > .cmp-buttoncontainer
    > .cmp-container
    > .button.btn-left:last-of-type {
    margin-right: auto;
    margin-left: 0;
  }
  .last-align-bottom > .cmp-container > .button.btn-right:last-of-type,
  .last-align-bottom
    > .cmp-buttoncontainer
    > .cmp-container
    > .button.btn-right:last-of-type {
    margin-left: auto;
    margin-right: 0;
  }
  .cmp-columncontainer
    > .cmp-columncontainer-item:only-child
    .js-seminar-img-container
    > .cmp-container {
    padding: 32px;
  }
}
.taglist {
  margin-top: 12px;
}
.cmp-container > .taglist:first-child,
.aem-Grid > .taglist:first-child {
  margin-top: 0;
}
.cmp-taglist__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style-type: none;
}
.cmp-taglist__list > li {
  margin: 0 10px 8px 0;
}
.cmp-taglist__list > li > a {
  display: block;
  color: #323232;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  background: #fff;
  padding: 4px 14px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  transition: opacity 0.3s ease;
}
.cmp-taglist__list > li > a.tag-bg-normal {
  color: #fff;
  background: #488bc5;
  border: 1px solid #488bc5;
}
.cmp-taglist__list > li > a.tag-bg-black {
  color: #fff;
  background: #686f73;
  border: 1px solid #686f73;
}
.cmp-taglist__list > li > a:hover,
.cmp-taglist__list > li > .tag-bg-gray {
  background: #ebebeb;
}
.cmp-taglist__list > li > a.tag-bg-normal:hover {
  background: #488bc5;
  opacity: 0.75;
}
.cmp-taglist__list > li > a.tag-bg-black:hover {
  background: #686f73;
  opacity: 0.75;
}

.js-seminar-img .image .cmp-image {
  transition: opacity 0.4s;
}
.js-seminar-img .image .cmp-image:hover {
  opacity: 0.6;
}


/* --------------
End Custom style*/