/* CSS Document */
.tap-click::before {
  content: "Tap";
}
@media (hover: hover) {
  .tap-click::before {
    content: "Click";
  }
}

@media (hover: hover) {
  .touch-only {
    display: none;
  }
  a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 960px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  /* --------v-HEADER-v-------- */
  header {
    top: 0;
    background: none;
  }
  header.js-on-scroll {
    translate: 0 -8px;
  }
  header #header-logo p {
    display: none;
  }
  header #header-logo .logo {
    z-index: 101;
    width: 56px;
    margin-left: 16px;
  }
  header nav {
    top: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    background: var(--alpha-logo-green);
    border-radius: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  header nav::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 0;
    height: 0;
    -webkit-clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0%);
            clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0%);
    content: "";
    background: var(--color-white-gray);
    -webkit-transition: width 0.3s ease, height 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease;
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav ul li {
    padding: 16px 0;
    font-size: 20px;
  }
  header nav ul li + li::before {
    content: none;
  }
  header #header-nav-controller:checked + nav {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100dvh;
    pointer-events: all;
    opacity: 1;
  }
  header #header-nav-controller:checked + nav .nowhere-marker {
    top: -12px;
    left: 0;
  }
  header #header-nav-controller:checked + nav::before {
    width: 100%;
    height: 100%;
  }
  .hamburger {
    display: block;
  }
  /* --------^-HEADER-^-------- */
  /* --------v-MAIN-v-------- */
  #main-wrapper {
    position: relative;
    z-index: 0;
  }
  #mv-catchcopy {
    top: calc(50% - 120px);
    max-width: 65vw;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  }
  #mv-catchcopy .mv-copy {
    font-size: calc(28px + 12 * (100vw - 480px) / 479);
    line-height: 1.5em;
    text-align: left;
  }
  #mv-catchcopy p.mv-copy-jp {
    font-size: 20px;
    text-align: left;
  }
  main.pages h1::before,
  h2::before {
    left: -72px;
    width: 80px;
  }
  ul.services-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.services-list li {
    width: 240px;
  }
  form .form_button {
    max-width: 100%;
  }
  /* --------^-MAIN-^-------- */
  footer .footer-inner {
    gap: 24px;
    padding: 0 16px;
  }
  footer .footer-inner .footer-logo {
    width: 120px;
  }
  main.pages {
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  header #header-logo {
    width: 80px;
  }
  /* --------v-MAIN-v-------- */
  #mv-catchcopy p.mv-copy-jp {
    font-size: 16px;
  }
  #enscroll {
    top: calc(65vw - 48px);
  }
  .news-outer ul.news-list {
    gap: 16px;
    width: 100%;
    margin-inline: auto;
  }
  /* --------^-MAIN-^-------- */
  /* --------v-FOOTER-v-------- */
  footer .footer-inner nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  /* --------^-FOOTER-^-------- */
}
@media screen and (max-width: 590px) {
  #mv-catchcopy {
    top: calc(50% - 96px);
    max-width: 50vw;
    padding: 16px;
  }
  #mv-catchcopy span {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  header #header-logo {
    width: 120px;
  }
  /* --------v-MAIN-v-------- */
  #main-wrapper #contents {
    padding: 32px 16px 56px;
  }
  #main-visual {
    height: 100vh;
  }
  #main-visual img {
    width: 100%;
  }
  #mv-catchcopy {
    inset: auto auto 64px;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    margin-inline: auto;
    background: rgba(255, 255, 255, 0.6666666667);
  }
  #mv-catchcopy .mv-copy {
    font-size: 36px;
    line-height: 56px;
    text-align: center;
  }
  #mv-catchcopy .mv-copy span {
    display: block;
  }
  #mv-catchcopy p.mv-copy-jp {
    font-size: 16px;
    text-align: center;
  }
  #enscroll {
    top: calc(100dvh - 48px);
    color: var(--color-logo-green);
  }
  #enscroll::after, #enscroll::before {
    background: var(--color-logo-green);
  }
  main.pages h1,
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
  main.pages h1::before, main.pages h1::after,
  h2::before,
  h2::after {
    bottom: -2px;
    height: 8px;
  }
  main.pages h1::before,
  h2::before {
    left: -16px;
    width: 22px;
  }
  main.pages h1 span,
  h2 span {
    font-size: 16px;
  }
  main.pages h1 {
    padding: 24px 32px 0 0;
  }
  main.pages h1 span {
    left: 0;
  }
  .about-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-wrapper a.anchor {
    margin-inline: auto;
  }
  .news-outer ul.news-list li {
    height: 56px;
  }
  .news-outer ul.news-list li a > div p {
    font-size: 16px;
    font-weight: 600;
  }
  /* --------^-MAIN-^-------- */
  footer .footer-inner {
    padding: 0 32px;
  }
  footer .footer-inner .footer-logo {
    top: 0;
  }
  footer .footer-inner .footer-icon {
    width: 80px;
  }
  footer .footer-inner #footer-copy {
    right: 0;
    bottom: -40px;
    left: 0;
    margin-inline: auto;
    text-align: center;
  }
  /* pages */
  main.pages h2::before, main.pages h2::after {
    top: 6px;
    bottom: auto;
  }
  form {
    padding: 0 16px 64px;
  }
  form input[type=text],
  form input[type=email],
  form input[type=tel] {
    height: 48px;
  }
  form .textarea {
    padding: 8px 4px 8px 16px;
    font-size: 14px;
  }
  form .textarea textarea {
    padding-right: 12px;
  }
  form p:has(+ .text_confirm) {
    margin-left: 0;
  }
  form .text_confirm {
    margin-left: 0;
  }
  .privacy-policy .privacy-outer {
    padding: 8px 4px 8px 16px;
    font-size: 14px;
    border-radius: 14px;
  }
  .privacy-policy .privacy-outer .privacy-text {
    padding-right: 12px;
  }
}/*# sourceMappingURL=responsive.css.map */