@charset "UTF-8";
/* モバイル向けのスタイル */
:root {
  --FontSize:1.1rem;
}

@media (max-width: 768px) {
  p {
    font-size: 0.9rem;
  }
  .content-wrapper {
    width: 80%;
  }
  h2.title {
    font-size: 1.5rem;
  }
  h2.title::after {
    width: 100%;
  }
  h3 {
    font-size: var(--FontSize);
  }
  .header .header-wrapper {
    height: auto;
  }
  #story .two-columns {
    display: block;
    margin: 0 auto;
  }
  #story .two-columns .column {
    margin: 7% 0;
  }
  #features .process-flow {
    display: block;
  }
  #features .process-flow .process-step {
    margin: 0 0 6%;
  }
  #features .process-step {
    padding: 0 2% 10%;
  }
  #features .feature_sekkei_box {
    display: block;
  }
  #movie .mv_box {
    display: block;
    margin: auto;
    padding: 0 3% 20%;
  }
  #movie .mv_box h2, #movie .mv_box p {
    margin: 0;
  }
  #movie .mv_box iframe {
    width: 100%;
    margin: auto;
  }
  #cases .cases-grid {
    display: block;
  }
  #cases .cases-grid .case-item {
    width: 100%;
  }
  #cases .cases-grid .case-item .placeholder-image {
    margin: 3% 0;
  }
  .fixed-decoration-square {
    width: 62%;
  }
  .header-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  body.mobile-nav-open .header-right {
    transform: translateX(0);
  }
  .nav ul {
    flex-direction: column;
    text-align: center;
  }
  .nav li {
    margin: 20px 0;
  }
  .hamburger-menu {
    display: block;
    /* モバイルで表示 */
  }
  /* ハンバーガーメニューが開いた時の「×」印 */
  body.mobile-nav-open .hamburger-menu span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  body.mobile-nav-open .hamburger-menu span:nth-child(2) {
    opacity: 0;
  }
  body.mobile-nav-open .hamburger-menu span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  footer {
    padding: 40px 0 50px;
  }
  footer .frame {
    width: 90%;
  }
  footer .table_03 th,
  footer .table_03 td {
    display: block;
    width: 100%;
    font-size: 15px;
    max-width: 100%;
  }
  footer .table_03 th {
    border-bottom: 0;
    padding: 10px 0 0px 0;
  }
  footer .table_03 td {
    padding: 0;
  }
  footer .table_03 td span {
    display: none;
  }
  footer .table_03 td p {
    text-indent: 0;
    padding-left: 0;
    line-height: 1.4em;
  }
}/*# sourceMappingURL=style_sp.css.map */