.clearfix::after {
  display: table;
  clear: both;
  content: '';
}

.pre {
  white-space: pre;
}

.pre-wrap {
  white-space: pre-wrap;
}

br.sp {
  display: inline;
}

br.pc {
  display: none;
}

.p-service {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px 20px 0;
}

.p-service__inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  margin: auto;
}

.p-service-list {
  width: 100%;
  margin: auto;
}

.p-service-list--detail {
  margin-top: 30px;
}

.p-service-list--detail .p-service-list__item__title {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.p-service-list__item {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-service-list__item:not(:first-child) {
  margin-top: 50px;
}

.p-service-list__item__inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}

.p-service-list__item__head {
  padding: 0 20px;
}

.p-service-list__item__head img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p-service-list__item__body {
  padding: 130px 20px 40px;
  margin-top: -112px;
  background-color: #f2f3f8;
  border-radius: 20px;
}

.p-service-list__item__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

.p-service-list__item__text {
  margin-top: 10px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-service-list__item__btn {
  margin: 40px auto 0;
}

.p-production {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px;
  margin-top: 240px;
  background-color: #f2f3f8;
}

.p-production__inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  margin: -240px auto 0;
}

.p-production__head {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-production__body {
  margin-top: 60px;
}

.p-production__head__title {
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a50ad;
  text-align: center;
  letter-spacing: 0.06em;
}

.p-production__head__text {
  max-width: 780px;
  margin: 30px auto 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-production__head__bg {
  display: none;
}

.p-production__head__bg span:first-child {
  -webkit-animation: text_scroll1 40s -20s linear infinite;
  animation: text_scroll1 40s -20s linear infinite;
}

.p-production__head__bg span:last-child {
  -webkit-animation: text_scroll2 40s linear infinite;
  animation: text_scroll2 40s linear infinite;
}

.p-production--car .p-production__head__bg span:first-child {
  -webkit-animation: text_scroll1 100s -50s linear infinite;
  animation: text_scroll1 100s -50s linear infinite;
}

.p-production--car .p-production__head__bg span:last-child {
  -webkit-animation: text_scroll2 100s linear infinite;
  animation: text_scroll2 100s linear infinite;
}

.p-production__body__title {
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a50ad;
  text-align: center;
  letter-spacing: 0.06em;
}

.p-production__list {
  margin: 30px auto 0;
}

.p-production__list__item:not(:first-child) {
  margin-top: 40px;
}

.p-production__list__item:nth-child(1) .p-production__list__body::before {
  background-image: url('../../assets/img/service/production/img1.jpg');
}

.p-production__list__item:nth-child(2) .p-production__list__body::before {
  background-image: url('../../assets/img/service/production/img2.jpg');
}

.p-production__list__item:nth-child(3) .p-production__list__body::before {
  background-image: url('../../assets/img/service/production/img3.jpg');
}

.p-production--gBusiness .p-production__list__item:nth-child(1) .p-production__list__body::before {
  background-image: url('../../assets/img/service/global-business/img1.jpg');
}

.p-production--gBusiness .p-production__list__item:nth-child(2) .p-production__list__body::before {
  background-image: url('../../assets/img/service/global-business/img2.jpg');
}

.p-production--gBusiness .p-production__list__item:nth-child(3) .p-production__list__body::before {
  background-image: url('../../assets/img/service/global-business/img3.jpg');
}

.p-production--car .p-production__list__item:nth-child(1) .p-production__list__body::before {
  background-image: url('../../assets/img/service/contents-and-rights/img1.jpg');
}

.p-production--car .p-production__list__item:nth-child(2) .p-production__list__body::before {
  background-image: url('../../assets/img/service/contents-and-rights/img2.jpg');
}

.p-production__list__title {
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #1a50ad;
  letter-spacing: 0.08em;
}

.p-production__list__title span {
  display: block;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-production__list__body {
  margin-top: 20px;
}

.p-production__list__body::before {
  display: block;
  width: 100%;
  height: 64vw;
  overflow: hidden;
  content: '';
  background-image: url('../../assets/img/service/production/img1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.p-production__list__text {
  width: 86.44068%;
  min-width: 255px;
  padding: 20px;
  margin: -60px auto 0;
  overflow: hidden;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background-color: #ffffff;
  border-radius: 10px;
}

.p-production__list__text--full {
  width: auto;
  padding: 0;
  margin: 20px auto 0;
}

.p-production__list__btn {
  margin: 20px auto 0;
}

.p-other-production {
  padding: 40px 20px;
  background-color: #2b2b2b;
}

.p-other-production__title {
  font-size: 35.2px;
  font-size: 2.2rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.06em;
}

.p-other-production__list {
  margin: 0 auto;
}

.p-other-production__list li {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 15px;
}

.p-other-production__list li a {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 56vw;
}

.p-other-production__list li a::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  content: '';
  background-image: url(../../assets/img/common/btn_circle.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.p-other-production__list__image {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-other-production__list__image::before {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}

.p-other-production__list__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-other-production__list__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 35.2px;
  font-size: 2.2rem;
  color: #ffffff;
  letter-spacing: 0.06em;
}

.p-other-production__list__title span {
  display: block;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.p-production-detail {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-production-detail__head {
  padding: 20px 20px 60px;
  margin: auto;
  overflow: hidden;
}

.p-production-detail__head__image {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.p-production-detail__head__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-production-detail__head__bg {
  position: absolute;
  top: 0;
  top: -21.33333vw;
  left: 50%;
  z-index: 0;
  width: 420px;
  pointer-events: none;
  -webkit-filter: opacity(30%) blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.3" /></feComponentTransfer><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: opacity(30%) blur(50px);
}

.p-production-detail__head__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.p-production-detail__head__textWrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 30px;
}

.p-production-detail__head__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

.p-p-production-detail__head__text {
  margin-top: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-production-detail__body {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px;
  background-color: #f2f3f8;
}

.p-production-detail__body__title {
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

@-webkit-keyframes text_scroll1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes text_scroll1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes text_scroll2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes text_scroll2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@media only screen and (min-width: 1024px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
  .p-service {
    padding: 0 90px 0;
  }
  .p-service-list {
    max-width: 1260px;
    margin-bottom: 70px;
  }
  .p-service-list--detail {
    max-width: 1040px;
    margin-top: 50px;
  }
  .p-service-list--detail .p-service-list__item__inner {
    max-width: 780px;
  }
  .p-service-list--detail .p-service-list__item__head {
    width: 49.48718%;
  }
  .p-service-list--detail .p-service-list__item__body {
    width: 44.10256%;
    background-color: transparent;
  }
  .p-service-list--detail .p-service-list__item__title {
    font-size: 2rem;
  }
  .p-service-list__item {
    padding: 0 40px;
  }
  .p-service-list__item:not(:first-child) {
    margin-top: 150px;
  }
  .p-service-list__item:nth-child(even) .p-service-list__item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-service-list__item:nth-child(even) .p-service-list__item__head img {
    -webkit-box-shadow: 70px 70px 70px rgba(7, 22, 47, 0.15);
    box-shadow: 70px 70px 70px rgba(7, 22, 47, 0.15);
  }
  .p-service-list__item:nth-child(even) .p-service-list__item__body {
    margin-right: 7.69231%;
    margin-left: 0;
  }
  .p-service-list__item::after {
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 76.71233%;
    max-height: 280px;
    content: '';
    background-color: #f2f3f8;
    border-radius: 20px;
  }
  .p-service-list__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1040px;
  }
  .p-service-list__item__head {
    width: 46.15385%;
    padding: 0;
  }
  .p-service-list__item__head img {
    -webkit-box-shadow: -70px 70px 70px rgba(7, 22, 47, 0.15);
    box-shadow: -70px 70px 70px rgba(7, 22, 47, 0.15);
  }
  .p-service-list__item__body {
    width: 53.84615%;
    padding: 0;
    margin-top: 0;
    margin-left: 7.69231%;
    background-color: transparent;
  }
  .p-service-list__item__title {
    font-size: 4.4rem;
    line-height: 1.5;
  }
  .p-service-list__item__text {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .p-service-list__item__btn {
    margin: 60px 0 0;
  }
  .p-production {
    padding: 1px 90px 80px;
    margin-top: 180px;
  }
  .p-production__inner {
    margin: -180px auto 0;
  }
  .p-production__body {
    margin-top: 80px;
  }
  .p-production__head__title {
    font-size: 3rem;
  }
  .p-production__head__bg {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 19.4rem;
    font-weight: 700;
    color: #f7f9fc;
    letter-spacing: 0.08em;
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-production__body {
    padding-right: 110px;
    padding-left: 110px;
  }
  .p-production__body__title {
    font-size: 3rem;
    text-align: left;
  }
  .p-production__list {
    max-width: 780px;
    margin: 50px auto 0;
  }
  .p-production__list__title {
    font-size: 2rem;
  }
  .p-production__list__title span {
    font-size: 1.4rem;
  }
  .p-production__list__body {
    margin-top: 30px;
  }
  .p-production__list__body::before {
    height: 290px;
  }
  .p-production__list__text {
    max-width: 680px;
    padding: 40px;
    margin: -80px auto 0;
  }
  .p-production__list__text--full {
    max-width: 100%;
    padding: 0;
    margin: 20px auto 0;
  }
  .p-production__list__btn {
    margin: auto;
  }
  .p-other-production {
    padding: 80px 90px;
  }
  .p-other-production__title {
    font-size: 3rem;
  }
  .p-other-production__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1260px;
    margin: 50px auto 0;
  }
  .p-other-production__list li {
    margin-top: 0;
  }
  .p-other-production__list li:not(:first-child) {
    margin-left: 50px;
  }
  .p-other-production__list li a {
    height: auto;
  }
  .p-other-production__list li a:hover .p-other-production__list__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-other-production__list__title {
    padding: 40px;
    font-size: 3rem;
  }
  .p-other-production__list__title span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .p-production-detail__head {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1040px;
    padding: 0 90px 80px;
  }
  .p-production-detail__head__image {
    width: 460px;
  }
  .p-production-detail__head__bg {
    top: -200px;
    width: 1200px;
    margin-left: -180px;
  }
  .p-production-detail__head__textWrap {
    width: 500px;
    margin-top: 0;
    margin-right: 80px;
  }
  .p-production-detail__head__title {
    font-size: 4rem;
  }
  .p-production-detail__body {
    padding: 80px 90px;
  }
  .p-production-detail__body__title {
    max-width: 1040px;
    margin: auto;
    font-size: 3rem;
    text-align: left;
  }
}

@media only screen and (max-width: 1023px) {
  .p-service-list__item__head img {
    -webkit-box-shadow: 0 10px 30px rgba(7, 22, 47, 0.1);
    box-shadow: 0 10px 30px rgba(7, 22, 47, 0.1);
  }
  .p-other-production__list__image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 126.56716%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
