/* common
=================================================================== */
/* color
=================================================================== */
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* form
=================================================================== */
/* max-width: 1023px
=================================================================== */
@media only screen and (max-width: 1240px) {
  article .section.about .about__contents > p {
    font-size: 19px;
    line-height: 1.9; } }
/* max-width: 1023px
=================================================================== */
@media only screen and (max-width: 1023px) {
  /* animation
  =================================================================== */
  @keyframes slideAnime {
    0% {
      transform: translate3d(0, 0, 0); }
    100% {
      transform: translate3d(-3306px, 0, 0); } }
  @-webkit-keyframes slideAnime {
    0% {
      -webkit-transform: translate3d(0, 0, 0); }
    100% {
      -webkit-transform: translate3d(-3306px, 0, 0); } }
  /* common
  =================================================================== */
  /* contents
  =================================================================== */
  article .section.about {
    width: calc(100% - 10px); }
    article .section.about .content--h1 {
      margin-bottom: 45px;
      letter-spacing: 0px; }
    article .section.about > p {
      right: auto;
      left: 15px;
      top: 45px;
      text-align: left; }
    article .section.about .kv {
      width: calc(100% + 30px);
      left: -15px;
      margin-bottom: 40px; }
      article .section.about .kv .kv__content {
        padding-top: calc(1208 / 2000 * 100%); }
        article .section.about .kv .kv__content ul li dl dd {
          bottom: 10px;
          left: 13px;
          transform: scale(0.5);
          -webkit-transform: scale(0.5);
          transform-origin: left bottom; }
    article .section.about .about__contents .about__contents--title {
      margin-bottom: 35px; }
      article .section.about .about__contents .about__contents--title dl dt {
        font-size: 18px; }
        article .section.about .about__contents .about__contents--title dl dt strong {
          font-size: 17px; }
      article .section.about .about__contents .about__contents--title dl dd {
        font-size: 13px; }
        article .section.about .about__contents .about__contents--title dl dd span {
          font-size: 12px;
          padding-left: 7px; }
      article .section.about .about__contents .about__contents--title.en dl dt {
        font-size: 17px; }
      article .section.about .about__contents .about__contents--title.en dl dd {
        font-size: 13px; }
    article .section.about .about__contents > p {
      font-size: 14px;
      margin-bottom: 30px; }
      article .section.about .about__contents > p br {
        display: none; }
    article .section.about .about__contents.content--en .info__list li dl dt {
      width: 85px; }
    article .section.about .about__contents.content--en .info__list.info__list--en li dl dd {
      margin-left: 100px; } }
