.pc-work {
	display: flex;
	margin-bottom: 6%;
	align-items: center;
}
.icon2-ttl {
	display: flex;
	margin-left: 8%;
	margin-bottom: 5%;

}
.icon3-con {
	width: 60%;
	margin-left: 2%;
}
.desin {
	flex-direction: column;
}
.pc-work2 {
	flex-direction: column;
	margin-left: 3%;
}
.pc-work3 {
	flex-direction: column;
	margin-left: 3%;
}
.one-team-tag {
	width: 150px;
}
.work-pc-content {
	margin-left: 30px;
	font-size: 13px;
	 line-height: 2;
	font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
	  font-weight: 600;
}
.work-pc-title {
	margin-left: 80px;
	font-size: 20px;
	font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
	  font-weight: 600;
}
.btn-flat-dashed-filled {
  display: block;
  text-align: center;
  margin-left: 150px;
  margin-top: 50px;
  width: 170px;
  padding: 0em 1.2em;
  text-decoration: none;
  color: #ffffff;
  border: #ff0000;
  background: #ff0000;
  border-radius: 20px;
  transition: .5s;
    font-weight: 600;
        border-bottom: solid 5px #dc143c;
}

.btn-flat-dashed-filled:hover {
	  box-shadow: unset;
  transform: translateY(5px);
  background: pink;
  color: black;
}
.pc-work-img {
	padding-left: 6%;
	padding-right: 5%;
}
.pc-work-img2 {
		padding-left: 6%;
	padding-right: 5%;
	height: 40%;
}
.talk-hover a{ 	overflow:hidden; }
.talk-hover a img:hover{
	transform:scale(1.1);
	transition:0.3s;
}
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}

.keyframe3{
  animation-name: anim_s;
  transform: rotate(20deg);
  animation-duration: 5s;
}

@keyframes anim_s {
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
}
@media (max-width: 1100px) {
	.pc-work2 {
		margin-top: 40px;
	}
	.btn-flat-dashed-filled {
		margin-top: 20px;
}
}
@media (max-width: 1921px) {
	.work-pc-content {
		font-size: 16px;
	}
	.one-team-tag {
		width: 200px;
	}
	.one-team-tag2 {
		width: 200px;
			margin-left: 250px;
	}
}
@media (max-width: 1250px) {
		.work-pc-content {
		font-size: 13px;
	}
	.one-team-tag {
	width: 150px;
}
.one-team-tag2 {
	width: 140px;
	margin-left: 250px;
}
}
@media (min-width: 1921px) {
	.work-pc-content {
	font-size: 30px;
	margin-left: 50px;
	margin-right: 60px;
}
.work-pc-title {
	font-size: 40px;
	margin-left: 120px;
}
.btn-flat-dashed-filled {
	width: 360px;
	margin-left: 320;
	padding: 0.6em 2.0em;
}
.one-team-tag {
	width: 320px;
}
.one-team-tag2 {
	width: 320px;
	margin-left: 400px;
}