/*

Unity Studio content CSS for LP
create 2026/06/18

*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@media (min-width: 576px) {
  .container, .container-sm, .container-xs {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-xs, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-xs, .container-sm, .container-md {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-xl, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container, .container-xxl, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1080px;
  }
}
.txt-blue {
  color: #23a6d6 !important;
}

.txt-blue-sec {
  color: #18d7df !important;
}

.txt-blue-light {
  color: #b9f3f5 !important;
}

.txt-blue-dark {
  color: #0072ba !important;
}

.txt-blue-light2 {
  color: #8cebef !important;
}

.txt-gray1 {
  color: #a1a1a1 !important;
}

.txt-blue-td {
  color: #effdfd !important;
}

.txt-blue-th {
  color: #eaf7f7 !important;
}

.bg-blue {
  background-color: #23a6d6 !important;
}

.bg-blue-sec {
  background-color: #18d7df !important;
}

.bg-blue-light {
  background-color: #b9f3f5 !important;
}

.bg-blue-dark {
  background-color: #0072ba !important;
}

.bg-blue-light2 {
  background-color: #8cebef !important;
}

.bg-gray1 {
  background-color: #a1a1a1 !important;
}

.bg-blue-td {
  background-color: #effdfd !important;
}

.bg-blue-th {
  background-color: #eaf7f7 !important;
}

/* = Base Style
============================================================================== */
ul {
  padding-left: 0;
}

/* = Container
-------------------------------------------------------------------------- */
.container {
  padding: 60px 0;
}

.container-navi {
  flex-wrap: nowrap;
  max-width: 1280px;
  padding: 0;
}

/* = Body
-------------------------------------------------------------------------- */
body {
  background: url("../images/back.jpg") no-repeat 0 0;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #131416;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

/* = Gradation
-------------------------------------------------------------------------- */
.bg-wrap {
  margin-bottom: 40px;
  background: linear-gradient(to right, transparent, #fff 10%, #fff 90%, transparent);
}

.bg-wb {
  padding-bottom: 20px;
  background: linear-gradient(to bottom, transparent, #fff 50%, #b9f3f5 90%);
}

/* = Link
-------------------------------------------------------------------------- */
a {
  color: #23a6d6;
  transition: 0.3s;
}
a:hover {
  color: inherit;
}
a img:hover {
  filter: brightness(1.1);
}

/* = Botton
-------------------------------------------------------------------------- */
.btn-primary, .btn-secondary {
  padding: 8px;
  border: none;
  border-radius: 30px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 1.3;
  transition: 0.3s;
}
.btn-primary:hover, .btn-secondary:hover {
  box-shadow: none;
  color: #fff;
  filter: brightness(1.1);
  border: none;
}

.btn-primary {
  background: #23a6d6;
}
.btn-primary:hover {
  background: #23a6d6;
}

.btn-secondary {
  background: #18d7df;
}
.btn-secondary:hover {
  background: #18d7df;
}

.btn-big {
  width: auto;
  min-width: 480px;
  margin: 16px;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-size: 1.5rem;
}

/* = Title & Text
-------------------------------------------------------------------------- */
h2, h3, h4 {
  margin: 0 auto 40px;
  font-weight: 700;
  line-height: 1.5;
}

.fw-black {
  font-weight: 900;
}

h2 {
  margin: 0 auto 10px;
  font-size: 46px;
  font-size: 2.875rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fc-blue {
  display: inline-block;
  margin: 0 8px;
  color: #23a6d6;
  font-size: 58px;
  font-size: 3.625rem;
}

.ttl-lv2 {
  margin: 0 0 40px;
  color: #23a6d6;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.ttl-lv3 {
  display: inline-block;
  margin: 16px 0;
  font-weight: 700;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.2;
  text-align: center;
}

.sub-ttl {
  padding: 16px;
  border-radius: 50px;
  background: #18d7df;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}

/* = Table
-------------------------------------------------------------------------- */
table.studio {
  width: 100%;
  background: #effdfd;
  font-size: 18px;
  font-size: 1.125rem;
}
table.studio th {
  padding: 24px;
  background: #eaf7f7;
  text-align: center;
  white-space: nowrap;
}
table.studio td {
  padding: 24px;
}
table.studio tr:not(:last-child) td, table.studio tr:not(:last-child) th {
  border-bottom: solid 1px rgba(161, 161, 161, 0.5);
}

/* = Fukidashi
-------------------------------------------------------------------------- */
.speechBubble {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
  padding: 10px 20px;
  border: 2px solid #23a6d6;
  border-radius: 40px;
  background-color: #fff;
  color: #23a6d6;
  font-weight: 600;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-width: 20px 10px 0 10px;
  border-style: solid;
  border-color: #23a6d6 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-width: 15.5px 7.8px 0 7.8px;
  border-style: solid;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

/* = Fukidashi2
-------------------------------------------------------------------------- */
.speechBubble2 {
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding: 10px 20px;
  border-radius: 40px;
  background-image: linear-gradient(90deg, #12d6df, #f70fff);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
}

.speechBubble2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #8573ef transparent transparent;
  translate: -50% 100%;
}

/* = Shape
-------------------------------------------------------------------------- */
.shape {
  display: block;
  transform: skewX(-30deg);
  max-width: 650px;
  margin: 0 auto;
  padding: 8px;
  background: #23a6d6;
  background-image: linear-gradient(90deg, #12d6df, #f70fff);
  color: #fff;
  text-align: center;
}
.shape span {
  display: block;
  transform: skewX(30deg);
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}

/* = Point
-------------------------------------------------------------------------- */
.point {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 300px;
  height: calc(300px / 2);
  margin: -1px  auto 0;
  background: #b9f3f5;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
}
.point span {
  color: #a1a1a1;
  font-size: 56px;
  font-size: 3.5rem;
}

#point1 .container, #point2 .container, #point3 .container {
  margin-top: -16px;
  padding-top: 0;
}

.point-read {
  margin: 32px 0;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

.point-deco {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 32px 0;
  color: #23a6d6;
  font-weight: 350;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.2;
}
.point-deco li {
  margin: 0 8px;
}
.point-deco li img {
  min-width: 50px;
}

/* = Header & Footer
============================================================================== */
/* = Header
-------------------------------------------------------------------------- */
#header {
  font-size: 14px;
  font-size: 0.875rem;
}
#header #header-txt {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}
#header #header-txt a {
  margin-right: 16px;
}
#header #header-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}
#header #header-btn a {
  margin: 8px 0.5vw;
}
#header .navbar {
  padding: 0 0 3.2px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}
#header .navbar .nav-item {
  align-self: center;
  flex-shrink: 0;
}
#header .navbar .nav-link {
  color: #23a6d6;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}
#header .navbar .nav-link:hover {
  color: inherit;
}
#header .btn-primary, #header .btn-secondary {
  margin-left: 10px;
  font-size: 19px;
  font-size: 1.1875rem;
}

/* = Footer
-------------------------------------------------------------------------- */
footer {
  padding: 40px 0;
  background: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
footer img {
  width: 180px;
  max-width: inherit;
}
footer ul {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
footer ul li {
  margin-right: 0.5em;
  padding-right: 0.5em;
}
footer ul li a {
  margin-right: 0.5em;
  padding-right: 0.5em;
}

/*ToTop*/
#totop {
  position: relative;
}
#totop a {
  position: absolute;
  right: 50px;
  bottom: 0;
}
#totop a img {
  filter: drop-shadow(2px -5px 3px rgba(0, 0, 0, 0.15));
}
#totop a:hover {
  opacity: 0.5;
}

/* = Main
============================================================================== */
main {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
  overflow: hidden;
}
main:before {
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 1;
  width: 906px;
  height: 589px;
  background: url("../images/main-item.png") no-repeat;
  content: "";
}

/* = HERO
-------------------------------------------------------------------------- */
#hero {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 10px 0 4px;
  font-size: 18px;
  font-size: 1.125rem;
}
#hero a {
  display: inline-block;
  margin-bottom: 16px;
}
#hero a img {
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
#hero a img:hover {
  box-shadow: none;
  background: #fff;
  filter: contrast(1.1);
}
#hero .hero-image {
  display: none;
}

/* = Features
-------------------------------------------------------------------------- */
.q-box {
  position: relative;
  margin: 16px 0;
  padding: 19.2px 16px 0;
  border: solid 2px #a1a1a1;
  border-radius: 10px;
  background: #fff;
}
.q-box:before {
  display: block;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  content: url("../images/guruguru.png");
}
.q-box h3 {
  margin-bottom: 16px;
  text-align: center;
}
.q-box:after {
  display: block;
  position: absolute;
  bottom: -162px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 160px;
  background: #18d7df;
  text-align: center;
  content: '';
}

.a-box {
  align-content: center;
  position: relative;
  min-height: 110px;
  margin-top: 160px;
  padding: 0 8px;
  border: solid 2px #18d7df;
  border-radius: 10px;
  background: #fff;
  color: #18d7df;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
.a-box:before {
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  content: url("../images/arrow.png");
}

.a-box-last:before {
  top: -22px;
}

#resolution {
  position: relative;
  padding-bottom: 16px;
  background: url("../images/kirakira.png") no-repeat bottom left;
}
#resolution .shape {
  position: absolute;
  bottom: 180px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

/*Movie*/
.features-mv {
  position: relative;
  width: 1026px;
  height: 550px;
  margin: 40px auto 0;
  background: url("../images/mv-back.png") no-repeat;
  left: 49%;
  transform: translateX(-50%);
}
.features-mv video {
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  width: 833px;
}

/* point1*/
.point1-box {
  position: relative;
  margin: 60px 0 16px;
  padding: 19.2px 0 0;
  border: solid 2px #18d7df;
  border-radius: 10px;
  background: #fff;
}
.point1-box .icon {
  position: absolute;
  top: -45px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.point1-box h3 {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 50px 16px 24px;
  border-radius: 8px 8px 0 0;
  background: #8cebef;
  line-height: 1.2;
  text-align: center;
}
.point1-box .point1-txt {
  padding: 130px 16px 0;
}

/*workflow*/
#workflow {
  padding-top: 16px;
}
#workflow .deco {
  position: relative;
  padding-right: 4.5vw;
  font-weight: 700;
  text-align: right;
}
#workflow .deco span {
  color: #18d7df;
  font-size: 30px;
  font-size: 1.875rem;
}
#workflow .deco span:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 2vw;
  width: 1px;
  height: 100%;
  background: #18d7df;
  content: "";
}
#workflow figure {
  padding: 32px 0;
  text-align: center;
}

/* = Usecase
-------------------------------------------------------------------------- */
.company-box {
  margin: 16px 12px;
  padding: 0;
  border-radius: 10px;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
  width: 22.5555%;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
.company-box p {
  padding: 0 32px 16px;
}
.company-box p .fc-blue {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
}

.usecase-box {
  margin: 60px 0;
  clear: both;
}
.usecase-box h3 {
  margin-bottom: 16px;
  padding: 40px 0 16px;
  border-bottom: solid 1px #a1a1a1;
}
.usecase-box .movie-r {
  float: right;
  width: 55%;
  margin-left: 40px;
  text-align: right;
}
.usecase-box .movie-l {
  float: left;
  width: 55%;
  margin-right: 40px;
  text-align: left;
}
.usecase-box video {
  width: 100%;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
}

/* = Requirement
-------------------------------------------------------------------------- */
.subsc-box {
  width: 29%;
  margin: 0 16px;
  padding: 0;
  border-radius: 10px;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
}
.subsc-box .subsc-txt {
  padding: 0 16px 16px;
}
.subsc-box .subsc-txt h4 {
  margin-bottom: 16px;
  text-align: center;
}

/* = INQUIRY
-------------------------------------------------------------------------- */
#inquiry {
  position: relative;
  margin: 40px auto 0;
  padding: 60px 0;
}
#inquiry .inquiry-txt {
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#inquiry .inquiry-txt h3 {
  margin-bottom: 13.3333333333px;
  font-size: 30px;
  font-size: 1.875rem;
}

/* =Break Point
============================================================================== */
/* =XXL
-------------------------------------------------------------------------- */
@media (max-width: 1399.98px) {
  .container-navi {
    max-width: inherit;
    width: 96%;
    padding: 0;
  }

  /* = Header */
  #header .btn-primary, #header .btn-secondary {
    font-size: 16px;
    font-size: 1rem;
  }

  /* = Footer */
  footer {
    padding: 40px 0 20px;
  }

  /* = Main */
  main:before {
    left: 43.5vw;
  }

  /* = Usecase */
  .company-box p {
    padding: 0 16px 16px;
  }
}
/* =XL
-------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  /* = Header */
  #header .container-navi {
    flex-wrap: nowrap;
  }
  #header #header-txt {
    flex: 1;
  }
  #header #header-txt span {
    margin-right: 16px;
  }
  #header #header-btn {
    flex: 2.3;
  }
  #header #header-btn ul {
    flex-wrap: nowrap;
  }
}
/* =LG
-------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  /* = Header */
  #header .navbar {
    padding-bottom: 0;
  }
  #header #header-txt {
    flex: initial;
  }
  #header #header-btn {
    flex: initial;
    flex-direction: column;
    gap: 0;
  }
  #header #header-btn .nav-underline {
    justify-content: space-around;
    width: 100%;
  }
  #header #header-btn a {
    margin: 8px 0.5vw 0;
  }
  #header #header-btn ul:first-child {
    order: 2;
  }
  #header #header-btn ul:first-child a {
    margin-top: 3.2px;
  }
  #header #header-btn ul:last-child {
    order: 1;
  }

  /* = Main */
  main:before {
    display: none;
  }

  /* = HERO */
  #hero h1 {
    width: 50%;
  }
  #hero h2 {
    display: flex;
    align-items: flex-start;
  }
  #hero h2 img {
    width: 52%;
  }
  #hero h2 .hero-image {
    display: inline-block;
    margin-left: 16px;
  }
  #hero .hero-btn {
    text-align: center;
  }

  /* = Features */
  #resolution {
    background: url("../images/kirakira2.png") repeat-y 102% top;
  }
  #resolution .shape {
    bottom: inherit;
    top: 0;
  }
  #resolution .kirakira {
    padding-top: 80px;
  }
  #resolution .row {
    flex-direction: column;
  }
  #resolution .row .col {
    display: flex;
    justify-content: space-between;
  }
  #resolution .row .col .q-box {
    width: 50%;
  }
  #resolution .row .col .q-box:after {
    bottom: 50%;
    left: inherit;
    right: -16%;
    transform: translateX(0);
    transform: translateY(-50%);
    width: 16%;
    height: 4px;
  }
  #resolution .row .col .a-box {
    width: 40%;
    margin: 16px 16px 16px 0;
  }
  #resolution .row .col .a-box:before {
    top: calc( 50% - 19.2px);
    left: -12px;
    transform: translateX(0);
    content: url("../images/arrow2.png");
  }
  #resolution .row .col .a-box-last:before {
    top: calc( 50% - 14.4px);
  }

  /*Movie*/
  .features-mv {
    left: 50%;
    transform: translateX(-45%);
    width: 100vw;
    height: 50vw;
    margin: 40px auto 0;
    background-size: contain;
  }
  .features-mv video {
    top: 5.3vw;
    left: 46.7%;
    transform: translateX(-50%);
    width: 75.5vw;
  }

  /*Point*/
  .point-deco {
    white-space: nowrap;
  }

  /*workflow*/
  #workflow .deco {
    border-bottom: solid 1px #18d7df;
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: left;
  }
  #workflow .deco br {
    display: none;
  }
  #workflow .deco span {
    font-size: 30px;
    font-size: 1.875rem;
    margin-right: 16px;
  }
  #workflow .line {
    display: none;
  }
  #workflow .line:before {
    display: none;
  }
  #workflow h4 {
    margin-bottom: 16px;
  }

  /* = Usecase */
  .company-box {
    width: 46%;
  }
  .company-box p {
    padding: 0 16px 16px;
  }
}
/* =MD
-------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  #header #header-txt {
    width: 50%;
  }

  /* = Footer */
  footer img {
    margin-bottom: 8px;
  }

  /* = Usecase */
  .company-box {
    border-radius: 20px;
    width: 80%;
    margin: 0 auto 40px;
  }
  .company-box img {
    width: 100%;
  }

  .usecase-box {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
  }
  .usecase-box .movie-r {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: left;
    order: 1;
  }
  .usecase-box .movie-l {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: left;
    order: 1;
  }

  /* = Requirement */
  .subsc-box {
    width: 80%;
    margin: 0 auto 32px;
    border-radius: 20px;
  }

  /*Point*/
  .point-deco {
    font-size: 4.0625vw;
  }

  /* = Table */
  table.studio {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* =XS
-------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  /* = Container */
  .container {
    padding: 20px 16px;
  }

  /* = Title & Text */
  h2, h3, h4 {
    line-height: 1.3;
  }

  h2 {
    font-size: 32.2px;
    font-size: 2.0125rem;
  }

  .fc-blue {
    font-size: 46.4px;
    font-size: 2.9rem;
  }

  .ttl-lv2 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }

  .ttl-lv3 {
    font-size: 26.4px;
    font-size: 1.65rem;
  }

  .sub-ttl {
    font-size: 19.2px;
    font-size: 1.2rem;
  }

  /* = Header */
  #header .navbar > .container {
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 0;
  }
  #header #header-txt {
    flex-direction: row;
    align-items: center;
    width: 98vw;
    font-size: 10.5px;
    font-size: 0.65625rem;
  }
  #header #header-txt a {
    margin: 0 16px 0 0;
  }
  #header #header-btn {
    flex-direction: column;
    align-items: center;
    width: 98vw;
  }
  #header #header-btn ul {
    margin: 0;
  }
  #header #header-btn .nav-underline {
    justify-content: center;
    gap: 4vw;
  }
  #header .btn-primary, #header .btn-secondary {
    justify-content: center;
    width: 48vw;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* = HERO */
  #hero h1 {
    width: 90%;
    margin: 0 auto;
  }
  #hero h2 {
    display: block;
    text-align: center;
  }
  #hero h2 img {
    width: 90%;
  }
  #hero h2 .hero-image {
    width: calc(90% - 16px);
    margin-top: 32px;
    margin-left: 48px;
  }

  /* = Features */
  #resolution {
    background: none;
  }
  #resolution .row {
    flex-direction: column;
  }
  #resolution .row .col {
    display: block;
    background: url("../images/kirakira2.png") repeat-x center 96%;
    background-size: auto 55%;
  }
  #resolution .row .col .q-box {
    width: 90%;
    margin: 0 auto;
  }
  #resolution .row .col .q-box:before {
    top: -10%;
  }
  #resolution .row .col .q-box:after {
    bottom: -41.6px;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
    transform: translateY(0);
    width: 4px;
    height: 40px;
  }
  #resolution .row .col .a-box {
    width: 90%;
    margin: 40px auto 32px;
  }
  #resolution .row .col .a-box:before {
    top: -24px;
    left: 50.5%;
    transform: translateX(-50%);
    content: url("../images/arrow.png");
  }
  #resolution .row .col .a-box-last:before {
    top: -23px;
  }

  /* = Fukidashi */
  .speechBubble {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  /* = Shape*/
  .shape span {
    font-size: 22.4px;
    font-size: 1.4rem;
  }

  .point-deco {
    font-size: 18px;
    font-size: 1.125rem;
    white-space: inherit;
  }
  .point-deco li {
    margin: 0 3.2px;
  }
  .point-deco li img {
    min-width: inherit;
    width: 25px;
  }

  /* point1*/
  .point1-box .point1-txt {
    padding: 130px 32px 16px;
  }

  /* = Table */
  table.studio {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 0.875rem;
  }
  table.studio th, table.studio td {
    display: block;
    padding: 16px;
  }

  /* = INQUIRY */
  #inquiry {
    padding: 16px;
  }
  #inquiry .inquiry-txt h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .btn-big {
    min-width: inherit;
    width: 90%;
  }

  /*Movie*/
  .features-mv {
    margin-top: 0;
  }

  /* = Usecase */
  .company-box {
    margin-bottom: 20px;
  }
}
