.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-english {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-english__head {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px 20px 420px;
  overflow: hidden;
}

.p-english__head::after {
  position: absolute;
  top: 0;
  left: -82.66667vw;
  z-index: 0;
  display: block;
  width: 533.33333vw;
  height: 533.33333vw;
  content: '';
  background-color: #1a50ad;
  border-radius: 50%;
}

.p-english__head__items {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.p-english__head__image {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
}

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

.p-english__head__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #1a50ad;
  letter-spacing: 0.08em;
}

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

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

.p-english__production {
  padding: 30px 20px;
  margin: auto;
  margin-top: -370px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
}

.p-english__production__inner {
  margin: auto;
}

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

.p-english__profile {
  padding: 30px 20px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
}

.p-english__profile__inner {
  margin: auto;
}

.p-english__profile__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

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

.p-english__profile__list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 2;
}

.p-english__profile__list dt::before {
  position: relative;
  top: 12px;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 2px;
  margin-right: 10px;
  content: '';
  background-color: #1a50ad;
  border-radius: 50%;
}

.p-english__profile__list dd {
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 2;
}

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

.p-english__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 405px;
  content: '';
  background-image: url(../../assets/img/en/contact_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.p-english__contact__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.p-english__contact__text {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-english__contact__btn {
  margin-top: 40px;
}

.p-en-production {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 30px 20px;
  margin-top: 30px;
  background-color: #f7f7f7;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
}

.p-en-production__images {
  margin-top: 40px;
}

.p-en-production__images > div {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
}

.p-en-production__images > div:not(:first-child) {
  margin-top: 20px;
}

.p-en-production__images img {
  display: block;
  width: 100%;
  height: auto;
}

.p-en-production__list__item {
  padding: 20px 0 40px;
  border-top: 1px solid #cecece;
}

.p-en-production__list__item:last-child {
  border-bottom: 1px solid #cecece;
}

.p-en-production__list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.08em;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.p-en-production__list__item dt span {
  margin-right: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-en-production__list__item dd {
  margin-top: 10px;
}

.p-en-production__list__item dd p {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 1024px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
  .p-english__head {
    padding: 0 90px 1000px;
  }
  .p-english__head::after {
    top: 80px;
    left: 0;
    width: 199.86111vw;
    height: 199.86111vw;
  }
  .p-english__head__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-english__head__textWrap {
    width: 510px;
    margin-top: 0;
    margin-right: 100px;
  }
  .p-english__head__image {
    width: 430px;
    margin-top: 0;
  }
  .p-english__head__title {
    font-size: 3.4rem;
    letter-spacing: 0.06em;
  }
  .p-english__body {
    padding: 80px 90px;
  }
  .p-english__production {
    max-width: 1260px;
    padding: 80px 40px;
    margin-top: -1000px;
  }
  .p-english__production__inner {
    max-width: 1040px;
  }
  .p-english__production__title {
    font-size: 3rem;
  }
  .p-english__profile {
    max-width: 1260px;
    padding: 80px 40px;
  }
  .p-english__profile__inner {
    max-width: 1040px;
  }
  .p-english__profile__title {
    font-size: 3.4rem;
  }
  .p-english__profile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .p-english__profile__list dt {
    width: 32.69231%;
    margin-bottom: 20px;
  }
  .p-english__profile__list dd {
    width: 67.30769%;
    padding: 0;
    margin-bottom: 20px;
  }
  .p-english__foot {
    padding: 80px 0 0;
  }
  .p-english__contact {
    height: 560px;
  }
  .p-english__contact__title {
    font-size: 6rem;
  }
  .p-english__contact__text {
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .p-english__contact__btn {
    margin-top: 60px;
  }
  .p-en-production {
    display: block;
    padding: 0;
    margin-top: 50px;
    background-color: transparent;
    border-radius: 0;
  }
  .p-en-production__images {
    position: sticky;
    top: 146px;
    z-index: 1;
    float: left;
    width: 390px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .p-en-production__images > div:not(:first-child) {
    margin-top: 30px;
  }
  .p-en-production__list {
    max-width: 910px;
    padding: 80px 40px 40px;
    margin-left: 130px;
    background-color: #f7f7f7;
    border-radius: 10px;
  }
  .p-en-production__list__item {
    max-width: 448px;
    margin-left: 330px;
  }
  .p-en-production__list__item dt {
    font-size: 2rem;
  }
  .p-en-production__list__item dt span {
    font-size: 1.4rem;
  }
}
