@charset "UTF-8";
.production__header {
  background-image: url(../img/production-bg.jpg);
  background-size: cover;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 430px) {
  .production__header {
    height: auto;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.production__header__inner {
  position: relative;
}
@media only screen and (max-width: 430px) {
  .production__header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
  }
}
.production__header__logo {
  max-width: 410px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .production__header__logo {
    width: 34%;
  }
}
.production__header__logo::before {
  position: absolute;
  left: -300px;
  top: -60px;
  content: "";
  z-index: 10;
  background-image: url(../img/production-company.png);
  width: 430px;
  height: 106px;
  background-size: cover;
}
@media only screen and (max-width: 430px) {
  .production__header__logo::before {
    left: -100px;
    top: -40px;
    width: 200px;
    height: 49px;
  }
}
.production__header__menu {
  position: absolute;
  top: 70px;
  left: -310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  gap: 24px;
}
@media only screen and (max-width: 430px) {
  .production__header__menu {
    position: relative;
    display: contents;
  }
}
.production__header__menu a {
  width: 284px;
  background-color: var(--color-blue-dark);
  border: solid 1px var(--color-white);
  color: var(--color-white);
  text-decoration: none;
  border-radius: 8px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .production__header__menu a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .production__header__menu a {
    font-size: 15px;
  }
}
.production__header__menu a {
  text-align: center;
  font-weight: 600;
}
.production__header__menu a:hover {
  background-color: var(--color-white);
  color: var(--color-blue-dark);
}
@media only screen and (max-width: 430px) {
  .production__header__menu a {
    padding: 12px;
  }
}
.production__container {
  width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 430px) {
  .production__container {
    width: 90%;
  }
}
.production__ekonte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 430px) {
  .production__ekonte {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.production__ekonte__left {
  width: 60%;
}
@media only screen and (max-width: 430px) {
  .production__ekonte__left {
    width: 100%;
  }
}
.production__ekonte__right {
  width: 40%;
}
@media only screen and (max-width: 430px) {
  .production__ekonte__right {
    width: 100%;
  }
}
.production__title {
  margin-bottom: 16px;
}
.production__title img {
  max-height: 50px;
}
.production__title--blue {
  background-image: url(../img/production-bg-blue.png);
}
.production__title--yellow {
  background-image: url(../img/production-bg-yellow.png);
}
.production__title--pink {
  background-image: url(../img/production-bg-pink.png);
}
.production__title--green {
  background-image: url(../img/production-bg-green.png);
}
.production__title--perple {
  background-image: url(../img/production-bg-perple.png);
}
.production__subtitle {
  margin-bottom: 16px;
}
@media only screen and (max-width: 430px) {
  .production__subtitle {
    margin-bottom: 12px;
  }
}
.production__subtitle p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.production__subtitle p span:nth-of-type(1) {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .production__subtitle p span:nth-of-type(1) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .production__subtitle p span:nth-of-type(1) {
    font-size: 12px;
  }
}
.production__subtitle p span:nth-of-type(2) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .production__subtitle p span:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .production__subtitle p span:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.production__subtitle p span:nth-of-type(2) {
  font-weight: 600;
}
.production__subtitle--pink p span:nth-of-type(1) {
  color: var(--color-skypink);
}
.production__subtitle--blue p span:nth-of-type(1) {
  color: var(--color-skyblue);
}
.production__subtitle--green p span:nth-of-type(1) {
  color: var(--color-skygreen);
}
.production__subtitle--perple p span:nth-of-type(1) {
  color: var(--color-skyperple);
}
.production__subtitle--yellow p span:nth-of-type(1) {
  color: var(--color-skyyellow);
}
.production__point {
  margin-bottom: 40px;
}
.production__point p {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .production__point p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .production__point p {
    font-size: 18px;
  }
}
.production__point p {
  font-weight: 600;
  letter-spacing: 0.6em;
  position: relative;
  display: inline-block;
}
.production__point p::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  z-index: -1;
}
.production__point p::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  height: 42px;
  width: 50px;
  position: absolute;
  content: "";
  right: -60px;
  bottom: 0;
}
.production__point--blue p::before {
  border-bottom: solid 10px var(--color-skyblue);
}
.production__point--blue p::after {
  background-image: url(../img/production-bg-blue-pen.png);
}
.production__point--pink p::before {
  border-bottom: solid 10px var(--color-skypink);
}
.production__point--pink p::after {
  background-image: url(../img/production-bg-pink-pen.png);
}
.production__point--yellow p::before {
  border-bottom: solid 10px var(--color-skyyellow);
}
.production__point--yellow p::after {
  background-image: url(../img/production-bg-yellow-pen.png);
}
.production__point--perple p::before {
  border-bottom: solid 10px var(--color-skyperple);
}
.production__point--perple p::after {
  background-image: url(../img/production-bg-perple-pen.png);
}
.production__point--green p::before {
  border-bottom: solid 10px var(--color-skygreen);
}
.production__point--green p::after {
  background-image: url(../img/production-bg-green-pen.png);
}
.production__block__primary__titleYellow {
  background-color: var(--color-skyyellow);
}
.production__block__primary__titleGreen {
  background-color: var(--color-skygreen);
}
.production__block__primary__titlePerple {
  background-color: var(--color-skyperple);
}
.production__block__primary__titlePink {
  background-color: var(--color-skypink);
}
.production__block__primary__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  .production__block__primary__title p:nth-of-type(1) {
    width: 20px;
  }
}
.production__block__primary__title p:nth-of-type(2) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .production__block__primary__title p:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .production__block__primary__title p:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.production__block__primary__title p:nth-of-type(2) {
  font-weight: 600;
}
.production__block__primary__container {
  padding: 32px;
  background-color: var(--color-gray-light);
}
@media only screen and (max-width: 430px) {
  .production__block__primary__container {
    padding: 16px;
  }
}
.production__block__primary__container__text {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .production__block__primary__container__text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .production__block__primary__container__text {
    font-size: 14px;
  }
}
.production__block__primary__container__text:last-child {
  margin-bottom: 0px;
}
.production__block__primary__container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  .production__block__primary__container__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
}
.production__block__primary__container__inner .colum-two {
  width: 48%;
  background-color: var(--color-white);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  .production__block__primary__container__inner .colum-two {
    padding: 12px;
    width: 100%;
  }
}
.production__block__primary__container__inner .colum-three {
  width: 28%;
  background-color: var(--color-white);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  .production__block__primary__container__inner .colum-three {
    padding: 12px;
    width: 100%;
  }
}
.production__block__primary__container__inner .sankaku {
  position: relative;
}
@media only screen and (max-width: 430px) {
  .production__block__primary__container__inner .sankaku {
    margin-bottom: 40px;
  }
}
.production__block__primary__container__inner .sankaku::before {
  position: absolute;
  content: "";
  top: 50%;
  background-image: url(../img/production-step-yaji.png);
  background-size: cover;
  background-position: center center;
  width: 18px;
  height: 30px;
  right: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 430px) {
  .production__block__primary__container__inner .sankaku::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: auto;
    bottom: -40px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.production__block-glid-basic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.production__block-glid-basic__list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.production__block-glid-primary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.production__block-glid-primary__list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.production__block-glid-primary__list__left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .production__block-glid-primary__list__left {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .production__block-glid-primary__list__left {
    font-size: 14px;
  }
}
.production__block-glid-primary__list__right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.production__block-glid-secondary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.production__block-glid-secondary__list__left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.production__block-glid-secondary__list__right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.production__block-glid-tertiary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4%;
}
@media only screen and (max-width: 430px) {
  .production__block-glid-tertiary__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.production__block-glid-tertiary__list__left {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 430px) {
  .production__block-glid-tertiary__list__left {
    width: 100%;
  }
}
.production__block-glid-tertiary__list__right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  .production__block-glid-tertiary__list__right {
    width: 100%;
    margin-bottom: 40px;
  }
}
.production__point {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.production__point__list {
  width: 48%;
  border-right: solid 1px var(--color-black);
  border-bottom: solid 1px var(--color-black);
  background-color: var(--color-gray-light);
  margin-bottom: 4%;
}
@media only screen and (max-width: 430px) {
  .production__point__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .production__point__list:last-child {
    margin-bottom: 0;
  }
}
.production__point__header {
  padding: 0 0 12px 0;
  border-bottom: solid 1px var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-white);
  gap: 16px;
}
@media only screen and (max-width: 430px) {
  .production__point__header {
    padding: 0 0 0 0;
  }
}
.production__point__header__left {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.production__point__header__right {
  width: 80%;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .production__point__header__right {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .production__point__header__right {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
.production__point__header__right {
  font-weight: 600;
}
.production__point__container {
  background-color: var(--color-gray-light);
  padding: 20px;
}
.production__point__container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin-bottom: 16px;
}
.production__point__container dl:last-child {
  margin-bottom: 0px;
}
.production__point__container dl dt {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .production__point__container dl dt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .production__point__container dl dt {
    font-size: 16px;
  }
}
.production__point__container dl dt {
  font-weight: 600;
}
.production__point__container dl dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .production__point__container dl dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .production__point__container dl dd {
    font-size: 14px;
  }
}
.production__point__container dl dd.center {
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .production__point__container dl dd.center {
    width: 30px;
    margin: 0 auto;
  }
}
.production__point__container__caption {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .production__point__container__caption {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .production__point__container__caption {
    font-size: 12px;
  }
}
.production__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 430px) {
  .production__menu {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.production__menu__left {
  width: 26%;
  max-height: 300px;
  overflow-y: auto;
  border-right: solid 1px var(--color-black);
  border-bottom: solid 1px var(--color-black);
  padding-right: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .production__menu__left {
    max-height: 300px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.production__menu__left ul li {
  padding: 14px;
  cursor: pointer;
  background: #eee;
  margin-bottom: 4px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .production__menu__left ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .production__menu__left ul li {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 430px) {
  .production__menu__left ul li {
    padding: 8px;
  }
}
.production__menu__left ul li.active {
  background: #ccc;
}
.production__menu__right {
  width: 70%;
  border-right: solid 1px var(--color-black);
  border-bottom: solid 1px var(--color-black);
  padding-right: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 430px) {
  .production__menu__right {
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.production__menu__right .content-item {
  display: none;
}
.production__menu__right .content-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 430px) {
  .production__menu__right .content-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.production__menu__right .content-item__inner__left {
  width: 40%;
}
@media only screen and (max-width: 430px) {
  .production__menu__right .content-item__inner__left {
    width: 100%;
  }
}
.production__menu__right .content-item__inner__left--cancel {
  width: 100%;
}
.production__menu__right .content-item__inner__left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.production__menu__right .content-item__inner__left dl dt {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .production__menu__right .content-item__inner__left dl dt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .production__menu__right .content-item__inner__left dl dt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.production__menu__right .content-item__inner__left dl dt {
  font-weight: 600;
}
.production__menu__right .content-item__inner__left dl dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .production__menu__right .content-item__inner__left dl dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .production__menu__right .content-item__inner__left dl dd {
    font-size: 14px;
  }
}
.production__menu__right .content-item__inner__right {
  width: 54%;
}
@media only screen and (max-width: 430px) {
  .production__menu__right .content-item__inner__right {
    width: 70%;
  }
}
.production__menu__right .content-item.active {
  display: block;
}
.production__step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: var(--color-gray-light);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 20px;
}
.production__haikei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.production__haikei__left {
  max-width: 240px;
}
@media only screen and (max-width: 430px) {
  .production__haikei__left {
    width: 30%;
  }
}
@media only screen and (max-width: 430px) {
  .production__haikei__right {
    width: 70%;
  }
}
.production__haikei__right dl dt {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .production__haikei__right dl dt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .production__haikei__right dl dt {
    font-size: 16px;
  }
}
.production__haikei__right dl dt {
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}
.production__haikei__right dl dt::before {
  position: absolute;
  bottom: -10px;
  width: 100%;
  content: "";
  border-bottom: solid 4px var(--color-skyblue);
}
.production__haikei__right dl dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .production__haikei__right dl dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .production__haikei__right dl dd {
    font-size: 14px;
  }
}
.production__haikei__right dl dd {
  position: relative;
  padding-left: 1em;
}
.production__haikei__right dl dd::before {
  content: "・";
  position: absolute;
  left: 0;
}
.production__kantoku ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  .production__kantoku ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
  }
}
.production__kantoku ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .production__kantoku ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .production__kantoku ul li {
    font-size: 14px;
  }
}
.production__kantoku ul li {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.production__kantoku ul li p.illust {
  width: 140px;
}
.production__enshutsu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .production__enshutsu {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .production__enshutsu {
    font-size: 14px;
  }
}
.production__enshutsu {
  letter-spacing: -0.02em;
}
.production__enshutsu div {
  padding: 13px;
  background-color: var(--color-gray-light);
}
.production__enshutsu dl {
  padding: 13px;
  background-color: var(--color-skypink);
  position: relative;
}
.production__enshutsu dl.mark {
  position: relative;
}
.production__enshutsu dl.mark::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  background-image: url(../img/production-parts2.png);
  background-size: cover;
  width: 28px;
  height: 28px;
  content: "";
  display: inline-block;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}
.production__enshutsu dl dt {
  font-weight: 600;
}
.production .humanvoice {
  max-width: 860px;
}
.production .humanvoice__info__left {
  display: none;
}