@charset "UTF-8";
.flex {
  display: flex;
  flex-wrap: wrap;
}

.col-3 {
  width: 31.5%;
}

.col-4 {
  width: 23.5%;
}

.wrap-2:after {
  content: "";
  width: 31.5%;
}

#page-fv {
  background-size: cover;
  background-position: center 50%;
  position: relative;
  height: 590px;
}

#page-fv h1 {
  max-width: 1300px;
  width: 100%;
  font-weight: 900;
  font-size: 3rem;
  margin: 0 auto;
  padding-top: 250px;
  color: #fff;
  text-shadow: 1px 1px 5px #666;
}

#page-fv h1 span {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.5em;
}

#page-fv.partner {
  background-image: url(../images/partner/fv.jpg);
}

#page-fv.plan {
  background-image: url(../images/plan/fv.jpg);
}

#page-fv.company {
  background-image: url(../images/company/fv.jpg);
  background-position: center bottom;
}

#page-fv.translation {
  background-image: url(../images/translation/fv.jpg);
  background-position: center bottom;
}

#page-fv.works {
  background-image: url(../images/works/fv.jpg);
  background-position: center bottom;
}

#page-fv.studio {
  background-image: url(../images/studio/fv.jpg);
  background-position: center bottom;
}

#page-fv.column-list {
  background-image: url(../images/column-list/fv.jpg);
  background-position: center bottom;
}

#page-fv.videoproduction {
  background-image: url(../images/videoproduction/fv.jpg);
  background-position: center bottom;
}

.video_production #sec-pre .flex div {
  position: relative;
}

.video_production #sec-pre .flex div a {
  display: block;
  width: 200px;
  height: 30px;
  line-height: 0px;
  position: absolute;
  bottom: -30px;
  right: 0;
  color: #fff;
  border: 1px solid #fff;
  padding: 1em;
  text-align: center;
  z-index: 15;
}

.video_production #sec-pre .flex div a:hover {
  background: transparent;
}

.video_production #sec-pre .flex div a:after {
  content: " ";
  border-bottom: 1px solid #fff;
  width: 50px;
  position: absolute;
  right: -25px;
  top: 47%;
}

.left-wrap {
  width: 100%;
  background: linear-gradient(90deg, #fff 0%, #fff 97%, transparent 97%, transparent 100%);
}

.inner {
  padding: 1px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#index-area {
  padding-bottom: 5em;
}

#index-area h2 {
  font-size: 1.8rem;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 700;
}

#index-area h2:after {
  content: "";
  border-bottom: 1px solid #b4192d;
  display: block;
  width: 4em;
  margin-top: 1em;
}

#index-area p {
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

#index-area.company-index {
  background-image: url(../images/company/index-back.png);
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: 780px;
}

#index-area.translation-index {
  padding-bottom: 2em;
}

#index-area2 {
  padding: 80px 0 50px 0;
}

#index-area2 h2 {
  font-size: 1.8rem;
  margin-bottom: 1em !important;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left !important;
}

#index-area2 h2:after {
  content: "";
  border-bottom: 1px solid #b4192d;
  display: block;
  width: 4em;
  margin-top: 1em;
}

#index-area2 p {
  line-height: 1.3em;
  font-size: 1.1rem;
}

#index-area3 {
  margin-top: 80px;
  padding: 0 0 50px 0;
  background: #fff;
}

#index-area3 h2 {
  font-size: 1.8rem;
  margin-bottom: 1em !important;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left !important;
}

#index-area3 h2:after {
  content: "";
  border-bottom: 1px solid #b4192d;
  display: block;
  width: 4em;
  margin-top: 1em;
}

#index-area3 p {
  line-height: 1.3em;
  font-size: 1.1rem;
}

.white-box {
  background: #fff;
  padding: 2em 0;
}

main#page {
  margin-top: 30px;
}

main#page.translation-main {
  margin-top: 0;
}

main#page #main-contents {
  margin-bottom: 50px;
}

main#page #main-contents h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2.5em 0 1.5em 0;
}

main#page #main-contents .flex {
  justify-content: space-between;
}

main#page #main-contents #partner-list {
  padding-bottom: 1em;
}

main#page #main-contents #partner-list div {
  margin-bottom: 2em;
  position: relative;
  padding-bottom: 85px;
}

main#page #main-contents #partner-list div img {
  width: 100%;
}

main#page #main-contents #partner-list div h3 {
  font-weight: bold;
  margin: 0.5em 0 0.3em 0;
}

main#page #main-contents #partner-list div ul:after {
  content: "";
  display: block;
  width: 32%;
}

main#page #main-contents #partner-list div:nth-last-child(1) ul.list-2:after {
  content: "";
  display: block;
  list-style: none;
  width: 32%;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}

main#page #main-contents #partner-list div ul.list-1 li {
  margin-left: 1.2em;
  padding: 0.2em 0;
  font-size: 1.1rem;
}

main#page #main-contents #partner-list div ul.list-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main#page #main-contents #partner-list div ul.list-2 li {
  list-style: none;
  width: 32%;
  border: 1px solid #cb2434;
  color: #cb2434;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}

ul#breadcrumb {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 6em auto;
}

ul#breadcrumb.column-breadcrumb {
  margin: 0 auto 3em auto !important;
}

ul#breadcrumb li {
  display: inline-block;
}

ul#breadcrumb li:after {
  content: ">";
  padding-left: 0.3em;
  padding-right: 0.3em;
}

ul#breadcrumb li:nth-last-child(1):after {
  content: "" !important;
}

#plan.inner {
  max-width: 1000px;
}

#plan-list {
  margin: 50px auto;
}

#plan-list .list {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2em;
  margin-bottom: 2rem;
}

#plan-list .list:nth-last-child(1) {
  border-bottom: none;
}

#plan-list .list h3 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 60px;
  min-height: 50px;
  line-height: 50px;
  margin-bottom: 0.3em;
  background-image: url(../images/plan/title-icon.png);
  background-repeat: no-repeat;
}

#plan-list .list ul {
  padding-left: 60px;
}

#plan-list .list .ov-3:after {
  width: 17%;
}

#plan-list .list .ov {
  justify-content: inherit !important;
}

#plan-list .list .ov li {
  width: 17%;
  margin-right: 1%;
  list-style: none;
  border: 1px solid #cb2434;
  height: 2.0rem;
  line-height: 1.7rem;
  text-align: center;
  color: #cb2434;
  font-weight: bold;
}

#plan-list .list .ov li span {
  font-size: 1.2rem;
}

#plan-list .list .ov li.price {
  background: #cb2434;
  color: #fff;
}

#plan-list .list .ov li.sup:after {
  content: "※海外も含む";
  display: block;
  color: #cb2434;
  font-size: 0.8rem;
  margin-top: -0.2em;
  font-weight: normal;
}

#plan-list .list div {
  padding-top: 1.5em;
  padding-bottom: 1em;
  padding-left: 60px;
}

#plan-list .list div ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  max-width: 28%;
  padding-left: 0;
}

#plan-list .list div ul li {
  margin-left: 1em;
  padding: 0.2em 0;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

#ceo {
  background: #fff;
  width: 100%;
  color: #fff;
  margin-top: 0;
  position: relative;
}

#ceo .ceo-wrap {
  background: linear-gradient(90deg, transparent 0%, transparent 3%, #cb2434 3%, #cb2434 100%);
  width: 100%;
  padding-bottom: 3em;
}

#ceo .flex {
  flex-direction: row-reverse;
}

#ceo .flex figure {
  margin: 0;
  width: 20%;
}

#ceo .flex figure figcaption {
  text-align: center;
  padding-top: 1em;
}

#ceo .flex figure img {
  width: 100%;
}

#ceo .flex div {
  width: 78%;
}

#ceo .flex div p {
  padding-bottom: 1em;
  line-height: 1.3em;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

.bd-none {
  border: none !important;
}

.table-layout {
  width: 100%;
  margin-bottom: 80px;
}

.table-layout th, .table-layout td {
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}

.table-layout th {
  font-weight: bold;
  width: 25%;
  text-align: left;
  padding: 1.5em 0;
  vertical-align: top;
}

.table-layout td {
  font-weight: normal;
  width: 75%;
  padding: 1.5em 0;
  line-height: 1.3em;
}

.table-layout td li {
  list-style: none;
}

#company-image {
  background: #fff;
  padding: 50px 0;
}

#company-image ul {
  justify-content: space-between;
}

#company-image ul li {
  list-style: none;
}

#company-image ul li:nth-child(1) {
  width: 33%;
}

#company-image ul li:nth-child(2) {
  width: 28%;
}

#company-image ul li:nth-child(3) {
  width: 36.2%;
}

#company-image ul li img {
  width: 100%;
}

#access-area {
  background: #fff;
  padding: 50px 0;
  margin-bottom: -80px;
}

#access-area h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0;
}

#sec-wrap {
  background: #fff;
  padding-bottom: 80px;
  margin-bottom: -100px;
}

#sec-pre {
  background: linear-gradient(90deg, transparent 0%, transparent 3%, #cb2434 3%, #cb2434 100%);
  padding-bottom: 50px;
}

#sec-pre h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0 1.5em 0;
  color: #fff;
}

#sec-pre .flex {
  justify-content: space-between;
}

#sec-pre .flex div {
  width: 32%;
  color: #fff;
}

#sec-pre .flex div h3 {
  font-weight: bold;
  margin: 0.5em 0;
}

#sec-pre .flex div p {
  line-height: 1.3em;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}

#sec-pre .flex div img {
  width: 100%;
}

#sec-pre .flex div a {
  display: block;
  color: #fff;
  margin-top: 1em;
  text-align: right;
}

.media-area p {
  font-size: 1.1em;
  letter-spacing: -0.01em;
  line-height: 1.3em;
}

.media-area .inner:nth-child(1):after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}

.media-area .inner:nth-child(2) {
  background: transparent !important;
}

.media-area .inner:nth-child(2):after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}

.media-area .inner:nth-child(2) .video-c {
  display: block;
  width: 70% !important;
}

.media-area .inner:nth-child(2) .video-c img {
  width: 100%;
}

#sec-01 .inner:nth-child(1) {
  background: linear-gradient(90deg, #cb2434 0%, #cb2434 70%, transparent 70%, transparent 100%);
  padding: 80px 0 250px 0;
  color: #fff;
  position: relative;
}

#sec-01 .inner h2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  margin-left: 10%;
}

#sec-01 .inner p {
  margin-left: 10%;
}

#sec-01 .inner p span {
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.9em;
}

#sec-01 .inner .video-c {
  position: relative;
  float: right;
  z-index: 4;
  margin-top: -190px;
}

#sec-02 {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #f5f5f5 50%, #f5f5f5 100%), linear-gradient(90deg, transparent 0%, transparent 45%, #cb2434 45%, #cb2434 100%);
}

#sec-02 .inner:nth-child(1) {
  margin-top: -80px;
  color: #fff;
  padding: 150px 0 250px 100px;
  position: relative;
  z-index: 2;
}

#sec-02 .inner:nth-child(1):before, #sec-02 .inner:nth-child(1):after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

#sec-02 p {
  width: 50%;
  float: right;
}

#sec-02 video {
  position: relative;
  margin-top: -180px;
  margin-left: 10%;
  z-index: 5;
}

#sec-03 .inner:nth-child(1) {
  margin-top: -80px;
  color: #fff;
  position: relative;
  background: linear-gradient(90deg, #cb2434 0%, #cb2434 65%, transparent 65%, transparent 100%);
  padding: 130px 0 350px 0;
  position: relative;
  z-index: 1;
}

#sec-03 p {
  margin-left: 10%;
}

#sec-03 video {
  position: relative;
  float: right;
  margin-top: -300px;
  z-index: 4;
}

#sec-04 {
  margin-top: -350px;
  color: #fff;
  position: relative;
}

#sec-04 .inner {
  background: linear-gradient(90deg, #cb2434 0%, #cb2434 65%, transparent 65%, transparent 100%);
  padding: 400px 0 50px 0;
  position: relative;
  z-index: 1;
}

#sec-04 .inner p {
  margin-left: 10%;
}

#sec-05 .inner:nth-child(1) {
  background: linear-gradient(90deg, #cb2434 0%, #cb2434 65%, transparent 65%, transparent 100%);
  padding: 0px 0 300px 0;
  color: #fff;
  position: relative;
}

#sec-05 .inner h2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  margin-left: 10%;
}

#sec-05 .inner p {
  margin-left: 10%;
}

#sec-05 .inner video {
  position: relative;
  margin-top: -250px;
  float: right;
  z-index: 4;
}

#sec-06 {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #f5f5f5 50%, #f5f5f5 100%), linear-gradient(90deg, transparent 0%, transparent 45%, #cb2434 45%, #cb2434 100%);
}

#sec-06 .inner:nth-child(1) {
  margin-top: -80px;
  color: #fff;
  padding: 130px 0 100px 100px;
  position: relative;
  z-index: 2;
}

#sec-06 .inner:nth-child(1):before, #sec-06 .inner:nth-child(1):after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

#sec-06 p {
  width: 50%;
  float: right;
}

#sec-06 video {
  position: relative;
  margin-top: -50px;
  margin-left: 10%;
  z-index: 5;
}

#sec-07 {
  margin-top: -80px;
}

#sec-07 .inner:nth-child(1) {
  background: linear-gradient(90deg, #cb2434 0%, #cb2434 65%, transparent 65%, transparent 100%);
  padding: 120px 0 300px 0;
  color: #fff;
  position: relative;
}

#sec-07 .inner p {
  width: 50%;
  margin-left: 10%;
}

#sec-07 .inner video {
  position: relative;
  margin-top: -250px;
  float: right;
  z-index: 4;
}

#sec-08 {
  margin: 50px 0 50px 0;
}

#sec-08 h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0;
  color: #fff;
}

#sec-08 p {
  text-align: center;
}

#sec-08 p span {
  color: #cb2434;
  font-weight: bold;
  font-size: 1.7rem;
}

#sec-end {
  background: #fff;
  margin-bottom: 50px;
}

#sec-end h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0;
}

#sec-end div {
  padding-bottom: 2em;
}

#sec-end h3 {
  color: #cb2434;
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 1.1rem;
}

#sec-end p {
  line-height: 1.3em;
  letter-spacing: -0.01em;
  font-size: 1.1rem;
}

#sec-end span {
  color: #cb2434;
  display: block;
  text-align: right;
  margin-top: 0.5em;
}

#fv-column {
  padding-top: 120px;
}

#fv-column h1 {
  color: #cb2434;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 0;
  font-size: 2.2rem;
}

#fv-column div {
  max-height: 500px;
  overflow: hidden;
}

#fv-column img {
  width: 100%;
  display: block;
  margin-top: -10%;
  height: auto;
}

.column-index h2 {
  text-align: left !important;
}

.column-index p {
  margin-bottom: 30px !important;
}

.column-index figure {
  margin: 0;
  margin-bottom: 80px;
}

.column-area {
  border-top: 1px solid #ccc;
  padding: 50px 0;
  letter-spacing: 0.1em;
}

.column-area h3 {
  color: #cb2434;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}

.column-area p {
  line-height: 1.3em;
  letter-spacing: -0.01;
  font-size: 1.1rem;
}

.column-area .flex {
  justify-content: space-between;
  align-items: flex-start;
}

.column-area .flex img {
  width: 40%;
}

.column-area .flex div {
  padding-top: 1em;
  width: 56%;
}

.column-list-box {
  padding: 50px 0;
  margin-top: 0;
}

/* morelinkボタンのスタイル（お好みで） */
.morelink {
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  transition: all 0.2s linear;
  font-size: 1.5rem;
  font-weight: bold;
}

.morelink:hover {
  cursor: pointer;
  opacity: 0.6;
}

.list-area {
  position: relative;
  padding: 25px 0;
  width: 75%;
  margin: 0 auto;
}

.list-area .post-img {
  width: 40%;
}

.list-area img {
  width: 100%;
  height: auto;
  display: block;
}

.list-area h2 {
  font-weight: bold;
  margin: 0 0 0.5em 0 !important;
  text-align: left !important;
  font-size: 1.3rem !important;
}

.list-area p {
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  line-height: 1.3em;
}

.list-area .post-txt {
  width: 55%;
}

.list-area .post-txt p {
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  line-height: 1.5em;
}

.list-area span {
  position: absolute;
  display: inline-block;
  padding: 0.2em 1em;
  top: 2.1em;
}

.list-area span.news {
  background: #cb2434;
  color: #fff;
  font-size: 0.8em;
}

.contact {
  margin-top: 0 !important;
}

.contact #breadcrumb {
  margin-top: 0;
  padding-top: 100px;
}

.contact #index-area span {
  display: inline-block;
  margin-top: 0.5em;
  margin-right: 0.5em;
  background: #fff;
  border: 1px solid #cb2434;
  padding: 0.1em 0.3em;
  text-align: center;
  color: #cb2434;
}

main.page-post {
  margin-top: 0;
  padding-top: 150px;
}

.confirm .page-post {
  padding-top: 170px;
  margin-top: 0 !important;
}

.confirm .backBtn {
  position: relative;
  width: 160px;
  margin: 30px auto;
}

.confirm .backBtn .cb {
  background: transparent;
  cursor: pointer;
  display: block;
  width: 160px;
  margin: 30px auto;
  color: #000;
  border: 1px solid #cb2434;
  padding: 0.6em;
  text-align: center;
  z-index: 15;
  position: relative;
}

.confirm .backBtn .cb:hover {
  background: #cb2434;
  color: #fff;
}

.confirm .backBtn:after {
  content: " ";
  border-bottom: 1px solid #cb2434;
  width: 40px;
  position: absolute;
  left: -25px;
  top: 47%;
}

.page-tv {
  padding-top: 110px;
  margin-top: 0 !important;
}

.page-tv .tv-head h2 {
  max-width: 900px;
  width: 100%;
  margin: 20px auto 100px;
  font-size: 2.0rem;
  font-weight: bold;
}

.page-tv .tv-head h2 span {
  border-bottom: 1px solid #cb2434;
  padding-bottom: 0.5em;
  font-weight: bold;
}

.tvlist-area {
  position: relative;
  padding: 25px 0;
  width: 75%;
  margin: 0 auto;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.tvlist-area .post-img {
  width: 40%;
}

.tvlist-area a {
  transition: linear 0.2s all;
}

.tvlist-area a:link {
  color: #000;
}

.tvlist-area a:hover {
  color: #666;
}

.tvlist-area .post-txt {
  width: 55%;
}

.tvlist-area img {
  width: 100%;
  height: auto;
  display: block;
}

.tvlist-area h2 {
  font-weight: 900 !important;
  margin: 0 0 0.5em 0 !important;
  text-align: left !important;
  font-size: 1.3rem !important;
}

.tvlist-area p {
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  line-height: 1.3em;
}

.tvlist-area h4 {
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  margin-left: 0.5em;
}

.tvlist-area h4:nth-of-type(1) {
  margin-top: 0;
}

.tvlist-area ul {
  margin-left: 0.5em;
}

.tvlist-area ul li {
  list-style: none;
  margin-bottom: 1em;
  margin-left: 1em;
}

.thanks {
  padding: 30px 0 80px;
}

.thanks h2 {
  text-align: left !important;
  font-size: 1.3rem !important;
  font-weight: bold;
  margin: 2.5em 0 0 0 !important;
}

.thanks p {
  line-height: 1.5em;
}

.mw_wp_form .error {
  margin-top: 1em;
  padding: 0.2em;
  font-size: 93%;
  display: block;
  background: none !important;
}

.form-area .confirmBtn {
  position: relative;
  width: 200px;
  margin: 30px auto;
}

.form-area .confirmBtn .cb {
  background: transparent;
  cursor: pointer;
  display: block;
  width: 200px;
  margin: 30px auto;
  color: #000;
  border: 1px solid #cb2434;
  padding: 0.8em;
  text-align: center;
  z-index: 15;
  position: relative;
}

.form-area .confirmBtn .cb:hover {
  background: #cb2434;
  color: #fff;
}

.form-area .confirmBtn:after {
  content: " ";
  border-bottom: 1px solid #cb2434;
  width: 50px;
  position: absolute;
  right: -25px;
  top: 47%;
}

.form-area h2 {
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

.form-area h2 span {
  font-weight: bold;
}

.form-area h2 img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  padding-bottom: 10px;
}

.form-area input[type=text], .form-area input[type=email] {
  height: 3em;
  padding: 0.5em;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.form-area input[type=text]::placeholder, .form-area input[type=email]::placeholder {
  color: #ccc;
}

.form-area table {
  width: 100%;
}

.form-area table th, .form-area table td {
  border-top: 1px solid #ccc;
  padding: 2em 0;
  font-size: 1.1rem;
}

.form-area table.privacy {
  border-top: 1px solid #ccc;
}

.form-area table.privacy th, .form-area table.privacy td {
  border-top: none;
  padding: 0.8em 0;
}

.form-area table.privacy th.first-line, .form-area table.privacy td.first-line {
  padding-top: 2em;
}

.form-area table.privacy th {
  vertical-align: middle;
}

.form-area table.privacy th p {
  margin-top: 1em;
}

.form-area table.privacy th p a {
  background: #cb2434;
  color: #fff;
  padding: 0.2em 0.5em;
  font-size: 0.8rem;
}

.form-area table.privacy th p a:before {
  content: ">";
}

.form-area table.privacy p {
  margin-top: 1em;
  text-align: right;
}

.form-area table.privacy p a {
  background: #cb2434;
  color: #fff;
  padding: 0.2em;
  font-size: 0.9rem;
}

.form-area table.privacy p a:before {
  content: ">";
}

.form-area table.privacy input[type=text], .form-area table.privacy input[type=email] {
  width: 60%;
}

.form-area table th {
  font-weight: bold;
  width: 30%;
  text-align: left;
  vertical-align: top;
}

.form-area table th span {
  display: inline-block;
  margin-left: 0.5em;
  background: #fff;
  border: 1px solid #cb2434;
  padding: 0.1em 0.3em;
  text-align: center;
  color: #cb2434;
}

.form-area input[type=text], .form-area input[type=email] {
  height: 3em;
  padding: 0.5em;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.form-area input[type=text]::placeholder, .form-area input[type=email]::placeholder {
  color: #ccc;
}

.form-area textarea {
  width: 100%;
  height: 10em;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-area input[type=radio] {
  display: none;
  position: relative;
}

.form-area .form-subject label {
  position: relative;
  padding-left: 1.5em;
  padding-right: 3em;
  padding-bottom: 1em;
  display: inline-block;
}

.form-area .form-subject label span {
  display: inline !important;
}

.form-area .form-subject label span:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.form-area input[type=radio]:checked + span:after {
  content: "";
  position: absolute;
  left: 0;
  background: #cb2434;
  border: 1px solid #cb2434;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.form-area input[type=checkbox] {
  display: none;
  position: relative;
}

.form-area .form-check label {
  position: relative;
  padding-left: 1.5em;
  padding-right: 3em;
  padding-bottom: 1em;
  display: inline-block;
}

.form-area .form-check label span {
  display: inline !important;
}

.form-area .form-check label span:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.form-area input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: 0;
  background: #cb2434;
  border: 1px solid #cb2434;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

#privacy-btn {
  position: relative;
}

#privacy-btn a {
  position: absolute;
  right: 92px;
}

.works-area {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.works-area:nth-last-child(1) {
  border-bottom: none;
}

.works-area h2 {
  color: #cb2434;
  text-align: left !important;
  font-size: 1.3rem !important;
}

.works-area h2 span {
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 1.0rem !important;
}

.works-area p {
  letter-spacing: -0.01em;
  line-height: 1.3em;
  font-size: 1.1rem;
}

.works-area p a {
  color: #cb2434;
}

.works-area .flex {
  margin-bottom: 2em;
}

.works-area .flex div {
  position: relative;
}

.works-area .flex div span {
  position: absolute;
  display: inline-block;
  padding: 0.2em 1em;
  top: -0.7em;
  left: 1em;
  background: #fff;
  color: #cb2434;
  font-size: 1em;
  border: 1px solid #cb2434;
}

.works-area img {
  width: 100%;
}

.studio-main {
  margin-top: 2em;
}

.studio-index {
  padding-bottom: 3em;
}

#studio-pre {
  background: linear-gradient(90deg, transparent 0%, transparent 3%, #cb2434 3%, #cb2434 100%);
  padding-bottom: 50px;
}

#studio-pre h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0 1.5em 0;
  color: #fff;
}

#studio-pre .flex {
  justify-content: space-between;
}

#studio-pre .flex div {
  width: 32%;
  color: #fff;
}

#studio-pre .flex div img {
  width: 100%;
}

#studio-pre p {
  padding: 3em 3em 1em;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: -0.01em;
  font-size: 1.1rem;
}

.route {
  margin-top: 2em;
}

.route ul {
  margin-bottom: 1em;
}

.route ul li {
  list-style: none;
  line-height: 1.7em;
}

.scroll-table {
  margin-bottom: 3em;
}

.equipment {
  width: 100%;
}

.equipment caption {
  color: #cb2434;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.8em;
  font-size: 1.1rem;
}

.equipment th, .equipment td {
  padding: 0.8em;
  text-align: center;
  font-size: 1.1rem;
}

.equipment th {
  width: 25%;
  background: #f5f5f5;
  border-right: 1px solid #fff;
  font-weight: bold;
}

.equipment td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #fff;
}

#production-area .flex div {
  margin-bottom: 2em;
}

#production-area .flex div h3 {
  font-weight: bold;
  margin: 0.5em 0;
}

#production-area .flex div p {
  line-height: 1.3em;
  font-size: 1.1rem;
}

#production-area img {
  width: 100%;
}

#sec-09 .inner:nth-child(1) {
  background: linear-gradient(90deg, transparent 0%, transparent 35%, #cb2434 35%, #cb2434 100%);
  color: #fff;
  padding: 100px 0 250px 100px;
  position: relative;
  z-index: 2;
  position: relative;
  z-index: 1;
}

#sec-09 .inner:nth-child(1):before, #sec-09 .inner:nth-child(1):after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

#sec-09 p {
  width: 65%;
  float: right;
}

#sec-09 video {
  position: relative;
  margin-top: -180px;
  margin-left: 0;
  z-index: 5;
}

#sec-10 .inner:nth-child(1) {
  margin-top: -80px;
  color: #fff;
  position: relative;
  background: linear-gradient(90deg, transparent 0%, transparent 10%, #cb2434 10%, #cb2434 85%, transparent 85%, transparent 100%);
  padding: 130px 0 250px 0;
  position: relative;
  z-index: 1;
}

#sec-10 video {
  position: relative;
  float: right;
  margin-top: -200px;
  z-index: 4;
}

#sec-10 p {
  width: 70%;
  float: right;
}

#sec-11 {
  margin-top: -70px;
}

#sec-11 .inner:nth-child(1) {
  background: linear-gradient(90deg, #cb2434 0%, #cb2434 90%, transparent 90%, transparent 100%);
  padding: 120px 0 300px 0;
  color: #fff;
  position: relative;
}

#sec-11 .inner p {
  width: 70%;
  margin: 0 auto;
}

#sec-11 .inner video {
  position: relative;
  margin: -250px auto 0 auto !important;
  z-index: 4;
}

#sec-12 {
  margin: 50px 0 80px 0;
}

#sec-12 h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0;
  color: #fff;
}

#sec-12 p {
  text-align: left;
  max-width: 70%;
  font-size: 1.1em;
  letter-spacing: -0.01em;
  line-height: 1.3em;
  width: 100%;
  margin: 0 auto;
}

#sec-12 p span {
  color: #cb2434;
  font-weight: bold;
  font-size: 1.3rem;
}

#works {
  background: linear-gradient(90deg, #cb2434 0%, #cb2434 97%, transparent 97%, transparent 100%);
  color: #fff;
  margin-bottom: 80px;
}

#works h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0;
}

#works p {
  line-height: 1.3em;
  letter-spacing: 0.01em;
  font-size: 1.1rem;
}

#works .inner ul {
  background: #fff;
  max-width: 1300px;
  width: 100%;
  margin: 30px auto 80px auto;
  padding: 50px 1em;
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

#works .inner ul:after {
  content: "";
  display: block;
  width: 49.99998%;
}

#works .inner ul li {
  width: 16.66666%;
  text-align: center;
  list-style: none;
  max-height: 120px;
}

#works .inner ul li img {
  width: 100%;
}

.privacy-area {
  line-height: 1.5em;
}

.privacy-area .left-wrap {
  padding-bottom: 50px;
}

.privacy-area h3 {
  margin-top: 1em;
}

.privacy-area p {
  margin: 0.5em 0 2em 0;
}

.privacy-area ol {
  margin: -1em 0 2em 0;
  padding: 0;
}

.privacy-area ol li {
  padding: 0;
  margin: 0.3em 0;
  list-style: none;
}

.privacy-area ol li:nth-child(1):before {
  content: "(1)";
}

.privacy-area ol li:nth-child(2):before {
  content: "(2)";
}

.privacy-area ol li:nth-child(3):before {
  content: "(3)";
}

.privacy-area ol li:nth-child(4):before {
  content: "(4)";
}

.privacy-area ol li:nth-child(5):before {
  content: "(5)";
}

.privacy-area ol li:nth-child(6):before {
  content: "(6)";
}

.privacy-area ol li:nth-child(7):before {
  content: "(7)";
}

.page-contact {
  margin-top: 0;
  position: relative !important;
  bottom: -190px !important;
}

nav.cp_navi {
  margin: 0 0 5em 0;
  text-align: center;
}

nav.cp_navi * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav.cp_navi *:after, nav.cp_navi *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav.cp_navi a {
  text-decoration: none;
}

.cp_navi .cp_pagination {
  display: inline-block;
  margin-top: 2em;
  padding: 0 0.5em;
}

.cp_navi .cp_pagenum {
  border: 1px solid #000;
  color: #000;
  font-size: 1em;
  line-height: 25px;
  display: block;
  float: left;
  transition: 400ms ease;
  letter-spacing: 0.1em;
  width: 30px;
  height: 30px;
  margin: auto .5em;
}

.cp_navi .cp_pagenum:hover, .cp_navi .cp_pagenum.current {
  color: #ca4949;
  border: 1px solid #cb2434;
}

.cp_navi .cp_pagenum.prev, .cp_navi .cp_pagenum.next {
  color: #cb2434;
  line-height: 40px;
  border: 1px solid transparent;
}

.cp_navi .cp_pagenum.prev:hover, .cp_navi .cp_pagenum.next:hover {
  color: #f0464a;
}

@media only screen and (max-width: 960px) {
  .cp_navi .cp_pagination {
    margin-top: 50px;
    padding: 0 10px;
  }
  .cp_navi .cp_pagenum {
    font-size: 0.8em;
    line-height: 25px;
    width: 45px;
    height: 25px;
    margin: auto .1em;
  }
  .cp_navi .cp_pagenum.prev, .cp_navi .cp_pagenum.next {
    padding: 0 25px 0 5px;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
  .cp_navi .cp_pagenum {
    display: none;
  }
  .cp_navi .cp_pagenum:nth-of-type(2) {
    position: relative;
    padding-right: 20px;
  }
  .cp_navi .cp_pagenum:nth-of-type(2)::after {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: 25px;
    content: '...';
  }
  .cp_navi .cp_pagenum:nth-child(-n+3), .cp_navi .cp_pagenum:nth-last-child(-n+3) {
    display: block;
  }
  .cp_navi .cp_pagenum:nth-last-child(-n+4) {
    padding: 0 5px;
  }
  .cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
    content: none;
  }
}

#page-footer {
  background: #fff;
  position: relative;
  height: 250px;
  padding-top: 50px;
  margin-top: 80px;
  margin-bottom: 250px;
}

.page-footer {
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, transparent 3%, #cb2434 3%, #cb2434 100%);
  padding-bottom: 80px;
}

.page-footer h2 {
  text-align: center;
  padding: 80px 0 30px 0;
}

.page-footer h2 img {
  max-width: 400px;
  width: 100%;
}

.page-footer .flex {
  justify-content: space-between;
}

.page-footer .f-service {
  width: 24%;
}

.page-footer .f-service img {
  width: 100%;
}

.page-footer .f-service h3 {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.page-footer .f-service h3 span {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
  padding-top: 0.3em;
  letter-spacing: 0.05em;
}

.page footer {
  margin-top: 380px;
}

@media (max-width: 1300px) {
  #page-fv h1 {
    max-width: 90%;
  }
  .inner {
    max-width: 1000px;
  }
  .media-area .inner {
    max-width: 1300px;
  }
  ul#breadcrumb {
    width: 90%;
  }
  #privacy-btn a {
    right: 10%;
  }
}

@media (max-width: 1120px) {
  .inner {
    width: 88%;
  }
  #privacy-btn a {
    right: inherit;
    left: 0;
  }
  #plan-list .list .ov li {
    width: 23%;
  }
  #plan-list .list div ul {
    max-width: 33%;
  }
  .media-area .inner {
    max-width: 1300px;
  }
  #sec-07 .inner {
    padding-left: 0 !important;
  }
  #sec-07 .inner p {
    margin-left: 10%;
  }
  #sec-09 p {
    padding-right: 2em;
  }
  #sec-10 p {
    padding-right: 9em;
  }
  #sec-10 .inner:nth-child(1) {
    padding-left: 0 !important;
  }
  #sec-11 .inner:nth-child(1), #sec-12 .inner {
    padding-left: 0 !important;
  }
  #ceo .flex figure {
    width: 30%;
  }
  #ceo .flex div {
    width: 68%;
  }
}

@media (max-width: 1048px) {
  #partner-list .col-3 {
    width: 48.5%;
  }
  .form-area table th {
    width: 42%;
  }
  #sec-05 .inner h2, #sec-05 .inner p {
    width: 55%;
  }
}

@media (max-width: 980px) {
  footer section div:nth-child(1) {
    display: block;
  }
  .media-area .inner {
    max-width: 1300px;
  }
  #ceo .flex div {
    width: 68%;
  }
  #plan-list .list .ov li {
    width: 23%;
  }
  #plan-list .list div ul {
    max-width: 33%;
  }
  #page-footer {
    height: auto;
    margin-bottom: inherit;
  }
  .page-footer .f-service {
    width: 48%;
    margin-bottom: 2em;
  }
  #sec-pre {
    background: #cb2434;
  }
}

@media (max-width: 800px) {
  .media-area .inner:nth-child(1), .media-area .inner:nth-child(2) {
    max-width: inherit;
    width: 100% !important;
  }
  .translation-main .inner {
    max-width: 680px;
    width: 100%;
  }
  #works {
    background: linear-gradient(90deg, #cb2434 0%, #cb2434 97%, transparent 97%, transparent 100%);
    color: #fff;
  }
  #works h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2em 0;
  }
  #works .inner ul {
    background: #fff;
    max-width: 1300px;
    width: 100%;
    margin: 30px auto 80px auto;
    padding: 50px 10px;
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }
  #works .inner ul:after {
    content: "";
    display: block;
    width: 49.99998%;
  }
  #works .inner ul li {
    width: 16.66666%;
    text-align: center;
    list-style: none;
  }
  #works .inner ul li img {
    width: 90%;
  }
  #ceo .flex figure {
    width: 30%;
  }
  #ceo .flex div {
    width: 68%;
  }
  #plan-list .list h3 {
    padding-left: 0;
    padding-top: 60px;
    margin-bottom: 1em;
    line-height: 1.2em;
    height: inherit;
    line-height: 1.5em;
    background-position: center 0;
  }
  #plan-list .list ul {
    padding-left: 0;
  }
  #plan-list .list .ov li {
    width: 48%;
    margin-bottom: 0.5em;
    position: relative;
  }
  #plan-list .list .ov li.sup:after {
    content: "※海外も含む";
    display: block;
    color: #cb2434;
    font-size: 0.8rem;
    margin-top: 0.1em;
    font-weight: normal;
    position: absolute;
    top: -2.0em;
    left: -103%;
  }
  #plan-list .list div {
    padding-left: 0;
  }
  #plan-list .list div ul {
    display: block;
    max-width: 100%;
  }
}
