@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb ul {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
#breadcrumb ul li {
  display: inline;
}
#breadcrumb ul li:not(:last-child):after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 10px;
  margin-right: 8px;
}

/* main next
------------------------------------------------------------*/
main.next .company-section-01 {
  padding-bottom: 120px;
}
main.next .company-section-02 {
  padding-top: 110px;
  padding-bottom: 150px;
  overflow: hidden;
}
main.next .company-section-pict {
  height: 440px;
  position: relative;
  overflow: hidden;
}
main.next .company-section-pict span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: url(../img/next/company/bg-01.jpg) no-repeat center/cover;
}
main.next .company-greeting {
  display: flex;
}
main.next .company-greeting:not(:last-child) {
  margin-bottom: 160px;
}
main.next .company-greeting .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin-right: 70px;
  font-size: 17px;
}
main.next .company-greeting .item-text > p:not(:last-child) {
  margin-bottom: 35px;
}
main.next .company-greeting .item-text .name {
  text-align: right;
  font-size: 15px;
}
main.next .company-greeting .item-text .name img {
  vertical-align: middle;
}
main.next .company-service {
  display: flex;
  flex-wrap: wrap;
}
main.next .company-service .item {
  width: 50%;
  display: flex;
}
main.next .company-service .item > a {
  width: 100%;
  transition: background 0.3s ease;
  color: #262630;
}
main.next .company-service .item > a:hover {
  background: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
main.next .company-service .item > a:hover .item-img img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.next .company-service .item > a:hover .item-text h3 {
  text-decoration: none;
}
main.next .company-service .item > a:hover .item-text p {
  text-decoration: underline;
}
main.next .company-service .item-img {
  overflow: hidden;
}
main.next .company-service .item-img img {
  transition: all 0.8s ease;
}
main.next .company-service .item-text {
  padding: 25px 30px;
  font-size: 15px;
}
main.next .company-service .item-text h3 {
  line-height: 1.3;
}
main.next .company-service .item-text h3:not(:last-child) {
  margin-bottom: 15px;
}
main.next .company-service .item-text h3 span {
  display: block;
}
main.next .company-service .item-text h3 span:nth-child(1) {
  font-size: 17px;
  font-weight: bold;
}
main.next .company-service .item-text h3 span:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
}
main.next .company-info {
  display: flex;
  flex-wrap: wrap;
}
main.next .company-info:not(:last-child) {
  margin-bottom: 90px;
}
main.next .company-info .item-imgs {
  margin-right: 60px;
  max-width: 60%;
  margin-bottom: -80px;
}
main.next .company-info .item-imgs .img {
  margin-left: -160px;
}
main.next .company-info .item-imgs .map {
  margin-top: -25px;
  margin-left: -140px;
}
@media screen and (max-width: 1340px) {
  main.next .company-info .item-imgs .map {
    margin-left: -50px;
  }
}
main.next .company-info .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .company-info .item-text .img {
  margin-left: -40px;
  margin-right: -140px;
}
main.next .company-info .item-text dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
main.next .company-info .item-text dl:not(:last-child) {
  margin-bottom: 40px;
}
main.next .company-info .item-text dl > * {
  border-bottom: 1px solid #262630;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main.next .company-info .item-text dl dt {
  width: 80px;
  margin-right: 35px;
}
main.next .company-info .item-text dl dd {
  width: calc(100% - 80px - 35px);
  line-height: 1.7647058824;
}
main.next .company-info .item-text dl dd a {
  color: #262630;
}
main.next .company-info .item-text dl dd p:not(:last-child) {
  margin-bottom: 25px;
}
main.next .company-info .item-bottom {
  width: 100%;
  margin-top: 20px;
}
main.next .company-info .item-bottom p {
  margin-right: -160px;
}
@media screen and (max-width: 1400px) {
  main.next .company-info .item-bottom p {
    margin-right: -50px;
  }
}
main.next .company-info .item-picts {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -50px;
}
main.next .company-info .item-picts p:nth-child(1) {
  margin-right: -160px;
  margin-left: -40px;
  position: relative;
  margin-bottom: 85px;
}
@media screen and (max-width: 1400px) {
  main.next .company-info .item-picts p:nth-child(1) {
    margin-right: -50px;
  }
}
main.next .company-recruit > p:not(:last-child) {
  margin-bottom: 30px;
}
main.next .company-recruit dl dt {
  font-size: 17px;
  background: rgba(255, 255, 255, 0.4);
  padding: 25px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
main.next .company-recruit dl dt:after {
  content: "";
  width: 22px;
  height: 21px;
  background: no-repeat center/auto;
  background-image: url(../img/next/company/arrow-down.svg);
  margin-left: auto;
  transition: all 0.3s ease;
}
main.next .company-recruit dl dt:not(:first-child) {
  margin-top: 10px;
}
main.next .company-recruit dl dt.active:after {
  transform: rotate(180deg);
  transform-origin: center center;
}
main.next .company-recruit dl dd {
  display: none;
  margin-top: 2px;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.4);
}
main.next .company-recruit dl dd table td, main.next .company-recruit dl dd table th {
  font-size: 16px;
}
main.next #photo_movie {
  padding-top: 100px;
  padding-bottom: 160px;
}
main.next #photo_movie .content {
  width: 1320px;
}
main.next #photo_movie .photo-block:not(:last-child) {
  margin-bottom: 100px;
}
main.next #photo_movie .photo-block .item-hd {
  text-align: center;
}
main.next #photo_movie .photo-block .item-hd:not(:last-child) {
  margin-bottom: 55px;
}
main.next #photo_movie .photo-block .item-text {
  text-align: center;
}
main.next #photo_movie .photo-block .item-text:not(:last-child) {
  margin-bottom: 70px;
}
main.next #photo_movie .photo-block .item-text h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
}
main.next #photo_movie .photo-block .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #photo_movie .photo-block .item-list h3 {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
main.next #photo_movie .photo-block .item-list h3:not(:last-child) {
  margin-bottom: 30px;
}
main.next #photo_movie .photo-block .item-list:not(:last-child) {
  margin-bottom: 40px;
}
main.next #photo_movie .photo-block .item-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -10px;
}
main.next #photo_movie .photo-block .item-list > ul > li {
  margin-right: 10px;
  margin-bottom: 10px;
}
main.next #photo_movie .photo-block .item-list > ul > li.w-01 {
  width: calc(16.6666666667% * 1 - 10px);
}
main.next #photo_movie .photo-block .item-list > ul > li.w-02 {
  width: calc(16.6666666667% * 2 - 10px);
}
main.next #photo_movie .photo-block .item-list > ul > li.w-03 {
  width: calc(16.6666666667% * 3 - 10px);
}
main.next #photo_movie .photo-block .item-list > ul > li.hidden {
  display: none;
}
main.next #photo_movie .movie-block .item-hd {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
main.next #photo_movie .movie-block .item-hd:not(:last-child) {
  margin-bottom: 30px;
}
main.next #photo_movie .movie-block .item-list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
}
main.next #photo_movie .movie-block .item-list:not(:last-child) {
  margin-bottom: 0;
}
main.next #photo_movie .movie-block .item-list li {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(50% - 40px);
  position: relative;
}
main.next #photo_movie .movie-block .item-list li.hidden {
  display: none;
}
main.next #photo_movie .movie-block .item-list li video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  background: #000;
  object-fit: cover;
}
main.next #photo_movie .movie-block .item-list li video:hover {
  opacity: 1;
}
main.next #photo_movie .movie-block .item-list li > a {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 701px) {
  main.next #photo_movie .movie-block .item-list li > a {
    pointer-events: none;
  }
}
main.next #photo_movie .movie-block .item-movie {
  display: none;
}
main.next #works {
  padding-bottom: 170px;
}
main.next #works .cat-list:not(:last-child) {
  margin-bottom: 45px;
}
main.next #works .works-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -30px;
  margin-bottom: -35px;
}
main.next #works .works-list:not(:last-child) {
  margin-bottom: 30px;
}
main.next #works .works-list li {
  margin-right: 30px;
  margin-bottom: 35px;
  width: calc(33.3333333333% - 30px);
}
main.next #works .works-list .item-img {
  margin-bottom: 10px;
  position: relative;
}
main.next #works .works-list .item-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  border-radius: 4px;
}
main.next #works .works-list .item-img video:hover {
  opacity: 1;
}
main.next #works .works-list .item-img img {
  border-radius: 4px;
}
main.next #works .works-list .item-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
main.next #works .works-list .item-title a {
  color: #262630;
}
main.next #works .works-list .item-tags {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  color: #999;
}
main.next #works .works-list .item-tags:not(:last-child) {
  margin-bottom: 5px;
}
main.next #works .works-list .item-tags > p:not(:last-child):after {
  content: "/";
  margin-left: 3px;
  margin-right: 3px;
}
main.next #works .works-list .item-year {
  font-size: 12px;
  color: #999;
}
main.next .contact-section {
  padding-bottom: 160px;
}
main.next .contact-section .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}
main.next .contact-section .item-text:not(:last-child) {
  margin-bottom: 70px;
}
main.next .contact-section .item-list {
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
main.next .contact-section .item-list:not(:last-child) {
  margin-bottom: 15px;
}
main.next .contact-section .item-list > * {
  margin-bottom: 25px;
}
main.next .contact-section .item-list dt {
  width: 170px;
  padding-top: 15px;
}
main.next .contact-section .item-list dd {
  width: calc(100% - 170px);
}
main.next .contact-section .item-policy {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  padding: 30px;
  box-sizing: border-box;
  font-size: 13px;
  max-height: 280px;
  overflow: scroll;
}
main.next .contact-section .item-policy:not(:last-child) {
  margin-bottom: 25px;
}
main.next .contact-section .item-policy > h4 {
  font-size: 15px;
  font-weight: bold;
}
main.next .contact-section .item-policy > p:not(:last-child) {
  margin-bottom: 20px;
}
main.next .contact-section .item-agree {
  text-align: center;
}
main.next .contact-section .item-agree:not(:last-child) {
  margin-bottom: 50px;
}
main.next .contact-section [class*=confirm] .item-list dt {
  padding-top: 0;
}
main.next .contact-section [class*=confirm] .item-text, main.next .contact-section [class*=confirm] .item-policy, main.next .contact-section [class*=confirm] .item-agree {
  display: none;
}
main.next #design {
  overflow: hidden;
  margin-top: -90px;
  font-family: ten-mincho-text, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 1000px) {
  main.next #design {
    margin-top: -60px;
  }
}
main.next #design .design-title {
  padding-bottom: 45px;
  position: relative;
}
main.next #design .design-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #e96060;
}
main.next #design .design-title > * {
  position: relative;
}
main.next #design .design-title .item-img-title {
  padding-top: 120px;
  margin-bottom: 80px;
  margin-left: -71px;
  margin-right: -70px;
}
@media screen and (max-width: 1250px) {
  main.next #design .design-title .item-img-title {
    margin-left: -20px;
    margin-right: -20px;
  }
}
main.next #design .design-title .item-img {
  position: absolute;
  top: 0;
  left: -570px;
}
main.next #design .design-title .item-hd {
  margin-right: -360px;
  padding-top: 120px;
  margin-bottom: 220px;
  text-align: right;
}
main.next #design .design-title .item-text {
  margin-left: 120px;
  padding-left: 130px;
  position: relative;
  color: #FFF;
  z-index: 3;
}
main.next #design .design-title .item-text h2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 58px;
  font-weight: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  white-space: nowrap;
}
main.next #design .design-title .item-text p {
  font-size: 17px;
  line-height: 2;
}
main.next #design .design-title .item-triangle {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100vw;
  height: 190px;
  transform: translateX(-50%);
  z-index: 2;
  margin-top: -1px;
}
main.next #design .design-title .item-triangle svg {
  width: 100%;
  height: 100%;
  fill: #e96060;
}
main.next #design .design-policy {
  position: relative;
  padding-top: 190px;
  padding-bottom: 120px;
}
main.next #design .design-policy:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #e2c2fd;
}
main.next #design .design-policy > * {
  position: relative;
}
main.next #design .design-policy .item-text {
  z-index: 3;
  padding-left: 30%;
  font-size: 17px;
  line-height: 2;
}
main.next #design .design-policy .item-text h2 {
  font-size: 68px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1;
  margin-left: -10px;
}
main.next #design .design-works {
  position: relative;
  padding-bottom: 140px;
}
main.next #design .design-works:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #e2c2fd;
}
main.next #design .design-works:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 80%;
  bottom: 0;
  transform: translateX(-50%);
  background: #e2c2fd;
  background: -moz-linear-gradient(top, #e2c2fd 0%, #ebe6da 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2c2fd 0%, #ebe6da 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2c2fd 0%, #ebe6da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
main.next #design .design-works > * {
  position: relative;
  z-index: 3;
}
main.next #design .design-works .item-hd {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 40px;
}
main.next #design .design-works .item-img {
  position: absolute;
  left: 50%;
  width: 100vw;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
main.next #design .design-works .item-text {
  text-align: center;
  margin-bottom: 50px;
}
main.next #design .design-works .item-text h3 {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
main.next #design .design-works .item-text p {
  font-size: 17px;
}
main.next #design .design-works .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -30px;
}
main.next #design .design-works .item-list:not(:last-child) {
  margin-bottom: 50px;
}
main.next #design .design-works .item-list li {
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(33.3333333333% - 30px);
}
main.next #design .design-works .item-list li img {
  border-radius: 4px;
}
main.next #design .design-graphic {
  border-bottom: 1px solid #ebe6da;
}
main.next #design .design-graphic .item-hd {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: -74px;
}
main.next #design .design-graphic .item-content {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
}
main.next #design .design-graphic .item-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #262630;
}
main.next #design .design-graphic .item-content > * {
  position: relative;
}
main.next #design .design-graphic .item-text {
  text-align: center;
  margin-bottom: 50px;
  color: #FFF;
}
main.next #design .design-graphic .item-text h3 {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
main.next #design .design-graphic .item-text p {
  font-size: 17px;
}
main.next #design .design-graphic .item-list {
  position: relative;
  width: 1360px;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
main.next #design .design-graphic .item-list ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -20px;
  margin-bottom: -20px;
}
main.next #design .design-graphic .item-list ul li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(50% - 20px);
}
main.next .wp-pagenavi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  margin-left: -5px;
  margin-right: -5px;
}
main.next .wp-pagenavi > * {
  width: 40px;
  height: 40px;
  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-left: 5px;
  margin-right: 5px;
  color: #262630;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
}
main.next .wp-pagenavi .current {
  color: #FFF;
  position: relative;
  background-color: #262630;
}
main.next .wp-pagenavi [rel*=next], main.next .wp-pagenavi [rel*=prev] {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
}
main.next #ec-title {
  padding-top: 50px;
  overflow: hidden;
}
main.next #ec-title .content {
  width: 1229px;
}
main.next #ec-title .item-title {
  text-align: center;
  margin-bottom: 35px;
}
main.next #ec-title .item-title img {
  position: relative;
  z-index: 2;
}
main.next #ec-title .item-img {
  margin-top: -430px;
  position: relative;
  margin-bottom: 150px;
}
main.next #ec-title .item-img img:nth-child(1) {
  position: relative;
  z-index: 3;
}
main.next #ec-title .item-img img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 120px;
  width: calc(100vw + 80px + 160px);
  height: 660px;
  transform: translateX(-50%);
  margin-left: -80px;
  max-width: initial;
}
@media screen and (max-width: 1280px) {
  main.next #ec-title .item-img {
    margin-top: -35%;
  }
  main.next #ec-title .item-img img:nth-child(1) {
    max-width: 50%;
  }
  main.next #ec-title .item-img img:nth-child(2) {
    width: calc(100vw + 80px + 40%);
    margin-left: -30px;
  }
}
main.next #ec-title .item-btn {
  position: relative;
  z-index: 2;
}
main.next #ec-title .item-text {
  text-align: center;
  color: #DD5D00;
}
main.next #ec-title .item-text h2 {
  font-size: 60px;
  line-height: 1.2;
}
@supports ((-webkit-text-stroke-color : #ffc871)) {
  main.next #ec-title .item-text h2 {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffc871;
    -webkit-text-fill-color: transparent;
  }
}
main.next #ec-title .item-text h2:not(:last-child) {
  margin-bottom: 15px;
}
main.next #ec-title .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #ec-title .item-list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 100px;
  padding-top: 40px;
}
main.next #ec-title .item-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #262630;
}
main.next #ec-title .item-list li {
  width: calc(33.3333333333% - 20px);
  text-align: center;
  position: relative;
  color: #ebe6da;
}
main.next #ec-title .item-list li .img {
  margin-bottom: 25px;
}
main.next #ec-title .item-list li h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
main.next #ec-content {
  padding-top: 85px;
  padding-bottom: 140px;
}
main.next #ec-content section:not(:last-child) {
  border-bottom: 1px solid #262630;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
main.next #ec-content .ec-production .item-hd {
  font-size: 72px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
main.next #ec-content .ec-production .item-hd:not(:last-child) {
  margin-bottom: 40px;
}
@supports ((-webkit-text-stroke-color : #262630)) {
  main.next #ec-content .ec-production .item-hd {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
  }
}
main.next #ec-content .ec-production .item-list li {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -40px;
}
main.next #ec-content .ec-production .item-list li:not(:last-child) {
  margin-bottom: 10px;
}
main.next #ec-content .ec-production .item-list li:not(:last-child):nth-child(2) {
  margin-bottom: 60px;
}
main.next #ec-content .ec-production .item-list li:not(:last-child):nth-child(3) {
  margin-bottom: 50px;
}
@media screen and (min-width: 701px) {
  main.next #ec-content .ec-production .item-list li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
main.next #ec-content .ec-production .item-list li > * {
  margin-right: 40px;
}
@media screen and (min-width: 701px) {
  main.next #ec-content .ec-production .item-list li .img {
    max-width: 40%;
  }
}
main.next #ec-content .ec-production .item-list li .text h3 {
  font-size: 32px;
  font-weight: bold;
  color: #ffb033;
  margin-bottom: 20px;
  line-height: 1.5;
}
main.next #ec-content .ec-marketing .item-hd {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
main.next #ec-content .ec-marketing .item-hd:not(:last-child) {
  margin-bottom: 50px;
}
@supports ((-webkit-text-stroke-color : #262630)) {
  main.next #ec-content .ec-marketing .item-hd {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
  }
}
main.next #ec-content .ec-marketing .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -70px;
}
main.next #ec-content .ec-marketing .item-list li {
  width: 50%;
  text-align: center;
  margin-bottom: 70px;
}
main.next #ec-content .ec-marketing .item-list li .img {
  margin-bottom: 15px;
}
main.next #ec-content .ec-marketing .item-list li h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
main.next #ec-content .ec-contact {
  text-align: center;
}
main.next #ec-content .ec-contact .item-hd {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
main.next #ec-content .ec-contact .item-text:not(:last-child) {
  margin-bottom: 40px;
}
main.next #ec-content .ec-contact .item-form {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
main.next #ec-content .ec-contact .item-form:not(:last-child) {
  margin-bottom: 40px;
}
main.next #ec-content .ec-contact .item-form > div:not(:last-child) {
  margin-bottom: 15px;
}
main.next #ec-content .ec-contact .item-form > div input {
  width: 100%;
  line-height: 50px;
  height: 50px;
}
main.next #ec-content .ec-contact .item-form > div textarea {
  width: 100%;
}
main.next #ec-content .ec-contact .item-policy {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 13px;
  max-height: 180px;
  overflow: scroll;
  text-align: left;
}
main.next #ec-content .ec-contact .item-policy:not(:last-child) {
  margin-bottom: 25px;
}
main.next #ec-content .ec-contact .item-policy > h4 {
  font-size: 15px;
  font-weight: bold;
}
main.next #ec-content .ec-contact .item-policy > p:not(:last-child) {
  margin-bottom: 20px;
}
main.next #ec-content .ec-contact .item-agree {
  text-align: center;
}
main.next #ec-content .ec-contact .item-agree:not(:last-child) {
  margin-bottom: 50px;
}
main.next #ec-content .ec-contact .item-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
main.next #ec-content .ec-contact [class*=confirm] .item-policy, main.next #ec-content .ec-contact [class*=confirm] .item-agree {
  display: none;
}
main.next #ec-content .ec-contact [class*=confirm] .item-form > div {
  text-align: left;
  border-bottom: 1px dotted #262630;
  padding-bottom: 15px;
}
main.next #ec-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 5;
  padding: 0;
}
@media screen and (min-width: 701px) {
  main.next #ec-fixed.down:not(.hidden) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
main.next #ec-fixed p .btn {
  margin-right: 0;
  padding-right: 50px;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
}
main.next #ec-fixed p .btn:after {
  left: initial;
  right: 0;
  border: none;
  background-color: transparent !important;
  background-size: 16px auto;
}
main.next #voice-detail .block-title {
  padding-top: 40px;
  position: relative;
  margin-bottom: 120px;
}
main.next #voice-detail .block-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  height: calc(100% - 80px + 90px);
  right: 50%;
  bottom: 80px;
  background: #e3ecec;
}
main.next #voice-detail .block-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 50vw;
  height: calc(100% - 190px - 30px);
  bottom: 30px;
  background: #eff3f3;
  border-radius: 0 80px 0 0;
  background: #e3ecec;
}
main.next #voice-detail .block-title > * {
  position: relative;
  z-index: 2;
}
main.next #voice-detail .block-title .item-hd {
  text-align: center;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Barlow", sans-serif;
  font-size: 174px;
  line-height: 0.9;
  color: rgba(48, 183, 203, 0.3);
  letter-spacing: 0.1em;
  margin-bottom: -50px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  main.next #voice-detail .block-title .item-hd {
    font-size: 13vw;
  }
}
main.next #voice-detail .block-title .item-img {
  position: relative;
}
main.next #voice-detail .block-title .item-img > p {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
main.next #voice-detail .block-title .item-img:after {
  content: "";
  width: 92px;
  height: 64px;
  background: no-repeat center/auto;
  background-image: url(../img/next/voice/arrow-title.svg);
  position: absolute;
  left: 0;
  bottom: -36px;
}
main.next #voice-detail .block-title .item-title {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 70px 40px 50px;
  box-sizing: border-box;
  background: rgba(48, 183, 203, 0);
  background: -moz-linear-gradient(top, rgba(48, 183, 203, 0) 0%, rgb(48, 183, 203) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(48, 183, 203, 0) 0%, rgb(48, 183, 203) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(48, 183, 203, 0) 0%, rgb(48, 183, 203) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #FFF;
  z-index: 2;
  border-radius: 0 0 20px 20px;
}
main.next #voice-detail .block-title .item-title > span {
  font-size: 18px;
  font-weight: bold;
}
main.next #voice-detail .block-title .item-title h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
main.next #voice-detail .block-title .item-title p {
  font-size: 17px;
}
main.next #voice-detail .block-title .item-title p a {
  color: #FFF;
}
main.next #voice-detail .block-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
main.next #voice-detail .block-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  right: -70px;
  border-radius: 0 60px 60px 0;
  background: #FFF;
}
@media screen and (max-width: 1230px) {
  main.next #voice-detail .block-content:before {
    right: -50px;
  }
}
main.next #voice-detail .block-content > * {
  position: relative;
}
main.next #voice-detail .block-content .item-section:not(:last-child) {
  margin-bottom: 75px;
}
main.next #voice-detail .block-content .item-hd {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
main.next #voice-detail .block-content .item-hd span:nth-child(1) {
  font-family: "Barlow", sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  color: #5fbde9;
  margin-right: 15px;
}
main.next #voice-detail .block-content .item-hd span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
main.next #voice-detail .block-content .item-text-style, main.next #voice-detail .block-content .item-column .text .text-box, main.next #voice-detail .block-content .item-lead .text-box {
  padding: 30px;
  background: #f2f8f8;
  border-radius: 20px;
  font-size: 17px;
  position: relative;
}
main.next #voice-detail .block-content .item-text-style:after, main.next #voice-detail .block-content .item-column .text .text-box:after, main.next #voice-detail .block-content .item-lead .text-box:after {
  content: "";
  width: 51px;
  height: 60px;
  background: no-repeat center/auto;
  background-image: url(../img/next/voice/arrow-text.svg);
  position: absolute;
  left: 0;
  bottom: -20px;
}
main.next #voice-detail .block-content .item-text-style > h3:first-child, main.next #voice-detail .block-content .item-column .text .text-box > h3:first-child, main.next #voice-detail .block-content .item-lead .text-box > h3:first-child {
  color: #5fbde9;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
main.next #voice-detail .block-content .item-text-style > h3:first-child:not(:last-child), main.next #voice-detail .block-content .item-column .text .text-box > h3:first-child:not(:last-child), main.next #voice-detail .block-content .item-lead .text-box > h3:first-child:not(:last-child) {
  margin-bottom: 10px;
}
main.next #voice-detail .block-content .item-text-style p:not(:last-child), main.next #voice-detail .block-content .item-column .text .text-box p:not(:last-child), main.next #voice-detail .block-content .item-lead .text-box p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #voice-detail .block-content .item-lead {
  padding-right: 110px;
  position: relative;
}
main.next #voice-detail .block-content .item-lead .text-box {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 580px;
  box-sizing: border-box;
}
main.next #voice-detail .block-content .item-column {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -45px;
}
main.next #voice-detail .block-content .item-column > * {
  margin-right: 45px;
}
main.next #voice-detail .block-content .item-column .img.right {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
main.next #voice-detail .block-content .item-column .img.right + .text .text-box:after {
  transform: rotateY(180deg);
  transform-origin: center center;
  left: initial;
  right: 0;
}
main.next #voice-detail .block-content .item-column .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #voice-detail .block-content .item-bg {
  height: 500px;
  position: relative;
}
main.next #voice-detail .block-content .item-bg > div {
  position: absolute;
  width: calc(100% + (100vw - 1080px) / 2);
  right: 0;
  height: 100%;
  overflow: hidden;
}
main.next #voice-detail .block-content .item-bg > div span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: no-repeat center/cover;
}
@media screen and (max-width: 1180px) {
  main.next #voice-detail .block-content .item-bg > div {
    width: calc(100% + 50px);
  }
}
main.next #voice-contact {
  padding-top: 110px;
  padding-bottom: 120px;
}
main.next #voice-contact .img {
  padding-top: 10px;
  line-height: 0;
  text-align: center;
  margin-bottom: 50px;
}
main.next #voice-contact .form-block {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #voice-contact .form-block:not(:last-child) {
  margin-bottom: 50px;
}
main.next #voice-contact .form-block dl:not(:last-child) {
  margin-bottom: 30px;
}
main.next #voice-contact .form-block dl dt {
  margin-bottom: 5px;
}
main.next #voice-contact .form-block dl dt.required:after {
  content: "*";
  margin-left: 5px;
  color: #ff0000;
}
main.next #voice-contact .form-block dl dd:not(:last-child) {
  margin-bottom: 20px;
}
main.next #voice-contact .form-block dl dd input[type=text], main.next #voice-contact .form-block dl dd input[type=email], main.next #voice-contact .form-block dl dd input[type=tel], main.next #voice-contact .form-block dl dd input[type=password], main.next #voice-contact .form-block dl dd input[type=number], main.next #voice-contact .form-block dl dd input[type=search] {
  height: 50px;
  line-height: 50px;
}
main.next #voice-contact .form-block dl dd .radio:before, main.next #voice-contact .form-block dl dd .radio:after {
  margin-top: 4px;
}
main.next #voice-contact .form-block ul:not(:last-child) {
  margin-bottom: 40px;
}
main.next #voice-contact .form-block ul li:not(:last-child) {
  margin-bottom: 15px;
}
main.next #voice-contact .form-block ul li input, main.next #voice-contact .form-block ul li textarea {
  width: 100%;
}
main.next #voice-contact .form-block ul li span {
  display: block;
  margin-bottom: 5px;
}
main.next #voice-contact .sub.confirm {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
main.next #voice-contact [class*=confirm] .sub.input {
  display: none;
}
main.next #voice-contact [class*=confirm] .sub.confirm {
  display: block;
}
main.next #voice-contact [class*=confirm] .form-block dl dd {
  border-bottom: 2px solid #FFF;
  padding-bottom: 15px;
}
main.next #voice-contact .tel-block {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}
main.next #voice-contact .tel-block > * {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
main.next #voice-contact .tel-block h3 {
  font-size: 20px;
  font-weight: bold;
}
main.next #voice-contact .tel-block p {
  text-align: center;
  line-height: 1.3;
  padding-left: 30px;
  position: relative;
  background: url(../img/shopify/icon-tel.svg) no-repeat left top 10px;
}
main.next #voice-contact .tel-block p a {
  font-size: 36px;
  font-weight: bold;
  color: #262630;
}
main.next #voice-contact .tel-block p a:hover {
  text-decoration: none;
  color: #2a90cd;
}
main.next #voice-contact .tel-block p span {
  display: block;
  font-size: 13px;
}
main.next #voice-contact .mw_wp_form_confirm .form-block .select:after {
  display: none;
}
main.next #other {
  padding-bottom: 120px;
}
main.next #other .item-text h2:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 701px) and (max-width: 1080px) {
  /* main next
  ------------------------------------------------------------*/
  main.next .company-greeting .item-text {
    margin-right: 40px;
  }
  main.next .company-greeting .item-img {
    max-width: 30%;
  }
  main.next .company-service .item-text {
    padding: 15px;
  }
  main.next .company-info .item-imgs {
    margin-right: 40px;
    max-width: 55%;
  }
  main.next .company-info .item-imgs .img {
    margin-left: -50px;
  }
  main.next .company-info .item-imgs .map {
    margin-left: -50px;
  }
  main.next .company-info .item-text dl dt {
    width: 80px;
    margin-right: 15px;
  }
  main.next .company-info .item-text dl dd {
    width: calc(100% - 80px - 15px);
  }
  main.next .company-info .item-text .img {
    margin-right: -50px;
  }
  main.next .company-info .item-bottom {
    margin-top: 20px;
  }
  main.next .company-info .item-bottom p {
    margin-right: -40px;
  }
  main.next .company-info .item-picts {
    margin-top: 30px;
  }
  main.next .company-info .item-picts p:nth-child(1) {
    margin-left: -30px;
    margin-right: -40px;
  }
  main.next #photo_movie .movie-block .item-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  main.next #photo_movie .movie-block .item-list:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #photo_movie .movie-block .item-list li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
  main.next #works .works-list {
    margin-right: -20px;
    margin-bottom: -35px;
  }
  main.next #works .works-list li {
    margin-right: 20px;
    margin-bottom: 35px;
    width: calc(33.3333333333% - 20px);
  }
  main.next #design .design-title .item-text {
    margin-left: 10%;
  }
  main.next #design .design-graphic .item-hd {
    margin-bottom: -8%;
  }
  main.next #ec-title .item-img {
    margin-top: -35%;
  }
  main.next #ec-title .item-img img:nth-child(1) {
    max-width: 50%;
  }
  main.next #ec-title .item-img img:nth-child(2) {
    width: calc(100vw + 80px + 90%);
    margin-left: 10%;
    top: 130px;
  }
  main.next #ec-title .item-list li:nth-child(2) .img {
    margin-left: -10px;
    margin-right: -10px;
  }
  main.next #ec-title .item-list li:nth-child(3) .img {
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next #ec-content {
    padding-top: 85px;
    padding-bottom: 140px;
  }
  main.next #ec-content section:not(:last-child) {
    border-bottom: 1px solid #262630;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  main.next #ec-content .ec-production .item-hd {
    font-size: 6vw;
  }
  main.next #ec-content .ec-production .item-list li .text h3 {
    font-size: 28px;
  }
  main.next #ec-content .ec-marketing .item-hd {
    font-size: 4vw;
    -webkit-text-stroke-width: 1.5px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1080px) and (max-width: 1000px) {
  main.next #voice-detail .block-title {
    margin-top: -60px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1080px) {
  main.next #voice-detail .block-title .item-hd {
    margin-bottom: -30px;
    font-size: 13vw;
  }
  main.next #voice-detail .block-title .item-title {
    padding: 60px 30px 30px;
  }
  main.next #voice-detail .block-title .item-title > span {
    font-size: 17px;
  }
  main.next #voice-detail .block-title .item-title h1 {
    font-size: 44px;
  }
  main.next #voice-detail .block-title .item-title p {
    font-size: 16px;
  }
  main.next #voice-detail .block-content:before {
    right: -20px;
  }
  main.next #voice-detail .block-content .item-hd span:nth-child(1) {
    font-size: 38px;
  }
  main.next #voice-detail .block-content .item-hd span:nth-child(2) {
    font-size: 26px;
  }
  main.next #voice-detail .block-content .item-text-style {
    padding: 25px;
  }
  main.next #voice-detail .block-content .item-lead {
    padding-right: 50px;
  }
  main.next #voice-detail .block-content .item-lead .text-box {
    width: 60%;
  }
  main.next #voice-detail .block-content .item-column {
    margin-right: -40px;
  }
  main.next #voice-detail .block-content .item-column > * {
    margin-right: 40px;
  }
  main.next #voice-detail .block-content .item-column .img {
    max-width: 50%;
  }
  main.next #voice-detail .block-content .item-bg {
    height: 400px;
  }
  main.next #voice-detail .block-content .item-bg > div {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 700px) {
  /* main next
  ------------------------------------------------------------*/
  main.next .company-section-01 {
    padding-bottom: 70px;
  }
  main.next .company-section-02 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  main.next .company-section-pict {
    height: 160px;
  }
  main.next .company-section-pict span {
    height: 120%;
  }
  main.next .company-greeting {
    flex-wrap: wrap;
  }
  main.next .company-greeting:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next .company-greeting .item-text {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
  }
  main.next .company-greeting .item-text > p:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .company-greeting .item-img {
    margin-left: -20px;
    margin-top: 20px;
    margin-right: -20px;
    overflow: hidden;
    display: none;
  }
  main.next .company-greeting .item-img img {
    margin-top: -120%;
    margin-bottom: -50%;
  }
  main.next .company-service {
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next .company-service .item {
    width: 100%;
  }
  main.next .company-service .item:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .company-service .item-img img {
    width: 100%;
  }
  main.next .company-service .item-text {
    padding: 15px;
  }
  main.next .company-service .item-text h3:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .company-service .item-text h3 span:nth-child(1) {
    font-size: 16px;
  }
  main.next .company-service .item-text h3 span:nth-child(2) {
    font-size: 22px;
  }
  main.next .company-info {
    flex-wrap: wrap;
  }
  main.next .company-info:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .company-info .item-imgs {
    margin-right: 0px;
    max-width: 100%;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
  main.next .company-info .item-imgs .img {
    margin-left: -20px;
  }
  main.next .company-info .item-imgs .map {
    margin-top: -15px;
    margin-left: -20px;
  }
  main.next .company-info .item-text {
    width: 100%;
  }
  main.next .company-info .item-text .img {
    margin-left: 20px;
    margin-right: -20px;
  }
  main.next .company-info .item-text dl {
    margin-bottom: -15px;
  }
  main.next .company-info .item-text dl:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .company-info .item-text dl > * {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  main.next .company-info .item-text dl dt {
    width: 70px;
    margin-right: 15px;
  }
  main.next .company-info .item-text dl dd {
    width: calc(100% - 70px - 15px);
  }
  main.next .company-info .item-text dl dd p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .company-info .item-bottom {
    width: 100%;
    margin-top: 20px;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  main.next .company-info .item-bottom p {
    margin-right: -20px;
  }
  main.next .company-info .item-picts {
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 30px;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  main.next .company-info .item-picts p:nth-child(1) {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  main.next .company-info .item-picts p:nth-child(2) {
    position: relative;
    margin-right: -20px;
  }
  main.next .company-recruit > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .company-recruit dl dt {
    padding: 15px;
  }
  main.next .company-recruit dl dt:after {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
  main.next .company-recruit dl dd {
    padding: 15px;
  }
  main.next #photo_movie {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  main.next #photo_movie .photo-block:not(:last-child) {
    margin-bottom: 60px;
  }
  main.next #photo_movie .photo-block .item-hd:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #photo_movie .photo-block .item-text:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #photo_movie .photo-block .item-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next #photo_movie .photo-block .item-text h3 {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 700px) {
  main.next #photo_movie .photo-block .item-text p {
    font-size: 16px;
    text-align: left;
  }
  main.next #photo_movie .photo-block .item-list h3 {
    font-size: 45px;
  }
  main.next #photo_movie .photo-block .item-list h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #photo_movie .photo-block .item-list:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #photo_movie .photo-block .item-list > ul {
    margin-right: -5px;
    margin-bottom: -5px;
  }
  main.next #photo_movie .photo-block .item-list > ul > li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  main.next #photo_movie .photo-block .item-list > ul > li.w-01 {
    width: calc(16.6666666667% * 1 - 5px);
  }
  main.next #photo_movie .photo-block .item-list > ul > li.w-02 {
    width: calc(16.6666666667% * 2 - 5px);
  }
  main.next #photo_movie .photo-block .item-list > ul > li.w-03 {
    width: calc(16.6666666667% * 3 - 5px);
  }
  main.next #photo_movie .movie-block .item-hd {
    font-size: 45px;
  }
  main.next #photo_movie .movie-block .item-hd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #photo_movie .movie-block .item-list {
    margin-right: -10px;
    margin-bottom: -10px;
  }
  main.next #photo_movie .movie-block .item-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #photo_movie .movie-block .item-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    text-align: center;
  }
}
@media screen and (max-width: 700px) and (max-width: 540px) {
  main.next #photo_movie .movie-block .item-list li {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 700px) {
  main.next #works {
    padding-bottom: 70px;
  }
  main.next #works .cat-list:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #works .works-list {
    display: flex;
    margin-right: -15px;
    margin-bottom: -25px;
  }
  main.next #works .works-list:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #works .works-list li {
    margin-right: 15px;
    margin-bottom: 25px;
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 700px) and (max-width: 600px) {
  main.next #works .works-list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 700px) and (max-width: 450px) {
  main.next #works .works-list li {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 700px) {
  main.next #works .works-list .item-img {
    margin-bottom: 5px;
  }
  main.next .contact-section {
    padding-bottom: 80px;
  }
  main.next .contact-section .item-text {
    font-size: 15px;
  }
  main.next .contact-section .item-text:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .contact-section .item-list {
    margin-bottom: -20px;
  }
  main.next .contact-section .item-list > * {
    margin-bottom: 20px;
  }
  main.next .contact-section .item-list dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }
  main.next .contact-section .item-list dd {
    width: 100%;
  }
  main.next .contact-section .item-policy {
    padding: 15px;
    max-height: 200px;
  }
  main.next .contact-section .item-policy:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .contact-section .item-agree:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .contact-section [class*=confirm] .item-list dt {
    padding-top: 0;
  }
  main.next .contact-section [class*=confirm] .item-list dd {
    border-bottom: 1px solid #262630;
    padding-bottom: 10px;
  }
  main.next .contact-section [class*=confirm] .item-btn > * {
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.next .contact-section [class*=confirm] .item-btn > *:nth-child(1) {
    width: 10%;
  }
  main.next .contact-section [class*=confirm] .item-btn > *:nth-child(2) {
    width: 20%;
  }
  main.next #design .design-title {
    padding-bottom: 30px;
  }
  main.next #design .design-title .item-img-title {
    padding-top: 70px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
  main.next #design .design-title .item-img {
    left: -40%;
    width: 120%;
  }
  main.next #design .design-title .item-hd {
    margin-right: -50%;
    margin-left: -10%;
    padding-top: 60px;
    margin-bottom: 80px;
  }
  main.next #design .design-title .item-text {
    margin-left: 0px;
    padding-left: 80px;
  }
  main.next #design .design-title .item-text h2 {
    font-size: 40px;
    font-weight: normal;
  }
  main.next #design .design-title .item-text p {
    font-size: 16px;
  }
  main.next #design .design-title .item-triangle {
    height: 60px;
  }
  main.next #design .design-policy {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  main.next #design .design-policy .item-text {
    padding-left: 20px;
    font-size: 16px;
  }
  main.next #design .design-policy .item-text h2 {
    font-size: 44px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: right;
  }
  main.next #design .design-works {
    padding-bottom: 70px;
  }
  main.next #design .design-works .item-hd {
    width: calc(100vw + 10px);
    margin-bottom: 20px;
  }
  main.next #design .design-works .item-img {
    width: 120vw;
  }
  main.next #design .design-works .item-text {
    margin-bottom: 30px;
  }
  main.next #design .design-works .item-text h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  main.next #design .design-works .item-text p {
    font-size: 16px;
    text-align: left;
  }
  main.next #design .design-works .item-list {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  main.next #design .design-works .item-list:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #design .design-works .item-list li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next #design .design-works .item-list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 700px) {
  main.next #design .design-graphic .item-hd {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -8%;
  }
  main.next #design .design-graphic .item-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  main.next #design .design-graphic .item-text {
    margin-bottom: 35px;
  }
  main.next #design .design-graphic .item-text h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  main.next #design .design-graphic .item-text p {
    text-align: left;
    font-size: 16px;
  }
  main.next #design .design-graphic .item-list ul {
    margin-right: -10px;
    margin-bottom: -10px;
  }
  main.next #design .design-graphic .item-list ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }
  main.next #design .design-graphic .item-list ul li:first-child:last-child {
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.next .wp-pagenavi {
    font-size: 14px;
    margin-left: -3px;
    margin-right: -3px;
  }
  main.next .wp-pagenavi > * {
    width: 34px;
    height: 34px;
    margin-left: 3px;
    margin-right: 3px;
  }
  main.next #ec-title {
    padding-top: 30px;
  }
  main.next #ec-title .item-title {
    margin-bottom: 0;
  }
  main.next #ec-title .item-title img {
    width: 645px;
  }
  main.next #ec-title .item-img {
    position: relative;
    margin-bottom: 50px;
    margin-top: -30px;
  }
  main.next #ec-title .item-img img:nth-child(1) {
    max-width: 95%;
  }
  main.next #ec-title .item-img img:nth-child(2) {
    width: calc(100vw + 80px + 40%);
    margin-left: 5%;
    height: 100%;
    top: 35%;
  }
  main.next #ec-title .item-btn {
    display: none;
  }
  main.next #ec-title .item-text {
    position: relative;
  }
  main.next #ec-title .item-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #262630;
  }
  main.next #ec-title .item-text > * {
    position: relative;
  }
  main.next #ec-title .item-text h2 {
    font-size: 40px;
  }
  main.next #ec-title .item-text p {
    font-size: 15px;
    text-align: left;
  }
  main.next #ec-title .item-list {
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 20px;
  }
  main.next #ec-title .item-list li {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.next #ec-title .item-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #ec-title .item-list li .img {
    margin-bottom: 15px;
  }
  main.next #ec-title .item-list li h3 {
    font-size: 20px;
  }
  main.next #ec-title .item-list li .text {
    width: 300px;
    text-align: left;
  }
  main.next #ec-title .item-list li .text br {
    display: none;
  }
  main.next #ec-content {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  main.next #ec-content section:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  main.next #ec-content .ec-production .item-hd {
    font-size: 36px;
    -webkit-text-stroke-width: 1.5px;
  }
  main.next #ec-content .ec-production .item-hd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #ec-content .ec-production .item-list li {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin-right: 0;
  }
  main.next #ec-content .ec-production .item-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #ec-content .ec-production .item-list li:not(:last-child):nth-child(2) {
    margin-bottom: 40px;
  }
  main.next #ec-content .ec-production .item-list li:not(:last-child):nth-child(3) {
    margin-bottom: 40px;
  }
  main.next #ec-content .ec-production .item-list li > * {
    margin-right: 0;
  }
  main.next #ec-content .ec-production .item-list li .img {
    text-align: center;
    margin-bottom: 10px;
  }
  main.next #ec-content .ec-production .item-list li .text {
    width: 360px;
    max-width: 100%;
  }
  main.next #ec-content .ec-production .item-list li .text br {
    display: none;
  }
  main.next #ec-content .ec-production .item-list li .text h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  main.next #ec-content .ec-production .item-list li .text p {
    font-size: 16px;
  }
  main.next #ec-content .ec-marketing .item-hd {
    font-size: 6vw;
    -webkit-text-stroke-width: 1px;
  }
  main.next #ec-content .ec-marketing .item-hd:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #ec-content .ec-marketing .item-list {
    margin-bottom: -35px;
    margin-right: -20px;
  }
  main.next #ec-content .ec-marketing .item-list li {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 35px;
  }
  main.next #ec-content .ec-marketing .item-list li:nth-child(2) .img {
    margin-left: -6.5%;
    margin-right: -6.5%;
  }
  main.next #ec-content .ec-marketing .item-list li h3 {
    font-size: 18px;
  }
  main.next #ec-content .ec-marketing .item-list li p {
    font-size: 16px;
  }
  main.next #ec-content .ec-marketing .item-list li p:not(.img) {
    text-align: left;
  }
  main.next #ec-content .ec-marketing .item-list li p br {
    display: none;
  }
  main.next #ec-content .ec-contact .item-hd {
    font-size: 4vw;
    margin-bottom: 15px;
    text-align: left;
  }
  main.next #ec-content .ec-contact .item-text {
    text-align: left;
    font-size: 15px;
  }
  main.next #ec-content .ec-contact .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #ec-content .ec-contact .item-form {
    width: 420px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next #ec-content .ec-contact .item-form:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #ec-content .ec-contact .item-policy {
    padding: 15px;
    max-height: 200px;
  }
  main.next #ec-content .ec-contact .item-policy:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #ec-content .ec-contact .item-agree:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #ec-fixed {
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  main.next #ec-fixed:not(.hidden) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  main.next #ec-fixed p {
    width: 100%;
  }
  main.next #ec-fixed p .btn {
    border-radius: 0;
  }
  main.next #voice-detail .block-title {
    margin-top: -60px;
    padding-top: 70px;
    margin-bottom: 40px;
  }
  main.next #voice-detail .block-title:before {
    height: calc(100% - 40px + 60px);
    bottom: 40px;
  }
  main.next #voice-detail .block-title:after {
    height: calc(100% - 80px - 20px);
    bottom: 20px;
  }
  main.next #voice-detail .block-title .item-hd {
    margin-bottom: -10px;
    font-size: 13vw;
  }
  main.next #voice-detail .block-title .item-img:after {
    width: 40px;
    height: 30px;
    background-size: contain;
    bottom: -16px;
  }
  main.next #voice-detail .block-title .item-title {
    position: relative;
    margin-top: -80px;
    padding: 50px 20px 20px;
    border-radius: 0 0 10px 10px;
    background-image: -moz-linear-gradient(90deg, rgb(48, 183, 203) 0%, rgb(48, 183, 203) 53%, rgba(48, 183, 203, 0.99) 60%, rgba(48, 183, 203, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(48, 183, 203) 0%, rgb(48, 183, 203) 60%, rgba(48, 183, 203, 0.99) 60%, rgba(48, 183, 203, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(48, 183, 203) 0%, rgb(48, 183, 203) 60%, rgba(48, 183, 203, 0.99) 60%, rgba(48, 183, 203, 0) 100%);
  }
  main.next #voice-detail .block-title .item-title > span {
    font-size: 15px;
  }
  main.next #voice-detail .block-title .item-title h1 {
    font-size: 32px;
  }
  main.next #voice-detail .block-title .item-title p {
    font-size: 15px;
  }
  main.next #voice-detail .block-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.next #voice-detail .block-content:before {
    right: -10px;
  }
  main.next #voice-detail .block-content .item-section:not(:last-child) {
    margin-bottom: 45px;
  }
  main.next #voice-detail .block-content .item-hd {
    margin-bottom: 20px;
  }
  main.next #voice-detail .block-content .item-hd span:nth-child(1) {
    font-size: 32px;
    margin-right: 10px;
  }
  main.next #voice-detail .block-content .item-hd span:nth-child(2) {
    font-size: 22px;
  }
  main.next #voice-detail .block-content .item-text-style, main.next #voice-detail .block-content .item-column .text .text-box, main.next #voice-detail .block-content .item-lead .text-box {
    padding: 15px;
    font-size: 16px;
  }
  main.next #voice-detail .block-content .item-text-style:after, main.next #voice-detail .block-content .item-column .text .text-box:after, main.next #voice-detail .block-content .item-lead .text-box:after {
    width: 25px;
    height: 30px;
    background-size: contain;
    bottom: -10px;
  }
  main.next #voice-detail .block-content .item-text-style > h3:first-child, main.next #voice-detail .block-content .item-column .text .text-box > h3:first-child, main.next #voice-detail .block-content .item-lead .text-box > h3:first-child {
    font-size: 15px;
  }
  main.next #voice-detail .block-content .item-lead {
    padding-right: 20px;
  }
  main.next #voice-detail .block-content .item-lead .text-box {
    position: relative;
    bottom: 0px;
    width: auto;
    margin-left: 40px;
    margin-right: -20px;
    margin-top: -60px;
  }
  main.next #voice-detail .block-content .item-column {
    flex-wrap: wrap;
    margin-right: 0;
  }
  main.next #voice-detail .block-content .item-column > * {
    margin-right: 0;
  }
  main.next #voice-detail .block-content .item-column .img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -20px;
    margin-left: 10%;
  }
  main.next #voice-detail .block-content .item-column .img.right {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
    margin-right: 10%;
  }
  main.next #voice-detail .block-content .item-column .img.right + .text .text-box {
    margin-left: 30px;
    margin-right: 0;
  }
  main.next #voice-detail .block-content .item-column .img.right + .text .text-box:after {
    transform: rotateY(180deg);
    transform-origin: center center;
    left: initial;
    right: 0;
  }
  main.next #voice-detail .block-content .item-column .text {
    width: 100%;
  }
  main.next #voice-detail .block-content .item-column .text .text-box {
    margin-right: 30px;
  }
  main.next #voice-detail .block-content .item-bg {
    height: 250px;
  }
  main.next #voice-detail .block-content .item-bg > div {
    width: calc(100% + 20px);
  }
  main.next #voice-detail .block-content .item-bg > div span {
    height: 130%;
  }
  main.next #voice-contact {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  main.next #voice-contact .img {
    margin-bottom: 30px;
  }
  main.next #voice-contact .form-block {
    width: 420px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next #voice-contact .form-block:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #voice-contact .form-block ul:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #voice-contact .form-block ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #voice-contact .form-block .btn-block {
    flex-direction: column-reverse;
  }
  main.next #voice-contact .tel-block h3 {
    font-size: 18px;
  }
  main.next #voice-contact .tel-block p {
    background-position: left top 6px;
  }
  main.next #voice-contact .tel-block p a {
    font-size: 30px;
  }
  main.next #other {
    padding-bottom: 60px;
  }
}
