.common_links .joke a:after {
  display: none;
}

.en {
  margin: 50px auto 80px;
}

.section {
  padding: 0 0 140px;
}
.section .joke {
  width: 1520px;
  margin: 0 auto;
}
.section .joke .title {
  margin-bottom: 90px;
}
.section .joke .title h1 {
  font-weight: 800;
  font-size: 40px;
  color: #111111;
  margin-bottom: 10px;
}
.section .joke .title p {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.section .joke .content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .joke .content .item:not(:nth-last-child(1)) {
  margin-bottom: 160px;
}
.section .joke .content .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.section .joke .content .item .img {
  display: block;
  width: 720px;
}
.section .joke .content .item .img img {
  display: block;
  width: 100%;
}
.section .joke .content .item .text {
  width: 720px;
}
.section .joke .content .item .text .item_line {
  width: 25px;
  height: 4px;
  background: #E83928;
  margin: 0 0 30px;
  transform: scaleX(0);
  transition: 0.6s;
  transform-origin: left;
}
.section .joke .content .item .text .item_line.aos-animate {
  transform: scaleX(1);
}
.section .joke .content .item .text h5 {
  font-weight: 800;
  font-size: 40px;
  color: #111111;
  margin-bottom: 40px;
}
.section .joke .content .item .text p {
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  line-height: 40px;
}

@media screen and (max-width: 1920px) {
  .en {
    margin: 2.6041666667vw auto 4.1666666667vw;
  }
  .section {
    padding: 0 0 7.2916666667vw;
  }
  .section .joke {
    width: 79.1666666667vw;
    margin: 0 auto;
  }
  .section .joke .title {
    margin-bottom: 4.6875vw;
  }
  .section .joke .title h1 {
    font-weight: 800;
    font-size: 2.0833333333vw;
    color: #111111;
    margin-bottom: 0.5208333333vw;
  }
  .section .joke .title p {
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #666666;
  }
  .section .joke .content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section .joke .content .item:not(:nth-last-child(1)) {
    margin-bottom: 8.3333333333vw;
  }
  .section .joke .content .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .section .joke .content .item .img {
    display: block;
    width: 37.5vw;
  }
  .section .joke .content .item .img img {
    display: block;
    width: 100%;
  }
  .section .joke .content .item .text {
    width: 37.5vw;
  }
  .section .joke .content .item .text .item_line {
    width: 1.3020833333vw;
    height: 0.2083333333vw;
    background: #E83928;
    margin: 0 0 1.5625vw;
  }
  .section .joke .content .item .text h5 {
    font-weight: 800;
    font-size: 2.0833333333vw;
    color: #111111;
    margin-bottom: 2.0833333333vw;
  }
  .section .joke .content .item .text p {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #111111;
    line-height: 2.0833333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .section .joke {
    width: 90%;
  }
  .section .joke .title h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .section .joke .title p {
    font-size: 14px;
  }
  .section .joke .title {
    margin: 0 0 60px;
  }
  .section .joke .content .item .text h5 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .section .joke .content .item .text p {
    font-size: 14px;
    line-height: 2;
  }
  .section .joke .content .item .img {
    width: 40vw;
  }
  .section .joke .content .item .text {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .section .joke .content .item {
    display: block;
  }
  .section .joke .content .item:not(:nth-last-child(1)) {
    margin-bottom: 50px;
  }
  .section .joke .content .item .img,.section .joke .content .item .text {
    width: 100%;
  }
  .section .joke .content .item .img {
    margin: 0 0 20px;
  }
  .section {
    padding: 0 0 50px;
  }
  .section .joke .title p {
    line-height: 1.6;
  }
  html[lang='en'] .common_links,html[lang='ja'] .common_links {
    display: none;
  }
}
