/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* platebulider */
#platebulider-head {
  color: #fff;
  width: 100%;
  min-height: 92vh;
  padding: 4em 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: url(../img/contents/headline_platebuilder.jpg) no-repeat;
  background-size: cover;
}
#platebulider-head .platebulider-head-inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
@media screen and (min-width: 1921px) {
  #platebulider-head .platebulider-head-inner {
    width: 1900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
#platebulider-head .platebulider-head-inner .sep-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
}
#platebulider-head .platebulider-head-inner .sep-box .platebulider-head-txt {
  margin-left: auto;
  max-width: 50%;
  padding-left: 7.5%;
}
#platebulider-head .platebulider-head-inner .sep-box .platebulider-head-img {
  width: 50%;
  max-width: 50%;
  position: relative;
}
#platebulider-head .platebulider-head-inner ul {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7em;
  padding: 0.5em 0 0 0;
  list-style: none;
}
#platebulider-head .platebulider-head-inner ul li {
  padding: 0.5em 0 0.5em 1.75em;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#platebulider-head .platebulider-head-inner ul li::after {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  z-index: 10;
  background: #FF5752;
  content: "";
}
#platebulider-head .platebulider-head-inner ul li::before {
  width: 0.5em;
  height: 0.25em;
  position: absolute;
  top: calc(50% - 0.25em);
  left: 0.2em;
  z-index: 11;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
#platebulider-head:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  background: #000;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
#platebulider-head .contents-area {
  position: relative;
  z-index: 10;
}
#platebulider-head h1 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.4em;
  line-height: 0.9;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  width: 100%;
  padding: 0.5em 0 0.5em 0;
  margin-top: auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#platebulider-head h1 span {
  font-size: 0.5em;
}
#platebulider-head p {
  font-size: 1.2em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#platebulider-head p.catch {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 700;
  font-size: 2.3em;
}
#platebulider-head p.catch strong {
  font-size: 1.7em;
}
#platebulider-head p.catch + p {
  font-size: 1.15em;
  line-height: 1.7;
}
#platebulider-head .estimate-movie-area {
  width: 100%;
  height: 100%;
  padding-top: 1em;
  position: relative;
}
#platebulider-head .estimate-movie-area video {
  position: absolute;
}
#platebulider-head .estimate-movie-area img {
  width: 90%;
  position: relative;
  z-index: 12;
  -webkit-transform: translateX(8vw);
          transform: translateX(8vw);
}
#platebulider-head .estimate-movie-area video {
  width: 77%;
  top: calc(3% + 3em);
  left: 7%;
  -webkit-transform: translateX(8vw);
          transform: translateX(8vw);
  z-index: 1;
}
#platebulider-head #service-btn-area {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-animation #platebulider-head #service-btn-area {
  color: #000;
}

.badge {
  color: #fff;
  width: 15em;
  height: 15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -8.5em;
  right: -1em;
  z-index: 20;
  border-radius: 50%;
  background: #3AA5CA;
}
.badge span {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.35em;
}
.badge strong {
  font-size: 2em;
}
.badge strong span {
  font-size: 1.1rem;
}

.platebulider-lead {
  text-align: center;
  padding: 5em 0 2em 0;
}
.platebulider-lead p.catch {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.3em;
  color: #3AA5CA;
}
.platebulider-lead p.catch span {
  font-size: 2em;
  color: #FF5752;
  padding: 0 0.25em;
}
.platebulider-lead p.catch span:after {
  width: 100%;
  height: 0.25em;
  margin: 0;
  bottom: 0.15em;
  z-index: -1;
  background: #F6F6B9;
}
.platebulider-lead dl {
  padding: 0 0 2em 0;
}
.platebulider-lead dl dt span {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  padding: 0 0.25em 0.25em 0.25em;
  display: inline-block;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.platebulider-lead dl dt span span {
  font-size: 2em;
  line-height: 1;
  padding: 0;
  border: none !important;
}
.platebulider-lead dl dd {
  padding: 3.5em 0 0 0;
}
.platebulider-lead dl dd ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.platebulider-lead dl dd ul li {
  width: 12.5%;
  padding: 0 1em;
}
.platebulider-lead dl dd ul li img {
  width: 100%;
}

.link-area {
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-area a {
  margin: 0 1em;
}

.platebulider-contents-material {
  font-size: 1.05em;
  width: 70%;
  margin: 4em auto 0 auto;
}

/* 6f */
.plate-builder .table-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plate-builder .table-contents section {
  text-align: left;
  padding: 1em 1em 2em 1em;
}
.plate-builder .table-contents section h2 {
  font-size: 1.8em;
  text-align: left;
}
.plate-builder .table-contents section.w100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plate-builder .table-contents section.w100 h2 {
  width: 100%;
}
.plate-builder .table-contents section.w100 h3 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.45em;
  color: #3AA5CA;
}

/* pb-works */
.pb-works {
  margin-bottom: 4.5em;
}
.pb-works .w60 table.model-table3-100,
.pb-works .w60 table.model-table4-100 {
  margin-top: 1em;
}

/* mobile */
@media screen and (max-width: 575px) {
  #platebulider-head {
    height: auto;
    min-height: auto;
    padding: 2em 1em;
  }
  #platebulider-head .platebulider-head-inner h1 {
    font-size: 2.5em;
    padding: 0.5em 0 0 0;
  }
  #platebulider-head .platebulider-head-inner .sep-box {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-txt {
    margin: 0;
    max-width: 100%;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-txt p {
    font-size: 1em;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-txt p.catch {
    font-size: 1.2em;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-txt ul {
    padding-top: 0;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-txt ul li {
    font-size: 0.7em;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-img {
    width: 100%;
    max-width: 100%;
    padding-top: 8em;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-img .badge {
    width: 11em;
    height: 11em;
    top: 1em;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-img .badge dl {
    font-size: 1em;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-img .estimate-movie-area {
    padding-top: 0;
  }
  #platebulider-head .platebulider-head-inner .sep-box .platebulider-head-img .estimate-movie-area video {
    top: calc(13% - 1em);
  }
  #service-btn-area {
    color: #000 !important;
    letter-spacing: 0;
    background: #fff !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) !important;
            box-shadow: rgba(0, 0, 0, 0.2) !important;
  }
  #service-btn-area ul li:first-child {
    display: none;
  }
  .works-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .works-list ul li {
    width: 100%;
  }
  .link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link-area a {
    margin-top: 1.5em;
  }
  .w60 {
    width: 100%;
  }
  table.model-table3 {
    width: 100%;
    margin: 2em 0;
  }
  .sep-box-variable-ai-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sep-box-variable-ai-center p {
    text-align: left;
  }
  .quality-contents p {
    text-align: left;
  }
  .pb-works {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pb-works .w40 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pb-works .w60 {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}