@charset "UTF-8";
@import url("//hello.myfonts.net/count/34d988");
@font-face {
  font-family: "FFDINWebProBlack";
  src: url("/assets/webfonts/webfonts/34D988_0_0.eot");
  src: url("/assets/webfonts/webfonts/34D988_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/webfonts/34D988_0_0.woff2") format("woff2"), url("/assets/webfonts/webfonts/34D988_0_0.woff") format("woff"), url("/assets/webfonts/webfonts/34D988_0_0.ttf") format("truetype");
}
.font-din {
  font-family: FFDINWebProBlack;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: YakuHanJP, "Helvetica Neue", Helvetica, Arial, "見出ゴMB31", "Midashi Go MB31", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #fff;
  background: #1a1a1a;
}

.sp {
  display: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

* {
  outline: none;
}

.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

#webfont-text {
  display: none;
}

.alpha {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.alpha:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10050;
  background: #1a1a1a;
}

#loading .load-bar {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 384px;
  height: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  overflow: hidden;
}

#loading .load-bar img {
  width: auto;
  height: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#loading .load-circ {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loading .load-circ img {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}

#wrap #main {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}

#wrap #main .inner-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#wrap #main .inner-box .main-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 80px);
}

#wrap #main .inner-box .main-box .photo-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/img_main.jpg") center center;
  background-size: cover;
}

#wrap #main .inner-box .main-box .logo-box {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#wrap #main .inner-box .main-box .logo-box h2 {
  position: relative;
  margin: 50px 0 0 0;
}

#wrap #main .inner-box .main-box #scrolldown {
  position: absolute;
  height: 60px;
  bottom: 5%;
  left: 50%;
  z-index: 10005;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#wrap #main .inner-box .main-box #scrolldown .ttl {
  letter-spacing: 0.22em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  font-size: 15px;
  color: #fff;
}

#wrap #main .inner-box .main-box #scrolldown .arrow {
  position: absolute;
  top: 45px;
  left: 19px;
  width: 32px;
  height: 18px;
  overflow: hidden;
}

#wrap #main .inner-box .main-box #scrolldown .arrow .inner {
  position: absolute;
  top: 0px;
  left: 0px;
}

#wrap #main .inner-box .main-box #scrolldown .arrow .inner p.left,
#wrap #main .inner-box .main-box #scrolldown .arrow .inner p.right {
  position: absolute;
  width: 20px;
  height: 3px;
  background: #fff;
}

#wrap #main .inner-box .main-box #scrolldown .arrow .inner .left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0px;
  top: 7px;
}

#wrap #main .inner-box .main-box #scrolldown .arrow .inner .right {
  left: 12px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#wrap #main .inner-box .sp-box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
}

#wrap #main .inner-box .sp-box .photo-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#wrap #main .inner-box .sp-box .photo-box img {
  position: absolute;
  bottom: 0px;
}

#wrap #main .inner-box .sp-box .logo-box {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 68%;
}

#wrap #main .inner-box .sp-box .logo-box img {
  width: 100%;
}

#wrap #main .inner-box .sp-box .logo-box h2 {
  position: relative;
  margin: 26px 0 0 0;
}

#wrap #main .inner-box .sp-box .logo-box h2 img {
  width: 86%;
}

#wrap #main .inner-box .news-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 78px;
}

#wrap #main .inner-box .news-box h4 {
  display: inline-block;
  border: 2px solid #fff;
  padding: 2px 3px 5px 5px;
  letter-spacing: 0.15em;
  font-size: 12px;
  margin-right: 15px;
  line-height: 1;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #main .inner-box .news-box .txt-restart {
  position: relative;
  bottom: -8px;
  right: -8px;
  text-align: right;
  margin: 28px 0 0;
  font-size: 12px;
}

#wrap #main .inner-box .news-box .txt-restart a {
  text-decoration: underline;
}

#wrap #main .inner-box .news-box div.art-box {
  display: inline-block;
  font-size: 12px;
}

#wrap #main .inner-box .news-box div.art-box span.date {
  display: inline-block;
  margin-right: 16px;
  color: #9B9B9B;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #main .inner-box .news-box div.art-box a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #main .inner-box .news-box div.art-box a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #main .inner-box .news-box div.art-box span.kiji {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #main .inner-box .news-box div.art-box span.kiji:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: pointer;
}

#wrap #main .inner-box .bnr-restart {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 120px;
}

#wrap #main .inner-box .bnr-restart a {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #main .inner-box .bnr-restart a img {
  width: 100%;
  height: auto;
}

#wrap #main .inner-box .bnr-restart a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #main .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrap #main .bg-box li {
  position: absolute;
  width: 2400px;
  height: 1px;
}

#wrap #main .bg-box li:nth-child(1) {
  top: 50%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%) rotate(70deg);
  transform: translate(-50%, -50%) rotate(70deg);
}

#wrap #main .bg-box li:nth-child(2) {
  top: 50%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%) rotate(-64deg);
  transform: translate(-50%, -50%) rotate(-64deg);
}

#wrap #main .bg-box li:nth-child(3) {
  top: 50%;
  left: 12%;
  -webkit-transform: translate(-50%, -50%) rotate(70deg);
  transform: translate(-50%, -50%) rotate(70deg);
}

#wrap #main .bg-box li:nth-child(4) {
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(-36deg);
  transform: translate(-50%, -50%) rotate(-36deg);
}

#wrap #main .bg-box li:nth-child(5) {
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%) rotate(-75deg);
  transform: translate(-50%, -50%) rotate(-75deg);
}

#wrap #main .bg-box li:nth-child(6) {
  top: 50%;
  left: 88%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#wrap #main .bg-box li:nth-child(7) {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
  transform: translate(-50%, -50%) rotate(-40deg);
}

#wrap #main .bg-box li span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg_line.png");
  background-size: 100% 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#wrap #vision {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  overflow: hidden;
}

#wrap #vision .line-obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrap #vision .line-obj li {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1000px;
}

#wrap #vision .line-obj li p {
  position: absolute;
  width: 1px;
  height: 2000px;
  background: #2f2f2f;
}

#wrap #vision .line-obj li:nth-child(1) {
  -webkit-transform: translate(-350px, 0) rotate(10deg);
  transform: translate(-350px, 0) rotate(10deg);
}

#wrap #vision .line-obj li:nth-child(2) {
  -webkit-transform: translate(-1055px, 0) rotate(-38deg);
  transform: translate(-1055px, 0) rotate(-38deg);
}

#wrap #vision .line-obj li:nth-child(3) {
  -webkit-transform: translate(-500px, 0) rotate(-15deg);
  transform: translate(-500px, 0) rotate(-15deg);
}

#wrap #vision .line-obj li:nth-child(4) {
  -webkit-transform: translate(100px, 0) rotate(187deg);
  transform: translate(100px, 0) rotate(187deg);
}

#wrap #vision .line-obj li:nth-child(5) {
  -webkit-transform: translate(400px, 0) rotate(7deg);
  transform: translate(400px, 0) rotate(7deg);
}

#wrap #vision .line-obj li:nth-child(6) {
  -webkit-transform: translate(130px, 0) rotate(-20deg);
  transform: translate(130px, 0) rotate(-20deg);
}

#wrap #vision .line-obj li:nth-child(7) {
  -webkit-transform: translate(800px, 0) rotate(15deg);
  transform: translate(800px, 0) rotate(15deg);
}

#wrap #vision .contents-box {
  position: absolute;
  top: 10.5%;
  left: 8%;
  height: auto;
}

#wrap #vision .contents-box h3 {
  font-size: 32px;
  letter-spacing: 0.18em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #vision .contents-box .copy-box {
  margin-top: 8vh;
}

#wrap #vision .contents-box .copy-box h4 {
  font-size: 50px;
  letter-spacing: 0.04em;
}

#wrap #vision .contents-box .copy-box p {
  margin-top: 3vh;
  font-size: 18px;
  line-height: 2.2;
}

#wrap #vision .contents-box .copy-box p.first {
  margin-top: 5.2vh;
}

#wrap #about-capabilities {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  overflow: hidden;
}

#wrap #about-capabilities .contents-box {
  position: absolute;
  top: 10.5%;
  left: 8%;
  width: 39%;
  height: auto;
}

#wrap #about-capabilities .contents-box h3 {
  font-size: 32px;
  letter-spacing: 0.18em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #about-capabilities .contents-box .copy-box {
  position: relative;
  width: 100%;
  margin-top: 7vh;
  text-align: left;
}

#wrap #about-capabilities .contents-box .copy-box .default-box.hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#wrap #about-capabilities .contents-box .copy-box .default-box h4 {
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #about-capabilities .contents-box .copy-box .default-box p {
  margin-top: 4.5vh;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.3;
  width: 100%;
  letter-spacing: 0.03em;
  padding: 0 20% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
}

#wrap #about-capabilities .contents-box .copy-box .hover-box li {
  position: relative;
}

#wrap #about-capabilities .contents-box .copy-box .hover-box li:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}

#wrap #about-capabilities .contents-box .copy-box .hover-box li h3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #about-capabilities .contents-box .copy-box .hover-box li h2 {
  margin: 2px 0 0;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 600;
}

#wrap #about-capabilities .contents-box .copy-box .hover-box li h2 span.bigcaps {
  font-size: 38px;
  margin-right: 2px;
}

#wrap #about-capabilities .contents-box .copy-box .hover-box li h2 span.smallcaps {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
}

#wrap #about-capabilities .contents-box .copy-box .hover-box li h2.smallCaps {
  line-height: 0.65;
  margin: 16px 0 0;
}

#wrap #about-capabilities .contents-box .copy-box .hover-box li .p-box {
  margin-top: 4.5vh;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.1;
  width: 100%;
  letter-spacing: 0.03em;
  padding: 0 20% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
}

#wrap #about-capabilities .contents-box .copy-box .hover-box li .p-box p:nth-child(n+2) {
  margin-top: 24px;
}

#wrap #about-capabilities .contents-box .hover-box {
  position: absolute;
  top: 0;
  left: 0;
}

#wrap #about-capabilities .contents-box .hover-box li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#wrap #about-capabilities .contents-box .hover-box li.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#wrap #about-capabilities .flowimage {
  position: absolute;
  top: 50%;
  left: 68%;
}

#wrap #about-capabilities .flowimage ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 592px;
  height: 384px;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

#wrap #about-capabilities .flowimage ul li {
  position: relative;
  width: calc(33.33% - 12px);
  color: #fff;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  text-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  padding: 6px 6px;
}

#wrap #about-capabilities .flowimage ul li img {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap #about-capabilities .flowimage ul li img:nth-child(2) {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #about-capabilities .flowimage ul li img:nth-child(1) {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#wrap #team {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  background: #1a1a1a;
  color: #000;
  overflow: hidden;
  z-index: 10000;
}

#wrap #team .inner-box {
  position: relative;
  top: 0;
  width: 84%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  margin: 0 auto;
  z-index: 2;
}

#wrap #team .inner-box .container {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#wrap #team .inner-box .container h2 {
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  letter-spacing: 0.13em;
  font-size: 32px;
}

#wrap #team .inner-box .container ul.tab-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#wrap #team .inner-box .container ul.tab-box li {
  width: 44%;
  text-align: center;
  height: 110px;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

#wrap #team .inner-box .container ul.tab-box li.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#wrap #team .inner-box .container ul.tab-box li img {
  width: 260px;
  height: auto;
}

#wrap #team .inner-box .container .list-container {
  position: relative;
  margin: 40px 0 0;
}

#wrap #team .inner-box .container .list-box {
  position: relative;
}

#wrap #team .inner-box .container .list-box.teko {
  z-index: 2;
}

#wrap #team .inner-box .container .list-box.teko-creative {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1;
}

#wrap #team .inner-box .container .list-box .teko-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wrap #team .inner-box .container .list-box .teko-box li {
  position: relative;
  width: 15%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#wrap #team .inner-box .container .list-box .teko-box li.enabled {
  pointer-events: none;
}

#wrap #team .inner-box .container .list-box .teko-box li:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #team .inner-box .container .list-box .teko-box li:not(:nth-child(5n+1)) {
  margin-left: 6.25%;
}

#wrap #team .inner-box .container .list-box .teko-box li:nth-child(n+6) {
  margin-top: 20px;
}

#wrap #team .inner-box .container .list-box .teko-box li .inner {
  width: 100%;
  overflow: hidden;
}

#wrap #team .inner-box .container .list-box .teko-box li .inner img {
  width: 100%;
  height: auto;
}

#wrap #team .inner-box .container .list-box .teko-box li .copy-box {
  position: absolute;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  bottom: 18px;
  left: 0px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap #team .inner-box .container .list-box .teko-box li .copy-box h5 {
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 1.7vw;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

#wrap #team .inner-box .container .list-box .teko-box li .copy-box h5 span {
  display: block;
  line-height: 1;
}

#wrap #team .inner-box .container .list-box .teko-box li .copy-box h5 span.lastname {
  margin-top: 6px;
}

#wrap #team .inner-box .container .list-box .teko-box li .copy-box .job {
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-size: 0.7vw;
}

#wrap #team .sp-box {
  position: relative;
  width: 100%;
  background: #fff;
  color: #000;
}

#wrap #team .sp-box h3 {
  font-size: 26px;
  letter-spacing: 0.18em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  padding: 0px 35px 35px 35px;
}

#wrap #team .sp-box .team-image {
  position: relative;
  width: 100%;
}

#wrap #team .sp-box .team-image img {
  width: 100%;
  height: auto;
}

#wrap #team .sp-box ul {
  position: relative;
  width: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wrap #team .sp-box ul li {
  position: relative;
  width: 50%;
  cursor: pointer;
}
#wrap #team .sp-box ul li.enabled {
  pointer-events: none;
}

#wrap #team .sp-box ul li img {
  width: 100%;
  height: auto;
}

#wrap #team .sp-box ul li .text-box {
  position: absolute;
  bottom: 18px;
  left: 18px;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

#wrap #team .sp-box ul li .text-box .name {
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 1;
}

#wrap #team .sp-box ul li .text-box .name span {
  display: block;
}

#wrap #team .sp-box ul li .text-box .name span.lastname {
  margin-top: 6px;
}

#wrap #team .sp-box ul li .text-box .job {
  font-size: 2.5vw;
  letter-spacing: 0.12em;
  margin-top: 8px;
}

#wrap #team .background-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#wrap #team .background-pc .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_team.jpg") center center no-repeat;
  background-size: cover;
}

#wrap #works {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  overflow: hidden;
  background: #1a1a1a !important;
}

#wrap #works .intro-box {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  letter-spacing: 0.06em;
  font-size: 52px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#wrap #works .intro-box .textSplitLoad {
  display: inline-block;
}

#wrap #works .inner-box {
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 84%;
  margin: 0 auto;
}

#wrap #works .inner-box .works-box {
  overflow: hidden;
}

#wrap #works .inner-box .works-box h2 {
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  letter-spacing: 0.13em;
  font-size: 32px;
}

#wrap #works .inner-box .works-box .works-li {
  margin: 4.5vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  width: 125vh;
}

#wrap #works .inner-box .works-box .works-li article {
  width: 20%;
  cursor: pointer;
  overflow: hidden;
}

#wrap #works .inner-box .works-box .works-li article.border-right {
  position: relative;
}

#wrap #works .inner-box .works-box .works-li article.border-right:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#wrap #works .inner-box .works-box .works-li article img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #works .inner-box .works-box .works-li article:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #works .inner-box .works-box .works-li .flickity-prev-next-button {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 56px;
  height: 56px;
  border: 1px solid #2d2d2d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1a1a1a;
  margin: 12px 0 0;
}

#wrap #works .inner-box .works-box .works-li .flickity-prev-next-button svg {
  display: none;
}

#wrap #works .inner-box .works-box .works-li .flickity-prev-next-button:before {
  position: absolute;
  content: "";
  top: 19px;
  left: 17px;
  background: url("../img/works/icon_back.svg") no-repeat;
  width: 19px;
  height: 16px;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#wrap #works .inner-box .works-box .works-li .flickity-prev-next-button.next {
  position: relative;
  left: -1px;
}

#wrap #works .inner-box .works-box .works-li .flickity-prev-next-button.next:before {
  left: 18px;
  background: url("../img/works/icon_next.svg") no-repeat;
  width: 19px;
  height: 16px;
  background-size: 100% 100%;
}

#wrap #works .inner-box .works-box .works-li .flickity-prev-next-button:not(:disabled):hover:before {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #works .inner-box .works-box .works-li .flickity-prev-next-button:disabled:before {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

#wrap #works .inner-box .client-box {
  width: 100%;
  margin: 5.5vh 0 0;
  overflow: hidden;
}

#wrap #works .inner-box .client-box h2 {
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  letter-spacing: 0.13em;
  font-size: 20px;
}

#wrap #works .inner-box .client-box .client-li {
  margin: 4vh 0 0;
  letter-spacing: -0.4em;
  line-height: 0;
  font-size: 0;
  white-space: nowrap;
}

#wrap #works .inner-box .client-box .client-li article {
  height: 70px;
  display: inline-block;
}

#wrap #works .inner-box .client-box .client-li article img {
  height: 100%;
  width: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #works .inner-box .client-box .client-li article:nth-child(n+2) {
  margin: 0 0 0 28px;
}

#wrap #works .inner-box .client-box .client-li article:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #works .inner-box .client-box .client-li .flickity-prev-next-button {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 56px;
  height: 56px;
  border: 1px solid #2d2d2d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1a1a1a;
  margin: 12px 0 0;
}

#wrap #works .inner-box .client-box .client-li .flickity-prev-next-button svg {
  display: none;
}

#wrap #works .inner-box .client-box .client-li .flickity-prev-next-button:before {
  position: absolute;
  content: "";
  top: 19px;
  left: 17px;
  background: url("../img/works/icon_back.svg") no-repeat;
  width: 19px;
  height: 16px;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#wrap #works .inner-box .client-box .client-li .flickity-prev-next-button.next {
  position: relative;
  left: -1px;
}

#wrap #works .inner-box .client-box .client-li .flickity-prev-next-button.next:before {
  left: 18px;
  background: url("../img/works/icon_next.svg") no-repeat;
  width: 19px;
  height: 16px;
  background-size: 100% 100%;
}

#wrap #works .inner-box .client-box .client-li .flickity-prev-next-button:not(:disabled):hover:before {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #works .inner-box .client-box .client-li .flickity-prev-next-button:disabled:before {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

#wrap #works .inner-box .media-box {
  width: 100%;
  margin: 5.5vh 0 0;
  overflow: hidden;
}

#wrap #works .inner-box .media-box h2 {
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  letter-spacing: 0.13em;
  font-size: 20px;
}

#wrap #works .inner-box .media-box .media-li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 20px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wrap #works .inner-box .media-box .media-li li {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0 12px 0 0;
  line-height: 1.8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #works .inner-box .media-box .media-li li time {
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #works .inner-box .media-box .media-li li:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a !important;
}

#wrap #alliance {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  color: #000;
}

#wrap #alliance .contents-box {
  position: absolute;
  top: 7.5%;
  left: 8%;
  height: auto;
}

#wrap #alliance .contents-box h3 {
  font-size: 32px;
  letter-spacing: 0.18em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #alliance .contents-box .copy-box {
  margin-top: 11vh;
}

#wrap #alliance .contents-box .copy-box p {
  margin-top: 42px;
  font-size: 19px;
  font-weight: 600;
  line-height: 2.1;
}

#wrap #alliance .contents-box ul.logo-box {
  position: relative;
  margin: 70px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#wrap #alliance .contents-box ul.logo-box li {
  position: relative;
  width: 80px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #alliance .contents-box ul.logo-box li:nth-child(1) {
  width: 108px;
}

#wrap #alliance .contents-box ul.logo-box li:nth-child(2) {
  top: -10px;
  width: 132px;
}

#wrap #alliance .contents-box ul.logo-box li:nth-child(3) {
  top: -8px;
  width: 132px;
}

#wrap #alliance .contents-box ul.logo-box li:nth-child(4) {
  top: -8px;
  width: 150px;
}

#wrap #alliance .contents-box ul.logo-box li:nth-child(5) {
  top: -7px;
  width: 110px;
}

#wrap #alliance .contents-box ul.logo-box li img {
  width: 100%;
  height: auto;
}

#wrap #alliance .contents-box ul.logo-box li:nth-child(n+2) {
  margin: 0 0 0 42px;
}

#wrap #alliance .contents-box ul.logo-box li:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #alliance .flowimage {
  position: absolute;
  top: 46%;
  left: 68%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#wrap #alliance .flowimage .logo {
  position: absolute;
  width: 220px;
  height: 106px;
  -webkit-transform: translate(-50%, -46%);
  transform: translate(-50%, -46%);
}

#wrap #alliance .flowimage .logo img {
  width: 100%;
  height: auto;
}

#wrap #alliance .flowimage .logo a {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #alliance .flowimage .logo a:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

#wrap #alliance .flowimage ul {
  position: absolute;
  top: 0;
  left: 0;
}

#wrap #alliance .flowimage ul li {
  position: absolute;
}

#wrap #alliance .flowimage ul li .logo img {
  width: 100%;
  height: auto;
}

#wrap #alliance .flowimage ul li .arrow {
  position: absolute;
  top: 20px;
  left: 0;
}

#wrap #alliance .flowimage ul li .arrow span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#wrap #alliance .flowimage ul li .arrow span:before {
  position: absolute;
  content: "";
  top: -7px;
  left: -2px;
  background: url("../img/ico_alliance_arrow.svg") no-repeat;
  width: 28px;
  height: 16px;
  background-size: contain;
}

#wrap #alliance .flowimage ul li .arrow span:after {
  position: absolute;
  content: "";
  top: -7px;
  right: -2px;
  background: url("../img/ico_alliance_arrow.svg") no-repeat;
  width: 28px;
  height: 16px;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#wrap #alliance .flowimage ul li:nth-child(1) {
  top: -130px;
  left: 230px;
}

#wrap #alliance .flowimage ul li:nth-child(1) .logo {
  width: 132px;
}

#wrap #alliance .flowimage ul li:nth-child(1) .arrow {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  top: 65px;
  left: -115px;
}

#wrap #alliance .flowimage ul li:nth-child(1) .arrow span {
  width: 56px;
}

#wrap #alliance .flowimage ul li:nth-child(2) {
  top: -180px;
  left: -110px;
}

#wrap #alliance .flowimage ul li:nth-child(2) .logo {
  width: 108px;
}

#wrap #alliance .flowimage ul li:nth-child(2) .arrow {
  -webkit-transform: rotate(244deg);
  transform: rotate(244deg);
  top: 102px;
  left: 54px;
}

#wrap #alliance .flowimage ul li:nth-child(2) .arrow span {
  width: 90px;
}

#wrap #alliance .flowimage ul li:nth-child(3) {
  top: 250px;
  left: -55px;
}

#wrap #alliance .flowimage ul li:nth-child(3) .logo {
  width: 122px;
}

#wrap #alliance .flowimage ul li:nth-child(3) .arrow {
  -webkit-transform: rotate(-260deg);
  transform: rotate(-260deg);
  top: -166px;
  left: 28px;
}

#wrap #alliance .flowimage ul li:nth-child(3) .arrow span {
  width: 90px;
}

#wrap #alliance .flowimage ul li:nth-child(4) {
  top: 160px;
  left: -240px;
}

#wrap #alliance .flowimage ul li:nth-child(4) .logo {
  width: 161px;
}

#wrap #alliance .flowimage ul li:nth-child(4) .arrow {
  -webkit-transform: rotate(-220deg);
  transform: rotate(-220deg);
  top: -96px;
  left: 118px;
}

#wrap #alliance .flowimage ul li:nth-child(4) .arrow span {
  width: 52px;
}

#wrap #alliance .links {
  margin: 0;
  padding: 28px 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap #alliance .links a {
  color: #000;
  text-decoration: underline;
}

#wrap #news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  overflow: hidden;
}

#wrap #news .inner-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrap #news .contents-box {
  position: absolute;
  top: 10.5%;
  left: 8%;
  width: 84%;
  height: auto;
}

#wrap #news .contents-box h3 {
  font-size: 32px;
  letter-spacing: 0.18em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #news .contents-box .news-container {
  margin: 80px 0 0;
  width: 100%;
}

#wrap #news .contents-box .news-container ul.yr-box {
  position: relative;
  width: 100%;
}

#wrap #news .contents-box .news-container ul.yr-box > li {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#wrap #news .contents-box .news-container ul.yr-box > li:nth-child(n+2) {
  margin-top: 26px;
}

#wrap #news .contents-box .news-container ul.yr-box > li h4 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #news .contents-box .news-container ul.yr-box > li ul.news-box {
  position: relative;
  width: 100%;
  color: #000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 60px;
  padding-top: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap #news .contents-box .news-container ul.yr-box > li ul.news-box li {
  width: 25%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #news .contents-box .news-container ul.yr-box > li ul.news-box li:nth-child(n+5) {
  margin-top: 13px;
}

#wrap #news .contents-box .news-container ul.yr-box > li ul.news-box li time {
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-size: 13px;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #news .contents-box .news-container ul.yr-box > li ul.news-box li:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #news .contents-box .news-container ul.yr-box > li ul.news-box li a {
  color: #000;
}

#wrap #news .contents-box .media-li li {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #news .contents-box .media-li li time {
  position: relative;
  margin-right: 4px;
  font-size: 13px;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #news .contents-box .media-li li:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #news .contents-box .media-li li a {
  color: #000;
}

#wrap #news .contents-box .media-li li:nth-child(n+2) {
  margin: 7px 0 0;
}

#wrap #deloitte {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  color: #000;
}

#wrap #deloitte .contents-box {
  position: absolute;
  top: 10.5%;
  left: 8%;
  height: auto;
}

#wrap #deloitte .contents-box h3 {
  font-size: 32px;
  letter-spacing: 0.18em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#wrap #deloitte .contents-box .copy-box {
  margin-top: 11vh;
}

#wrap #deloitte .contents-box .copy-box p {
  margin-top: 42px;
  font-size: 19px;
  font-weight: 600;
  line-height: 2.1;
}
#wrap #deloitte .contents-box .copy-box p span.note {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

#wrap #deloitte .interview-box {
  position: relative;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  #wrap #deloitte .interview-box {
    margin-top: 36px;
  }
}
#wrap #deloitte .interview-box li {
  position: relative;
  font-size: 18px;
  padding-left: 15px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#wrap #deloitte .interview-box li:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #wrap #deloitte .interview-box li:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #wrap #deloitte .interview-box li {
    font-size: 16px;
    padding-left: 13px;
  }
}
#wrap #deloitte .interview-box li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
#wrap #deloitte .interview-box li.comingsoon {
  padding-left: 0;
}
#wrap #deloitte .interview-box li.comingsoon:before {
  content: none;
}
#wrap #deloitte .interview-box li span.smallcaps {
  display: inline-block;
  font-size: 16px;
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  #wrap #deloitte .interview-box li span.smallcaps {
    display: block;
    font-size: 14px;
    margin: 0;
  }
}
#wrap #deloitte .interview-box li:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #wrap #deloitte .interview-box li:nth-child(n+2) {
    margin-top: 14px;
  }
}

#wrap #deloitte .contents-box ul.logo-box {
  position: relative;
  margin: 70px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1080px;
}

#wrap #deloitte .contents-box ul.logo-box li {
  position: relative;
  width: 190px;
  margin-bottom: 20px;
  height: 140px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #deloitte .contents-box ul.logo-box li img {
  width: 100%;
  height: auto;
}

#wrap #deloitte .contents-box ul.logo-box li:nth-child(n+2) {
  margin: 0 0 0 30px;
}

#wrap #deloitte .contents-box ul.logo-box li:nth-child(6) {
  margin-left: 0;
}

#wrap #deloitte .contents-box ul.logo-box li:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrap #deloitte .contents-box ul.logo-box li.jla:after {
  position: absolute;
  content: "※JLA協働プロジェクト";
  bottom: -16px;
  left: 0;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0em;
  white-space: nowrap;
  text-align: center;
}

#wrap #deloitte .contents-box ul.logo-box li.restart:after {
  position: absolute;
  content: "※TEKO単独プロジェクト";
  bottom: -16px;
  left: 0;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0em;
  white-space: nowrap;
  text-align: center;
}

#wrap #deloitte .flowimage {
  position: absolute;
  top: 46%;
  left: 68%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#wrap #deloitte .flowimage .logo {
  position: absolute;
  width: 220px;
  height: 106px;
  -webkit-transform: translate(-50%, -46%);
  transform: translate(-50%, -46%);
}

#wrap #deloitte .flowimage .logo img {
  width: 100%;
  height: auto;
}

#wrap #deloitte .flowimage .logo a {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrap #deloitte .flowimage .logo a:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

#wrap #deloitte .flowimage ul {
  position: absolute;
  top: 0;
  left: 0;
}

#wrap #deloitte .flowimage ul li {
  position: absolute;
}

#wrap #deloitte .flowimage ul li .logo img {
  width: 100%;
  height: auto;
}

#wrap #deloitte .flowimage ul li .arrow {
  position: absolute;
  top: 20px;
  left: 0;
}

#wrap #deloitte .flowimage ul li .arrow span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#wrap #deloitte .flowimage ul li .arrow span:before {
  position: absolute;
  content: "";
  top: -7px;
  left: -2px;
  background: url("../img/ico_alliance_arrow.svg") no-repeat;
  width: 28px;
  height: 16px;
  background-size: contain;
}

#wrap #deloitte .flowimage ul li .arrow span:after {
  position: absolute;
  content: "";
  top: -7px;
  right: -2px;
  background: url("../img/ico_alliance_arrow.svg") no-repeat;
  width: 28px;
  height: 16px;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#wrap #deloitte .flowimage ul li:nth-child(1) {
  top: -130px;
  left: 230px;
}

#wrap #deloitte .flowimage ul li:nth-child(1) .logo {
  width: 132px;
}

#wrap #deloitte .flowimage ul li:nth-child(1) .arrow {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  top: 65px;
  left: -115px;
}

#wrap #deloitte .flowimage ul li:nth-child(1) .arrow span {
  width: 56px;
}

#wrap #deloitte .flowimage ul li:nth-child(2) {
  top: -180px;
  left: -110px;
}

#wrap #deloitte .flowimage ul li:nth-child(2) .logo {
  width: 108px;
}

#wrap #deloitte .flowimage ul li:nth-child(2) .arrow {
  -webkit-transform: rotate(244deg);
  transform: rotate(244deg);
  top: 102px;
  left: 54px;
}

#wrap #deloitte .flowimage ul li:nth-child(2) .arrow span {
  width: 90px;
}

#wrap #deloitte .flowimage ul li:nth-child(3) {
  top: 250px;
  left: -55px;
}

#wrap #deloitte .flowimage ul li:nth-child(3) .logo {
  width: 122px;
}

#wrap #deloitte .flowimage ul li:nth-child(3) .arrow {
  -webkit-transform: rotate(-260deg);
  transform: rotate(-260deg);
  top: -166px;
  left: 28px;
}

#wrap #deloitte .flowimage ul li:nth-child(3) .arrow span {
  width: 90px;
}

#wrap #deloitte .flowimage ul li:nth-child(4) {
  top: 160px;
  left: -240px;
}

#wrap #deloitte .flowimage ul li:nth-child(4) .logo {
  width: 161px;
}

#wrap #deloitte .flowimage ul li:nth-child(4) .arrow {
  -webkit-transform: rotate(-220deg);
  transform: rotate(-220deg);
  top: -96px;
  left: 118px;
}

#wrap #deloitte .flowimage ul li:nth-child(4) .arrow span {
  width: 52px;
}

#wrap #deloitte .links {
  margin: 0;
  padding: 28px 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap #deloitte .links a {
  color: #000;
  text-decoration: underline;
}

nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  letter-spacing: 0.18em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  font-size: 48px;
  text-align: right;
  display: none;
  z-index: 10000;
}

nav ul {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

nav ul li {
  display: block;
  margin-top: 0px;
  line-height: 1.45;
}

nav ul li span {
  display: inline;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

nav ul li span:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

nav ul li:first-child {
  margin-top: 0px;
}

#modal, #modal-creative {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10002;
  visibility: hidden;
}

#modal .inner-box, #modal-creative .inner-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}

#modal .inner-box .left-box, #modal-creative .inner-box .left-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

#modal .inner-box .left-box > div, #modal-creative .inner-box .left-box > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modal .inner-box .left-box img, #modal-creative .inner-box .left-box img {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#modal .inner-box .right-box, #modal-creative .inner-box .right-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

#modal .inner-box .right-box .name-box, #modal-creative .inner-box .right-box .name-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #262626;
}

#modal .inner-box .right-box .name-box .name-inner, #modal-creative .inner-box .right-box .name-box .name-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#modal .inner-box .right-box .name-box .name-inner h2, #modal-creative .inner-box .right-box .name-box .name-inner h2 {
  font-size: 42px;
  letter-spacing: 0.18em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}

#modal .inner-box .right-box .name-box .name-inner h2 span, #modal-creative .inner-box .right-box .name-box .name-inner h2 span {
  display: block;
  line-height: 1;
}

#modal .inner-box .right-box .name-box .name-inner h2 span.lastname, #modal-creative .inner-box .right-box .name-box .name-inner h2 span.lastname {
  margin-top: 1vh;
}

#modal .inner-box .right-box .name-box .name-inner h2 span.jpname, #modal-creative .inner-box .right-box .name-box .name-inner h2 span.jpname {
  font-size: 20px;
  margin-top: 2.6vh;
  letter-spacing: 0.15em;
  font-family: "Helvetica Neue", Helvetica, Arial, "見出ゴMB31", "Midashi Go MB31", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

#modal .inner-box .right-box .name-box .name-inner .job-box, #modal-creative .inner-box .right-box .name-box .name-inner .job-box {
  position: relative;
  margin-top: 5vh;
  font-size: 16px;
  line-height: 2.2;
}

#modal .inner-box .right-box .copy-box, #modal-creative .inner-box .right-box .copy-box {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#modal .inner-box .right-box .copy-box p, #modal-creative .inner-box .right-box .copy-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#modal .inner-box .right-box .copy-box p span.ttl, #modal-creative .inner-box .right-box .copy-box p span.ttl {
  display: block;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  margin: 16px 0 10px;
  font-size: 12px;
}
#modal .inner-box .right-box .copy-box p span.workstyle, #modal-creative .inner-box .right-box .copy-box p span.workstyle {
  font-size: 13px;
}

#modal .inner-box .btn-close, #modal-creative .inner-box .btn-close {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 28px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#modal .inner-box .btn-close:hover, #modal-creative .inner-box .btn-close:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#modal .inner-box .btn-close li, #modal-creative .inner-box .btn-close li {
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 3px;
  -webkit-transform: translateX(0px) translateY(8px) rotate(-45deg);
  transform: translateX(0px) translateY(8px) rotate(-45deg);
}

#modal .inner-box .btn-close li:nth-child(2), #modal-creative .inner-box .btn-close li:nth-child(2) {
  -webkit-transform: translateX(0px) translateY(8px) rotate(45deg);
  transform: translateX(0px) translateY(8px) rotate(45deg);
}

#modal .inner-box .left-box > div.people-1 {
  background: url("../img/img_osawa.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-2 {
  background: url("../img/img_nomura.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-3 {
  background: url("../img/img_sato.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-4 {
  background: url("../img/img_shirane.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-5 {
  background: url("../img/img_igawa.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-6 {
  background: url("../img/img_toyota.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-7 {
  background: url("../img/img_shakushu.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-8 {
  background: url("../img/img_iida.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-9 {
  background: url("../img/img_matsumoto.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-10 {
  background: url("../img/img_kusayanagi.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-11 {
  background: url("../img/img_yamazaki.jpg") center center no-repeat;
  background-size: cover;
}

#modal .inner-box .left-box > div.people-12 {
  background: url("../img/img_harada.jpg") center center no-repeat;
  background-size: cover;
}

#modal-creative .inner-box .left-box > div.people-1 {
  background: url("../img/img_igawa.jpg") center center no-repeat;
  background-size: cover;
}

#modal-creative .inner-box .left-box > div.people-2 {
  background: url("../img/img_iida.jpg") center center no-repeat;
  background-size: cover;
}

#modal-creative .inner-box .left-box > div.people-3 {
  background: url("../img/img_takeuchi.jpg") center center no-repeat;
  background-size: cover;
}

#modal-works {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  background: #1a1a1a;
  overflow: hidden;
  z-index: 10000;
  padding: 0;
  display: none;
}

#modal-works .inner-box {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

#modal-works .inner-box .ttl-box .ttl {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.4;
}

#modal-works .inner-box .ttl-box .client {
  font-size: 36px;
  font-weight: normal;
  margin: 2px 0 0;
}

#modal-works .inner-box .ttl-box .category {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 8px 0 0;
}

#modal-works .inner-box .image-main {
  position: relative;
  width: 100%;
  margin: 42px 0 0;
}

#modal-works .inner-box .image-main .image {
  width: 100%;
}

#modal-works .inner-box .image-main .image img {
  width: 100%;
  height: auto;
}

#modal-works .inner-box .lead-box {
  position: relative;
  margin: 54px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#modal-works .inner-box .lead-box .lead {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

#modal-works .inner-box .lead-box .lead .text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}

#modal-works .inner-box .lead-box .lead .date {
  font-size: 18px;
  margin: 16px 0 0;
  letter-spacing: 0.06em;
}

#modal-works .inner-box .lead-box .btn-launch {
  position: relative;
  top: 8px;
  width: 245px;
  margin: 0 0 0 54px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#modal-works .inner-box .lead-box .btn-launch a {
  position: relative;
  display: block;
  background: #1a1a1a;
  border: 1px solid #2d2d2d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 24px 0 28px;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.08em;
}

#modal-works .inner-box .lead-box .btn-launch:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#modal-works .inner-box .image-sub {
  width: 100%;
  margin: 72px 0 0;
}

#modal-works .inner-box .image-sub img {
  width: 100%;
  height: auto;
}

#modal-works .inner-box .youtube {
  position: relative;
  width: 100%;
  margin: 72px 0 0;
}

#modal-works .inner-box .youtube .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#modal-works .inner-box .youtube .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#modal-works .btn-close {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 28px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#modal-works .btn-close:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#modal-works .btn-close li {
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 3px;
  -webkit-transform: translateX(0px) translateY(8px) rotate(-45deg);
  transform: translateX(0px) translateY(8px) rotate(-45deg);
}

#modal-works .btn-close li:nth-child(2) {
  -webkit-transform: translateX(0px) translateY(8px) rotate(45deg);
  transform: translateX(0px) translateY(8px) rotate(45deg);
}

#modal-works .btn-next {
  position: fixed;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#modal-works .btn-next.none {
  visibility: hidden;
}

#modal-works .btn-next:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#modal-works .btn-next img {
  width: 100%;
  height: auto;
}

#modal-works .btn-back {
  position: fixed;
  top: 50%;
  left: 55px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#modal-works .btn-back.none {
  visibility: hidden;
}

#modal-works .btn-back:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#modal-works .btn-back img {
  width: 100%;
  height: auto;
}

#modal-about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100;
  height: 100%;
  background: #fff;
  z-index: 10000;
  display: none;
}

#modal-about .btn-close {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 28px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#modal-about .btn-close:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#modal-about .btn-close li {
  position: absolute;
  background: #000;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 3px;
  -webkit-transform: translateX(0px) translateY(8px) rotate(-45deg);
  transform: translateX(0px) translateY(8px) rotate(-45deg);
}

#modal-about .btn-close li:nth-child(2) {
  -webkit-transform: translateX(0px) translateY(8px) rotate(45deg);
  transform: translateX(0px) translateY(8px) rotate(45deg);
}

#modal-about .hover-box {
  position: relative;
}

#modal-about .hover-box li {
  position: relative;
  color: #000;
  width: 100%;
  padding: 75px 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#modal-about .hover-box li.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#modal-about .hover-box li:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#modal-about .hover-box li h3 {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  text-align: center;
}

#modal-about .hover-box li h2 {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 600;
}

#modal-about .hover-box li h2.mandb {
  text-align: left;
  width: 180px;
  margin: 16px auto 0;
}

#modal-about .hover-box li h2 span.bigcaps {
  font-size: 26px;
  line-height: 1.5;
}

#modal-about .hover-box li h2 span.smallcaps {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

#modal-about .hover-box li .p-box {
  margin-top: 4.5vh;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.1;
  width: 100%;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
}

#modal-about .hover-box li .p-box p:nth-child(n+2) {
  margin-top: 16px;
}

#nav {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 26px;
  height: 20px;
  cursor: pointer;
  z-index: 10000;
}

#nav ul {
  width: 26px;
  height: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#nav ul:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#nav ul li {
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 3px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#nav ul li:nth-child(2) {
  top: 8px;
}

#nav ul li:nth-child(3) {
  top: 16px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #wrap {
    height: auto;
    width: 100%;
  }
  #wrap #main {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #wrap #main .inner-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  #wrap #main .inner-box .news-box {
    position: absolute;
    width: 100%;
    height: auto;
    line-height: 2;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 30px 25px 30px;
    border-bottom: 0.5px solid #252525;
  }
  #wrap #main .inner-box .news-box .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  #wrap #main .inner-box .news-box h4 {
    border: 1px solid #fff;
    position: relative;
    vertical-align: top;
    top: 3px;
  }
  #wrap #main .inner-box .news-box div.art-box {
    display: inline-block;
  }
  #wrap #main .inner-box .news-box div.art-box article {
    margin-top: 0px;
    display: inline-block;
    line-height: 1.8;
  }
  #wrap #main .inner-box .news-box div.art-box span.date.date {
    display: block;
    position: relative;
    text-align: left;
    top: -4px;
  }
  #wrap #main .inner-box .bnr-restart a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #wrap #main .inner-box .bnr-restart {
    bottom: 130px;
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #wrap #main .inner-box .bnr-restart a {
    text-decoration: underline;
    letter-spacing: 0em;
  }
  #wrap #main .bg-box li:nth-child(2) {
    display: none;
  }
  #wrap #main .bg-box li:nth-child(3) {
    display: none;
  }
  #wrap #main .bg-box li span {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #wrap #vision {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 0px;
  }
  #wrap #vision .contents-box {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 35px;
  }
  #wrap #vision .contents-box h3 {
    font-size: 26px;
  }
  #wrap #vision .contents-box .copy-box {
    margin-top: 28px;
  }
  #wrap #vision .contents-box .copy-box h4 {
    font-size: 28px;
    line-height: 1.7;
  }
  #wrap #vision .contents-box .copy-box p {
    font-size: 15px;
    line-height: 2.1;
    margin-top: 24px;
  }
  #wrap #vision .contents-box .copy-box p.first {
    margin-top: 24px;
  }
  #wrap #about-capabilities {
    position: relative;
    width: 100%;
    height: auto;
  }
  #wrap #about-capabilities .contents-box {
    position: relative;
    width: 100%;
    padding: 50px 35px 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrap #about-capabilities .contents-box h3 {
    font-size: 26px;
  }
  #wrap #about-capabilities .contents-box .copy-box {
    width: 100%;
    margin-top: 28px;
  }
  #wrap #about-capabilities .contents-box .copy-box .default-box h4 {
    font-size: 28px;
    line-height: 1.7;
  }
  #wrap #about-capabilities .contents-box .copy-box .default-box p.first {
    margin-top: 24px;
  }
  #wrap #about-capabilities .contents-box .copy-box .default-box p {
    font-size: 15px;
    margin-top: 24px;
    line-height: 2;
    padding: 0;
  }
  #wrap #about-capabilities .contents-box .copy-box .hover-box li h2 span.bigcaps {
    font-size: 15px;
  }
  #wrap #about-capabilities .contents-box .copy-box .hover-box li h2 span.smallcaps {
    font-size: 15px;
  }
  #wrap #about-capabilities .flowimage {
    position: relative;
    width: 100%;
    margin: 44px auto 0;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
  #wrap #about-capabilities .flowimage ul {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 270px;
    height: auto;
    margin: 0 auto;
  }
  #wrap #about-capabilities .flowimage ul li {
    padding: 4px 4px;
    width: calc(50% - 8px);
  }
  #wrap #team {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 0px;
    padding: 60px 0 0;
    background: #fff;
  }
  #wrap #team .inner-box .container h2 {
    font-size: 26px;
  }
  #wrap #team .inner-box .container .list-box .teko-box li:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #wrap #works {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 0px 80px;
    background: url("../img/bg_works_sp.png") center center no-repeat;
    background-size: cover;
  }
  #wrap #works .intro-box {
    display: none;
  }
  #wrap #works .inner-box {
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrap #works .inner-box .works-box h2 {
    font-size: 26px;
  }
  #wrap #works .inner-box .works-box .works-li {
    width: 100%;
  }
  #wrap #works .inner-box .works-box .works-li article {
    width: 50%;
  }
  #wrap #works .inner-box .works-box .works-li .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    margin: 16px 0 0;
  }
  #wrap #works .inner-box .works-box .works-li .flickity-prev-next-button:before {
    width: 12px;
    height: 10px;
    top: 14px;
    left: 13px;
  }
  #wrap #works .inner-box .works-box .works-li .flickity-prev-next-button.next:before {
    width: 12px;
    height: 10px;
    top: 14px;
    left: 13px;
  }
  #wrap #works .inner-box .client-box h2 {
    font-size: 18px;
  }
  #wrap #works .inner-box .client-box .client-li article {
    height: 44px;
  }
  #wrap #works .inner-box .client-box .client-li article:nth-child(n+2) {
    margin: 0 0 0 16px;
  }
  #wrap #works .inner-box .client-box .client-li .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    margin: 16px 0 0;
  }
  #wrap #works .inner-box .client-box .client-li .flickity-prev-next-button:before {
    width: 12px;
    height: 10px;
    top: 14px;
    left: 13px;
  }
  #wrap #works .inner-box .client-box .client-li .flickity-prev-next-button.next:before {
    width: 12px;
    height: 10px;
    top: 14px;
    left: 13px;
  }
  #wrap #works .inner-box .media-box h2 {
    font-size: 18px;
  }
  #wrap #works .inner-box .media-box .media-li {
    display: block;
  }
  #wrap #works .inner-box .media-box .media-li li:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #wrap #contact {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 0px;
  }
  #wrap #alliance {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 0px;
  }
  #wrap #alliance .contents-box {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 35px;
  }
  #wrap #alliance .contents-box h3 {
    font-size: 26px;
  }
  #wrap #alliance .contents-box .copy-box {
    margin-top: 28px;
  }
  #wrap #alliance .contents-box .copy-box p {
    font-size: 15px;
    line-height: 1.9;
    margin-top: 0px;
  }
  #wrap #alliance .contents-box ul.logo-box {
    margin: 44px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #wrap #alliance .contents-box ul.logo-box li {
    width: 50%;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(1) {
    width: 50%;
    text-align: center;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(1) img {
    width: 100px;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(2) {
    width: 50%;
    text-align: center;
    top: -4px;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(2) img {
    width: 100px;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(3) {
    top: -4px;
    width: 50%;
    text-align: center;
    top: 0;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(3) img {
    width: 100px;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(4) {
    top: -4px;
    width: 50%;
    text-align: center;
    top: 0;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(4) img {
    width: 100px;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(5) {
    top: -8px;
    width: 50%;
    text-align: center;
    top: 0;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(5) img {
    width: 100px;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(n+2) {
    margin: 0;
  }
  #wrap #alliance .contents-box ul.logo-box li:nth-child(n+3) {
    margin: 24px 0 0;
  }
  #wrap #alliance .contents-box ul.logo-box li:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #wrap #alliance .flowimage {
    position: relative;
    width: 600px;
    top: 0px;
    left: 50%;
    margin-left: -150px;
    margin-top: 160px;
    margin-bottom: 300px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  #wrap #news {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 0px;
    background: #fff;
    background-size: cover;
  }
  #wrap #news .inner-box {
    position: relative;
    height: auto;
  }
  #wrap #news .contents-box {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 35px;
  }
  #wrap #news .contents-box h3 {
    font-size: 26px;
  }
  #wrap #news .contents-box .news-container {
    height: auto;
    margin: 32px 0 0;
  }
  #wrap #news .contents-box .news-container ul.yr-box > li {
    display: block;
  }
  #wrap #news .contents-box .news-container ul.yr-box > li:nth-child(n+2) {
    margin-top: 10px;
  }
  #wrap #news .contents-box .news-container ul.yr-box > li h4 {
    font-size: 26px;
    display: none;
  }
  #wrap #news .contents-box .news-container ul.yr-box > li ul.news-box {
    margin-left: 0;
    padding-top: 0px;
  }
  #wrap #news .contents-box .news-container ul.yr-box > li ul.news-box li {
    width: 100%;
  }
  #wrap #news .contents-box .news-container ul.yr-box > li ul.news-box li:nth-child(n+5) {
    margin-top: 10px;
  }
  #wrap #news .contents-box .news-container ul.yr-box > li ul.news-box li:nth-child(n+2) {
    margin-top: 10px;
  }
  #wrap #news .contents-box .news-container ul.yr-box > li ul.news-box li:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #wrap #news .contents-box .media-li li:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #wrap #deloitte {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 0px 100px;
    border-top: 1px solid #e5e5e5;
  }
  #wrap #deloitte .contents-box {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 35px;
  }
  #wrap #deloitte .contents-box h3 {
    font-size: 26px;
  }
  #wrap #deloitte .contents-box .copy-box {
    margin-top: 28px;
  }
  #wrap #deloitte .contents-box .copy-box p {
    font-size: 15px;
    line-height: 1.9;
    margin-top: 0px;
  }
  #wrap #deloitte .contents-box ul.logo-box {
    margin: 44px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #wrap #deloitte .contents-box ul.logo-box li {
    width: 50%;
    padding: 0 3.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    margin-bottom: 0px;
  }
  #wrap #deloitte .contents-box ul.logo-box li:nth-child(n+2) {
    margin: 0;
  }
  #wrap #deloitte .contents-box ul.logo-box li:nth-child(n+3) {
    margin: 24px 0 0;
  }
  #wrap #deloitte .contents-box ul.logo-box li:nth-child(6) {
    margin-left: 0;
  }
  #wrap #deloitte .contents-box ul.logo-box li:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #wrap #deloitte .contents-box ul.logo-box li.jla:after {
    font-size: 9px;
  }
  #wrap #deloitte .contents-box ul.logo-box li.restart:after {
    font-size: 9px;
  }
  #wrap #deloitte .flowimage {
    position: relative;
    width: 600px;
    top: 0px;
    left: 50%;
    margin-left: -150px;
    margin-top: 160px;
    margin-bottom: 300px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  nav ul {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #modal, #modal-creative {
    width: 100%;
    height: auto;
    background: #1a1a1a;
  }
  #modal .inner-box, #modal-creative .inner-box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  #modal .inner-box .left-box, #modal-creative .inner-box .left-box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
  }
  #modal .inner-box .left-box img, #modal-creative .inner-box .left-box img {
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #modal .inner-box .right-box, #modal-creative .inner-box .right-box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  #modal .inner-box .right-box .name-box, #modal-creative .inner-box .right-box .name-box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px 35px;
  }
  #modal .inner-box .right-box .name-box .name-inner, #modal-creative .inner-box .right-box .name-box .name-inner {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  #modal .inner-box .right-box .name-box .name-inner h2, #modal-creative .inner-box .right-box .name-box .name-inner h2 {
    font-size: 30px;
  }
  #modal .inner-box .right-box .name-box .name-inner h2 span.jpname, #modal-creative .inner-box .right-box .name-box .name-inner h2 span.jpname {
    font-size: 18px;
  }
  #modal .inner-box .right-box .name-box .name-inner .job-box, #modal-creative .inner-box .right-box .name-box .name-inner .job-box {
    font-size: 16px;
    margin-top: 36px;
    line-height: 1.95;
  }
  #modal .inner-box .right-box .copy-box, #modal-creative .inner-box .right-box .copy-box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px 35px;
  }
  #modal .inner-box .right-box .copy-box p, #modal-creative .inner-box .right-box .copy-box p {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    font-size: 14px;
  }
  #modal .inner-box .btn-close, #modal-creative .inner-box .btn-close {
    top: 35px;
    right: 35px;
  }
  #modal-works {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 0;
    background: url("../img/bg_works_sp.png") top center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  #modal-works .inner-box {
    width: 100%;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #modal-works .inner-box .ttl-box .ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  #modal-works .inner-box .ttl-box .client {
    font-size: 14px;
    margin: 6px 0 0;
  }
  #modal-works .inner-box .ttl-box .category {
    font-size: 14px;
  }
  #modal-works .inner-box .image-main {
    margin: 24px 0 0;
  }
  #modal-works .inner-box .lead-box {
    display: block;
    margin: 36px 0 0;
  }
  #modal-works .inner-box .lead-box .lead .text {
    font-size: 13px;
  }
  #modal-works .inner-box .lead-box .lead .date {
    font-size: 13px;
  }
  #modal-works .inner-box .lead-box .btn-launch {
    width: 100%;
    margin: 28px 0 0;
  }
  #modal-works .inner-box .lead-box .btn-launch a {
    font-size: 15px;
    padding: 16px 0 21px;
  }
  #modal-works .btn-close {
    top: 35px;
    right: 35px;
  }
  #modal-works .btn-next {
    display: none;
  }
  #modal-works .btn-back {
    display: none;
  }
  #modal-about .btn-close {
    top: 35px;
    right: 35px;
  }
  #modal-about .hover-box li h2 span.smallcaps {
    font-size: 12px;
    line-height: 1.5;
  }
  #modal-about .hover-box li .p-box {
    letter-spacing: 0.01em;
  }
  #nav {
    top: 35px;
    right: 35px;
  }
  #nav ul:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  #wrap #vision .contents-box .copy-box {
    margin-top: 6vh;
  }
  #wrap #vision .contents-box .copy-box h4 {
    font-size: 44px;
  }
  #wrap #vision .contents-box .copy-box p {
    margin-top: 3vh;
    font-size: 16px;
    line-height: 2.3;
  }
  #wrap #about-capabilities .contents-box .copy-box {
    margin-top: 6vh;
  }
  #wrap #about-capabilities .contents-box .copy-box .default-box h4 {
    font-size: 44px;
  }
  #wrap #about-capabilities .contents-box .copy-box .default-box p {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-height: 640px) {
  #wrap #vision .contents-box .copy-box {
    margin-top: 5vh;
  }
  #wrap #vision .contents-box .copy-box p {
    font-size: 15px;
    margin-top: 2.5vh;
  }
}
@media screen and (min-width: 769px) and (max-height: 768px) {
  #wrap #vision .contents-box .copy-box p.first {
    margin-top: 3.5vh;
  }
  nav {
    font-size: 42px;
  }
}
@media screen and (min-width: 769px) and (max-height: 700px) {
  #wrap #about-capabilities .contents-box .copy-box .default-box p {
    font-size: 15px;
  }
  #wrap #about-capabilities .contents-box .copy-box .hover-box li h2 {
    margin: 0 0 0;
  }
  #wrap #about-capabilities .contents-box .copy-box .hover-box li .p-box {
    font-size: 14px;
    padding: 0 12.5% 0 0;
    margin-top: 3vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #wrap #about-capabilities .flowimage {
    left: 70%;
  }
  #wrap #about-capabilities .flowimage ul {
    width: 480px;
    height: 311px;
  }
}
@media screen and (min-width: 769px) {
  #wrap #about-capabilities .flowimage ul li:hover img:nth-child(2) {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #wrap #alliance .flowimage ul li:nth-child(1) .arrow.min span {
    width: 16px;
  }
  #wrap #alliance .flowimage ul li:nth-child(2) .arrow.min span {
    width: 20px;
  }
  #wrap #alliance .flowimage ul li:nth-child(3) .arrow.min span {
    width: 20px;
  }
  #wrap #alliance .flowimage ul li:nth-child(4) .arrow.min span {
    width: 20px;
  }
  #wrap #deloitte .flowimage ul li:nth-child(1) .arrow.min span {
    width: 16px;
  }
  #wrap #deloitte .flowimage ul li:nth-child(2) .arrow.min span {
    width: 20px;
  }
  #wrap #deloitte .flowimage ul li:nth-child(3) .arrow.min span {
    width: 20px;
  }
  #wrap #deloitte .flowimage ul li:nth-child(4) .arrow.min span {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #wrap #team .inner-box .container .list-box .teko-box li .copy-box h5 {
    font-size: 26px;
  }
  #wrap #team .inner-box .container .list-box .teko-box li .copy-box .job {
    font-size: 12px;
  }
  #wrap #alliance .flowimage {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  #wrap #deloitte .flowimage {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  #wrap #team .inner-box .container .list-box .teko-box li .copy-box h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  #wrap #team .sp-box ul li .text-box .name {
    font-size: 20px;
  }
  #wrap #team .sp-box ul li .text-box .job {
    font-size: 10px;
  }
  nav {
    font-size: 29px;
    text-align: center;
    letter-spacing: 0.15em;
  }
  nav ul li {
    margin-top: 9px;
  }
}
@media screen and (min-width: 351px) and (max-width: 768px) {
  nav {
    font-size: 29px;
    text-align: center;
    letter-spacing: 0.15em;
  }
  nav ul li {
    margin-top: 9px;
  }
}
@media screen and (min-width: 769px) and (max-height: 690px) {
  #modal .inner-box .right-box .copy-box p, #modal-creative .inner-box .right-box .copy-box p {
    font-size: 13px;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) and (max-height: 690px) and (max-width: 768px) {
  #modal .inner-box .right-box .copy-box p, #modal-creative .inner-box .right-box .copy-box p {
    font-size: 15px;
    line-height: 2;
  }
}
body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
    height: auto;
  }
}

#main .inner-box .main-box .logo-box h1 {
  width: 458px !important;
}
#main .inner-box .main-box .logo-box h1 img {
  width: 100%;
  height: auto;
}

#vision .contents-box {
  top: 10% !important;
}
#vision h4 {
  font-size: 4.9411764706vh !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #vision h4 {
    font-size: 6.4vw !important;
    line-height: 1.6 !important;
  }
}
#vision .copy-box {
  margin-top: 3.7647058824vh !important;
}
#vision .copy-box p {
  font-size: 2.1176470588vh !important;
  line-height: 1.75 !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #vision .copy-box p {
    font-size: 4vw !important;
    line-height: 1.8 !important;
  }
}
#vision .copy-box p:nth-child(n+2) {
  margin-top: 2.4705882353vh !important;
}
@media screen and (max-width: 768px) {
  #vision .copy-box p:nth-child(n+2) {
    margin-top: 6.4vw !important;
  }
}

#about-capabilities .contents-box {
  top: 7.5% !important;
  width: 70% !important;
}
@media screen and (max-width: 768px) {
  #about-capabilities .contents-box {
    top: auto !important;
    width: 100% !important;
  }
}
#about-capabilities .contents-box .copy-box {
  margin-top: 3.7647058824vh !important;
}
#about-capabilities .contents-box .copy-box h4 {
  font-size: 5.8823529412vh !important;
  margin-bottom: 4.7058823529vh !important;
}
@media screen and (max-width: 768px) {
  #about-capabilities .contents-box .copy-box h4 {
    font-size: 7.7333333333vw !important;
    line-height: 1.35 !important;
  }
}
#about-capabilities .contents-box .copy-box p {
  font-size: 2.1176470588vh !important;
  line-height: 1.75 !important;
  font-weight: bold !important;
}
#about-capabilities .contents-box .copy-box p:nth-child(n+2) {
  margin-top: 1.6470588235vh !important;
}
#about-capabilities .contents-box .copy-box p.sub-title {
  font-size: 2.8235294118vh !important;
  letter-spacing: -0.05em !important;
}
#about-capabilities .contents-box .copy-box p.margin {
  margin-top: 3.2941176471vh !important;
}
@media screen and (max-width: 768px) {
  #about-capabilities .contents-box .copy-box p {
    font-size: 4vw !important;
  }
}
#about-capabilities .contents-box .corporate-data {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin-top: 10.6666666667vw !important;
}
@media screen and (min-width: 769px) {
  #about-capabilities .contents-box .corporate-data.sp {
    display: none;
  }
}
#about-capabilities .contents-box .corporate-data .box {
  width: 100%;
  margin: 0 auto;
}
#about-capabilities .contents-box .corporate-data h5 {
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  font-size: 3.7333333333vw;
}
#about-capabilities .contents-box .corporate-data dl {
  font-size: 12px;
  margin-top: 1.7647058824vh !important;
}
#about-capabilities .contents-box .corporate-data dl dt, #about-capabilities .contents-box .corporate-data dl dd {
  line-height: 1.85;
  font-weight: bold;
}
#about-capabilities .contents-box .corporate-data dl dt {
  margin-top: 4.5333333333vw !important;
  width: 100%;
  font-size: 3.7333333333vw;
}
#about-capabilities .contents-box .corporate-data dl dd {
  width: 100%;
  font-size: 4vw;
  margin-top: 0.8vw !important;
  line-height: 1.55;
}
#about-capabilities .r-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vh;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #about-capabilities .r-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 13.3333333333vw !important;
  }
}
#about-capabilities .r-box .map-box, #about-capabilities .r-box .corporate-data {
  height: 50vh;
}
@media screen and (max-width: 768px) {
  #about-capabilities .r-box .map-box, #about-capabilities .r-box .corporate-data {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #about-capabilities .r-box .map-box {
    height: 77.333vw;
  }
}
#about-capabilities .r-box .map-box .map {
  height: 100%;
}
#about-capabilities .r-box .map-box .map .gm-style .place-card-large {
  display: none !important;
}
#about-capabilities .r-box .corporate-data {
  background: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about-capabilities .r-box .corporate-data.pc {
    display: none;
  }
}
#about-capabilities .r-box .corporate-data .box {
  width: 75%;
  margin: 0 auto;
}
#about-capabilities .r-box .corporate-data h5 {
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  font-size: 12px;
}
#about-capabilities .r-box .corporate-data dl {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.7647058824vh !important;
}
#about-capabilities .r-box .corporate-data dl dt, #about-capabilities .r-box .corporate-data dl dd {
  margin-top: 1.4117647059vh !important;
  line-height: 1.85;
  font-weight: bold;
}
#about-capabilities .r-box .corporate-data dl dt {
  width: 40%;
}
#about-capabilities .r-box .corporate-data dl dd {
  width: 60%;
}
#about-capabilities .link-about {
  margin-top: 7.5294117647vh !important;
}
#about-capabilities .link-about a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  font-size: 1.6470588235vh !important;
}
@media screen and (max-width: 768px) {
  #about-capabilities .link-about a {
    font-size: 3.2vw !important;
  }
}
@media screen and (min-width: 769px) {
  #about-capabilities .link-about a {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #about-capabilities .link-about a:hover {
    opacity: 0.5;
  }
}

#alliance {
  background: #1a1a1a !important;
  color: #fff;
}
#alliance .inner-box .contents-box {
  width: 117.6470588235vh !important;
}
@media screen and (max-width: 768px) {
  #alliance .inner-box .contents-box {
    width: 100% !important;
  }
}
#alliance .inner-box .contents-box h3 {
  color: #fff !important;
}
#alliance .inner-box .contents-box .copy-box {
  color: #fff !important;
  margin-top: 3.5294117647vh !important;
}
#alliance .inner-box .contents-box .copy-box h4 {
  font-size: 3.5294117647vh !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #alliance .inner-box .contents-box .copy-box h4 {
    font-size: 6.4vw !important;
  }
}
#alliance .inner-box .contents-box .copy-box h4 span {
  color: #fcf050;
}
#alliance .inner-box .contents-box .copy-box p {
  margin-top: 1.8823529412vh !important;
  font-size: 1.8823529412vh !important;
  line-height: 1.82 !important;
}
@media screen and (max-width: 768px) {
  #alliance .inner-box .contents-box .copy-box p {
    font-size: 4vw !important;
  }
}
#alliance .inner-box .contents-box .copy-box p.note {
  margin-top: 2vh !important;
  font-size: 1.2941176471vh !important;
}
@media screen and (max-width: 768px) {
  #alliance .inner-box .contents-box .copy-box p.note {
    margin-top: 5.0666666667vw !important;
    font-size: 2.6666666667vw !important;
  }
}
#alliance .inner-box .contents-box .copy-box .image {
  position: relative;
  margin-top: 2.8235294118vh !important;
  width: 89.4117647059vh !important;
  height: auto;
}
@media screen and (max-width: 768px) {
  #alliance .inner-box .contents-box .copy-box .image {
    width: 100% !important;
    margin: 6.6666666667vw auto 0 !important;
    text-align: right;
  }
}
#alliance .inner-box .contents-box .copy-box .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #alliance .inner-box .contents-box .copy-box .image img.sp {
    display: block;
    width: 65% !important;
    margin: 0 auto;
  }
}
#alliance .inner-box .contents-box .copy-box .image .btn-play {
  position: absolute;
  bottom: 0;
  right: -50px;
  font-family: FFDINWebProBlack;
  margin-top: 20px;
  font-size: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #alliance .inner-box .contents-box .copy-box .image .btn-play {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 2.6666666667vw 0 0 auto !important;
    text-align: right;
  }
}
#alliance .inner-box .contents-box .copy-box .image .btn-play .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #alliance .inner-box .contents-box .copy-box .image .btn-play .inner {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #alliance .inner-box .contents-box .copy-box .image .btn-play .inner:hover {
    opacity: 0.5;
  }
}
#alliance .inner-box .contents-box .copy-box .image .btn-play span {
  position: relative;
  display: block;
}
#alliance .inner-box .contents-box .copy-box .image .btn-play span.icon {
  width: 32px;
}
@media screen and (max-width: 768px) {
  #alliance .inner-box .contents-box .copy-box .image .btn-play span.icon {
    width: 24px;
  }
}
#alliance .inner-box .contents-box .copy-box .image .btn-play span.icon img {
  width: 100%;
  height: auto;
}
#alliance .inner-box .contents-box .copy-box .image .btn-play span.text {
  margin-left: 10px;
  top: -2px;
}
@media screen and (max-width: 768px) {
  #alliance .inner-box .contents-box .copy-box .image .btn-play span.text {
    font-size: 18px;
    top: -5px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  #news .inner-box .contents-box {
    width: 100% !important;
  }
}
#news .inner-box .contents-box .news-container {
  width: 100%;
  overflow: hidden;
}
#news .inner-box .contents-box .news-container article {
  width: 100%;
}
#news .inner-box .contents-box .news-container article > ul li {
  padding-right: 1.2941176471vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #news .inner-box .contents-box .news-container article ul.news-box li:nth-child(n+7) {
    display: none;
  }
}
#news .inner-box .contents-box .flickity-prev-next-button {
  margin-top: 48px;
  width: 56px;
  height: 56px;
  border: 1px solid #d6d6d6;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #news .inner-box .contents-box .flickity-prev-next-button {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #news .inner-box .contents-box .flickity-prev-next-button:hover svg {
    opacity: 0.5;
  }
}
#news .inner-box .contents-box .flickity-prev-next-button svg {
  width: 15px;
  height: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
#news .inner-box .contents-box .flickity-prev-next-button.next {
  margin-left: 2px;
}
#news .inner-box .contents-box .flickity-prev-next-button:disabled {
  pointer-events: none;
}
#news .inner-box .contents-box .flickity-prev-next-button:disabled svg {
  opacity: 0.25;
}

@media screen and (max-width: 768px) {
  #works .inner-box .works-box .works-li article:nth-child(n+7) {
    display: none;
  }
}

.btn-more {
  position: relative;
  width: 24vw;
  height: 9.6vw;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  background: #fff;
  margin: 8.5333333333vw auto 0;
  color: #000;
  text-align: center;
  font-size: 3.6vw;
  line-height: 1;
  padding: 2.5333333333vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-more.black {
  background: #1a1a1a;
  color: #fff;
}
.btn-more.black:before {
  background: url("../img/icon_plus_white.png") center center no-repeat;
  background-size: contain;
}
.btn-more span {
  display: inline-block;
  line-height: 1;
}
.btn-more:before {
  position: absolute;
  content: "";
  top: 3.6vw;
  right: 2.1333333333vw;
  background: url("../img/icon_plus_black.png") center center no-repeat;
  width: 2vw;
  height: 2vw;
  background-size: contain;
}

#modal-works {
  height: 100vh;
}
#modal-works .scrollwrap {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  padding: 128px 0 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #modal-works .scrollwrap {
    padding: 80px 0 100px;
  }
}

#modal-works .inner-box .ttl-box .client {
  font-size: 36px;
  font-weight: bold;
  margin: 2px 0 0;
}
@media screen and (max-width: 768px) {
  #modal-works .inner-box .ttl-box .client {
    font-size: 22px;
  }
}
#modal-works .inner-box .ttl-box .client a {
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  #modal-works .inner-box .ttl-box .client a {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #modal-works .inner-box .ttl-box .client a:hover {
    opacity: 0.6;
  }
}

#deloitte .copy-box p {
  font-size: 2.1176470588vh !important;
  line-height: 1.75 !important;
  font-weight: bold !important;
}
#deloitte .copy-box p:nth-child(n+2) {
  margin-top: 3.2941176471vh !important;
}
@media screen and (max-width: 768px) {
  #deloitte .copy-box p {
    font-size: 4vw !important;
  }
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 60px 0px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-height: 700px) and (min-width: 769px) {
  #contact {
    padding-top: 0px !important;
  }
}
#contact .btn-contact {
  display: block;
  margin: 44px 0 0;
}
@media screen and (max-width: 768px) {
  #contact .btn-contact {
    margin: 32px auto 0;
  }
}
#contact .btn-contact a {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  color: #000;
  width: 240px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0em;
  padding: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contact .btn-contact a {
    width: 75%;
    height: 50px;
    font-size: 15px;
    line-height: 0;
    padding: 24px 0;
    margin: 0 auto;
  }
}
#contact .contents-box {
  position: absolute;
  top: 10.5%;
  left: 8%;
  height: auto;
  width: 84%;
}
@media screen and (max-width: 768px) {
  #contact .contents-box {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#contact .contents-box h2 {
  font-size: 32px;
  letter-spacing: 0.18em;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
}
@media screen and (max-width: 768px) {
  #contact .contents-box h2 {
    font-size: 26px;
  }
}
#contact .contents-box .contact-lede {
  font-size: 16px;
  margin-top: 32px;
  line-height: 1.8;
}
@media screen and (max-height: 700px) and (min-width: 769px) {
  #contact .contents-box .contact-lede {
    margin-top: 20px;
    font-size: 14px;
  }
}
#contact .contents-box .contact-lede span.smallcaps {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #contact .contents-box .contact-lede {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }
}
#contact .contents-box .contact-form {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  #contact .contents-box .contact-form {
    margin-top: 32px;
  }
}
@media screen and (max-height: 700px) and (min-width: 769px) {
  #contact .contents-box .contact-form {
    margin-top: 24px;
  }
}
#contact .contents-box .contact-form form dl {
  letter-spacing: -0.4em;
}
#contact .contents-box .contact-form form dl dt, #contact .contents-box .contact-form form dl dd {
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 0 0 24px;
  vertical-align: top;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #contact .contents-box .contact-form form dl dt, #contact .contents-box .contact-form form dl dd {
    display: block;
    margin: 0 0 18px;
  }
}
@media screen and (max-height: 700px) and (min-width: 769px) {
  #contact .contents-box .contact-form form dl dt, #contact .contents-box .contact-form form dl dd {
    margin: 0 0 16px;
  }
}
#contact .contents-box .contact-form form dl dt {
  width: 200px;
  padding: 13px 0 0;
  font-size: 14px;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #contact .contents-box .contact-form form dl dt {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
  }
}
#contact .contents-box .contact-form form dl dt span.asterisk {
  color: #0083a9;
}
#contact .contents-box .contact-form form dl dt sup {
  position: relative;
  top: -3px;
  margin-left: 3px;
}
#contact .contents-box .contact-form form dl dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  #contact .contents-box .contact-form form dl dd {
    width: 100%;
  }
}
#contact .contents-box .contact-form form .btn-submit {
  text-align: center;
}
#contact .inner-box > .text-box {
  position: absolute;
  bottom: 20px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #contact .inner-box > .text-box {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    margin-top: 64px;
    display: block;
  }
}
#contact .inner-box > .text-box p {
  font-size: 12px;
}
#contact .inner-box > .text-box p:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contact .inner-box > .text-box p:nth-child(n+2) {
    margin: 36px 0 0;
  }
}

form select, form input, form textarea {
  font-size: 15px;
  padding: 13px 14px;
}
@media screen and (max-width: 768px) {
  form select, form input, form textarea {
    font-size: 12px;
  }
}
form .form-pulldown {
  position: relative;
}
form .form-pulldown .inner {
  position: relative;
}
form .form-pulldown .inner:before {
  position: absolute;
  content: "";
  top: 22px;
  right: 12px;
  background: url("../img/form/ico_pulldown.png");
  width: 7px;
  height: 6px;
  background-size: 100% 100%;
  z-index: 10000;
}
form .form-pulldown .inner:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 30px;
  width: 1px;
  height: 100%;
  background: #cbcbcb;
}
form select {
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #cbcbcb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form input[type=text], form input[type=email] {
  border: 1px solid #3d3d3d;
  border-radius: 0;
  outline: none;
  background: #191919;
  padding: 12px 10px;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-family: YakuHanJP, "Helvetica Neue", Helvetica, Arial, "見出ゴMB31", "Midashi Go MB31", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  form input[type=text], form input[type=email] {
    width: 100%;
  }
}
form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder {
  color: #5e5e5e;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder {
  color: #5e5e5e;
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder {
  color: #5e5e5e;
}
form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder {
  color: #5e5e5e;
}
form input[type=text]::placeholder, form input[type=email]::placeholder {
  color: #5e5e5e;
}
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  border: 1px solid #3d3d3d;
  border-radius: 0;
  outline: none;
  background: #191919;
  padding: 12px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-family: YakuHanJP, "Helvetica Neue", Helvetica, Arial, "見出ゴMB31", "Midashi Go MB31", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  color: #fff;
}
form textarea::-webkit-input-placeholder {
  color: #5e5e5e;
}
form textarea::-moz-placeholder {
  color: #5e5e5e;
}
form textarea:-ms-input-placeholder {
  color: #5e5e5e;
}
form textarea::-ms-input-placeholder {
  color: #5e5e5e;
}
form textarea::placeholder {
  color: #5e5e5e;
}
form button,
form input[type=submit] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  color: #000;
  width: 120px;
  height: 48px;
  text-align: center;
  margin: 2px 0 0 200px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  letter-spacing: 0.06em;
  padding: 10px 0 14px;
}
@media screen and (max-width: 768px) {
  form button,
  form input[type=submit] {
    width: 50%;
    height: 44px;
    margin: 24px auto 0;
    font-size: 15px;
    line-height: 0;
  }
}
form button.btn-cancel,
form input[type=submit].btn-cancel {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
form span.error {
  display: block;
  margin: 6px 0 0;
  color: #ff0000;
  font-size: 11px;
}

#modal-interview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  color: #000;
  z-index: 99999;
  display: none;
}
#modal-interview a {
  text-decoration: underline !important;
  color: #000 !important;
}
#modal-interview .scrollwrap {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  padding: 114px 0 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #modal-interview .scrollwrap {
    padding: 80px 0 100px;
  }
}
#modal-interview .btn-close {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 28px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#modal-interview .btn-close:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #modal-interview .btn-close {
    top: 35px;
    right: 35px;
  }
}
#modal-interview .btn-close li {
  position: absolute;
  background: #000;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 3px;
  -webkit-transform: translateX(0px) translateY(8px) rotate(-45deg);
          transform: translateX(0px) translateY(8px) rotate(-45deg);
}
#modal-interview .btn-close li:nth-child(2) {
  -webkit-transform: translateX(0px) translateY(8px) rotate(45deg);
          transform: translateX(0px) translateY(8px) rotate(45deg);
}
#modal-interview .inner-box {
  width: 900px;
  margin: 0 auto;
  padding: 0px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box {
    width: 100%;
    padding: 0 35px;
  }
}
#modal-interview .inner-box img {
  width: 100%;
  height: auto;
}
#modal-interview .inner-box h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box h3 {
    font-size: 18px;
  }
}
#modal-interview .inner-box h4 {
  font-family: FFDINWebProBlack, "HelveticaNeue-Bold", "Arial";
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box h4 {
    font-size: 16px;
  }
}
#modal-interview .inner-box .name-box {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box .name-box {
    margin-top: 20px;
  }
}
#modal-interview .inner-box .name-box h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box .name-box h5 {
    font-size: 22px;
  }
}
#modal-interview .inner-box .name-box p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box .name-box p {
    font-size: 15px;
    margin-top: 10px;
  }
}
#modal-interview .inner-box .lead-box {
  margin-top: 44px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box .lead-box {
    font-size: 14px;
    margin-top: 32px;
    line-height: 1.7;
  }
}
#modal-interview .inner-box .lead-box p:nth-child(n+2) {
  margin-top: 16px;
}
#modal-interview .inner-box .image-main {
  position: relative;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box .image-main {
    margin-top: 24px;
  }
}
#modal-interview .inner-box .image-main p.caption {
  margin-top: 18px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box .image-main p.caption {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.7;
  }
}
#modal-interview .inner-box .image {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box .image {
    margin: 40px auto 0;
  }
}
#modal-interview .inner-box .image.middle {
  width: 760px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box .image.middle {
    width: 100%;
  }
}
#modal-interview .inner-box .image.small {
  width: 580px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box .image.small {
    width: 80%;
    margin: 40px auto 0;
  }
}
#modal-interview .inner-box .image.nomargin {
  margin: 0 auto;
}
#modal-interview .inner-box .image img {
  width: 100%;
  height: auto;
}
#modal-interview .inner-box .image img.border {
  border: 1px solid #ccc;
}
#modal-interview .inner-box ul.article-box {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box {
    margin-top: 40px;
  }
}
#modal-interview .inner-box ul.article-box > li {
  position: relative;
}
#modal-interview .inner-box ul.article-box > li:nth-child(n+2) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li:nth-child(n+2) {
    margin-top: 48px;
  }
}
#modal-interview .inner-box ul.article-box > li .q-box {
  position: relative;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .q-box {
    padding-left: 50px;
  }
}
#modal-interview .inner-box ul.article-box > li .q-box.margin {
  margin-top: 40px;
}
#modal-interview .inner-box ul.article-box > li .q-box:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 64px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .q-box:before {
    width: 40px;
    top: 10px;
  }
}
#modal-interview .inner-box ul.article-box > li .q-box p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .q-box p {
    font-size: 15px;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box {
    margin-top: 20px;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box h5 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .text-box {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .text-box {
    margin-top: 20px;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .text-box.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .text-box.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .text-box.flex .image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .text-box.flex .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .text-box.flex .p-box {
  width: 55%;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .text-box.flex .p-box {
    width: 100%;
    padding-left: 0;
    margin-top: 28px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .text-box.flex.reverse .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .text-box.flex.reverse .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .text-box.flex.reverse .p-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .text-box.flex.reverse .p-box {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .text-box .p-box {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .text-box .p-box {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .text-box .p-box p:nth-child(n+2) {
  margin-top: 16px;
}
#modal-interview .inner-box ul.article-box > li .a-box .text-box .p-box p span.name {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px 7px 1px;
  line-height: 1.5;
  margin-right: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .text-box .p-box p span.name {
    font-size: 13px;
    padding: 1px 4px 0px;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .image-box {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .image-box {
    display: block;
    margin-top: 24px;
  }
}
#modal-interview .inner-box ul.article-box > li .a-box .image-box li {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .image-box li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #modal-interview .inner-box ul.article-box > li .a-box .image-box li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.default-box .btn-play {
  font-family: FFDINWebProBlack;
  margin-top: 20px;
  font-size: 20px;
  display: inline-block;
}
.default-box .btn-play .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .default-box .btn-play .inner {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .default-box .btn-play .inner:hover {
    opacity: 0.5;
  }
}
.default-box .btn-play span {
  position: relative;
  display: block;
}
.default-box .btn-play span.text {
  margin-left: 10px;
  top: -2px;
}

#youtube {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#youtube .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
  cursor: pointer;
}
#youtube .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 980px;
  margin-left: -490px;
  margin-top: -275px;
  background-color: #000;
}
@media screen and (max-width: 600px) {
  #youtube .box {
    width: 100%;
    margin-left: -50%;
    margin-top: -120px;
  }
}
#youtube .box .btn-close {
  position: absolute;
  top: 0px;
  right: -40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 25px;
}
@media screen and (max-width: 600px) {
  #youtube .box .btn-close {
    width: 20px;
    top: auto;
    bottom: -40px;
    right: auto;
    left: calc(50% - 10px);
  }
}
#youtube .box .btn-close img {
  width: 100%;
  height: auto;
}
#youtube .box .player {
  width: 980px;
}
@media screen and (max-width: 600px) {
  #youtube .box .player {
    width: 100%;
  }
}
#youtube .box .player video {
  display: block;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */