@keyframes button {
  to {
    transform: translateX(100%);
  }
  from {
    transform: translateX(-100%);
  }
}
.l-creative-nav {
  background: url(/recruit/common/img/content/bg_pattern01.png);
}
.l-creative-nav__list {
  display: flex;
  justify-content: space-between;
  width: 1030px;
  padding: 45px 20px 35px;
  margin: 0 auto;
}
.l-creative-nav__list a {
  position: relative;
  display: block;
  width: 180px;
  height: 130px;
  border: 1px solid #000;
  padding: 20px 0 0;
}
.l-creative-nav__list a:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 5px;
  height: 20px;
  background: url(/recruit/common/img/icon/icon_arrow_b.svg);
  background-size: cover;
  margin: auto;
  transition: .2s;
}
.l-creative-nav__list a:hover {
  opacity: .5;
}
.l-creative-nav__list a:hover:before {
  bottom: 10px;
}
.l-creative-nav__list span {
  text-align: center;
  line-height: 1;
}
.l-creative-nav__list .in01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: Helvetica , sans-serif;
  letter-spacing: -.05rem;
  margin: 0 0 10px;
}
.l-creative-nav__list .in02 {
  display: block;
  font-size: 1.2rem;
  color: #888;
}

.l-creative-message__head {
  font-size: 2.4rem;
  text-align: center;
  padding: 40px 20px;
}

.l-creative-job {
  background: url(/recruit/common/img/content/bg_pattern01.png);
}
.l-creative-job__container {
  width: 1030px;
  padding: 50px 20px 5px;
  margin: 0 auto;
}
.l-creative-job__list {
  display: flex;
  margin: 0 -15px;
}
.l-creative-job__list li {
  width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.l-creative-developer__thumb {
  height: 450px;
  text-align: center;
  background: #eee;
}
.l-creative-developer__thumb img {
  width: auto;
  height: 100%;
}
.l-creative-developer__main {
  background: url(/recruit/common/img/content/bg_pattern01.png);
  padding: 0 20px;
}
.l-creative-developer__content {
  position: relative;
  width: 990px;
  padding: 35px 0 60px;
  margin: 0 auto;
}
.l-creative-developer__heading {
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: Helvetica , sans-serif;
  color: #fff;
  background: #69BE28;
  padding: 3px 10px;
}
.l-creative-developer__ttl {
  font-size: 3rem;
  margin: 0 0 5px;
}
.l-creative-developer__txt {
  font-size: 1.6rem;
}

.l-creative-event {
  background: url(/recruit/img/creative/bg-event.jpg);
  background-size: cover;
  padding: 75px 20px;
}
.l-creative-event__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
}
.l-creative-event__head span {
  display: block;
}
.l-creative-event__head .in01 {
  font-size: 3.6rem;
  font-family: Helvetica , sans-serif;
  color: #69BE28;
}
.l-creative-event__head .in02 {
  font-size: 2rem;
  color: #fff;
}
.l-creative-event__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 100px;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.l-creative-event__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-100%);
}
.l-creative-event__btn span {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 0 20px 0 0;
}
.l-creative-event__btn span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 24px;
  height: 7px;
  background: url(/recruit/common/img/icon/icon_arrow_w.svg);
  background-size: cover;
  margin: auto;
  transition: .1s;
}
.l-creative-event__btn:hover:before {
  animation: button .4s;
}
.l-creative-event__btn:hover span:before {
  right: -25px;
}
.l-creative-flow {
  background: url(/recruit/common/img/content/bg_pattern01.png);
}
.l-creative-flow__container {
  width: 1030px;
  padding: 50px 20px 80px;
  margin: 0 auto;
}
.l-creative-flow__list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.l-creative-flow__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 380px;
  font-size: 1.8rem;
  border: 1px solid #000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.l-creative-flow__list li span {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  transform: rotate(-90deg);
}
@media all and (-ms-high-contrast: none) {
  .l-creative-flow__list li span {
    position: relative;
    left: 3px;
  }
}
.l-creative-flow__list li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -70px;
  bottom: 0;
  width: 42px;
  height: 6px;
  background-image: url(/recruit/img/design/icon-arrow_g.svg);
  background-size: cover;
  margin: auto;
}
.l-creative-flow__list li:last-child:before {
  content: none;
}
.l-creative-flow__txt {
  font-size: 1.2rem;
  line-height: 1.8;
}
.l-creative-flow__txt a {
  text-decoration: underline;
}
.l-creative-flow__txt a:hover {
  text-decoration: none;
}

.l-creative-info {
  background: url(/recruit/img/design/bg-info.jpg);
  background-size: cover;
  padding: 75px 20px;
}
.l-creative-info__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
}
.l-creative-info__head span {
  display: block;
}
.l-creative-info__head .in01 {
  font-size: 3.6rem;
  font-family: Helvetica , sans-serif;
  color: #69BE28;
}
.l-creative-info__head .in02 {
  font-size: 2rem;
  color: #fff;
}
.l-creative-info__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 100px;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.l-creative-info__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-100%);
}
.l-creative-info__btn span {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 0 20px 0 0;
}
.l-creative-info__btn span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 24px;
  height: 7px;
  background: url(/recruit/common/img/icon/icon_arrow_w.svg);
  background-size: cover;
  margin: auto;
  transition: .1s;
}
.l-creative-info__btn:hover:before {
  animation: button .4s;
}
.l-creative-info__btn:hover span:before {
  right: -25px;
}
