@charset "UTF-8";
/*============================================================
リセット
============================================================*/
body, p, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 120%;
}
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  outline: none;
  text-decoration: none;
  word-wrap: break-word;
}
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button:not([disabled="disabled"]) {
  cursor: pointer;
}
/*============================================================
デフォルト設定
============================================================*/
body {
  -webkit-text-size-adjust: 100%;
  /*iosでスクロールを滑らかにする*/
  -webkit-overflow-scrolling: touch;
}
/*----------------------------------------
フォント
----------------------------------------*/
body, input, textarea, button, select {
  line-height: 1;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
/*----------------------------------------
フォントサイズ
----------------------------------------*/
html {
  /*ベースのフォントサイズ指定(10px)*/
  font-size: 62.5%;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, .footer-tel span:nth-of-type(3), .cmn-txt, .cmn-link-01 a, .top-heading-list li, .slide-detail-note, .top-voice-txt, .top-chara-txt, .top-case-txt, .top-case-chronological dd, .plan-about-txt, .plan-about-list-txt, .plan-cloud-detail-lead, .plan-cloud-flow-unit-name, .plan-cloud-flow-unit-txt, .plan-support-name, .plan-lineup-unit-txt, .tglSwt::after, .plan-standard-ttl-lead, .plan-standard-unit-primary, .plan-standard-infra-txt, .plan-standard-help-txt, .cmn-plan-standard-txt, .cmn-plan-standard-list li, .plan-option-ttl-txt, .plan-option-list-txt, .studio-heading-list li, .studio-access-address, .studio-access-guide-ttl, .studio-access-guide-txt, .service-heading-lead, .service-movie-result-list, .service-support-unit-txt, .contact-heading-txt {
  font-size: 14px;
  font-size: 1.4rem;
}
/*----------------------------------------
ホバー
----------------------------------------*/
button, a, a img, input[type="submit"], input[type="reset"], input[type="button"] {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s linear;
          transition: .2s linear;
  -webkit-transition-property: background, color, opacity, border;
          transition-property: background, color, opacity, border;
  -webkit-tap-highlight-color: transparent;
}
.pc a:hover img:hover {
  opacity: .7;
}
/*============================================================
レイアウト
============================================================*/
/*----------------------------------------
フッター固定
----------------------------------------*/
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
}
_:-ms-lang(x)::-ms-backdrop, #wrapper {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 600px;
}
#wrapper:not(.is-fixed).android {
  min-height: calc(100vh - (46px) + 1px);
}
#wrapper:not(.is-fixed).iphone {
  min-height: calc(100vh - (46px) - 18px);
}
#wrapper:not(.is-fixed).tb {
  min-height: calc(100vh - (46px) + 26px);
}
#wrapper.is-fixed {
  position: fixed;
  overflow-y: scroll;
}
/*----------------------------------------
メニュー（1カラム用）
----------------------------------------*/
.l-menu-column-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-menu-column .logo {
  margin-left: 15px;
}
.pc .l-menu-column .logo a:hover {
  opacity: .6;
}
#menu li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #707070;
  font-size: 16px;
  font-size: 1.6rem;
}
.pc #menu li a:hover {
  color: #c7243a;
}
.pc #menu li a:hover::before {
  color: #c7243a;
}
#menu li a::before {
  color: #a3a3a3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  -webkit-transition: .2s;
          transition: .2s;
}
/*----------------------------------------
メインエリア
----------------------------------------*/
.l-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
/*----------------------------------------
フッター
----------------------------------------*/
footer {
  margin-top: auto;
  padding-top: 76px;
}
_:-ms-lang(x)::-ms-backdrop, footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer-tel {
  padding: 87px 0;
  background: #008ad4;
  background: -webkit-gradient(linear, left top, right top, from(#008ad4), color-stop(94%, #43afce));
  background: -webkit-linear-gradient(left, #008ad4 0%, #43afce 94%);
  background:         linear-gradient(to right, #008ad4 0%, #43afce 94%);
  text-align: center;
  color: #fff;
}
.footer-tel span {
  display: block;
  text-shadow: 0 0 5px rgba(0, 106, 124, .5);
}
.footer-tel span:first-of-type {
  font-size: 20px;
  font-size: 2rem;
}
.footer-tel span:nth-of-type(2) {
  margin-top: 25px;
  font-size: 41px;
  font-size: 4.1rem;
  font-weight: bold;
}
.footer-tel span:nth-of-type(2)::before {
  margin-right: 10px;
  font-size: 33px;
  font-size: 3.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
}
.footer-tel span:nth-of-type(3) {
  margin-top: 25px;
}
.footer-copy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 52px 40px 33px 0;
  background: #4a525a;
  text-align: right;
}
_:-ms-lang(x)::-ms-backdrop, .footer-copy {
  height: 133px;
}
.footer-copy svg {
  width: 300px;
}
.footer-copy .path {
  fill: #fff;
}
/*============================================================
レスポンシブメニュー
============================================================*/
/*----------------------------------------
オーバーレイ
----------------------------------------*/
#overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 138, 212, .9);
  cursor: pointer;
  z-index: 30;
}
/*----------------------------------------
スマホメニュー開閉ボタン
----------------------------------------*/
#menuBtn {
  position: absolute;
  top: -4px;
  right: 0;
  width: 46px;
  height: 46px;
  border: none;
  outline: none;
  background: transparent;
  z-index: 40;
}
#menuBtn span {
  display: block;
  position: absolute;
  left: calc((46px - 30px) / 2);
  width: 30px;
  height: 3px;
  background: #0072de;
  -webkit-transition: -webkit-transform .2s linear;
          transition: -webkit-transform .2s linear;
          transition:         transform .2s linear;
          transition:         transform .2s linear, -webkit-transform .2s linear;
}
#menuBtn span:nth-of-type(1) {
  top: 10.5px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#menuBtn span:nth-of-type(2) {
  top: 21.5px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#menuBtn span:nth-of-type(3) {
  top: 32.5px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#menuBtn.is-open span {
  background: #fff;
}
#menuBtn.is-open span:nth-of-type(1) {
  top: 48%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menuBtn.is-open span:nth-of-type(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#menuBtn.is-open span:nth-of-type(3) {
  top: 48%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*============================================================
共通
============================================================*/
.cmn-sec {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 0 0 30px;
}
.cmn-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  padding: 0 30px 0 0;
}
.cmn-ttl-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #008ad4;
  font-size: 12px;
  font-size: 1.2rem;
}
.cmn-ttl-en::after {
  display: block;
  width: 100px;
  height: 1px;
  margin: 8px 0 0 10px;
  background: #43afce;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #43afce), to(#008ad4));
  background: -webkit-linear-gradient(left, #43afce 6%, #008ad4 100%);
  background:         linear-gradient(to right, #43afce 6%, #008ad4 100%);
  content: "";
}
.cmn-ttl-name {
  display: inline-block;
  background: -webkit-linear-gradient(0deg, #0072de, #00a9bd);
  -webkit-background-clip: text;
  color: #008ad4;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 150%;
  -webkit-text-fill-color: transparent;
}
.cmn-ttl-name + .cmn-txt {
  margin-top: 40px;
}
.cmn-ttl-en + .cmn-ttl-name {
  margin-top: 18px;
}
.cmn-txt {
  margin-top: 2em;
  color: #353e47;
  line-height: 200%;
}
.cmn-link-01 {
  position: relative;
  width: 270px;
  margin: 56px auto 0;
}
.pc .cmn-link-01:hover::after {
  left: 220px;
}
.cmn-link-01::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 210px;
  width: 46px;
  height: 10px;
  background: url("../img/img_cmn_link_01.png") no-repeat;
  background-size: 46px 10px;
  content: "";
  -webkit-transition: .2s ease-in;
          transition: .2s ease-in;
}
.cmn-link-01 a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  height: 44px;
  padding-top: 15px;
  border: 1px solid #43afce;
  text-align: center;
  color: #008ad4;
  -webkit-transition: .3s;
          transition: .3s;
}
.pc .cmn-link-01 a:hover {
  overflow: hidden;
  background: rgba(67, 175, 206, .2);
}
.pc .cmn-link-01 a:hover::after {
  visibility: visible;
  left: 120%;
  -webkit-transition: left 200ms linear;
          transition: left 200ms linear;
}
.cmn-link-01 a::after {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -72px;
  height: 100%;
  border-left: solid 30px rgba(255, 255, 255, .9);
  content: "";
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}
.ls-bullet {
  margin-left: -6px;
  letter-spacing: -6px;
}
.ls-left-brackets {
  margin-left: -15px;
}
.ls-right-brackets {
  margin-left: 1px;
  letter-spacing: -15px;
}
/*============================================================
トップページ
============================================================*/
/*----------------------------------------
トップ―ページ共通
----------------------------------------*/
/*----------------------------------------
トップページ見出し
----------------------------------------*/
.top-heading {
  background: url("../img/bg_top_heading_02.jpg") no-repeat bottom;
  background-size: cover;
}
.top-heading-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
.top-heading-bg {
  position: absolute;
}
.top-heading-detail {
  align-self: center;
  position: relative;
  -ms-flex-item-align: center;
}
.top-heading-ttl {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  text-shadow: 0 0 16px rgba(0, 44, 142, .5);
}
.top-heading-list {
  margin-top: 60px;
}
.top-heading-list li {
  padding: 9px 10px;
  background: #353e59;
  text-align: center;
  color: #fff;
  line-height: 120%;
}
.top-heading-list li:not(:first-of-type) {
  margin-top: 10px;
}
#animation_container {
  align-self: flex-end;
  position: relative;
  -ms-flex-item-align: end;
}
#canvas {
  position: absolute;
}
#dom_overlay_container {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
/*----------------------------------------
企画から運営まで
----------------------------------------*/
.top-service-ttl {
  margin-top: 50px;
  color: #353e47;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
/* Swiper 4.5.0 * Most modern mobile touch slider and framework with hardware accelerated transitions * http://www.idangero.us/swiper/ * Copyright 2014-2019 Vladimir Kharlampidi * Released under the MIT License * Released on: February 22, 2019 */
.swiper-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform;
  z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: calc(50% - 25px);
  width: 16px;
  height: 26px;
  background-position: center;
  background-size: 16px 26px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev {
  right: auto;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
  right: 0;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
          transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  display: inline-block;
  opacity: .2;
  width: 8px;
  height: 8px;
  background: #000;
}
button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination-lock {
  display: none;
}
/* Preloader */
.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
  z-index: 10;
}
.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-container {
  width: 346px;
  margin-top: 15px;
  padding: 0 30px 25px;
  -webkit-tap-highlight-color: transparent;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  background: #90c5db;
}
.slide-icon {
  width: 90px;
  text-align: center;
}
.slide-detail {
  width: calc(100% - 90px);
  color: #353e47;
}
.slide-detail-txt {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.slide-detail-note {
  display: block;
  margin-top: 15px;
}
/*----------------------------------------
お客様の声
----------------------------------------*/
.top-voice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 128px auto 0;
}
.top-voice::after {
  display: block;
  clear: both;
  content: "";
}
.top-voice-ttl-wrapper {
  position: relative;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 248px;
  background: #abd6ef;
  background: -webkit-gradient(linear, left top, right top, from(rgba(171, 214, 239, .9)), color-stop(50%, #e5ede3), to(white));
  background: -webkit-linear-gradient(left, rgba(171, 214, 239, .9) 0%, #e5ede3 50%, white 100%);
  background:         linear-gradient(to right, rgba(171, 214, 239, .9) 0%, #e5ede3 50%, white 100%);
}
.top-voice-ttl-feature {
  position: absolute;
  top: -42px;
  left: -10px;
}
.top-voice-ttl-txt {
  display: block;
}
.top-voice-txt {
  float: right;
  margin-right: 30px;
  color: #353e47;
  line-height: 200%;
}
.top-voice-txt:first-of-type {
  margin-top: 80px;
}
.top-voice-txt:not(:first-of-type) {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #dcdcdc;
}
/*----------------------------------------
「3eLive」の特徴
----------------------------------------*/
.top-chara {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 0;
}
.top-chara-detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 300px);
  padding: 70px 0 70px 30px;
  background: #abd6ef;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, #e5ede3), to(rgba(171, 214, 239, .9)));
  background: -webkit-linear-gradient(left, white 0%, #e5ede3 50%, rgba(171, 214, 239, .9) 100%);
  background:         linear-gradient(to right, white 0%, #e5ede3 50%, rgba(171, 214, 239, .9) 100%);
}
.top-chara-unit {
  color: #353e47;
}
.top-chara-unit:first-of-type {
  margin-top: 66px;
}
.top-chara-unit:not(:first-of-type) {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #fff;
}
.top-chara-ttl {
  font-size: 20px;
  font-size: 2rem;
}
.top-chara-ttl::before {
  margin-right: 35px;
  color: #008ad4;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f024";
}
.top-chara-txt {
  margin-top: 25px;
  line-height: 200%;
}
.top-chara-feature {
  max-width: 379px;
}
.top-chara-feature img {
  width: 100%;
  height: auto;
}
/*----------------------------------------
導入実績
----------------------------------------*/
.top-case {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 62px;
  text-align: center;
}
.top-case-detail {
  margin-top: 46px;
}
.top-case-txt {
  text-align: left;
  color: #353e47;
  line-height: 200%;
}
.top-case-feature img {
  width: 100%;
  max-width: 465px;
  height: auto;
}
.top-case-chronological {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto 0;
  text-align: left;
  color: #353e47;
}
.top-case-chronological dt {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.5em;
  padding: 10px 0;
  border-right: 1px solid #008ad4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.top-case-chronological dt::after {
  display: block;
  position: absolute;
  top: 10px;
  right: -5px;
  width: 4px;
  height: 16px;
  background: #008ad4;
  content: "";
}
.top-case-chronological dt:last-of-type {
  padding-bottom: 0;
}
.top-case-chronological dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 4.5em - 18px);
  padding: 10px 0 10px 36px;
  line-height: 200%;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.top-case-chronological dd:last-of-type {
  padding-bottom: 0;
}
/*============================================================
プラン
============================================================*/
/*----------------------------------------
プラン見出し
----------------------------------------*/
.plan-heading {
  overflow: hidden;
  background: url("../img/bg_plan_heading_02.jpg") no-repeat bottom;
  background-size: cover;
}
.plan-heading-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.plan-heading-bg {
  position: relative;
  z-index: 10;
}
.plan-heading-bg-front {
  position: absolute;
  right: -5px;
  bottom: 0;
}
.plan-heading-bg-back {
  position: absolute;
  right: -45px;
  bottom: -10px;
}
.plan-heading-detail {
  align-self: center;
  position: relative;
  margin-left: 40px;
  z-index: 20;
  -ms-flex-item-align: center;
}
.plan-heading-type {
  margin-top: 30px;
}
.plan-heading-type-img-01 {
  -webkit-animation: plan 1.5s ease-in-out 0s both;
          animation: plan 1.5s ease-in-out 0s both;
}
.plan-heading-type-img-02 {
  -webkit-animation: plan 1.5s ease-in-out .3s both;
          animation: plan 1.5s ease-in-out .3s both;
}
.plan-heading-type-img-03 {
  -webkit-animation: plan 1.5s ease-in-out .6s both;
          animation: plan 1.5s ease-in-out .6s both;
}
.plan-heading-type-img-04 {
  -webkit-animation: plan 1.5s ease-in-out .9s both;
          animation: plan 1.5s ease-in-out .9s both;
}
.plan-heading-type img {
  margin-top: 10px;
}
@-webkit-keyframes plan {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(180deg);
            transform: scale(.1) rotate(180deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-5deg);
            transform: scale(1) rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes plan {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(180deg);
            transform: scale(.1) rotate(180deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-5deg);
            transform: scale(1) rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/*----------------------------------------
3eシリーズとは
----------------------------------------*/
.plan-about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
}
.plan-about-txt {
  width: 100%;
  max-width: 640px;
  margin-top: 2em;
  color: #353e47;
  line-height: 200%;
}
.plan-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin: 40px 0 0;
}
.plan-about-list li {
  width: calc(25% - 1px);
  text-align: center;
}
.plan-about-list-txt {
  color: #008ad4;
  line-height: 150%;
  font-weight: bold;
}
.plan-about-list-img {
  margin: 20px 0 0;
}
/*----------------------------------------
クラウドサービスKIT-CDN
----------------------------------------*/
.plan-cloud-detail {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#d7eaf6), color-stop(50%, #e5ede3), to(#fff));
  background: -webkit-linear-gradient(left, #d7eaf6 0%, #e5ede3 50%, #fff 100%);
  background:         linear-gradient(to right, #d7eaf6 0%, #e5ede3 50%, #fff 100%);
}
.plan-cloud-detail-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 100px 40px 200px;
}
.plan-cloud-detail-lead {
  width: 100%;
  color: #353e47;
  line-height: 200%;
}
.plan-cloud-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -150px;
}
.plan-cloud-flow-unit-name {
  position: relative;
  text-align: center;
  color: #008ad4;
  line-height: 150%;
  font-weight: bold;
}
.plan-cloud-flow-unit-card {
  margin-top: 20px;
}
.plan-cloud-flow-unit-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan-cloud-flow-unit-txt {
  margin: 30px 0 0;
  color: #353e47;
  line-height: 200%;
}
.plan-cloud-flow-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*----------------------------------------
運用業務をフルサポート
----------------------------------------*/
.plan-support {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#d7eaf6), color-stop(25%, #e5ede3), color-stop(50%, #fff));
  background: -webkit-linear-gradient(left, #d7eaf6 0%, #e5ede3 25%, #fff 50%);
  background:         linear-gradient(to right, #d7eaf6 0%, #e5ede3 25%, #fff 50%);
}
.plan-support-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 80px 40px;
}
.plan-support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan-support-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 160px;
  height: 160px;
  margin-top: 10px;
  border-right: 1px solid #42b6c7;
  border-left: 1px solid #3d89e1;
}
.plan-support-list li::before, .plan-support-list li::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3d89e1;
  background: -webkit-gradient(linear, left top, right top, from(#3d89e1), color-stop(56%, #42b6c7));
  background: -webkit-linear-gradient(left, #3d89e1 0%, #42b6c7 56%);
  background:         linear-gradient(to right, #3d89e1 0%, #42b6c7 56%);
  content: "";
}
.plan-support-list li::before {
  top: 0;
}
.plan-support-list li::after {
  bottom: 0;
}
.plan-support-list li:not(:last-of-type) {
  margin-right: 10px;
}
.plan-support-name {
  margin: 10px 0 0;
  text-align: center;
  color: #008ad4;
  line-height: 150%;
  font-weight: bold;
}
/*----------------------------------------
サービスラインナップ
----------------------------------------*/
.plan-lineup-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 40px;
}
.plan-lineup-inner::after {
  display: block;
  clear: both;
  content: "";
}
.plan-lineup-unit {
  border-top: 1px solid #dcdcdc;
}
.plan-lineup-unit:first-of-type .plan-lineup-unit-ttl {
  color: #0072de;
}
.plan-lineup-unit:nth-of-type(2) .plan-lineup-unit-ttl {
  color: #0085d3;
}
.plan-lineup-unit:nth-of-type(3) .plan-lineup-unit-ttl {
  color: #009ac6;
}
.plan-lineup-unit:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}
.plan-lineup-unit:last-of-type .plan-lineup-unit-ttl {
  color: #00a9bd;
}
.plan-lineup-unit::after {
  display: block;
  clear: both;
  content: "";
}
.plan-lineup-unit-wrapper {
  float: right;
  width: 100%;
  max-width: 660px;
  margin-top: 40px;
}
.plan-lineup-unit-wrapper::after {
  display: block;
  clear: both;
  content: "";
}
.plan-lineup-unit-ttl {
  font-size: 20px;
  font-size: 2rem;
}
.plan-lineup-unit-txt {
  float: right;
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  color: #353e47;
  line-height: 200%;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}
.tglSwt {
  position: relative;
  padding: 30px 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.pc .tglSwt:hover::after {
  margin-top: 2px;
}
.tglSwt::after {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f103";
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}
.tglSwt.is-visible::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tglSwt.is-visible + .plan-lineup-unit-txt {
  margin-bottom: 30px;
}
/*----------------------------------------
standard基本サービス内容
----------------------------------------*/
.plan-standard {
  margin-top: 100px;
}
.plan-standard-ttl-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #3d89e1;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #e5ede3), color-stop(80%, #d7eaf6), color-stop(80%, #fff));
  background: -webkit-linear-gradient(left, #fff 0%, #e5ede3 30%, #d7eaf6 80%, #fff 80%);
  background:         linear-gradient(to right, #fff 0%, #e5ede3 30%, #d7eaf6 80%, #fff 80%);
}
.plan-standard-ttl-lead {
  color: #353e47;
  line-height: 200%;
}
.plan-standard-ttl-feature {
  position: absolute;
  top: -40px;
  right: 0;
}
.plan-standard-unit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 40px;
}
.plan-standard-unit:not(:first-of-type) {
  padding-top: 60px;
  border-top: 1px solid #dcdcdc;
}
.plan-standard-unit-ttl {
  display: inline-block;
  align-self: flex-start;
  margin-top: 18px;
  background: -webkit-linear-gradient(0deg, #0072de, #00a9bd);
  -webkit-background-clip: text;
  color: #008ad4;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 150%;
  -webkit-text-fill-color: transparent;
  -ms-flex-item-align: start;
}
.plan-standard-unit-detail {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
}
.plan-standard-unit-primary {
  color: #353e47;
  line-height: 200%;
}
.plan-standard-infra {
  margin-top: 30px;
}
.plan-standard-infra img:nth-of-type(2) {
  margin-left: 10px;
}
.plan-standard-infra-txt {
  color: #353e47;
  line-height: 200%;
}
.plan-standard-3epointer {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  padding: 40px;
  background: #e2f2fa;
}
.plan-standard-help {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 30px 0 50px;
  padding: 40px 40px 0;
  background: #e2f2fa;
}
.plan-standard-help-case {
  width: calc(100% + 30px);
  padding: 40px 28px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(0, 106, 124, .3);
          box-shadow: 0 0 10px rgba(0, 106, 124, .3);
  background: #fff;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.plan-standard-help-hr {
  height: 1px;
  margin-top: 35px;
  border: none;
  background: #e2f2fa;
}
.plan-standard-help-txt {
  margin-top: 30px;
  color: #353e47;
  line-height: 200%;
}
.plan-standard-prepare {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 30px 0 50px;
  padding: 40px 40px 20px;
  background: #e2f2fa;
}
.plan-standard-prepare-unit .cmn-plan-standard-list {
  margin-top: 30px;
}
.plan-standard-prepare-txt {
  width: 100%;
  text-align: center;
  color: #3698cc;
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
}
.plan-standard-prepare-txt::before {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#008ad4), color-stop(93%, #43afce));
  background: -webkit-linear-gradient(bottom, #008ad4 0%, #43afce 93%);
  background:         linear-gradient(to top, #008ad4 0%, #43afce 93%);
  content: "";
}
.plan-standard-operation {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 30px 0 50px;
  padding: 40px;
  background: #e2f2fa;
}
.plan-standard-report-img {
  margin-top: 30px;
}
.plan-standard-data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 30px 0 50px;
  padding: 40px 40px 40px;
  background: #e2f2fa;
}
.cmn-plan-standard-ttl {
  color: #3698cc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: bold;
}
.cmn-plan-standard-txt {
  width: 100%;
  margin-top: 30px;
  color: #353e47;
  line-height: 200%;
}
.cmn-plan-standard-list {
  margin: 1em 0 0 1em;
}
.cmn-plan-standard-list li {
  position: relative;
  color: #353e47;
  line-height: 150%;
}
.cmn-plan-standard-list li::before {
  position: absolute;
  left: -1em;
  content: "・";
}
.cmn-plan-standard-list li:not(:first-of-type) {
  margin-top: 10px;
}
.note-num {
  font-size: 18px;
  font-size: 1.8rem;
}
/*----------------------------------------
オプションシステム
----------------------------------------*/
.plan-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 40px;
}
.plan-option-ttl-txt {
  color: #353e47;
  line-height: 200%;
}
.plan-option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
}
.plan-option-list-img {
  text-align: center;
}
.plan-option-list-name {
  height: 3em;
  margin-top: 30px;
  color: #3698cc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: bold;
}
.plan-option-list-txt {
  margin-top: 10px;
  color: #353e47;
  line-height: 200%;
}
/*============================================================
スタジオ一覧
============================================================*/
/*----------------------------------------
スタジオ一覧見出し
----------------------------------------*/
.studio-heading {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(50%, #e5ede3), to(#abd6ef));
  background: -webkit-linear-gradient(left, white 30%, #e5ede3 50%, #abd6ef 100%);
  background:         linear-gradient(to right, white 30%, #e5ede3 50%, #abd6ef 100%);
}
.studio-heading-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: 393px;
  margin: 0 auto;
  padding: 0 40px;
}
.studio-heading-bg {
  position: absolute;
  right: 40px;
  z-index: 10;
}
.studio-heading-detail {
  align-self: center;
  position: relative;
  width: 100%;
  max-width: 400px;
  z-index: 20;
  -ms-flex-item-align: center;
}
.studio-heading-list {
  margin-top: 60px;
}
.studio-heading-list li {
  padding: 9px 5px;
  background: #4a525a;
  text-align: center;
  color: #fff;
  line-height: 120%;
}
.studio-heading-list li:not(:first-of-type) {
  margin-top: 10px;
}
/*----------------------------------------
スタジオ一覧　リンク
----------------------------------------*/
.studio-link {
  width: 100%;
  background: #e2f2fa;
}
.studio-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px 50px 20px;
}
.studio-link-list {
  margin: 20px 0 0 20px;
}
.studio-link-list li:not(:first-of-type) {
  margin-top: 10px;
}
.studio-link-list a {
  color: #353e47;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.pc .studio-link-list a:hover {
  color: #008ad4;
}
.studio-link-list a::before {
  margin-right: 2px;
  color: #008ad4;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
/*----------------------------------------
スタジオ一覧　アクセス案内
----------------------------------------*/
.studio-access {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 0 40px;
}
.studio-access-unit {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.studio-access-ttl {
  color: #3698cc;
  font-size: 20px;
  font-size: 2rem;
}
.studio-access-address {
  margin-top: 2em;
  color: #353e47;
  line-height: 200%;
}
.studio-access-guide-ttl {
  margin-top: 2em;
  color: #353e47;
}
.studio-access-guide-txt {
  margin-top: .5em;
  color: #353e47;
  line-height: 200%;
}
.studio-access-map {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 700px;
  height: 360px;
  margin: 40px auto 0;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.studio-access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.studio-access-google {
  position: absolute;
  right: 0;
  bottom: -15px;
}
.studio-access-google a {
  color: #707070;
  font-size: 10px;
  font-size: 1rem;
}
.pc .studio-access-google a:hover {
  opacity: .7;
}
.studio-access-google a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f276";
}
/*============================================================
関連サービス
============================================================*/
/*----------------------------------------
関連サービス見出し
----------------------------------------*/
.service-heading {
  overflow: hidden;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(50%, #e5ede3), to(#abd6ef));
  background: -webkit-linear-gradient(left, white 30%, #e5ede3 50%, #abd6ef 100%);
  background:         linear-gradient(to right, white 30%, #e5ede3 50%, #abd6ef 100%);
}
.service-heading-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
.service-heading-bg {
  position: relative;
  z-index: 10;
}
.service-heading-bg-front {
  position: absolute;
}
.service-heading-bg-back {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.service-heading-detail {
  align-self: center;
  position: relative;
  z-index: 20;
  -ms-flex-item-align: center;
}
.service-heading-lead {
  margin-top: 50px;
  color: #353e47;
  line-height: 200%;
}
/*----------------------------------------
関連サービス共通
----------------------------------------*/
/*----------------------------------------
動画制作サービス
----------------------------------------*/
.service-movie-detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 0 0 30px;
}
.service-movie-result {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 464px;
  padding: 40px 10px 0 10%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #e5ede3), to(#abd6ef));
  background: -webkit-linear-gradient(left, #fff 0%, #e5ede3 50%, #abd6ef 100%);
  background:         linear-gradient(to right, #fff 0%, #e5ede3 50%, #abd6ef 100%);
}
.service-movie-result-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3698cc;
  font-size: 20px;
  font-size: 2rem;
}
.service-movie-result-ttl::after {
  display: block;
  width: 100%;
  max-width: 216px;
  height: 1px;
  margin: 12px 0 0 10px;
  background: #3698cc;
  content: "";
}
.service-movie-result-list {
  margin: 25px 0 0 .75em;
  color: #353e47;
  line-height: 180%;
  font-weight: bold;
}
.service-movie-result-list li {
  position: relative;
}
.service-movie-result-list li::before {
  position: absolute;
  left: -.75em;
  color: #008ad4;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
.service-movie-result-list li:not(:first-of-type) {
  margin-top: 1em;
}
.service-movie-embed-unit {
  width: 348px;
}
.service-movie-embed-unit iframe {
  border: none;
}
/*----------------------------------------
その他関連サービス
----------------------------------------*/
.service-support {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 128px auto 0;
}
.service-support::after {
  display: block;
  clear: both;
  content: "";
}
.service-support-ttl-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 248px;
  background: #abd6ef;
  background: -webkit-gradient(linear, left top, right top, from(#abd6ef), color-stop(50%, #fff));
  background: -webkit-linear-gradient(left, #abd6ef 0%, #fff 50%);
  background:         linear-gradient(to right, #abd6ef 0%, #fff 50%);
}
.service-support-unit {
  margin: 0 30px 0 0;
  padding: 42px 0;
  border-top: 1px solid #dcdcdc;
}
.service-support-unit:nth-of-type(2) {
  margin-top: 42px;
}
.service-support-unit:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}
.service-support-unit-ttl {
  color: #3698cc;
  font-size: 22px;
  font-size: 2.2rem;
}
.service-support-unit-txt {
  margin-top: 30px;
  color: #353e47;
  line-height: 200%;
}
/*============================================================
お問合せ
============================================================*/
.contact-heading {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(33%, #d7eaf6), to(#bee6de));
  background: -webkit-linear-gradient(left, #fff 0%, #d7eaf6 33%, #bee6de 100%);
  background:         linear-gradient(to right, #fff 0%, #d7eaf6 33%, #bee6de 100%);
}
.contact-heading-ttl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: 132px;
  margin: 0 auto;
  padding-left: 40px;
}
.contact-heading-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 400px 40px 40px;
  color: #353e47;
  line-height: 200%;
}
.contact-heading-txt-wrapper {
  background: #e2f2fa;
}
/*----------------------------------------
フォーム
----------------------------------------*/
.contact-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 40px;
  color: #353e47;
}
/*----------------------------------------
送信後画面
----------------------------------------*/
.sec-thanks {
  margin: 50px auto 0;
}
.sec-thanks p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 200%;
}
/*============================================================
Media Queries
============================================================*/
@media screen and (max-width: 768px) {
  .l-menu-column .logo {
    margin-top: 4px;
  }
  .l-menu-column nav {
    position: relative;
    top: 20px;
    z-index: 40;
  }
  #menu {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  #menu li {
    width: calc(50% - 10px);
  }
  #menu li:nth-of-type(2n) {
    margin-left: 10px;
  }
  #menu li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  #menu li a {
    position: relative;
    width: 100%;
    height: calc((100vh - 130px)/3);
    max-height: 100px;
    padding-top: 40px;
    border: 1px solid #fff;
    background: #3b94d6;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #menu li a::before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
  }
  .footer-tel {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-tel span:nth-of-type(2) {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .footer-copy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-copy svg {
    display: block;
    margin: 0 auto;
  }
  #spmenu {
    width: 100%;
    min-width: 320px;
    height: 46px;
    z-index: 40;
  }
  .top-heading {
    overflow: hidden;
    background-size: cover;
  }
  .top-heading-inner {
    padding: 40px 10px 0;
  }
  .top-heading-bg {
    bottom: 37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-heading-ttl {
    text-align: center;
  }
  #animation_container {
    margin: 50px auto 0;
    text-align: center;
  }
  #animation_container img {
    max-width: 100%;
    height: auto;
  }
  .top-voice {
    margin-top: 230px;
    padding: 0 10px;
  }
  .top-voice-txt {
    margin: 0;
  }
  .top-chara-detail {
    padding-right: 10px;
    padding-left: 10px;
  }
  .plan-heading-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 250px;
    margin-top: 10px;
  }
  .plan-heading-type img {
    width: 120px;
    height: 97px;
  }
  .plan-heading-type img:nth-of-type(2n) {
    margin-left: 10px;
  }
  .plan-cloud-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
  }
  .plan-cloud-flow-unit {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 106, 124, .3);
            box-shadow: 0 0 10px rgba(0, 106, 124, .3);
    background: #fff;
  }
  .plan-cloud-flow-unit-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .plan-cloud-flow-unit-img img {
    width: 100px;
    height: auto;
  }
  .plan-cloud-flow-unit-txt {
    margin: 0 0 0 10px;
  }
  .plan-cloud-flow-arrow {
    height: 80px;
    margin-top: 25px;
  }
  .plan-cloud-flow-arrow img:first-of-type {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .plan-cloud-flow-arrow img:nth-of-type(2) {
    display: none;
  }
  .plan-cloud-flow-arrow img:nth-of-type(3) {
    margin-top: -17px;
  }
  .plan-standard-ttl-lead {
    margin-top: 10px;
  }
  .tb.port .plan-standard-unit {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .plan-standard-report-img img {
    width: 100%;
    max-width: 529px;
    height: auto;
  }
  .tb.port .service-heading-lead {
    max-width: 350px;
    margin-top: 10px;
  }
  .cmn-service-feature img {
    display: block;
    width: 90%;
    height: auto;
    margin: 20px auto 0;
  }
  .tb.port .service-movie-result {
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .service-movie-result {
    max-width: 350px;
  }
  .tb.port .service-movie-embed {
    margin-top: 20px;
  }
  .tb.port .service-support-ttl-wrapper {
    height: 175px;
    padding-top: 49px;
    padding-left: 49%;
  }
  .tb.port .service-support-ttl-feature img {
    width: 470px;
    height: auto;
  }
  .contact-heading-txt {
    padding: 40px;
  }
}
@media screen and (min-width: 769px) {
  .l-menu-column::after {
    display: block;
    opacity: .05;
    position: absolute;
    width: 100%;
    height: 20px;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, black 100%);
    background:         linear-gradient(to top, rgba(0, 0, 0, 0) 14%, black 100%);
    content: "";
    z-index: 20;
  }
  .l-menu-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 60px;
    padding-bottom: 10px;
  }
  .l-menu-column nav {
    margin: 0 30px 0 auto;
  }
  #menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #menu li:not(:first-of-type) {
    margin-left: 30px;
  }
  #menu li a::before {
    margin-right: 3px;
  }
  #menuBtn {
    display: none;
  }
  .top-heading {
    overflow: hidden;
  }
  .top-heading-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 564px;
  }
  .top-heading-bg {
    top: 59px;
    right: -80px;
  }
  .plan-heading-type img:not(:last-of-type) {
    margin-right: 10px;
  }
  .plan-cloud-detail-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .plan-cloud-detail-lead {
    max-width: 408px;
  }
  .plan-cloud-flow {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .plan-cloud-flow-unit {
    max-width: 240px;
  }
  .plan-cloud-flow-unit-name::after {
    display: block;
    position: absolute;
    bottom: -38px;
    left: 50%;
    width: 1px;
    height: 38px;
    background: #43afce;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #43afce), to(#008ad4));
    background: -webkit-linear-gradient(bottom, #43afce 6%, #008ad4 100%);
    background:         linear-gradient(to top, #43afce 6%, #008ad4 100%);
    content: "";
  }
  .plan-cloud-flow-unit-card {
    padding: 40px 28px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 106, 124, .3);
            box-shadow: 0 0 10px rgba(0, 106, 124, .3);
    background: #fff;
  }
  .plan-cloud-flow-unit-img {
    height: 180px;
  }
  .plan-cloud-flow-arrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 374px;
    padding: 0 5px;
  }
  .plan-cloud-flow-arrow img:nth-of-type(2) {
    margin-top: 60px;
  }
  .plan-cloud-flow-arrow img:nth-of-type(3) {
    display: none;
  }
  .plan-support-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plan-option-ttl-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-heading-lead {
    max-width: 530px;
  }
}
@media screen and (min-width: 701px) {
  .cmn-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-case-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 40px;
  }
  .top-case-txt {
    width: 50%;
    max-width: 410px;
  }
  .top-case-feature {
    width: calc(50% - 56px);
    margin: 0 0 0 56px;
  }
  .top-case-chronological {
    max-width: 664px;
  }
  .service-movie-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-movie-txt {
    max-width: 408px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-sec {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cmn-reverse .cmn-feature {
    margin: 10px 0 0;
  }
  .top-voice-ttl-wrapper {
    width: calc(100% - 10px);
  }
  .top-voice-ttl-txt {
    position: absolute;
    top: -140px;
    left: -10px;
  }
  .top-voice-txt:first-of-type {
    margin-top: 40px;
  }
  .top-chara-detail {
    width: 100%;
  }
  .top-chara-feature {
    display: none;
  }
  .plan-heading-inner {
    padding: 40px 10px 0;
  }
  .plan-heading-bg-front {
    right: auto;
    left: 50%;
    width: 100%;
    max-width: 450px;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .plan-heading-bg-back {
    position: relative;
    right: auto;
    left: 50%;
    width: 100%;
    max-width: 500px;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .plan-heading-detail {
    margin-left: 0;
  }
  .plan-heading-type {
    margin: 20px auto 30px;
  }
  .plan-about {
    padding-right: 10px;
    padding-left: 10px;
  }
  .plan-about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plan-about-list li {
    width: calc(50% - 1px);
  }
  .plan-about-list li:nth-of-type(even) {
    position: relative;
    border-left: 1px solid #dcdcdc;
  }
  .plan-about-list li:nth-of-type(4)::before {
    position: absolute;
    top: -1px;
    left: -20px;
    width: 40px;
    height: 20px;
    background: #fff;
    content: "";
  }
  .plan-about-list li:nth-child(n+3) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
  }
  .plan-cloud-detail-inner {
    padding: 40px 10px 200px;
  }
  .plan-support-inner {
    padding: 40px 10px;
  }
  .plan-lineup-inner {
    padding: 0 10px;
  }
  .plan-standard-ttl-wrapper {
    padding: 20px 10px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #e5ede3), to(#d7eaf6));
    background: -webkit-linear-gradient(left, #fff 0%, #e5ede3 30%, #d7eaf6 100%);
    background:         linear-gradient(to right, #fff 0%, #e5ede3 30%, #d7eaf6 100%);
  }
  .plan-standard-unit {
    padding: 0 10px;
  }
  .plan-standard-3epointer {
    padding: 10px;
  }
  .plan-standard-3epointer-img {
    margin-top: 10px;
    text-align: center;
  }
  .plan-standard-help {
    padding: 10px;
  }
  .plan-standard-help-case {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% + 20px);
  }
  .plan-standard-help-img {
    margin-top: 10px;
    text-align: center;
  }
  .plan-standard-prepare {
    position: relative;
    margin-bottom: 100px;
    padding: 10px 10px 20px;
  }
  .plan-standard-prepare-unit:nth-of-type(2) {
    margin-top: 30px;
  }
  .plan-standard-prepare-unit .cmn-plan-standard-list {
    margin-top: 10px;
  }
  .plan-standard-prepare-txt {
    position: absolute;
    bottom: -45px;
    left: 0;
  }
  .plan-standard-prepare-txt::before {
    top: -30px;
    height: 30px;
  }
  .plan-standard-operation {
    padding: 10px;
  }
  .plan-standard-operation-img {
    margin-top: 10px;
    text-align: center;
  }
  .plan-standard-data {
    padding: 10px;
  }
  .plan-standard-data-img {
    margin-top: 10px;
    text-align: center;
  }
  .studio-heading-inner {
    padding: 40px 10px 0;
  }
  .studio-access {
    padding: 0 10px;
  }
  .service-heading-inner {
    padding: 40px 10px 0;
  }
  .service-heading-bg {
    margin-top: 20px;
  }
  .service-heading-bg-front {
    left: 50%;
    width: 100%;
    max-width: 425px;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .service-heading-bg-back {
    left: 50%;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .service-movie-detail {
    padding-right: 10px;
    padding-left: 10px;
  }
  .service-movie-result {
    margin-top: 20px;
    padding: 20px 10px;
  }
  .service-movie-result-ttl {
    white-space: nowrap;
  }
  .service-movie-embed-unit {
    position: relative;
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }
  .service-support-ttl-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 20px 10px;
  }
  .service-support-ttl-feature {
    margin-top: 7px;
  }
  .service-support-ttl-feature img {
    width: 100%;
    height: auto;
  }
  .service-support-unit {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 10px;
  }
  .contact-form {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .cmn-reverse .cmn-feature {
    text-align: left;
  }
  .cmn-feature {
    width: 50%;
    text-align: right;
  }
  .cmn-ttl-name {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .cmn-top-detail {
    width: calc(50% - 15px);
    max-width: 408px;
  }
  .top-voice-ttl-wrapper {
    width: calc(100% - 168px);
    padding: 89px 0 0 39%;
  }
  .top-voice-txt {
    max-width: 500px;
  }
  .top-chara {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-chara-unit {
    width: calc(100% - 110px);
    max-width: 480px;
  }
  .top-chara-feature {
    align-self: center;
    position: absolute;
    right: 0;
    -ms-flex-item-align: center;
  }
  .plan-heading-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 383px;
  }
  .plan-about-list li:not(:first-of-type) {
    border-left: 1px solid #dcdcdc;
  }
  .plan-standard-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .plan-standard-unit-detail {
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .plan-standard-3epointer-img {
    position: absolute;
    right: -40px;
    bottom: -40px;
  }
  .plan-standard-help-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plan-standard-prepare-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .plan-standard-prepare-txt {
    position: relative;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  .plan-standard-operation-img {
    position: absolute;
    right: -40px;
    bottom: -50px;
  }
  .plan-standard-data-img {
    position: absolute;
    right: -40px;
    bottom: -50px;
  }
  .cmn-plan-standard-txt {
    max-width: 290px;
  }
  .plan-option-list li:nth-of-type(3n), .plan-option-list li:nth-of-type(3n - 1) {
    border-left: 1px solid #dcdcdc;
  }
  .plan-option-list li:nth-of-type(n + 4) {
    padding-top: 30px;
  }
  .studio-heading-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-heading-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 394px;
  }
  .service-heading-bg-front {
    top: 0;
    right: -40px;
  }
  .service-heading-bg-back {
    position: absolute;
    top: -10px;
    right: -140px;
  }
  .cmn-service-detail {
    width: calc(50% - 15px);
    max-width: 408px;
  }
  .cmn-service-feature {
    width: 50%;
    text-align: right;
  }
  .service-movie-txt {
    width: calc(50% - 15px);
  }
  .service-movie-result {
    margin-top: 100px;
    padding-bottom: 90px;
  }
  .service-movie-embed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -40px;
  }
  .service-movie-embed-unit:nth-of-type(2) {
    margin-left: 60px;
  }
  .service-support-ttl-wrapper {
    float: right;
    width: calc(100% - 110px);
    padding: 89px 0 0 59%;
  }
  .service-support-ttl-feature {
    position: absolute;
    top: -65px;
    left: -110px;
  }
  .service-support-unit {
    float: right;
    width: 100%;
    max-width: 660px;
  }
}
@media screen and (max-width: 700px) {
  .cmn-feature img {
    display: block;
    width: 90%;
    height: auto;
    margin: 20px auto 0;
  }
  .top-case {
    margin-right: 10px;
    margin-left: 10px;
  }
  .top-case-feature {
    margin: 20px 0 0;
  }
  .top-case-chronological {
    margin-top: 40px;
  }
  .top-case-chronological dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-case-chronological dd {
    width: calc(100% - 4.5em - 10px);
    padding-left: 20px;
    line-height: 180%;
  }
  .plan-standard {
    margin-top: 160px;
  }
  .plan-standard-ttl-feature {
    top: -120px;
    text-align: right;
  }
  .plan-standard-ttl-feature img {
    width: 40%;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-top-detail {
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .top-heading-bg img {
    max-width: 400px;
    height: auto;
  }
  
  .top-chara-feature {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 10px auto 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 450px) {
  .swiper-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .slide-icon {
    width: 80px;
  }
}
@media screen and (max-width: 940px) and (min-width: 500px) {
  .top-chara-feature {
    width: 350px;
  }
}
@media screen and (min-width: 551px) {
  .plan-support-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .studio-heading-bg {
    top: 30px;
  }
}
@media screen and (max-width: 768px) and (min-width: 550px) {
  .plan-support-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .plan-support-list {
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
}
@media screen and (max-width: 550px) {
  .plan-support-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 334px;
    margin: 0 auto;
  }
  .plan-support-list li {
    background: #fff;
  }
  .plan-support-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .plan-support-list li:nth-of-type(even) {
    margin-left: 10px;
  }
  .studio-heading-bg {
    right: 5px;
    bottom: 10px;
    left: 5px;
  }
  .studio-heading-bg img {
    width: calc(100% - 5px);
    max-width: 400px;
    height: auto;
  }
}
@media screen and (min-width: 851px) {
  .plan-standard-br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .plan-standard-infra img {
    width: calc(50% - 5px);
    height: auto;
  }
  .plan-option {
    padding: 0 10px;
  }
  .plan-option-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .plan-option-list li:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #dcdcdc;
  }
  .plan-option-list-name {
    text-align: center;
  }
  .plan-option-list-name br {
    display: none;
  }
  .studio-link {
    padding: 0 0 20px 0;
  }
  .studio-link-inner {
    padding: 0 20px 0 0;
  }
  .contact-heading-ttl-wrapper {
    padding-left: 10px;
  }
  .contact-heading-txt {
    padding: 10px;
  }
}
@media screen and (min-width: 601px) {
  .plan-option-list li {
    max-width: 230px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .plan-option-list li {
    max-width: 180px;
    padding: 0 20px;
  }
  .plan-option-list li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .plan-option-list li:nth-of-type(2n) {
    border-left: 1px solid #dcdcdc;
  }
  .plan-option-list li:nth-of-type(n + 3) {
    padding-top: 20px;
  }
}
/*--- youtubeレスポンシブ -------------------*/
lite-youtube {
  display: block;
  position: relative;
  width: 100%;
  max-width: 720px;
  background: #000 none no-repeat center center;
  background-size: cover;
  cursor: pointer;
  aspect-ratio: 16/9;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
}
@media (hover: hover) {
  lite-youtube:not(.lyt-activated):hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  lite-youtube:not(.lyt-activated):active {
    opacity: 0.7;
  }
}
lite-youtube:not(.lyt-activated):has(.lty-playbtn:focus) {
  opacity: 0.7;
  outline: 2px solid #333;
  border-radius: 1px;
}
lite-youtube::before {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 70px;
  padding: 20px 0 0 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.52) 5%, rgba(0, 0, 0, 0.38) 20%, rgba(0, 0, 0, 0.29) 30%, rgba(0, 0, 0, 0.23) 40%, rgba(0, 0, 0, 0.18) 50%, rgba(0, 0, 0, 0) 100%);
  background-position: top;
  background-repeat: repeat-x;
  white-space: nowrap;
  font-size: 18px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #eee;
  line-height: 1.3;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  content: attr(playlabel);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  word-wrap: normal;
}
lite-youtube > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}
.lty-playbtn {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  cursor: pointer;
  transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
  transform: translate3d(-50%, -50%, 0);
}
.lty-playbtn:focus-visible {
  outline: 0;
}
@-moz-document url-prefix() {
  .lty-playbtn {
    transition: none;
  }
  .lty-playbtn:focus-visible {
    outline: 2px solid #333;
    border-radius: 12px;
  }
}
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}