@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 2em;
  font-feature-settings: "palt";
  background: #fff;
}

body a {
  cursor: pointer;
  color: #ccc;
}

body a:hover, body a:active {
  color: #aaa;
}

body a:visited {
  color: #ccc;
}

body section {
  transition: .8s;
  opacity: 1;
  transform: translateY(0);
}

body section.hide {
  opacity: 0;
  transform: translateY(20px);
}

.cover__blue,
.cover__yellow,
.cover__red {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: repeat-y;
  z-index: -1000;
  pointer-events: none;
  transition: 2s;
  opacity: 0;
}

.cover__blue {
  background: url(../img/bg/bg_circle_blue.svg);
}

.cover__blue.active {
  opacity: .02;
}

.cover__yellow {
  background: url(../img/bg/bg_circle_yellow.svg);
}

.cover__yellow.active {
  opacity: .08;
}

.cover__red {
  background: url(../img/bg/bg_circle_red.svg);
}

.cover__red.active {
  opacity: .03;
}

nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  padding: 140px 24px 0;
  opacity: 0;
  pointer-events: none;
  z-index: 3000;
  transition: .2s;
}

nav.active {
  opacity: 1;
  pointer-events: visible;
}

nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 2px 2px #ccc;
}

nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 56px;
  font-weight: 700;
}

nav ul li a:hover {
  color: #EEE;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 80px;
  padding: 0 24px;
  z-index: 4000;
}

header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
}

header .header_content img {
  cursor: pointer;
}

header .nav_open {
  display: flex;
  align-content: space-between;
  justify-content: center;
  position: relative;
  width: 34px;
  height: 36px;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.4em;
  color: #ccc;
  user-select: none;
  cursor: pointer;
}

header .nav_open.active {
  color: #af124b;
}

header .nav_open.active::after {
  transform: translateX(-14px);
}

header .nav_open.active::before {
  background: #af124b;
}

header .nav_open::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background: #ccc;
}

header .nav_open::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #000;
  transition: .2s;
}

footer {
  background: #000;
  font-size: 12px;
}

footer ul {
  width: calc(100% - 10px * 2);
  margin: 0 auto;
  padding: 0;
}

footer ul li {
  height: 72px;
  line-height: 72px;
  padding: 0 8px;
}

footer ul li:not(:last-of-type) {
  border-bottom: 1px solid #EEE;
}

footer ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #ccc;
}

footer ul li a span {
  font-weight: 700;
  text-transform: uppercase;
}

footer ul li a span:hover {
  color: #aaa;
  cursor: pointer;
}

footer ul li.social {
  position: relative;
}

footer ul li.social ul {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  margin: 0 auto;
}

footer ul li.social ul li {
  width: calc(100% / 4);
  margin: 0 8px;
  padding: 0;
  list-style: none;
}

footer ul li.social ul li a {
  justify-content: center;
}

footer ul li.social ul li a img:hover {
  color: #ccc;
  cursor: pointer;
}

footer ul li.copyright {
  font-size: 14px;
  font-weight: 700;
  color: #EEE;
  text-align: center;
}

.btn__container {
  text-align: right;
}

.btn__container button {
  font-weight: 700;
  text-align: center;
  padding: 0;
}

.btn__container button.viewmore {
  position: relative;
  width: 240px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.4);
  text-align: left;
  padding: 0 0 0 20px;
  box-shadow: 2px 2px #000;
}

.btn__container button.viewmore::after {
  position: absolute;
  content: "→";
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn__container button.contact {
  position: fixed;
  bottom: 8px;
  right: 0;
  left: 0;
  width: calc(100% - 8px * 2);
  margin: auto;
  height: 48px;
  background: white;
  color: #af124b;
  z-index: 2000;
  border: 1px solid #af124b;
  box-shadow: 2px 2px #af124b;
}

section.top {
  padding-top: 80px;
}

section.top .mv {
  height: 440px;
}

section.top .mv h1 {
  padding-top: 104px;
}

section.top .mv h1 p {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: transparent;
  line-height: 2.8em;
  padding: 0 0 0 20px;
  transition: .8s;
  transform: translateY(20px);
}

section.top .mv h1 p.active {
  transform: translateY(0);
  color: #000;
}

section.top .content {
  margin: 40px 0;
}

section.top .content p {
  line-height: 2em;
  margin: 0;
}

section.services, section.work, section.flow, section.about {
  width: calc(100% - 20px * 2);
  margin: 0 auto 80px;
}

section.services h2, section.work h2, section.flow h2, section.about h2 {
  margin-bottom: 0;
}

section.services h2.head .en, section.work h2.head .en, section.flow h2.head .en, section.about h2.head .en {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 0 0 8px 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
}

section.services h2.head .jp, section.work h2.head .jp, section.flow h2.head .jp, section.about h2.head .jp {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 700;
}

section.services dl {
  margin: 40px 0;
}

section.services dl .item {
  margin: 0 0 16px;
  user-select: none;
}

section.services dl .item dt {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 2em;
  padding: 16px 40px 16px 16px;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

section.services dl .item dt::after {
  position: absolute;
  content: "+";
  right: 16px;
  font-size: 20px;
  color: #aaa;
  transition: .2s;
}

section.services dl .item dd {
  display: none;
  line-height: 2em;
  padding: 16px;
  margin: 0 0 40px;
}

section.services dl .item.appear dt::after {
  color: #af124b;
  transform: scale(1.1) rotate(135deg);
}

section.services dl .item.appear dd {
  display: block;
}

section.work .items {
  margin: 40px 0 64px;
}

section.work .items a .item {
  position: relative;
  margin-bottom: 64px;
}

section.work .items a .item .images {
  max-width: 320px;
  height: 240px;
  overflow: hidden;
  border: 1px solid #000;
}

section.work .items a .item .content {
  position: absolute;
  bottom: -24px;
  right: 0;
  margin-bottom: 0;
}

section.work .items a .item .content p {
  position: relative;
  margin: 0;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background: #000;
  padding: 0 32px 0 16px;
}

section.work .items a .item .content p:hover {
  cursor: pointer;
}

section.work .items a .item .content p::after {
  position: absolute;
  content: "→";
  right: 12px;
}

section.flow .images {
  position: relative;
  margin: 40px 0;
  height: 400px;
}

section.flow .images .image {
  position: absolute;
  width: 200px;
  height: 200px;
}

section.flow .images .image.preparation {
  left: 0;
}

section.flow .images .image.production {
  right: 0;
  top: 140px;
}

section.flow .images .image.completion {
  left: 0;
  top: 240px;
}

section.flow .images .image img {
  width: 100%;
  height: auto;
}

section.about .images {
  display: flex;
  overflow: auto;
  margin: 40px 0;
  scroll-snap-type: x mandatory;
}

section.about .images .image {
  min-width: 280px;
  height: 280px;
  margin-right: 10px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid #000;
}

section.about .images .image img {
  width: 100%;
  height: auto;
}

section._services, section._work, section._flow, section._about, section._contact {
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}

section._services .title, section._work .title, section._flow .title, section._about .title, section._contact .title {
  height: 280px;
  margin: 80px auto 0;
  text-align: center;
}

section._services .title h1, section._work .title h1, section._flow .title h1, section._about .title h1, section._contact .title h1 {
  padding-top: 112px;
}

section._services .title h1 .en, section._work .title h1 .en, section._flow .title h1 .en, section._about .title h1 .en, section._contact .title h1 .en {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  margin-bottom: 0;
}

section._services .title h1 .jp, section._work .title h1 .jp, section._flow .title h1 .jp, section._about .title h1 .jp, section._contact .title h1 .jp {
  font-size: 12px;
  font-weight: 700;
}

section._services h2.head, section._work h2.head, section._flow h2.head, section._about h2.head, section._contact h2.head {
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 80px;
  font-weight: 700;
}

section._flow h2.head {
  font-size: 16px;
  height: 80px;
  line-height: 2em;
  padding-top: 14px;
}

section._flow h2.head aside {
  font-size: 12px;
  line-height: 1.2em;
  color: #EEE;
  font-weight: 300;
}

._services section.nav {
  margin-bottom: 40px;
}

._services section.nav li {
  display: inline-block;
  font-size: 12px;
  margin: 0 4px 0 0;
  border: 2px solid #aaa;
  border-radius: 16px;
  font-weight: 700;
}

._services section.nav li a {
  display: inline-block;
  color: #aaa;
  width: 100%;
  height: 100%;
  line-height: 2.6em;
  padding: 0 8px;
  margin-top: -1px;
}

._services section.services__basic dl, ._services section.services__option dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

._services section.services__basic dl dt,
._services section.services__basic dl dd, ._services section.services__option dl dt,
._services section.services__option dl dd {
  display: flex;
  align-items: center;
  height: 96px;
  border-bottom: 1px solid #EEE;
}

._services section.services__basic dl dt, ._services section.services__option dl dt {
  width: 40%;
  justify-content: flex-start;
  text-align: left;
  padding: 0 0 0 8px;
}

._services section.services__basic dl dd, ._services section.services__option dl dd {
  width: 60%;
  justify-content: flex-end;
  text-align: right;
  padding: 0 8px 0 0;
}

._services section.services__option, ._services section.services__faq {
  margin-top: 80px;
}

._services section.services__faq dl {
  margin: 40px 0;
}

._services section.services__faq dl .item {
  margin: 0 0 16px;
  user-select: none;
}

._services section.services__faq dl .item dt {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 2em;
  padding: 16px 40px 16px 16px;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

._services section.services__faq dl .item dt::after {
  position: absolute;
  content: "+";
  right: 16px;
  font-size: 20px;
  color: #aaa;
  transition: .2s;
}

._services section.services__faq dl .item dd {
  display: none;
  line-height: 2em;
  padding: 16px;
  margin: 0 0 40px;
}

._services section.services__faq dl .item.appear dt::after {
  color: #af124b;
  transform: scale(1.1) rotate(135deg);
}

._services section.services__faq dl .item.appear dd {
  display: block;
}

._work .work__web .items {
  margin: 0 0 64px;
}

._work .work__web .items a .item {
  position: relative;
  margin-bottom: 64px;
}

._work .work__web .items a .item .images {
  max-width: 320px;
  height: 240px;
  overflow: hidden;
  border: 1px solid #000;
}

._work .work__web .items a .item .content {
  position: absolute;
  bottom: -16px;
  right: 0;
  margin-bottom: 0;
}

._work .work__web .items a .item .content p {
  position: relative;
  margin: 0;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background: #000;
  padding: 0 32px 0 16px;
}

._work .work__web .items a .item .content p:hover {
  cursor: pointer;
}

._work .work__web .items a .item .content p::after {
  position: absolute;
  content: "→";
  right: 12px;
}

._work .work__print ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 80px 0;
}

._work .work__print ul.items li {
  width: calc(100% / 3 - 8px);
  border: 1px solid #000;
}

._work .work__print ul.items li:nth-of-type(n+4) {
  margin-top: 20px;
}

._work .work__single {
  margin: 0 0 64px;
}

._work .work__single .capture {
  height: 100%;
}

._work .work__single .capture .images {
  border: 1px solid #000;
  margin: 0 0 40px;
}

._work .work__single .description {
  width: 100%;
  font-size: 14px;
  line-height: 2em;
}

._work .work__single .description dl dt:not(:first-of-type) {
  margin-top: 24px;
}

._work .work__single .description dl dd {
  font-weight: 300;
}

._work .work__single .btn__container {
  margin-top: 24px;
}

._work .work__single .btn__container button.viewmore {
  width: 100%;
  height: auto;
}

._flow .flow_preparation,
._flow .flow_production,
._flow .flow_completion {
  padding-bottom: 64px;
}

._flow .item {
  border-left: 1px solid #000;
  font-size: 14px;
  margin: 40px 0 0;
  padding-bottom: 16px;
}

._flow .item h3 {
  font-size: 14px;
  line-height: 2em;
  font-weight: 700;
}

._flow .item h3 aside {
  display: inline-block;
  background: #000;
  color: #ffd500;
  font-size: 14px;
  margin-right: 8px;
  padding: 0 8px;
}

._flow .item p {
  line-height: 2em;
  padding: 16px 0 0 16px;
  margin: 0;
}

._about .about_shirobako .item {
  font-size: 14px;
  margin: 0;
}

._about .about_shirobako .item:not(:first-of-type) {
  margin-top: 64px;
}

._about .about_shirobako .item h3 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 4em;
  font-weight: 700;
  background: #000;
  color: #fff;
  margin-right: 8px;
  padding: 0 16px;
}

._about .about_shirobako .item h4 {
  display: inline-block;
  font-size: 16px;
  line-height: 2em;
  font-weight: 700;
  margin: 40px 0 0;
  background: linear-gradient(transparent 95%, #af124b 95%);
}

._about .about_shirobako .item p {
  line-height: 2em;
  margin: 24px 0 0;
  font-size: 14px;
}

._about .about_admin {
  margin-top: 64px;
}

._about .about_admin .item {
  margin-bottom: 40px;
}

._about .about_admin .item .images {
  width: 320px;
  height: 320px;
  overflow: hidden;
  margin: 40px auto 0;
  border-radius: 32%;
}

._about .about_admin .item ul {
  margin-top: 24px;
}

._about .about_admin .item ul li {
  line-height: 2em;
}

._about .about_admin .item .description {
  margin: 40px 0 0;
  font-size: 14px;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0.4);
  padding: 24px;
}

._about .about_admin .item .description p:not(:first-of-type) {
  margin: 24px 0 0;
}

._about .about_summary {
  margin: 64px auto 80px;
}

._about .about_summary dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

._about .about_summary dl dt,
._about .about_summary dl dd {
  display: flex;
  align-items: center;
  height: 96px;
  border-bottom: 1px solid #EEE;
}

._about .about_summary dl dt {
  width: 40%;
  justify-content: flex-start;
  padding-left: 8px;
}

._about .about_summary dl dd {
  width: 60%;
  justify-content: flex-end;
  text-align: right;
  padding-right: 8px;
}

._contact #error_message {
  text-align: center;
  border: 1px solid #af124b;
  padding: 16px 0;
  margin-bottom: 40px;
}

._contact .alert {
  line-height: 2em;
}

._contact ul {
  margin-bottom: 80px;
}

._contact ul li {
  position: relative;
  font-weight: 700;
  line-height: 2em;
  padding: 0 0 0 16px;
  margin: 0 0 8px;
}

._contact ul li::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  background: #000;
}

._contact ul li span.required {
  font-size: 20px;
  color: #af124b;
  vertical-align: text-top;
}

._contact form {
  margin-bottom: 80px;
}

._contact form .alert-danger {
  color: #af124b;
  text-align: center;
}

._contact form fieldset {
  padding: 0;
}

._contact form fieldset:not(:first-of-type) {
  margin-top: 40px;
}

._contact form fieldset label {
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2em;
}

._contact form fieldset label.entry {
  position: relative;
  font-size: 14px;
  line-height: 2em;
  font-weight: 700;
  padding: 0 0 8px;
}

._contact form fieldset label.entry.required {
  padding: 0 0 8px 16px;
}

._contact form fieldset label.entry.required::before {
  position: absolute;
  content: "*";
  color: #af124b;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: 700;
}

._contact form fieldset label.confirm {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 700;
  padding: 2px 0 4px 16px;
  margin-bottom: 16px;
  border-left: 4px solid #000;
}

._contact form fieldset input[type=text],
._contact form fieldset input[type=organization],
._contact form fieldset input[type=yourname],
._contact form fieldset input[type=email],
._contact form fieldset input[type=url],
._contact form fieldset input[type=tel],
._contact form fieldset textarea {
  width: 100%;
  line-height: 2em;
  letter-spacing: .08em;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}

._contact form fieldset input[type=text]::placeholder,
._contact form fieldset input[type=organization]::placeholder,
._contact form fieldset input[type=yourname]::placeholder,
._contact form fieldset input[type=email]::placeholder,
._contact form fieldset input[type=url]::placeholder,
._contact form fieldset input[type=tel]::placeholder,
._contact form fieldset textarea::placeholder {
  color: #ccc;
}

._contact form fieldset textarea {
  height: 240px;
  resize: none;
}

._contact form fieldset .purpose__option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._contact form fieldset .purpose__option label {
  margin: 0 auto 0 0;
}

._contact form fieldset .purpose__option input[type=radio] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

._contact form .btn__container {
  text-align: center;
  width: 240px;
  height: 48px;
  margin: 40px auto 0;
  border: 1px solid #000;
  box-shadow: 2px 2px #000;
  background: #fff;
}

._contact form .btn__container input[type=submit] {
  width: 100%;
  height: 100%;
  line-height: 100%;
  border-style: none;
}

._contact._confirm .col-sm-9 {
  background: #fffafa;
  line-height: 2em;
  padding: 10px;
}

._contact._confirm .btn__container__secondary {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 48px;
  margin-top: 40px;
}

._contact._confirm .btn__container__secondary input[type=submit] {
  width: 33.3333%;
  height: 100%;
  line-height: 100%;
  border: 1px solid #000;
  box-shadow: 2px 2px #000;
  border-radius: 0;
}

._contact._confirm .btn__container__secondary input[type=submit]._back {
  background: #444;
  color: #fff;
  box-shadow: 2px 2px #000;
}

@media screen and (max-width: 320px) {
  section.services,
  section.work,
  section.flow,
  section.about {
    width: calc(100% - 8px * 2);
  }
  section .services h2.head .jp,
  section .work h2.head .jp,
  section .flow h2.head .jp,
  section .about h2.head .jp {
    font-size: 20px;
  }
  section.top .mv h1 p {
    font-size: 20px;
  }
  section.services dl dt {
    padding-left: 32px;
    letter-spacing: -0.06em;
  }
  section .flow .images {
    height: 440px;
  }
  section .flow .images .image.production {
    top: 160px;
  }
  section .flow .images .image.completion {
    top: 280px;
  }
  ._services section.services__basic dl dt, ._services section.services__option dl dt {
    font-size: 12px;
  }
  section._services,
  section._work,
  section._flow,
  section._about,
  section._contact {
    width: calc(100% - 8px * 2);
  }
  ._services section.services__basic dl dt,
  ._services section.services__basic dl dd, ._services section.services__option dl dt,
  ._services section.services__option dl dd {
    height: 88px;
    font-size: 12px;
  }
  ._services section.services__faq dl dt {
    letter-spacing: -0.06em;
    padding-left: 32px;
  }
  ._about .about_shirobako .item h4 {
    margin-left: 8px;
  }
  ._about .about_shirobako .item p {
    padding-left: 8px;
  }
  ._about .about_admin .item .images {
    width: 300px;
    height: 300px;
  }
  ._about .about_admin .item .description {
    font-size: 13px;
    padding: 16px;
  }
}

@media screen and (min-width: 576px) {
  body {
    font-size: 16px;
  }
  nav {
    padding: 180px 0 0;
  }
  nav ul {
    width: 50%;
    margin: 0 auto;
  }
  nav ul li {
    max-width: 480px;
    width: 100%;
    margin-bottom: 40px;
  }
  .btn__container button.contact {
    max-width: 240px;
    width: 100%;
    height: 80px;
    border-radius: 40px;
    bottom: 20px;
    right: 20px;
    margin: 0;
    left: auto;
  }
  .btn__container button.viewmore {
    width: 320px;
    height: 64px;
    line-height: 64px;
    padding: 0 0 0 32px;
  }
  .btn__container button.viewmore::after {
    right: 32px;
  }
  header {
    height: 120px;
    padding: 0;
  }
  header .header_content {
    width: 80%;
    max-width: 1040px;
    height: 100%;
    margin: 0 auto;
  }
  header .nav_open {
    width: 40px;
    height: 44px;
    font-size: 14px;
  }
  header .nav_open.active::after {
    transform: translateX(-16px);
  }
  header .nav_open::before {
    height: 24px;
    border-radius: 12px;
  }
  header .nav_open::after {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  footer {
    padding: 40px 0;
  }
  footer ul {
    width: 50%;
    margin: 0 auto;
  }
  section.services,
  section.work,
  section.flow,
  section.about {
    width: 80%;
    max-width: 640px;
    margin: 0 auto 160px;
  }
  section.top {
    padding: 120px 0 0;
  }
  section.top .mv {
    height: auto;
  }
  section.top .mv h1 {
    width: 80%;
    margin: 0 auto;
    padding: 120px 0;
    text-align: center;
  }
  section.top .mv h1 p {
    font-size: 32px;
    padding: 0;
    margin: 0;
  }
  section.services dl dt {
    font-size: 18px;
  }
  section.work .items a .item .images {
    max-width: 400px;
    height: 320px;
  }
  section.work .items a .item .content {
    right: 0;
    bottom: -24px;
  }
  section.work .items a .item .content p {
    font-size: 14px;
    padding: 0 48px 0 24px;
  }
  section.work .items a .item .content p::after {
    right: 20px;
  }
  section.flow .images {
    width: 80%;
    margin: 40px auto 88px;
  }
  section.flow .images .image {
    width: 240px;
    height: 240px;
  }
  section._services .title,
  section._work .title,
  section._flow .title,
  section._about .title,
  section._contact .title {
    height: 400px;
    margin: 120px auto 0;
  }
  section._services .title h1,
  section._work .title h1,
  section._flow .title h1,
  section._about .title h1,
  section._contact .title h1 {
    padding-top: 144px;
  }
  section._services .title h1 p.en,
  section._work .title h1 p.en,
  section._flow .title h1 p.en,
  section._about .title h1 p.en,
  section._contact .title h1 p.en {
    font-size: 48px;
  }
  section._services .title h1 p.jp,
  section._work .title h1 p.jp,
  section._flow .title h1 p.jp,
  section._about .title h1 p.jp,
  section._contact .title h1 p.jp {
    font-size: 14px;
  }
  section._services h2.head,
  section._work h2.head,
  section._flow h2.head,
  section._about h2.head,
  section._contact h2.head {
    font-size: 16px;
  }
  ._services section {
    width: 80%;
    margin: 0 auto 120px;
  }
  ._services section.services__basic dt,
  ._services section.services__basic dd,
  ._services section.services__option dt,
  ._services section.services__option dd {
    height: 120px;
  }
  ._services section.services__faq dl {
    margin: 64px 0;
  }
  ._services section.services__faq dl dt {
    font-size: 16px;
  }
  ._services section.services__faq dl dd:not(:last-of-type) {
    margin-bottom: 64px;
  }
  ._work section.work__web,
  ._work section.work__print {
    width: 80%;
    margin: 0 auto 120px;
  }
  ._work section.work__web .items a .item .images,
  ._work section.work__print .items a .item .images {
    max-width: 400px;
    height: 320px;
  }
  ._work section.work__web .items a .item .content,
  ._work section.work__print .items a .item .content {
    right: 0;
    bottom: -24px;
  }
  ._work section.work__web .items a .item .content p,
  ._work section.work__print .items a .item .content p {
    font-size: 14px;
    padding: 0 48px 0 24px;
  }
  ._work section.work__web .items a .item .content p::after,
  ._work section.work__print .items a .item .content p::after {
    right: 20px;
  }
  ._work section.work__single {
    width: 80%;
    margin: 0 auto 120px;
  }
  ._work section.work__single dt,
  ._work section.work__single dd,
  ._work section.work__single a {
    font-size: 14px;
    line-height: 2em;
  }
  ._work section.work__single .capture {
    width: 80%;
    margin: 0 auto;
  }
  ._work section.work__single .btn__container .viewmore {
    font-size: 14px;
  }
  ._flow section {
    width: 80%;
    margin: 0 auto 40px;
  }
  ._flow section .item h3 {
    font-size: 16px;
  }
  ._flow section .item p {
    font-size: 14px;
  }
  ._about section {
    width: 80%;
    margin: 0 auto 120px;
  }
  ._about section.about_shirobako .item h3 {
    font-size: 16px;
  }
  ._about section.about_shirobako .item p {
    font-size: 14px;
  }
  ._about section.about_summary dl dt,
  ._about section.about_summary dl dd {
    height: 120px;
  }
  ._contact section {
    width: 80%;
    margin: 0 auto 120px;
  }
}

@media screen and (min-width: 992px) {
  section.services,
  section.work,
  section.flow,
  section.about {
    width: 50%;
  }
  ._services section {
    width: 50%;
  }
  ._work section.work__web, ._work section.work__print, ._work section.work__single {
    width: 50%;
  }
  ._flow section {
    width: 50%;
  }
  ._about section {
    width: 50%;
  }
  ._contact section {
    width: 50%;
  }
}
