@charset "utf-8";
.wrapper {
  margin: 0 auto;
  width: 75%;
  padding-top: 100px;
}

.text-c {
  text-align: center;
}

.img-w {
  display: block;
  margin: 0 auto;
  padding: 50px 0;
}

.breadcrumbs {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-left: 7px;
  padding-right: 20px;
}

ul.breadcrumbs {
  display: flex;
  align-items: baseline;
}

li.breadcrumbs-dx {
  margin: 0 70px;
}

li.breadcrumbs-dx::before{
  position: absolute;
  margin: 9px -37px;
  content: ">";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*dx,work*/
.dx-container,.work-container {
  margin: 50px 0;
}

.dx-box,.work-box {
  display: flex;
  align-items: center;
}

.dxbox-text,.workbox-text {
  margin: 0 50px;
}


/*ai*/
.ai-container {
  display: flex;
  justify-content: space-between;
} 

.ai-main__text {
  font-size: 24px;
  font-weight: bold;
}

.ai-sub__text {
  font-size: 16px;
  font-weight: bold;
}

.ai-box {
 margin: 30px;
}

.box-text {
  width: 328px;
}


/*work*/
.work-inner-title__sub {
  margin: 0;
  color: #1B489E;
  font-weight: bold;
  font-size: 20px;
}
.work-inner-title__main {
  margin: 0;
  font-weight: bold;
  font-size: 40px;
}
.work-box {
  margin-top: 30px;
}

.workbox-tag {
  display: block;
  width: 38px;
  padding: 11px;
  background: #1B489E;
  color: #fff;
  font-weight: bold;
}

.btn {
  display: block;
  width: 60px;
  height: 60px;
  margin: 20px 43px;
  border-radius: 50%;
  background: #1B489E;
}

.btn::before{
  position: absolute;
  margin: 22px 26px;
  content: ">";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: scale3d(1.5, 2.0, 1.5);
  color: #fff;
}

/* sp */
@media only screen and (max-width: 768px) {
.ai-container, .dx-box, .work-box {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.dxbox-text, .workbox-text {
 margin: 50px 0 20px;
}

.workbox-tag {
  margin-bottom: 10px;
}

.btn {
  margin: 0;
}

.work-inner-title__main {
font-size: 2rem;
}

}