@charset "UTF-8";

html {
  font-size: 62.5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #e60012;
  background-color: #fff;
  padding-top: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  border: solid 10px #e60012;
  z-index: 1001;
  pointer-events: none;
}

a {
  color: #e60012;
  outline: 0;
  outline: none;
  text-decoration: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  color: #0094ce;
  outline: 0;
  outline: none;
  text-decoration: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a[href^="tel:"] {
  cursor: default;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

img.img-fluid {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-fluid {
  max-width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.container-100p {
  width: 100%;
  margin: 0 auto;
}

.row:before,
.row:after {
  width: 0;
}

.row.no-margin {
  margin-right: 0;
  margin-left: 0;
}

.row.flex {
  display: flex;
  flex-wrap: wrap;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex-reverse-no-margin {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 0;
}

.flex-reverse-no-padding {
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 0;
}

.flex-reverse-no-padding01 {
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 0;
}

.flex-reverse-no-padding02 {
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 0;
}

ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

h1 {
  margin: 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}

.fixed-top {
  z-index: 99;
}

dt {
  font-weight: 600;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* ------------------------------------------------------------------
[Preloader]
------------------------------------------------------------------- */
.l-load {
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background: #333;
}

.l-load__logo {
  width: 50vw;
  height: 15.5vw;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  z-index: 2;
}

.l-load.-active .l-load__bg {
  fill: #333;
}

.l-load__bg {
  z-index: 1;
  position: absolute;
  right: -5%;
  top: -2%;
  margin: auto;
  width: 110%;
  height: 105%;
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .l-load__logo {
    width: 30vw;
    height: 9.3vw;
  }
}

/*
Copyright（c）2021 by Ash Thornton（https://codepen.io/ashthornton/pen/ZmxaWv）
Released under the MIT license
https://opensource.org/licenses/mit-license.php
*/

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
}

#loader .grey,
#loader .white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#loader .grey {
  z-index: 2;
  background-color: #e60012;
}

#loader .white {
  z-index: 1;
  background-color: #fff;
}

#loader .text-wrap {
  overflow: hidden;
}

#loader .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 3;
}

#loader .text-wrap img {
  width: 100%;
}

#loader .text-wrap span {
  display: inline-block;
  color: #fff;
}

@media (max-width: 499px) {
  #loader .text-wrap {
    font-size: 2rem;
  }
}

#wrapper {
  display: block;
  width: 100%;
}

/* ------------------------------------------------------------------
Nav
------------------------------------------------------------------- */
.navbar-brand {
  display: block;
  width: 240px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

#mainNav {
  background-color: rgba(255, 255, 255, 1);
}

.navbar {
  padding: 10px 0 0;
}

.navbar-nav {
  height: calc(100vh - 135px);
  padding-top: 10px;
  overflow-y: auto !important;
}

#mainNav .navbar-brand {
  padding: 0;
}

#mainNav .nav-link {
  color: #e60012;
  padding: 0.6rem 1rem;
}

#mainNav .navbar-nav>li.nav-item>a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.gnav-contact {
  margin: 0.5rem 1rem;
  color: #fff;
  background-color: #e60012;
  border-radius: 8px;
}

#mainNav .navbar-toggler {
  width: 100%;
  font-size: 1.8rem;
  padding: 17px;
  color: #e60012;
  text-align: center;
  border: none;
  border-bottom: 1px solid #e60012;
  background-color: #fff;
}

@media (orientation: landscape) and (min-width: 660px) {
  .navbar-nav {
    padding-top: 0;
    height: 200px;
  }
}

@media (min-width: 749px) {
  .navbar-nav {
    padding-top: 0;
    height: 460px;
  }
}

@media (orientation: landscape) and (min-width: 749px) {
  .navbar-nav {
    padding-top: 0;
    height: 200px;
  }
}

@media (min-width: 992px) {
  #mainNav {
    margin: 0;
    padding: 0 20px 0 20x;
    background-color: transparent;
    transition: all 0.5s ease-out;
  }

  .container {
    max-width: 100%;
  }

  .navbar {
    height: auto;
    padding: 0 10px;
  }

  #mainNav .navbar-nav>li.nav-item>a {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
  }

  #mainNav .navbar-nav>li.nav-item>a br {
    display: block;
  }

  .navbar-expand-lg>.container-100p {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg {
    display: flex;
  }

  #mainNav .navbar-brand {
    width: 180px;
    padding: 0rem 0;
  }

  #mainNav .navbar-brand img {
    display: block;
  }

  #mainNav .nav-link {
    position: relative;
    color: #e60012;
    padding: 1rem 0;
    margin: 0.5rem 0.7rem;
    transition: all 0.4s ease-out;
  }

  #mainNav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #e60012;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }

  #mainNav .nav-link:hover {
    color: #e60012;
  }

  #mainNav .nav-link:hover:before,
  #mainNav .nav-link:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #mainNav .nav-link.gnav-contact::before,
  #mainNav .nav-link.gnav-contact:active:before {
    content: "";
    display: none;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link.gnav-contact {
    margin: 2rem 0 2rem 2rem;
    padding: 1.2rem 1rem 1.2rem 1rem;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: #e60012;
    border-radius: 8px;
    transition: all 0.2s ease-out;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link.gnav-contact:hover {
    color: #fff;
    background-color: #000;
  }

  #mainNav.navbar-shrink {
    padding: 0 10px;
    background-color: transparent;
    transition: all 0.5s ease-out;
  }

  #mainNav.navbar-shrink .navbar-brand img {
    display: block;
  }

  #mainNav.navbar-shrink .nav-link {
    position: relative;
    color: #e60012;
    padding: 1rem 0;
    margin: 0.5rem 0.7rem;
    transition: all 0.4s ease-out;
    border-bottom: 0rem solid transparent;
  }

  #mainNav.navbar-shrink .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #e60012;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }

  #mainNav.navbar-shrink .nav-link:hover {
    color: #e60012;
  }

  #mainNav.navbar-shrink .nav-link:hover:before,
  #mainNav.navbar-shrink .nav-link:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #mainNav.navbar-shrink .nav-link.gnav-contact::before,
  #mainNav.navbar-shrink .nav-link.gnav-contact:active:before {
    content: "";
    display: none;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link.gnav-contact {
    margin: 2rem 0 2rem 2rem;
    padding: 1.2rem 1rem 1.2rem 1rem;
    font-size: 2rem;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    color: #e60012;
    text-align: center;
    background-color: #fbd01d;
    border-radius: 8px;
    transition: all 0.2s ease-out;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link.gnav-contact:hover {
    color: #fff;
    background-color: #e60012;
  }
}

@media (min-width: 993px) {
  #mainNav {
    margin: 30px 30px 0 0;
    padding: 0;
  }

  .navbar-nav {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0 20px;
    border-radius: 10px;
    background-color: #fff;
  }

  #mainNav .navbar-brand {
    width: 240px;
  }

  #mainNav .nav-link {
    margin: 0.5rem 1rem;
  }

  #mainNav.navbar-shrink .nav-link {
    margin: 0.5rem 1rem;
  }

  #mainNav .navbar-nav>li.nav-item.spitem {
    display: none;
  }

  #mainNav .navbar-nav>li.nav-item>a {
    font-size: 1.3rem;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link.gnav-contact {
    margin: 1rem 0 1rem 1rem;
    padding: 1rem 2rem;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link.gnav-contact {
    margin: 1rem 0 1rem 1rem;
    padding: 1rem 2rem;
  }
}

@media (min-width: 1200px) {
  #mainNav .navbar-brand {
    display: none;
  }

  #mainNav .nav-link {
    margin: 0 1.25rem;
  }

  #mainNav.navbar-shrink .nav-link {
    margin: 0 1.25rem;
  }
}

@media (min-width: 1380px) {
  .navbar {
    padding: 0 2%;
  }

  #mainNav .nav-link {
    margin: 0 1.5rem;
  }

  #mainNav.navbar-shrink .nav-link {
    margin: 0 1.5rem;
  }
}

@media (min-width: 1480px) {
  #mainNav .nav-link {
    margin: 0 1.75rem;
  }

  #mainNav.navbar-shrink .nav-link {
    margin: 0 1.75rem;
  }

  #mainNav .navbar-nav>li.nav-item>a {
    font-size: 1.4rem;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link.gnav-contact {
    margin: 1rem 0 1rem 1rem;
    padding: 1.2rem 2rem;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link.gnav-contact {
    margin: 1rem 0 1rem 1rem;
    padding: 1.2rem 2rem;
  }
}

@media (min-width: 1680px) {
  #mainNav .nav-link {
    margin: 0 2rem;
  }

  #mainNav.navbar-shrink .nav-link {
    margin: 0 2rem;
  }
}

.dropdown-menu {
  padding: 0.5rem 0;
  z-index: 1000;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.6rem 2rem;
  clear: both;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.mega-menu>a {
  position: relative;
}

.logo-mark-wrapper {
  display: block;
}

.logo-mark-wrap {
  width: 100%;
  padding: 6px;
}

.mlr-ddmenu {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.navbar-nav.mlr-ddmenu {
  height: auto;
}

.dropdown-menu {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  display: none;
  min-width: 10rem;
  padding: 0 10px;
  margin: 0;
  font-size: 1.4rem;
  color: #e60012;
  text-align: center;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
}

.mega-dropdown {
  position: static;
}

.dropdown-menu.mega-dropdown-menu.show {
  width: 100%;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #fff;
}

.home-megadropdown-imgwrap {
  display: none;
}

.home-megadropdown-imgwrap img {
  display: none;
}

@media (min-width: 499px) {
  .navbar-nav.mlr-ddmenu {
    height: auto;
  }

  #mainNav .nav-links.dropdown-item br {
    display: none;
  }
}

@media (min-width: 990px) {
  .dropdown-menu {
    top: 90%;
    left: auto;
    /* right: 30%; */
    right: 380px;
    width: 25%;
    text-align: left;
    border-radius: 0 0 10px 10px;
  }

  .dropdown-item {
    text-align: left;
  }

  #mainNav .nav-links.dropdown-item {
    margin: 0;
    padding: 0.5rem 2rem;
  }

  #mainNav .nav-links.dropdown-item a {
    font-size: 1.4rem;
    text-align: left;
    color: #e60012;
  }

  #mainNav .nav-links.dropdown-item a:hover {
    color: #000;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu {
    right: 397px;
    /* right: 20%; */
    width: 20%;
  }

  .navbar-nav.mlr-ddmenu {
    padding: 3% 4% 2%;
  }
}

@media (min-width: 1480px) {
  .dropdown-menu {
    right: 482px;
    /* right: 17%; */
    width: 15%;
  }
}

@media (max-width: 1480px) {
  .company-name {
    font-size: 1.3vw;
  }
}

@media (max-width: 990px) {
  .logo-mark-wrap {
    width: 80%;
    padding: 5px;
  }

  .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 749px) {
  .logo-mark-wrap {
    width: 50%;
  }
}

@media (max-width: 499px) {
  .logo-mark-wrap {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
Header
------------------------------------------------------------------- */
header {
  position: relative;
  display: block;
  width: 100%;
  margin: 70px 0 0;
  padding: 6% 10% 6%;
}

.hero-center {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-title-wrap {
  display: block;
  margin: 0;
  padding: 0;
}

.hero-title-wrap .hero-title-copy {
  display: block;
  font-size: 3vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  letter-spacing: 0;
  color: #04447c;
  margin: 0;
  padding: 0;
}

@media (max-width: 1480px) {
  header {
    margin: 68px 0 0;
  }
}

@media (max-width: 1200px) {
  header {
    padding: 6% 6% 6%;
  }
}

@media (max-width: 990px) {
  .hero-title-wrap .hero-title-copy {
    font-size: 6vw;
    line-height: 1.5;
    text-align: center;
    margin: 3% 0 8%;
  }

  .hero-title-wrap .hero-title-copy br.br {
    display: none;
  }
}

@media (max-width: 499px) {
  header {
    margin: 61px 0 0;
    background-color: #f0f0f0;
  }

  .hero-title-wrap .hero-title-copy {
    font-size: 6.6vw;
  }
}

/* ------------------------------------------------------------------
[Home TopicsRoll]
------------------------------------------------------------------- */
.topicsTop {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.topicsTop .topicsWrap {
  display: flex;
  width: 100%;
  padding: 0;
}

.topicsTop .topicsWrap .topicsInner {
  display: flex;
  align-items: center;
  width: 100%;
}

.topicsTop .topicsWrap .topicsCatetitle {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  margin-right: 20px;
  padding: 10px 20px;
  background-color: #fbd01d;
}

.bx-wrapper {
  margin-bottom: 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}

.topicsTop .topicsWrap .topicsContents {
  display: block;
  width: 75%;
}

.topicsTop .topicsWrap .topicsContents .slider a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 0 30px 0 0;
  background-color: transparent;
}

.topicsTop .topicsWrap .topicsContents .slider a:hover {
  color: #fbd01d;
}

@media (max-width: 1480px) {
  .topicsTop .topicsWrap .topicsContents .slider a {
    font-size: 1.4rem;
  }
}

@media (max-width: 1200px) {
  .footer-bottom>.container-fluid {
    padding: 0 20px;
  }
}

/* ------------------------------------------------------------------
Contents Wrap
------------------------------------------------------------------- */
#wrap {
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

#pp-nav {
  position: fixed;
  top: 50%;
  margin-top: -75px;
  opacity: 1;
  z-index: 10;
}

#pp-nav.right {
  right: 25px;
}

#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px 0 0 8px;
}

#pp-nav li,
.pp-slidesNav li {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 20px 10px;
}

#pp-nav span,
.pp-slidesNav span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: solid 2px #e60012 !important;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  z-index: 1;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #e60012;
  border: none !important;
}

#pp-nav span:hover {
  width: 16px;
  height: 16px;
  background: #e60012;
  border: none !important;
}

.fixed-logo-mark-wraps {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 10%;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 0 0 10px 0;
  z-index: 1100;
}

.fixed-logo-mark-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 10%;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 0 0 10px 0;
  z-index: 1100;
}

.fixed-contact-btn-wrap {
  display: none;
}

@media (max-width: 1480px) {
  .fixed-logo-mark-wraps {
    width: 180px;
    padding: 10px 20px;
  }

  .fixed-logo-mark-wrap {
    width: 180px;
    padding: 10px 20px;
  }
}

@media (max-width: 1380px) {
  .fixed-logo-mark-wraps {
    width: 170px;
  }

  .fixed-logo-mark-wrap {
    width: 170px;
  }
}

@media (max-width: 1200px) {

  #pp-nav li,
  .pp-slidesNav li {
    width: 14px;
    height: 14px;
    margin: 20px 0;
  }

  #pp-nav span,
  .pp-slidesNav span {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
  }

  #pp-nav li .active span,
  .pp-slidesNav .active span {
    top: -3px;
    left: -3px;
  }
}

@media (max-width: 990px) {
  .fixed-contact-btn-wrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
  }

  .fixed-contact-btn-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 99px;
    font-size: 3vw;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
    background-color: #e60012;
    border-radius: 0 0 0 10px;
  }
}

@media (orientation: landscape) and (max-width: 990px) {
  .fixed-contact-btn-wrap a {
    width: 160px;
    height: 64px;
    font-size: 2.8vw;
    padding: 10px 0 0;
    border-radius: 0;
  }

  #pp-nav li,
  .pp-slidesNav li {
    margin: 15px 0;
  }

  .fixed-logo-mark-wrap {
    width: 110px;
    padding: 5px 10px 0;
    border-radius: 0;
  }
}

@media (max-width: 749px) {
  .fixed-contact-btn-wrap a {
    font-size: 3vw;
  }

  #pp-nav li,
  .pp-slidesNav li {
    margin: 15px 0;
  }
}

@media (max-width: 499px) {
  .fixed-logo-mark-wraps {
    width: 100px;
    padding: 3px 10px 0;
    border-radius: 0;
  }

  .fixed-logo-mark-wrap {
    width: 110px;
    padding: 5px 10px 0;
  }

  .fixed-contact-btn-wrap a {
    width: 110px;
    height: 64px;
    font-size: 3.6vw;
    padding: 10px 0 0;
    border-radius: 0;
  }

  #pp-nav {
    top: auto;
    bottom: 71px;
    left: 10px;
    width: calc(100% - 20px);
    margin-top: 0 !important;
  }

  #pp-nav.right {
    right: 10px;
  }

  #pp-nav ul,
  .pp-slidesNav ul {
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    padding: 10px 10px 10px 10px;
  }

  #pp-nav li,
  .pp-slidesNav li {
    margin: 0 10px;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background-color: transparent;
  font-size: 13px;
  z-index: 100;
}

/* Fixed footer */
.footer-bottom>.container,
.footer-bottom>.container-fluid {
  display: table;
}

.footer-bottom>.container-fluid {
  width: 100%;
  padding: 0 56px;
  background: #e60012;
}

.footer-bottom .footer-left,
.footer-bottom .footer-right {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.footer-bottom .footer-left {
  display: flex;
  align-items: center;
  text-align: left;
}

.footer-bottom .footer-right {
  text-align: right;
}

.fix-footer-menu li {
  display: inline-block;
  font-size: 13px;
  margin: 0;
}

.fix-footer-menu li:after {
  content: "|";
  padding: 0 10px;
}

.fix-footer-menu li:last-child:after {
  content: "";
  padding: 0;
}

.fix-footer-menu li a {
  color: #fff;
  vertical-align: middle;
}

.fix-footer-menu li a:hover {
  color: #fbd01d;
}

.fix-footer-menu li i {
  margin-left: 5px;
}

.fixed-footer-btn-wrap {
  display: none;
}

@media (max-width: 1200px) {
  .footer-bottom>.container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 990px) {
  .footer-bottom .footer-left {
    display: none;
  }

  .footer-bottom .footer-right {
    text-align: center;
  }

  .fix-footer-menu li {
    font-size: 16px;
  }

  .fix-footer-menu li:after {
    padding: 0 7px;
  }
}

@media (max-width: 499px) {
  .fixed-footer {
    display: none;
  }

  .footer-bottom .footer-right {
    display: none;
  }

  .footer-bottom>.container-fluid {
    padding: 10px 20px;
  }

  .fix-footer-menu li {
    font-size: 15px;
  }

  .fixed-footer-btn-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 71px;
    margin: 0;
    padding: 0;
    background-color: #e60012;
    z-index: 1200;
  }

  .fixed-footer-btn-wrap .fixed-footer-btn-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 71px;
    background-color: #e60012;
    border-right: solid 1px #fff;
    margin: 0;
    padding: 0;
  }

  .fixed-footer-btn-wrap .fixed-footer-btn-left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 71px;
    font-size: 4vw;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: #e60012;
    margin: 0;
    padding: 0;
  }

  .fixed-footer-btn-wrap .fixed-footer-btn-left a i {
    display: inline-block;
    font-size: 9.6vw;
    padding: 0 10px 0 0;
  }

  .fixed-footer-btn-wrap .fixed-footer-btn-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 71px;
    background-color: #e60012;
    border-left: solid 1px #fff;
    margin: 0;
    padding: 0;
  }

  .fixed-footer-btn-wrap .fixed-footer-btn-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 71px;
    font-size: 6vw;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: #e60012;
    margin: 0;
    padding: 0;
  }

  .fixed-footer-btn-wrap .fixed-footer-btn-right a i {
    display: inline-block;
    font-size: 9.6vw;
    padding: 0 5px 0 0;
  }
}

/* ------------------------------------------------------------------
Home pagePiling
------------------------------------------------------------------- */

/* Backgrounds will cover all the section
* --------------------------------------- */
.section {
  margin: 0;
  padding: 0;
}

.pp-scrollable {
  margin: 0;
  padding: 0;
}

.pp-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pp-tableCell {
  width: 100%;
}

.pp-scrollable {
  overflow-y: scroll;
  height: 100%;
}

/* Section1
* --------------------------------------- */
#section1 {
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: #f0f0f0;
  text-align: center;
}

#section1 .row-center-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

#section1 .row-center-wrap .col-lg-25 {
  display: block;
  width: 25vw;
  height: 100vh;
  padding-right: 0;
  padding-left: 0;
}

#section1 .row-center-wrap .col-lg-25 .section1-slidewrap01 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f0f0f0;
  overflow: hidden;
}

li.swiper-slide.swiper-slide-active img {
  animation: slide_furifuri1 1.5s ease-in-out forwards;
}

li.swiper-slide.swiper-slide-prev img {
  animation: slide_furifuri2 1.5s ease-in-out forwards;
}

li.swiper-slide.swiper-slide-next img {
  animation: slide_furifuri3 1.5s ease-in-out forwards;
}

@keyframes slide_furifuri1 {

  0%,
  100% {
    transform: rotate(0);
    transform-origin: left bottom;
  }

  22% {
    transform: rotate(7.5deg);
    transform-origin: right bottom;
  }

  44% {
    transform: rotate(-7.5deg);
    transform-origin: left bottom;
  }

  66% {
    transform: rotate(3.75deg);
    transform-origin: right bottom;
  }

  77% {
    transform: rotate(-1.875deg);
    transform-origin: left bottom;
  }

  88% {
    transform: rotate(0.9375deg);
    transform-origin: right bottom;
  }
}

@keyframes slide_furifuri2 {

  0%,
  100% {
    transform: rotate(0);
    transform-origin: left bottom;
  }

  22% {
    transform: rotate(7.5deg);
    transform-origin: right bottom;
  }

  44% {
    transform: rotate(-7.5deg);
    transform-origin: left bottom;
  }

  66% {
    transform: rotate(3.75deg);
    transform-origin: right bottom;
  }

  77% {
    transform: rotate(-1.875deg);
    transform-origin: left bottom;
  }

  88% {
    transform: rotate(0.9375deg);
    transform-origin: right bottom;
  }
}

@keyframes slide_furifuri3 {

  0%,
  100% {
    transform: rotate(0);
    transform-origin: left bottom;
  }

  22% {
    transform: rotate(7.5deg);
    transform-origin: right bottom;
  }

  44% {
    transform: rotate(-7.5deg);
    transform-origin: left bottom;
  }

  66% {
    transform: rotate(3.75deg);
    transform-origin: right bottom;
  }

  77% {
    transform: rotate(-1.875deg);
    transform-origin: left bottom;
  }

  88% {
    transform: rotate(0.9375deg);
    transform-origin: right bottom;
  }
}

#section1 .text-full-wrap {
  position: absolute;
  top: 43%;
  left: 2.5%;
  width: 95%;
  z-index: 1000;
}

#section1 .text-full-wrap .full-texts {
  font-size: 6vw;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.1vw;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

#section1 .text-full-wrap .full-texts span {
  font-size: 9vw;
  margin: 0;
  padding: 0;
}

#section1 .text-full-wrap .full-texts span.hira1 {
  font-size: 8vw;
}

#section1 .text-full-wrap .full-texts br.br {
  display: none;
}

#section1 .text-left-wrap {
  position: absolute;
  top: 45%;
  left: 5%;
  width: 40%;
  z-index: 100;
}

#section1 .text-left-wrap .left-texts {
  font-size: 6vw;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.1vw;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

#section1 .text-left-wrap .left-texts span {
  font-size: 8.4vw;
  margin: 0;
  padding: 0;
}

#section1 .text-left-wrap .left-texts span.hira1 {
  font-size: 7.2vw;
}

#section1 .text-right-wrap {
  position: absolute;
  top: 45%;
  right: 8%;
  width: 50%;
  z-index: 101;
}

#section1 .text-right-wrap .right-texts {
  font-size: 6vw;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.2vw;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

#section1 .text-right-wrap .right-texts span {
  font-size: 8.4vw;
  margin: 0;
  padding: 0;
}

#section1 .text-right-wrap .right-texts span.hira1 {
  font-size: 7.2vw;
}

#section1 .skip-btn-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1480px) {
  #section1 .text-full-wrap {
    top: 43%;
  }
}

@media (max-width: 1200px) {
  #section1 .row-center-wrap .col-lg-25 .section1-slidewrap01 {
    padding-top: 44%;
  }
}

@media (max-width: 990px) {
  #section1 .row-center-wrap .col-lg-25 {
    width: 50vw;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #section1 .row-center-wrap .col-lg-25 .section1-slidewrap01 {
    padding-top: 0;
  }

  #section1 .text-full-wrap {
    top: 33%;
  }

  #section1 .text-full-wrap .full-texts {
    line-height: 1.2;
    text-align: center;
  }

  #section1 .text-full-wrap .full-texts span {
    font-size: 12vw;
  }

  #section1 .text-full-wrap .full-texts span.hira1 {
    font-size: 10vw;
  }

  #section1 .text-full-wrap .full-texts br.br {
    display: block;
  }

  #section1 .text-left-wrap {
    top: 67%;
    left: 5%;
  }

  #section1 .text-left-wrap .left-texts {
    font-size: 7.2vw;
  }

  #section1 .text-left-wrap .left-texts span {
    font-size: 15vw;
  }

  #section1 .text-left-wrap .left-texts span.hira1 {
    font-size: 12vw;
  }

  #section1 .text-right-wrap {
    top: 67%;
    right: 5%;
  }

  #section1 .text-right-wrap .right-texts {
    font-size: 9.6vw;
  }

  #section1 .text-right-wrap .right-texts span.hira1 {
    font-size: 7.2vw;
  }
}

@media (orientation: landscape) and (max-width: 990px) {
  #section1 .text-full-wrap {
    top: 25%;
  }

  #section1 .text-full-wrap .full-texts {
    line-height: 1.1;
  }

  #section1 .text-full-wrap .full-texts span {
    font-size: 8vw;
  }

  #section1 .text-full-wrap .full-texts span.hira1 {
    font-size: 7vw;
  }

  #section1 .text-full-wrap .full-texts br.br {
    display: none;
  }
}

@media (max-width: 499px) {
  #section1 {
    padding: 20px 0 0;
  }

  #section1 .row-center-wrap {
    height: auto;
  }

  #section1 .text-full-wrap .full-texts {
    line-height: 1.1;
  }

  #section1 .text-full-wrap .full-texts span {
    font-size: 14vw;
  }

  #section1 .text-full-wrap .full-texts span.hira1 {
    font-size: 12vw;
  }

  #section1 .text-left-wrap {
    top: 27%;
    left: auto;
    width: 100%;
    text-align: center;
  }

  #section1 .text-left-wrap .left-texts {
    font-size: 13vw;
    text-align: center;
  }

  #section1 .text-left-wrap .left-texts span.hira1 {
    font-size: 20vw;
  }

  #section1 .text-left-wrap .left-texts span {
    font-size: 24vw;
  }

  #section1 .text-right-wrap {
    top: 50%;
    right: auto;
    width: 100%;
    text-align: center;
  }

  #section1 .text-right-wrap .right-texts {
    font-size: 15vw;
    text-align: center;
  }

  #section1 .text-right-wrap .right-texts span.hira1 {
    font-size: 12vw;
  }
}

/* Skip Btn
 * --------------------------------------- */
.skipbutton-content {
  display: block;
  position: relative;
  width: 160px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  padding: 0 30px;
  background-color: transparent;
  line-height: 30px;
  background-color: #fff;
  border: solid 4px #e60012;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1100;
}

.skipbutton-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #e60012;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.skipbutton-content:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.skipbutton-content .text {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #e60012;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}

.skipbutton-content:hover .text {
  color: #fff;
}

.skipbutton-content .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e60012;
  position: absolute;
  right: 20px;
  top: 43%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}

.skipbutton-content:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 15px;
}

.skipbutton-content .arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e60012;
  position: absolute;
  right: 20px;
  top: 43%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(90deg);
  z-index: 2;
}

.skipbutton-content:hover .arrow-down {
  border-color: transparent transparent transparent #fff;
  right: 15px;
}

/* Section2
* --------------------------------------- */
#section2 {
  display: block;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: #f0f0f0;
  text-align: center;
}

#section2 .copy-center-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#section2 .copy-center-wrap .section2-img-wrap01 {
  position: absolute;
  top: 5%;
  left: 14%;
  width: 70%;
  height: auto;
}

#section2 .copy-center-wrap .section2-img-wrap02 {
  position: absolute;
  top: 26%;
  left: 5%;
  width: 12%;
  height: auto;
}

#section2 .copy-center-wrap .section2-img-wrap03 {
  position: absolute;
  top: 27%;
  left: 20%;
  width: 14%;
  height: auto;
}

#section2 .copy-center-wrap .section2-img-wrap04 {
  position: absolute;
  top: 30%;
  left: 65%;
  width: 13%;
  height: auto;
}

#section2 .copy-center-wrap .section2-img-wrap05 {
  position: absolute;
  top: 18%;
  right: 5%;
  width: 9%;
  height: auto;
}

#section2 .copy-center-wrap .section2-img-wrap05 img {
  width: 100%;
}

#section2 .c-text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18vh;
  width: 100vw;
  overflow: hidden;
}

#section2 .c-text-wrap .c-text {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

#section2 .c-text-wrap .c-text .c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 10vw;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.1vw;
  padding: 20px 0;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

#section2 .c-text-wrap .c-text .c-text__item span.en {
  display: inline-block;
  font-size: 12vw;
  line-height: 0.8;
  color: #e60012;
}

#section2 .c-text-wrap .c-text .c-text__item span.kana {
  display: inline-block;
  font-size: 10vw;
  line-height: 1;
  color: #fff;
}

#section2 .c-text-wrap .c-text .c-text__item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 36s) var(--tick-delay, -18s) infinite linear;
}

#section2 .c-text-wrap .c-text .c-text__item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 36s) infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

#section2 .skip-btn-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1200px) {
  #section2 .copy-center-wrap {
    height: 90vh;
    margin-top: 10vh;
  }
}

@media (max-width: 990px) {
  #section2 .copy-center-wrap .section2-img-wrap01 {
    left: 0;
    width: 100%;
  }

  #section2 .copy-center-wrap .section2-img-wrap02 {
    top: 30%;
    left: 3%;
    width: 24%;
  }

  #section2 .copy-center-wrap .section2-img-wrap03 {
    top: 33%;
    left: 30%;
    width: 24%;
  }

  #section2 .copy-center-wrap .section2-img-wrap04 {
    top: 30%;
    left: 58%;
    width: 23%;
  }

  #section2 .copy-center-wrap .section2-img-wrap05 {
    top: 20%;
    right: 8%;
    width: 15%;
    transform: rotate(20deg);
  }

  #section2 .copy-center-wrap {
    height: 85vh;
    margin-top: 15vh;
  }

  #section2 .c-text-wrap {
    bottom: 140px;
  }
}

@media (orientation: landscape) and (max-width: 990px) {
  #section2 .copy-center-wrap {
    height: 100vh;
    margin-top: 0;
  }

  #section2 .copy-center-wrap .section2-img-wrap01 {
    left: 10%;
    width: 80%;
  }

  #section2 .copy-center-wrap .section2-img-wrap02 {
    top: 34%;
    left: 3%;
    width: 14%;
  }

  #section2 .copy-center-wrap .section2-img-wrap03 {
    top: 33%;
    left: 25%;
    width: 14%;
  }

  #section2 .copy-center-wrap .section2-img-wrap04 {
    top: 37%;
    left: 62%;
    width: 13%;
  }

  #section2 .copy-center-wrap .section2-img-wrap05 {
    top: 30%;
    right: 10%;
    width: 10%;
    transform: rotate(0deg);
  }

  #section2 .c-text-wrap .c-text .c-text__item {
    font-size: 8.4vw;
  }

  #section2 .c-text-wrap .c-text .c-text__item span.en {
    font-size: 9.6vw;
  }

  #section2 .c-text-wrap .c-text .c-text__item span.kana {
    font-size: 8.4vw;
  }
}

@media (max-width: 499px) {
  #section2 .c-text-wrap {
    bottom: 170px;
  }
}

/* Section3
* --------------------------------------- */
#section3 {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 0 10px;
  background-color: #f0f0f0;
  text-align: center;
}

#section3 .row-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
}

#section3 .section3-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 5%;
  padding-bottom: 0;
}

#section3 .c-text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18vh;
  width: 100vw;
  overflow: hidden;
}

#section3 .c-text-wrap .c-text {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

#section3 .c-text-wrap .c-text .c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 10vw;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.1vw;
  color: #fff;
  padding: 20px 0;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

#section3 .c-text-wrap .c-text .c-text__item span.en {
  display: inline-block;
  font-size: 12vw;
  line-height: 0.8;
  color: #e60012;
}

#section3 .c-text-wrap .c-text .c-text__item span.kana {
  display: inline-block;
  font-size: 10vw;
  line-height: 1;
  color: #fff;
}

#section3 .c-text-wrap .c-text .c-text__item:nth-child(odd) {
  animation: MoveLeft11 var(--tick-duration, 36s) var(--tick-delay, -18s) infinite linear;
}

#section3 .c-text-wrap .c-text .c-text__item:nth-child(even) {
  animation: MoveLeft12 var(--tick-duration, 36s) infinite linear;
}

@keyframes MoveLeft11 {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft12 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

#section3 .skip-btn-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1200px) {
  #section3 .section3-img-wrap {
    padding-top: 13%;
  }
}

@media (max-width: 990px) {
  #section3 {
    padding: 10vh 6%;
  }

  #section3 .section3-img-wrap {
    padding-top: 2%;
    padding-left: 8%;
    padding-right: 8%;
  }

  #section3 .section3-img-wrap.bottom {
    padding-top: 2%;
    padding-left: 8%;
    padding-right: 8%;
  }

  #section3 .c-text-wrap {
    bottom: 140px;
  }
}

@media (orientation: landscape) and (max-width: 990px) {
  #section3 .section3-img-wrap {
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  #section3 .section3-img-wrap.bottom {
    padding-top: 5%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 499px) {
  #section3 .section3-img-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 5%;
    padding-left: 4%;
    padding-right: 4%;
  }

  #section3 .section3-img-wrap.bottom {
    padding-top: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }

  #section3 .c-text-wrap {
    bottom: 170px;
  }
}

/* Section4
* --------------------------------------- */
#section4 {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0 60px;
  background-color: #f0f0f0;
  text-align: center;
  overflow: hidden;
}

#section4 .row-center-wrap {
  display: flex;
  justify-content: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 0 15%;
}

#section4 .section41-img-wrap {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 2%;
  padding-bottom: 2%;
}

#section4 .section42-img-wrap {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 0;
  padding-bottom: 0;
}

#section4 .section43-img-wrap {
  position: absolute;
  top: -6%;
  left: 10%;
  right: 10%;
  width: 80%;
}

#section4 .en-text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18vh;
  width: 100vw;
  overflow: hidden;
}

#section4 .en-text-wrap .en-text {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

#section4 .en-text-wrap .en-text .en-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12vw;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
  letter-spacing: 0;
  padding: 20px 0;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

#section4 .en-text-wrap .en-text .en-text__item:nth-child(odd) {
  animation: MoveLeft41 var(--tick-duration, 36s) var(--tick-delay, -18s) infinite linear;
}

#section4 .en-text-wrap .en-text .en-text__item:nth-child(even) {
  animation: MoveLeft42 var(--tick-duration, 36s) infinite linear;
}

@keyframes MoveLeft41 {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft42 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

#section4 .skip-btn-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1200px) {
  #section4 .section43-img-wrap {
    top: 10%;
  }
}

@media (max-width: 990px) {
  #section4 .section43-img-wrap {
    top: 30%;
    left: 0;
    right: 0;
    width: 100%;
  }

  #section4 .en-text-wrap {
    bottom: 140px;
  }

  #section4 .row-center-wrap {
    padding: 0 0 70%;
  }
}

@media (orientation: landscape) and (max-width: 990px) {
  #section4 {
    padding: 0 30px;
  }

  #section4 .row-center-wrap {
    padding: 0;
  }

  #section4 .section43-img-wrap {
    top: -5%;
    left: 10%;
    right: 10%;
    width: 80%;
  }

  #section4 .en-text-wrap {
    bottom: 36vh;
  }

  #section4 .en-text-wrap .en-text .en-text__item {
    font-size: 9.6vw;
  }
}

@media (max-width: 749px) {}

@media (max-width: 499px) {
  #section4 {
    padding: 0 5%;
  }

  #section4 .row-center-wrap {
    padding: 0 0 120%;
  }

  #section4 .section43-img-wrap {
    top: 36%;
  }

  #section4 .en-text-wrap {
    bottom: 20%;
  }
}

@media (max-width: 380px) {
  #section4 .row-center-wrap {
    padding: 0 0 100%;
  }

  #section4 .section43-img-wrap {
    top: 30%;
  }

  #section4 .en-text-wrap {
    bottom: 25%;
  }
}

/* Section5
* --------------------------------------- */
#section5 {
  text-align: center;
  overflow: hidden;
}

#section5 .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 1% 0 0;
  background-color: #f0f0f0;
  z-index: -1;
}

.home-slidewrap01 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.home-slidewrap02 {
  display: block;
  width: 100%;
  margin: -5% 0 0;
  padding: 0;
}

.home-slidewrap03 {
  display: block;
  width: 100%;
  margin: -7% 0 0;
  padding: 0;
}

.home-slidewrap04 {
  display: block;
  width: 100%;
  margin: -10% 0 0;
  padding: 0;
}

.home-slidewrap05 {
  display: block;
  width: 100%;
  margin: -12% 0 0;
  padding: 0;
}

.home-slidewrap06 {
  display: block;
  width: 100%;
  margin: -15% 0 0;
  padding: 0;
}

.home-slidewrap07 {
  display: block;
  width: 100%;
  margin: -18% 0 0;
  padding: 0;
}

.home-slidewrap08 {
  display: block;
  width: 100%;
  margin: -20% 0 0;
  padding: 0;
}

.home-slidewrap09 {
  display: block;
  width: 100%;
  margin: -20% 0 0;
  padding: 0;
}

.home-slidewrap010 {
  display: block;
  width: 100%;
  margin: -25% 0 0;
  padding: 0;
}

.slide_home01,
.slide_home02,
.slide_home03,
.slide_home04,
.slide_home05,
.slide_home06,
.slide_home07,
.slide_home08,
.slide_home09,
.slide_home010 {
  width: 100%;
  height: 100%;
}

.slide_home01 li {
  width: 5%;
  padding: 0;
}

.slide_home02 li {
  width: 7.5%;
  padding: 0;
}

.slide_home03 li {
  width: 10%;
  padding: 0;
}

.slide_home04 li {
  width: 12.5%;
  padding: 0;
}

.slide_home05 li {
  width: 15%;
  padding: 0;
}

.slide_home06 li {
  width: 17.5%;
  padding: 0;
}

.slide_home07 li {
  width: 20%;
  padding: 0;
}

.slide_home08 li {
  width: 22.5%;
  padding: 0;
}

.slide_home09 li {
  width: 25%;
  padding: 0;
}

.slide_home010 li {
  width: 27.5%;
  padding: 0;
}

.purun {
  animation: sc3dk 0.475s ease 0s infinite alternate;
}

@keyframes sc3dk {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.frog {
  transform-origin: center bottom;
  animation: yurayura 1.9s linear infinite;
}

@keyframes yurayura {

  0%,
  100% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }
}

.jump {
  animation: jumpdance 0.6s ease-in-out infinite;
}

@keyframes jumpdance {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.step {
  animation: stepdance 1s ease-in-out infinite;
}

@keyframes stepdance {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-10px);
  }

  75% {
    transform: translateX(10px);
  }
}

.spin {
  animation: rotate-z 2s infinite;
}

@keyframes rotate-z {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lets-groove {
  animation: grooveBounce 1s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes grooveBounce {
  0% {
    transform: translate(0, 0) scale(1);
  }

  20% {
    transform: translate(-10px, -8px) scale(1.05);
  }

  40% {
    transform: translate(10px, 0) scale(0.98);
  }

  60% {
    transform: translate(-8px, -6px) scale(1.04);
  }

  80% {
    transform: translate(8px, 0) scale(1);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

.shoulder-groove {
  animation: shoulderShake 0.4s ease-in-out infinite alternate;
  transform-origin: center center;
}

@keyframes shoulderShake {
  0% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(-2deg);
  }
}

.groove-bounce {
  animation: grooveBounce 0.6s ease-in-out infinite;
}

@keyframes grooveBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.groove-step {
  animation: grooveStep 1.2s ease-in-out infinite;
}

@keyframes grooveStep {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-10px);
  }

  75% {
    transform: translateX(10px);
  }
}

.shoulder-bop {
  transform-origin: center center;
  animation: shoulderBop 0.4s ease-in-out infinite alternate;
}

@keyframes shoulderBop {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

.disco-pose {
  animation: discoPose 2.4s ease-in-out infinite;
}

@keyframes discoPose {

  0%,
  100% {
    transform: scale(1) rotate(0);
  }

  50% {
    transform: scale(1.15) rotate(5deg);
  }
}

#section5 .en-text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18vh;
  width: 100vw;
  overflow: hidden;
}

#section5 .en-text-wrap .en-text {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

#section5 .en-text-wrap .en-text .en-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 15vw;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
  letter-spacing: 0;
  color: #fff;
  padding: 20px 0;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

#section5 .en-text-wrap .en-text .en-text__item:nth-child(odd) {
  animation: MoveLeft41 var(--tick-duration, 36s) var(--tick-delay, -18s) infinite linear;
}

#section5 .en-text-wrap .en-text .en-text__item:nth-child(even) {
  animation: MoveLeft42 var(--tick-duration, 36s) infinite linear;
}

@keyframes MoveLeft41 {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft42 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

#section5 .skip-btn-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1480px) {

  #section1 .skip-btn-wrap,
  #section2 .skip-btn-wrap,
  #section3 .skip-btn-wrap,
  #section4 .skip-btn-wrap,
  #section5 .skip-btn-wrap {
    bottom: 85px;
  }
}

@media (max-width: 990px) {

  #section1 .skip-btn-wrap,
  #section2 .skip-btn-wrap,
  #section3 .skip-btn-wrap,
  #section4 .skip-btn-wrap,
  #section5 .skip-btn-wrap {
    bottom: 95px;
  }

  #section5 .hero {
    padding: 11% 0 0;
  }

  .home-slidewrap02 {
    margin: -4% 0 0;
  }

  .home-slidewrap03 {
    margin: -5% 0 0;
  }

  .home-slidewrap04 {
    margin: -7% 0 0;
  }

  .home-slidewrap05 {
    margin: -8% 0 0;
  }

  .home-slidewrap06 {
    margin: -10% 0 0;
  }

  .home-slidewrap07 {
    margin: -12% 0 0;
  }

  .home-slidewrap08 {
    margin: -15% 0 0;
  }

  .home-slidewrap09 {
    margin: -17% 0 0;
  }

  .home-slidewrap010 {
    margin: -20% 0 0;
  }

  #section5 .en-text-wrap {
    bottom: 140px;
  }
}

@media (orientation: landscape) and (max-width: 990px) {
  #section5 .en-text-wrap .en-text .en-text__item {
    font-size: 9.6vw;
  }

  #section1 .skip-btn-wrap {
    bottom: 80px;
  }

  #section5 .hero {
    padding: 8% 0 0;
  }

  .home-slidewrap02 {
    margin: -5% 0 0;
  }

  .home-slidewrap03 {
    margin: -6% 0 0;
  }

  .home-slidewrap04 {
    margin: -8% 0 0;
  }

  .home-slidewrap05 {
    margin: -10% 0 0;
  }

  .home-slidewrap06 {
    margin: -12% 0 0;
  }

  .home-slidewrap07 {
    margin: -14% 0 0;
  }

  .home-slidewrap08 {
    margin: -16% 0 0;
  }

  .home-slidewrap09 {
    margin: -18% 0 0;
  }

  .home-slidewrap010 {
    margin: -20% 0 0;
  }
}

@media (max-width: 499px) {

  #section1 .skip-btn-wrap,
  #section2 .skip-btn-wrap,
  #section3 .skip-btn-wrap,
  #section4 .skip-btn-wrap,
  #section5 .skip-btn-wrap {
    bottom: 130px;
  }

  #section5 .hero {
    padding: 60px 0 0;
  }

  .home-slidewrap02 {
    margin: 0;
  }

  .home-slidewrap03 {
    margin: -2% 0 0;
  }

  .home-slidewrap04 {
    margin: -3% 0 0;
  }

  .home-slidewrap05 {
    margin: -4% 0 0;
  }

  .home-slidewrap06 {
    margin: -5% 0 0;
  }

  .home-slidewrap07 {
    margin: -6% 0 0;
  }

  .home-slidewrap08 {
    margin: -7% 0 0;
  }

  .home-slidewrap09 {
    margin: -8% 0 0;
  }

  .home-slidewrap010 {
    margin: -10% 0 0;
  }

  #section5 .en-text-wrap {
    bottom: 20%;
  }
}

@media (max-width: 380px) {
  .home-slidewrap02 {
    margin: -2% 0 0;
  }

  .home-slidewrap03 {
    margin: -3% 0 0;
  }

  .home-slidewrap04 {
    margin: -4% 0 0;
  }

  .home-slidewrap05 {
    margin: -5% 0 0;
  }

  .home-slidewrap06 {
    margin: -6% 0 0;
  }

  .home-slidewrap07 {
    margin: -8% 0 0;
  }

  .home-slidewrap08 {
    margin: -10% 0 0;
  }

  .home-slidewrap09 {
    margin: -12% 0 0;
  }

  .home-slidewrap010 {
    margin: -15% 0 0;
  }

  #section5 .en-text-wrap {
    bottom: 25%;
  }
}

/* Section6
* --------------------------------------- */
#section6 {
  margin: 0;
  padding: 10px 0 10px 10px;
  background-color: #fff;
}

#section6 .intro {
  border-right: solid 1px #e60012;
}

/* Chrome, Safari, EdgeなどのWebKitブラウザ対応 */
#section6::-webkit-scrollbar {
  width: 24px;
  /* ← ここで太さを調整（デフォルトより少し太め） */
}

/* スクロールバーのトラック（背景） */
#section6::-webkit-scrollbar-track {
  background: #fff;
  /* 任意の背景色 */
}

/* スクロールバーのつまみ */
#section6::-webkit-scrollbar-thumb {
  background: #000;
  /* 任意の色 */
}

/* スクロールバーつまみにホバーした時 */
#section6::-webkit-scrollbar-thumb:hover {
  background: #666;
}

@media (max-width: 499px) {
  #section6::-webkit-scrollbar {
    width: 0;
    /* ← ここで太さを調整（デフォルトより少し太め） */
  }
}

#section6 .section6-header {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#section6 .section6-header .section6-header-inner {
  margin-left: 0;
  margin-right: 0;
}

#section6 .section6-header .section6-header-inner .col-sm-6 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#section6 .section6-header .section6-header-inner .col-sm-6 .sc6-head-imgwrap {
  display: block;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  background-color: #fff;
}

#section6 .section6-header .text-left-wrapper {
  display: block;
  padding-top: 8%;
  padding-left: 4%;
  padding-right: 0;
  background-color: #f5f5f5;
}

#section6 .section6-header .text-left-wrap {
  display: block;
  width: 100%;
  margin: 0 0 6%;
}

#section6 .section6-header .text-left-wrap .left-texts {
  display: block;
  font-size: 7.2vw;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.5vw;
  text-align: left;
  color: #e60012;
}

#section6 .section6-header .text-left-wrap .left-texts span {
  font-size: 14vw;
  margin: 0;
  padding: 0;
}

#section6 .section6-header .text-left-wrap .left-texts span.hira1 {
  font-size: 11vw;
}

#section6 .section6-header .text-right-wrap {
  display: block;
  width: 100%;
  margin: 0 0 5%;
}

#section6 .section6-header .text-right-wrap .right-texts {
  display: block;
  font-size: 7.6vw;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.5vw;
  text-align: left;
  color: #e60012;
}

#section6 .section6-header .text-right-wrap .right-texts span.hira1 {
  font-size: 6.4vw;
  margin: 0;
  padding: 0;
}

#section6 .section6-header .text-right-wrap .right-texts2 {
  display: block;
  font-size: 9.6vw;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.5vw;
  text-align: left;
  color: #e60012;
  margin: 0;
  padding: 0;
}

#section6 .section6-texts {
  display: block;
  font-size: 2.6vw;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: #e60012;
  text-align: left;
  margin: 0;
  padding: 0;
}

#section6 .section6-s-texts {
  display: block;
  font-size: 1.1vw;
  font-weight: 400;
  font-style: italic;
  font-family: "corporate-logo-ver2", sans-serif;
  margin: 0;
  padding: 0;
}

#section6 .section6-leads-texts01 {
  display: block;
  font-size: 2.2vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1.2;
  font-feature-settings: "palt";
  color: #e60012;
  text-align: left;
  margin: 0 0 5%;
  padding: 0;
}

#section6 .section6-leads-texts02 {
  display: block;
  font-size: 2.5vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1.2;
  font-feature-settings: "palt";
  color: #e60012;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media (max-width: 1480px) {
  #section6 .section6-header .text-left-wrapper {
    padding-top: 9%;
  }
}

@media (max-width: 1200px) {
  #section6 .section6-texts {
    font-size: 2.4vw;
  }

  #section6 .section6-texts span {
    font-size: 1.4vw;
  }
}

@media (max-width: 990px) {
  #section6 .section6-header .text-left-wrapper {
    padding-top: 18%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 8%;
  }

  #section6 .section6-header .text-left-wrap .left-texts {
    font-size: 11vw;
    text-align: center;
  }

  #section6 .section6-header .text-left-wrap .left-texts span.hira1 {
    font-size: 18vw;
  }

  #section6 .section6-header .text-left-wrap .left-texts span {
    font-size: 22vw;
  }

  #section6 .section6-header .text-right-wrap .right-texts {
    font-size: 14vw;
    text-align: center;
  }

  #section6 .section6-header .text-right-wrap .right-texts span.hira1 {
    font-size: 11vw;
  }

  #section6 .section6-texts {
    font-size: 5vw;
    text-align: center;
  }

  #section6 .section6-s-texts {
    font-size: 1.5rem;
    text-align: center;
  }

  #section6 .section6-texts span {
    font-size: 2.4vw;
  }

  #section6 .section6-leads-texts01 {
    font-size: 4.4vw;
    text-align: center;
  }

  #section6 .section6-header .text-right-wrap .right-texts2 {
    font-size: 18vw;
    text-align: center;
  }

  #section6 .section6-leads-texts02 {
    font-size: 5.4vw;
    text-align: center;
  }
}

@media (max-width: 499px) {
  #section6 {
    padding: 10px 10px 10px 10px;
  }

  #section6 .section6-header .text-left-wrapper {
    padding-top: 25%;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 10%;
  }

  #section6 .section6-texts {
    font-size: 5.4vw;
    text-align: center;
  }

  #section6 .section6-texts span {
    font-size: 1.5rem;
  }
}

/* Section6 Second Section
* --------------------------------------- */
#section6 .section6-second-contents {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
}

#section6 .section6-second-contents .section6-second-contents-wrapper {
  margin: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section6-second-imgs-wrap {
  margin: 0;
  padding: 0;
}

.section6-second-contents-titles {
  display: block;
  font-size: 8.4vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -0.2vw;
  text-align: center;
  color: #e60012;
  margin: 3% 0 2%;
  padding: 0;
}

.section6-second-contents-titles span {
  font-size: 7.2vw;
}

.section6-second-contents-wrapper2 {
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 0;
}

.section6-second-contents-wrap2 {
  padding-top: 3%;
  padding-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
}

.section6-second-imgs-wrap2 {
  margin: 0 0 30px;
}

h2.section6-second-contents-subtitles {
  position: relative;
  margin: 0 0 20px;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 5px;
  border: 3px solid #000;
  box-shadow: -3px 3px 0 0 #000;
  font-size: 3vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.1vw;
  text-align: center;
}

h2.section6-second-contents-subtitles:before,
h2.section6-second-contents-subtitles:after {
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

h2.section6-second-contents-subtitles:before {
  top: 100%;
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #000;
  border-right-color: #000;
  border-width: 10px;
}

h2.section6-second-contents-subtitles:after {
  top: 99%;
  margin-left: -7px;
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
}

a.section6-second-contents-link-subtitles {
  display: block;
  margin: 0;
  padding: 0;
}

a.section6-second-contents-link-subtitles h3 {
  display: flex;
  align-items: center;
  font-size: 1.4vw;
  font-weight: 700;
  font-style: italic;
  font-family: "corporate-logo-ver2", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #e60012;
  margin: 0;
  padding: 10px 0 10px 30px;
  overflow: hidden;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a.section6-second-contents-link-subtitles h3 i {
  display: inline-block;
  font-size: 2vw;
  padding: 0 6px 0 0;
}

a.section6-second-contents-link-subtitles h3:hover {
  letter-spacing: 0.3vw;
}

@media (max-width: 1200px) {
  a.section6-second-contents-link-subtitles h3 {
    font-size: 1.8vw;
  }
}

@media (max-width: 990px) {
  #section6 .section6-second-contents .section6-second-contents-wrapper {
    padding-bottom: 9%;
  }

  .section6-second-contents-wrap2 {
    padding-left: 6%;
    padding-right: 6%;
  }

  h2.section6-second-contents-subtitles {
    font-size: 5.4vw;
  }

  a.section6-second-contents-link-subtitles h3 i {
    font-size: 4.8vw;
  }

  a.section6-second-contents-link-subtitles h3 {
    font-size: 4vw;
  }
}

@media (max-width: 499px) {
  .section6-second-contents-wrap2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  h2.section6-second-contents-subtitles {
    font-size: 7.2vw;
  }

  a.section6-second-contents-link-subtitles h3 i {
    font-size: 6vw;
  }

  a.section6-second-contents-link-subtitles h3 {
    font-size: 5.4vw;
    padding: 10px 0 10px 10px;
  }
}

/* Link Btn
 * --------------------------------------- */
.btn-wrapper {
  display: block;
  margin: 2% auto;
  padding: 0;
}

.linkbutton-content {
  display: block;
  position: relative;
  width: 80%;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  background-color: transparent;
  line-height: 74px;
  border: solid 2px #e60012;
  border-radius: 8px;
  overflow: hidden;
}

.linkbutton-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #e60012;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.linkbutton-content:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.linkbutton-content .text {
  display: inline-block;
  position: relative;
  font-size: 1.5vw;
  font-weight: 600;
  letter-spacing: 0;
  color: #e60012;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}

.linkbutton-content:hover {
  border: solid 2px #e60012;
}

.linkbutton-content:hover .text {
  color: #fff;
}

.linkbutton-content .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #e60012;
  position: absolute;
  right: 20px;
  top: 42%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}

.linkbutton-content:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

@media (max-width: 1200px) {
  .linkbutton-content {
    padding: 0 10px;
  }

  .linkbutton-nav .text {
    font-size: 1.2rem;
  }
}

@media (max-width: 990px) {
  .linkbutton-content {
    padding: 0 20px;
  }

  .linkbutton-nav .text {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .linkbutton-content .text {
    font-size: 2.4vw;
  }
}

@media (max-width: 499px) {
  .linkbutton-content {
    text-align: left;
  }

  .linkbutton-content .text {
    font-size: 4vw;
  }
}

/* Section6 Works Section
* --------------------------------------- */
section.works-section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5% 0;
  background-color: #e60012;
}

.works-contents-wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.home-works-contents-wrap {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.home-works03-subleads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 7.2vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  letter-spacing: -0.2vw;
  color: #fff;
  margin: 0 auto 20px;
  padding: 0;
}

.home-works-title-texts {
  display: block;
  font-size: 1.1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin: 0 0 4%;
  padding: 0;
}

.home-works-title-texts br.br {
  display: none;
}

.home-works-title-texts span {
  font-size: 4.8vw;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
}

.works-contents-wrappers {
  margin-left: 30px;
  margin-right: 30px;
}

.works-contents-wraps {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5%;
}

.works-contents-wrap-inner {
  padding: 0;
  margin: 0;
}

.home-works-img-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  border: solid 0px #fff;
  border-radius: 6px;
  overflow: hidden;
}

.home-works-img-wrap a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}

.home-works-img-wrap a img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.works-company-name {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin: 20px 10px 20px;
  padding: 0;
}

.works-company-name span {
  font-size: 1.4rem;
  padding: 0 0 0 5px;
}

.works-happen-wrapper {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.works-happen-marks-wrap {
  width: 30%;
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.works-happen-marks {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #e60012;
}

.works-happen-texts-wrap {
  display: flex;
  align-items: center;
  width: 60%;
  margin: 0 0 0 3%;
  padding: 0;
}

.works-happen-texts {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media (max-width: 1480px) {
  .works-company-name {
    font-size: 1.1vw;
  }

  .works-company-name span {
    font-size: 0.9vw;
  }

  .works-happen-texts {
    font-size: 1.4rem;
  }
}

@media (max-width: 1200px) {
  .home-works-title-texts {
    font-size: 1.5vw;
  }

  .home-works-title-texts span {
    font-size: 6vw;
  }

  .works-company-name {
    font-size: 1.8vw;
  }

  .works-company-name span {
    font-size: 1.6vw;
  }

  .works-happen-texts {
    font-size: 1.5vw;
  }
}

@media (max-width: 990px) {
  section.works-section {
    padding: 10% 0 9%;
  }

  .home-works-title-texts {
    font-size: 2.4vw;
  }

  .home-works-title-texts span {
    font-size: 9.6vw;
  }

  .works-company-name {
    font-size: 2.4vw;
    margin: 20px 10px 10px;
  }

  .works-company-name span {
    font-size: 2vw;
  }

  .works-happen-texts {
    font-size: 2vw;
  }
}

@media (max-width: 499px) {
  .home-works-title-texts {
    font-size: 1.5rem;
    margin: 0 0 30px;
    padding: 0 10px;
  }

  .home-works-title-texts br.br {
    display: block;
  }

  .works-contents-wrappers {
    margin-left: 0px;
    margin-right: 0px;
  }

  .works-contents-wraps {
    padding-bottom: 10%;
  }

  .works-company-name {
    font-size: 4vw;
  }

  .works-company-name span {
    font-size: 3.6vw;
  }

  .works-happen-texts {
    font-size: 4vw;
  }
}

/* Works Link Btn
 * --------------------------------------- */
.works-btn-wrapper {
  display: block;
  margin: 0 auto 2%;
  padding: 0;
}

.works-linkbutton-content {
  display: block;
  position: relative;
  width: 80%;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  background-color: transparent;
  line-height: 74px;
  border: solid 2px #fff;
  border-radius: 8px;
  overflow: hidden;
}

.works-linkbutton-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #fff;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.works-linkbutton-content:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.works-linkbutton-content .text {
  display: inline-block;
  position: relative;
  font-size: 1.5vw;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}

.works-inkbutton-content:hover {
  border: solid 2px #fff;
}

.works-linkbutton-content:hover .text {
  color: #e60012;
}

.works-linkbutton-content .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  top: 42%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}

.works-linkbutton-content:hover .arrow {
  border-color: transparent transparent transparent #e60012;
  right: 25px;
}

@media (max-width: 1200px) {
  .works-linkbutton-content {
    padding: 0 10px;
  }

  .works-linkbutton-nav .text {
    font-size: 1.2rem;
  }
}

@media (max-width: 990px) {
  .works-linkbutton-content {
    padding: 0 20px;
  }

  .works-linkbutton-nav .text {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .works-linkbutton-content .text {
    font-size: 2.4vw;
  }
}

@media (max-width: 499px) {
  .works-linkbutton-content {
    text-align: left;
  }

  .works-linkbutton-content .text {
    font-size: 4vw;
  }
}

/* Section6 Voice Section
* --------------------------------------- */
#section6 .voice-section {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.home-voice-contents-wrapper {
  margin: 0;
  padding-top: 5%;
  padding-bottom: 4%;
  padding-left: 0;
  padding-right: 0;
}

.home-voice-title {
  display: block;
  font-size: 8.4vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  letter-spacing: -0.2vw;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0;
}

.home-voice-title-texts {
  display: block;
  font-size: 1.1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #e60012;
  text-align: center;
  margin: 2% 0 3%;
  padding: 0;
}

.home-voice-title-texts br {
  display: none;
}

.voice-slider-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5%;
}

#voice-splide {
  width: 100%;
  overflow: visible;
}

.voice-slide-contents-wrap {
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
}

.voice-slide-img-wrap {
  position: relative;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.voice-slide-img-wrap a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}

.voice-slide-img-wrap a img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

#voice-splide .voice-slide-texts-wrap,
.voice-list .voice-slide-texts-wrap {
  padding-left: 4%;
  padding-right: 4%;
}

#voice-splide .voice-slide-texts-wrap .voice-voice-title,
.voice-list .voice-slide-texts-wrap .voice-voice-title {
  display: block;
  font-size: 2vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: -0.1vw;
  color: #e60012;
  text-align: center;
  margin: 0;
  padding: 4% 0;
}

.voice-list .voice-slide-texts-wrap .voice-voice-title {
  font-size: min(2vw, 26px);
}

#voice-splide .voice-slide-texts-wrap .voice-company-name,
.voice-list .voice-slide-texts-wrap .voice-company-name {
  display: block;
  font-size: 1.1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #e60012;
  text-align: center;
  margin: 0 0 2%;
  padding: 0;
}

#voice-splide .voice-slide-texts-wrap .voice-post-name,
.voice-list .voice-slide-texts-wrap .voice-post-name {
  display: block;
  font-size: 1.1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #e60012;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

#voice-splide .splide__arrow {
  position: absolute;
  top: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 5em;
  height: 5em;
  padding: 0;
  opacity: 1;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  background: #e60012;
  border: 0;
  border-radius: 50%;
  z-index: 1;
}

#voice-splide .splide__arrow--next {
  right: 26.5%;
}

#voice-splide .splide__arrow--prev {
  left: 26.5%;
}

#voice-splide .splide__arrow:hover {
  transform: translateY(-50%) scale(1.2, 1.2);
  -webkit-transform: translateY(-50%) scale(1.2, 1.2);
  -ms-transform: translateY(-50%) scale(1.2, 1.2);
}

button.splide__arrow:focus {
  outline: none;
  outline: none;
}

#voice-splide .splide__arrow svg {
  fill: #fff;
}

#voice-splide .splide__pagination {
  display: none;
}

@media (max-width: 1200px) {
  .home-voice-title-texts {
    font-size: 1.5vw;
  }

  #voice-splide .voice-slide-texts-wrap .voice-company-name,
  .voice-list .voice-slide-texts-wrap .voice-company-name {
    font-size: 1.4vw;
  }

  #voice-splide .voice-slide-texts-wrap .voice-post-name,
  .voice-list .voice-slide-texts-wrap .voice-post-name {
    font-size: 1.5vw;
  }
}

@media (max-width: 990px) {
  .home-voice-contents-wrapper {
    padding-top: 10%;
    padding-bottom: 9%;
  }

  .home-voice-title-texts {
    font-size: 2.4vw;
    text-align: left;
    padding: 0 6%;
  }

  .splide__track--draggable {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  #voice-splide .splide__arrow {
    width: 3em;
    height: 3em;
  }

  #voice-splide .splide__arrow--next {
    right: 16.5%;
  }

  #voice-splide .splide__arrow--prev {
    left: 16.5%;
  }

  #voice-splide .voice-slide-texts-wrap .voice-voice-title,
  .voice-list .voice-slide-texts-wrap .voice-voice-title {
    font-size: 3.2vw;
  }

  #voice-splide .voice-slide-texts-wrap .voice-company-name,
  .voice-list .voice-slide-texts-wrap .voice-company-name {
    font-size: 2.4vw;
  }

  #voice-splide .voice-slide-texts-wrap .voice-post-name,
  .voice-list .voice-slide-texts-wrap .voice-post-name {
    font-size: 2.4vw;
  }
}

@media (max-width: 499px) {
  .home-voice-title-texts {
    font-size: 1.5rem;
    margin: 0 0 8%;
  }

  .splide__track--draggable {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  #voice-splide .splide__arrow--next {
    right: 0;
  }

  #voice-splide .splide__arrow--prev {
    left: 0;
  }

  .voice-slider-wrapper {
    margin-bottom: 10%;
  }

  #voice-splide .voice-slide-texts-wrap .voice-voice-title,
  .voice-list .voice-slide-texts-wrap .voice-voice-title {
    font-size: 4.4vw;
    line-height: 1.4;
  }

  #voice-splide .voice-slide-texts-wrap .voice-company-name,
  .voice-list .voice-slide-texts-wrap .voice-company-name {
    font-size: 3.8vw;
  }

  #voice-splide .voice-slide-texts-wrap .voice-post-name,
  .voice-list .voice-slide-texts-wrap .voice-post-name {
    font-size: 3.8vw;
  }
}

/* Section6 Integrant Section
* --------------------------------------- */
#section6 .section6-integrant-contents {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #e60012;
}

.section6-integrant-contents-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.section6-integrant-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}

.section6-integrant-imgs-wrap {
  margin: 0;
  padding: 0 5% 0 0;
}

.section6-integrant-titles {
  position: absolute;
  top: 33%;
  left: 5%;
  display: block;
  font-size: 6vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -0.2vw;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
}

.section6-integrant-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5%;
}

.section6-integrant-wrap {
  padding-left: 0;
  padding-right: 0;
}

.section6-integrant-subwrap {
  margin: 0;
  padding: 2% 0 0 5%;
}

.section6-integrant-number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.section6-integrant-number {
  display: block;
  font-size: 3vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0;
}

.section6-integrant-subtitles-wrap {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 5%;
}

.section6-integrant-subtitles {
  display: block;
  font-size: 3.8vw;
  font-weight: 600;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.1vw;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .section6-integrant-number {
    font-size: 3.2vw;
  }

  .section6-integrant-subtitles {
    font-size: 3.6vw;
  }
}

@media (max-width: 990px) {
  #section6 .section6-integrant-contents {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .section6-integrant-title-wrapper {
    display: block;
  }

  .section6-integrant-titles {
    position: relative;
    top: auto;
    left: auto;
    font-size: 8.4vw;
    margin: 0 6% 4%;
    padding: 0;
  }

  .section6-integrant-subwrap {
    padding: 3% 6% 0 6%;
  }

  .section6-integrant-number {
    font-size: 4.8vw;
  }

  .section6-integrant-subtitles {
    font-size: 4.8vw;
    line-height: 1.3;
  }
}

@media (max-width: 499px) {
  .section6-integrant-imgs-wrap {
    padding: 0;
  }

  .section6-integrant-wrapper {
    margin-bottom: 8%;
  }
}

/* Section6 Fee Section
* --------------------------------------- */
#section6 .section6-fee-contents {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 6%;
  padding-bottom: 6%;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

.section6-fee-titles-wrapper {
  margin-left: 5%;
  margin-right: 5%;
}

.section6-fee-imgs-wrap {
  margin: 0 0 5%;
}

.section6-fee-titles {
  display: block;
  font-size: 8.4vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.2vw;
  text-align: center;
  color: #e60012;
  margin: 0 0 5%;
  padding: 0;
}

.section6-fee-leads {
  display: block;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  color: #e60012;
  margin: 0 10% 5%;
  padding: 0;
}

@media (max-width: 990px) {
  #section6 .section6-fee-contents {
    padding-top: 10%;
    padding-bottom: 9%;
  }

  .section6-fee-titles br {
    display: none;
  }

  .section6-fee-leads {
    font-size: 2.4vw;
  }
}

@media (max-width: 499px) {
  .section6-fee-titles {
    font-size: 9.6vw;
    margin: 0 0 8%;
  }

  .section6-fee-leads {
    font-size: 1.5rem;
  }
}

/* Section6 Topics Section
* --------------------------------------- */
#section6 .section6-topics-contents {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-bottom: 4%;
  background-color: #e60012;
}

.section6-topics-titles {
  display: block;
  font-size: 8.4vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.2vw;
  text-align: center;
  color: #fff;
  margin: 0 0 5%;
  padding: 0;
}

.home-topics-slide-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5%;
}

.splide .is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide {
  width: 100%;
  position: relative;
  visibility: hidden;
}

.splide__slide.home-topics-slide-wrap {
  position: relative;
  display: block;
  height: auto;
  background-color: #fff;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.splide__slide.home-topics-slide-wrap a {
  display: block;
  overflow: hidden;
}

.splide__slide.home-topics-slide-wrap a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}

.splide__slide.home-topics-slide-wrap a img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.topics-slide-titlewrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 10% 20px;
}

.topics-slide-category {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  align-self: center;
  padding: 5px 8px;
  margin: 0 auto 0 0;
  background-color: #e60012;
}

.topics-slide-day {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #e60012;
  text-align: right;
  padding: 10px 0 0;
  margin: 0 auto 0 0;
}

.topics-slide-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #e60012;
  text-align: left;
  margin: 0;
  padding: 15px 0;
}

.topics-slide-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  color: #e60012;
  text-align: left;
  margin: 0;
  padding: 0;
}

#my-splide .splide__arrow {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  background: #000;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  z-index: 1;
}

#my-splide .splide__arrow--prev {
  left: 18%;
}

#my-splide .splide__arrow--next {
  right: 18%;
}

#my-splide .splide__arrow:hover {
  transform: translateY(-50%) scale(1.2, 1.2);
  -webkit-transform: translateY(-50%) scale(1.2, 1.2);
  -ms-transform: translateY(-50%) scale(1.2, 1.2);
}

#my-splide .splide__arrow svg {
  fill: #fff;
}

#my-splide .splide__pagination {
  display: none;
}

@media (max-width: 990px) {
  #section6 .section6-topics-contents {
    padding-top: 10%;
    padding-bottom: 9%;
  }

  .topics-slide-category {
    font-size: 1.6rem;
  }

  .topics-slide-day {
    font-size: 1.4rem;
  }

  .topics-slide-title {
    font-size: 2.8vw;
  }

  .topics-slide-text {
    font-size: 1.5rem;
  }

  #my-splide .splide__arrow {
    width: 3em;
    height: 3em;
  }

  #my-splide .splide__arrow--prev {
    left: 16.5%;
  }

  #my-splide .splide__arrow--next {
    right: 16.5%;
  }
}

@media (max-width: 499px) {
  .section6-topics-titles {
    font-size: 10.8vw;
    margin: 0 0 8%;
  }

  .home-topics-slide-wrapper {
    margin-bottom: 10%;
  }

  .topics-slide-title {
    font-size: 4.4vw;
  }

  .topics-slide-text {
    font-size: 1.3rem;
  }

  #my-splide .splide__arrow--prev {
    left: 0;
  }

  #my-splide .splide__arrow--next {
    right: 0;
  }
}

/* Section6 Access Section
* --------------------------------------- */
#section6 .section6-access-contents {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}

.section6-access-wrapper {
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 4%;
}

.section6-access-wrap {
  padding-left: 1%;
  padding-right: 1%;
}

.access-map-text-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

.access-map-title {
  display: block;
  font-size: 4.4vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  color: #e60012;
  line-height: 1;
  margin: 0;
  padding: 0 0 20px;
}

.access-map-address {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #e60012;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.access-map-address br {
  display: none;
}

.access-map-address a.address-gm {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #e60012;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px 0 20px;
}

.access-map-address a.address-gm:hover {
  color: #000;
}

.access-gmap-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-radius: 10px;
  overflow: hidden;
}

.access-map-traffic {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #e60012;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 10px 30px;
}

.access-footer-title {
  display: block;
  font-size: 4.4vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  color: #e60012;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0 0 3%;
}

.access-footer-text {
  display: block;
  font-size: 1.1vw;
  font-weight: 400;
  color: #e60012;
  text-align: center;
  line-height: 1.8;
  margin: 0;
  padding: 0 10%;
}

@media (max-width: 1200px) {
  .access-map-address {
    font-size: 1.5rem;
  }

  .access-map-address a.address-gm {
    font-size: 1.2rem;
  }

  .access-map-traffic {
    font-size: 1.4rem;
  }

  .access-footer-text {
    font-size: 1.5vw;
    text-align: left;
  }

  .access-footer-text br {
    display: none;
  }
}

@media (max-width: 990px) {
  #section6 .section6-access-contents {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section6-access-wrapper {
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 0;
  }

  .access-map-address {
    font-size: 1.8rem;
  }

  .access-map-address a.address-gm {
    font-size: 1.4rem;
  }

  .access-map-traffic {
    font-size: 1.6rem;
  }

  .access-gmap-wrap {
    margin-bottom: 6%;
  }

  .access-footer-text {
    font-size: 2.4vw;
    line-height: 1.6;
  }
}

@media (max-width: 499px) {
  .access-map-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .access-map-title {
    font-size: 6vw;
  }

  .access-map-address {
    font-size: 1.5rem;
  }

  .access-map-address br {
    display: block;
  }

  .access-map-address a.address-gm {
    font-size: 1.2rem;
  }

  .access-map-traffic {
    font-size: 1.4rem;
  }

  .access-gmap-wrap {
    margin-bottom: 10%;
  }

  .access-footer-title {
    font-size: 4.8vw;
    padding: 0 0 5%;
  }

  .access-footer-text {
    font-size: 1.5rem;
  }
}

/* Section6 Contact Section
* --------------------------------------- */
#section6 .section6-contact-contents {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5% 0 5%;
  background-color: #e60012;
}

.section6-contact-titles {
  display: block;
  font-size: 8.4vw;
  font-weight: 700;
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.2vw;
  text-align: center;
  color: #fff;
  margin: 0 0 5%;
  padding: 0;
}

.section6-contact-lead {
  display: block;
  margin: 0 0 2%;
  padding: 0;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

a.section6-contact-tel {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  font-size: 4.8vw;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.section6-contact-tel-uke {
  display: block;
  margin: 0 0 2%;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}

.section6-contact-lead-footer {
  display: block;
  margin: 0 5% 5%;
  padding: 0;
  font-size: 1.2vw;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

@media (max-width: 1200px) {
  .section6-contact-lead {
    font-size: 1.5vw;
  }

  .section6-contact-lead-footer {
    font-size: 1.5vw;
  }
}

@media (max-width: 990px) {
  #section6 .section6-contact-contents {
    padding: 10% 6% 9%;
  }

  .section6-contact-lead {
    font-size: 2vw;
  }

  .section6-contact-lead-footer {
    font-size: 2vw;
  }
}

@media (max-width: 499px) {
  .section6-contact-titles {
    font-size: 9.6vw;
    margin: 0 0 10%;
  }

  .section6-contact-lead {
    font-size: 3.6vw;
    margin: 0 0 7%;
  }

  .section6-contact-lead br {
    display: none;
  }

  a.section6-contact-tel {
    font-size: 8.4vw;
  }

  .section6-contact-tel-uke {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin: 0 0 10%;
  }

  .section6-contact-lead-footer {
    font-size: 4vw;
    text-align: left;
    margin: 0 0 10%;
  }

  .section6-contact-lead-footer br {
    display: none;
  }
}

/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------- */
section.footer-section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5% 5% 6%;
  background-color: #fff;
}

.footer-contents-wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: solid 1px #ccc;
}

.footer-contents-wrap {
  padding: 0;
}

.footer-logo-wrapper {
  margin: 0;
  padding: 0 5%;
}

.footer-logo-wrap {
  display: block;
  width: 200px;
  padding: 0;
  margin: 0;
}

.footer-menu-top {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.footer-menu-top a {
  display: block;
  width: 100%;
  font-size: 1.2vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #e60012;
  margin: 0;
  padding: 0;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer-menu-top a:hover {
  color: #000;
  letter-spacing: 4px;
}

.footer-nav {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 10%;
  padding: 0;
}

.footer-nav li.menu-list {
  margin: 0;
  padding: 6px 0;
}

.footer-nav li a {
  display: block;
  width: 100%;
  font-size: 1.1vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #e60012;
  margin: 0;
  padding: 0;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer-nav li a:hover {
  color: #000;
  letter-spacing: 4px;
}

.footer-nav-second-wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1%;
  margin-bottom: 3%;
  border-bottom: solid 1px #ccc;
}

.footer-nav-second {
  display: block;
  width: 100%;
  margin: 0 0 10%;
  padding: 0;
}

.footer-nav-second a {
  display: block;
  width: 100%;
  font-size: 1vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #e60012;
  text-align: center;
  margin: 0;
  padding: 0;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer-nav-second a:hover {
  color: #000;
  letter-spacing: 2px;
}

.footer-last-wrap {
  display: block;
  margin: 3% 0;
  padding: 3% 0 0;
}

.footer-name-wrap {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #e60012;
  text-align: left;
  padding: 0 0 10px;
  margin: 0;
}

.footer-address {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  color: #e60012;
  text-align: left;
  padding: 0 0 10px;
  margin: 0;
}

.footer-address br {
  display: none;
}

.footer-address span.footer-gmap {
  display: block;
  margin: 0;
  padding: 5px 0 0;
}

.footer-address span.footer-gmap a {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
  color: #e60012;
}

.footer-tel-wrapper {
  padding: 0;
}

.footer-tel-wrap01 {
  display: inline-block;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: left;
}

.footer-tel-wrap02 {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}

a.footer-tel {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0px;
  color: #e60012;
  margin: 0;
  padding: 5px 0;
}

.footer-img-wrap {
  margin: 0;
  padding: 0 10%;
}

.footer-copyright {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #e60012;
  text-align: center;
  margin: 20px 0 0;
  padding: 0;
}

.footer-menu-pri {
  display: inline-block;
  margin: 20px 0 0;
  padding: 0;
}

.footer-menu-pri a {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #e60012;
  margin: 0;
  padding: 0;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer-menu-pri a i {
  font-size: 1.8rem;
}

.footer-menu-pri a:hover {
  color: #000;
}

@media (max-width: 1480px) {
  .footer-menu-top a {
    font-size: 1.3vw;
  }

  .footer-menu-second a {
    font-size: 1.1vw;
  }

  .footer-nav li a {
    font-size: 1.1vw;
  }

  .footer-menu li a {
    font-size: 1.1vw;
  }

  .footer-nav-second a {
    font-size: 1.2vw;
  }
}

@media (max-width: 1300px) {
  .footer-menu-second a {
    font-size: 1vw;
  }
}

@media (max-width: 1200px) {
  section.footer-section {
    padding: 5% 5% 8%;
  }
}

@media (max-width: 990px) {
  section.footer-section {
    padding: 10% 6% 9%;
  }

  .footer-logo-wrap {
    width: 200px;
    margin: 0 auto 20px;
    text-align: center;
  }

  .footer-name-wrap {
    text-align: center;
    padding: 0 0 10px;
  }

  .footer-address {
    text-align: center;
    font-size: 1.6rem;
  }

  .footer-address span.footer-gmap {
    margin: 0 auto;
    padding: 5px 0 0;
  }

  .footer-tel-wrapper {
    padding: 0;
  }

  .footer-tel-wrap01 {
    display: block;
    padding: 0 0 5px;
    text-align: center;
  }

  .footer-tel-wrap02 {
    display: block;
    padding: 0 0 10px;
    text-align: center;
  }

  a.footer-tel {
    font-size: 1.8rem;
  }

  .footer-menu-pri {
    display: block;
    margin: 10px auto 0;
    text-align: center;
  }

  .footer-contents-wrap {
    padding: 3% 7% 4% 7%;
  }

  .footer-menu {
    margin: 10px 0 3%;
  }

  .footer-menu-top {
    margin: 2% 0 3%;
  }

  .footer-menu-top a {
    font-size: 2.4vw;
  }

  .footer-menu-second a {
    font-size: 2.4vw;
  }

  .footer-nav li.menu-list {
    padding: 8px 0;
  }

  .footer-nav li a {
    font-size: 1.8vw;
  }

  .footer-nav-second a {
    font-size: 2.4vw;
  }

  .footer-img-wrap {
    margin: 0 0 5%;
    padding: 0;
  }

  .footer-menu li a {
    font-size: 2.4vw;
  }

  .footer-copyright {
    font-size: 1.5rem;
    margin: 4% 0 4%;
  }
}

@media (max-width: 749px) {
  .footer-menu-second a {
    font-size: 1.9vw;
  }
}

@media (max-width: 499px) {
  section.footer-section {
    padding: 10% 4% 100px;
  }

  .footer-contents-wrapper {
    padding-bottom: 8%;
    margin-bottom: 8%;
  }

  .footer-contents-wrap {
    padding: 30px 7.5% 60px;
  }

  .footer-logo-wrap {
    margin: 0 auto 20px;
  }

  .footer-name-wrap {
    font-size: 1.5rem;
    padding: 0 0 20px;
  }

  .footer-address {
    font-size: 1.5rem;
  }

  .footer-menu {
    margin: 10px 0 20px;
  }

  .footer-nav-second-wrapper {
    padding-bottom: 8%;
    margin-bottom: 8%;
  }

  .footer-menu-top {
    margin: 0 0 15px;
  }

  .footer-menu-top a {
    font-size: 1.6rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .footer-nav li.menu-list {
    padding: 10px 0;
  }

  .footer-nav li a {
    font-size: 1.5rem;
  }

  .footer-nav-second a {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .footer-menu li a {
    font-size: 1.3rem;
  }

  .footer-menu-second {
    margin: 0 0 15px;
  }

  .footer-menu-second a {
    font-size: 1.6rem;
  }

  .footer-last-wrap {
    margin: 25px 0;
    padding: 30px 0 0;
  }

  .footer-address br {
    display: block;
  }
}

/* ------------------------------------------------------------------
Scroll UP
------------------------------------------------------------------- */
#backToTopInSection6 {
  position: fixed;
  bottom: 66px;
  right: 25px;
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 50px;
  font-size: 2rem;
  color: #fff;
  background-color: #e60012;
  border-radius: 8px 0 0 0;
  border: none;
}

#backToTopInSection6:hover {
  background-color: #000;
}

#backToTopInSection6:focus {
  outline: none;
  outline: none -webkit-focus-ring-color;
}

@media (orientation: landscape) and (max-width: 990px) {
  #backToTopInSection6 {
    width: 34px;
    height: 30px;
    font-size: 1.8rem;
  }
}

@media (max-width: 749px) {
  #backToTopInSection6 {
    width: 34px;
    height: 30px;
    font-size: 1.8rem;
  }
}

@media (max-width: 499px) {
  #backToTopInSection6 {
    bottom: 71px;
    right: 0;
    width: 34px;
    height: 34px;
    border-radius: 0;
  }
}

/* ------------------------------------------------------------------
Scroll UP Second Page
------------------------------------------------------------------- */
#backToTop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1100;
  display: none;
  /* 最初は非表示 */
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 50px;
  font-size: 2rem;
  color: #fff;
  background-color: #e60012;
  border-radius: 8px 0 0 0;
  border: none;
  cursor: pointer;
}

#backToTop:hover {
  background-color: #000;
}

#backToTop:focus {
  outline: none;
}

@media (orientation: landscape) and (max-width: 990px) {
  #backToTop {
    width: 34px;
    height: 30px;
    font-size: 1.8rem;
  }
}

@media (max-width: 749px) {
  #backToTop {
    width: 34px;
    height: 30px;
    font-size: 1.8rem;
  }
}

@media (max-width: 499px) {
  #backToTop {
    bottom: 71px;
    width: 34px;
    height: 34px;
    border-radius: 0;
  }
}

/* ------------------------------------------------------------------
下層ページ
------------------------------------------------------------------- */

:root {
  --bg-red: #e60012;
  --bg-gray: #f5f5f5;
  --white: #ffffff;
  --whiteTranspearent: rgba(255, 255, 255, 0.5);
  --black: #000000;
  --font-regular: 400;
  --font-medium: 500;
  --font-bold: 700;
  --font-black: 900;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Noto Sans JP", sans-serif;
  --font-family-monospace: "Noto Sans JP", sans-serif;
  --font-family-corporateLogo: "corporate-logo-ver2", sans-serif;
  --font-family-notoSansCjk: "Noto Sans JP", sans-serif;
  --font-family-anton: "Roboto", sans-serif;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body.sub-page-body::before {
  border: none;
}

.mb-0 * {
  margin-bottom: 0;
}

.inner {
  padding-inline: 25px;
  margin-inline: auto;
  width: 100%;
  max-width: 1162px;
}

.to-sides>* {
  opacity: 0;
  transform: translateX(0);
  /* 初期状態は一応リセット */
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
}

.poyo {
  animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}

.sub-header {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#section6.sub-footer {
  padding: 0;
  margin-top: 100px;
}

.sub-fv {
  background-color: var(--bg-red);
  border-radius: 0 0 30px 30px;
  padding-top: 275px;
  padding-bottom: 155px;
}

.sub-fv.sub-fv--square {
  border-radius: 0;
}

.sub-fv__inner.inner {
  padding-inline: 50px;
  max-width: 100%;
}

.sub-fv__title {
  position: relative;
  z-index: 5;
}

.sub-fv__title br {
  display: none;
}

.sub-fv__title-ja {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: clamp(60px, calc((80 / 1300) * 100vw), 80px);
  letter-spacing: -4.02px;
  color: var(--white);
  margin-left: 0.8em;
}

.sub-fv__title-ja small {
  font-size: 0.5em;
  display: block;
  font-family: inherit;
  font-weight: var(--font-bold);
}

.sub-fv__title-ja.sub-fv__title-ja--center {
  text-align: center;
  margin-left: 0;
}

.sub-fv__title-en {
  font-family: var(--font-family-corporateLogo);
  font-style: italic;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  color: #e83640;
  font-size: clamp(120px, calc((160 / 1300) * 100vw), 160px);
  line-height: 1;
  letter-spacing: -0.15em;
  position: absolute;
  z-index: -1;
  top: 50%;

  transform: translateY(-50%);
}

.service-intro {
  background-color: var(--bg-red);
  color: var(--white);
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  padding-block: 120px;
}

.service-intro__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: min(calc((60 / 1345) * 100vw), 60px);
  font-weight: var(--font-black);
}

.service-intro__text {
  font-size: min(calc((40 / 1345) * 100vw), 40px);
  font-weight: var(--font-bold);
}

.service-intro__text {
  margin-top: 40px;
}

.wp-pagenavi {
  display: flex;
  gap: 10px;
}

.wp-pagenavi>a,
.wp-pagenavi>span {
  display: flex;
  font-family: var(--font-family-notoSansCjk);
  font-size: 20px;
  color: var(--black);
  font-weight: var(--font-bold);
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 1;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi>span.current,
.wp-pagenavi>a:hover {
  color: var(--white);
  background-color: var(--bg-red);
  border-color: var(--bg-red);
}

.u-md,
.u-sp {
  display: none;
}

/* 制作実績一覧 */
.sub-works__head {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  gap: 24px 40px;
  flex-wrap: wrap;
}

.sub-works__head-title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 48px;
  letter-spacing: -1px;
  color: var(--black);
}

.sub-works__head-text {
  margin-top: 8px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 21px;
  color: var(--black);
}

.sub-works__cats {
  margin-top: 70px;
}

.sub-works__cat-text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 24px;
  color: var(--black);
}

.sub-works__cat-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--black);
}

.sub-works__cat-item a {
  display: inline-block;
  padding: 8px 24px;
  min-width: 100px;
  text-align: center;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  color: var(--black);
  background-color: var(--white);
  border-radius: 50vh;
}

.sub-works__cat-item.active a,
.sub-works__cat-item a:hover {
  background-color: var(--black);
  color: var(--white);
}

.sub-works__contents-wrap {
  background-color: var(--bg-red);
  margin-top: 80px;
  padding-top: 40px;
}

.sub-works__pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-left: 20px;
  margin-right: 20px;
}

/* 制作実績個別 */

.single-works-fv {
  padding-top: 180px;
  padding-bottom: 30px;
  background-color: var(--bg-red);
}

.single-works-fv__meta {
  display: flex;
  align-items: center;
}

.single-works-fv__client {
  font-family: var(--font-family-notoSansCjk);
  font-size: 27px;
  line-height: calc(30.5 / 27);
  letter-spacing: -1.35px;
  font-weight: var(--font-bold);
  color: var(--white);
}

.single-works-fv__date {
  margin-left: 16px;
  font-family: var(--font-family-anton);
  font-size: 14px;
  line-height: calc(30.5 / 14);
  color: var(--whiteTranspearent);
}

.single-works-fv__title {
  margin-top: 8px;
  font-family: var(--font-family-corporateLogo);
  font-size: clamp(60px, calc((80 / 1345) * 100vw), 80px);
  letter-spacing: -4px;
  color: var(--white);
  font-weight: var(--font-bold);
  font-feature-settings: "palt";
}

.single-works-fv__tags {
  margin-top: 2px;
}

.single-works-fv__tag {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-regular);
  font-size: 16px;
  line-height: calc(30.5 / 16);
  letter-spacing: -0.8px;
  color: var(--white);
}

.single-works-fv__tag::before {
  content: "#";
}

.single-works-fv__tag+.single-works-fv__tag {
  margin-left: 0.5em;
}

.single-works-fv__bottom {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr min(calc((600 / 1300) * 100vw), 600px);
  gap: calc((70 / 1300) * 100vw);
  position: relative;
  z-index: 5;
}

.single-works-fv__content {
  flex: 1;
}

.single-works-fv__sub-title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: 900;
  font-size: 44px;
  font-size: clamp(32px, calc((44 / 1345) * 100vw), 44px);
  line-height: calc(52 / 44);
  letter-spacing: -2px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  font-feature-settings: "palt";
}

.single-works-fv__sub-title::before {
  content: "何が起こった？";
  font-size: 24px;
  line-height: calc(30 / 24);
  letter-spacing: -1px;
}

.single-works-fv__sub-title::after {
  content: "";
  display: block;
  width: calc((138 / 1300) * 100vw);
  max-width: 142px;
  height: 3px;
  background-color: var(--white);
  position: absolute;
  left: 170px;
  top: 14px;
}

.single-works-fv__list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.single-works-fv__list+.single-works-fv__list {
  margin-top: 16px;
}

.single-works-fv__list-title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 17px;
  letter-spacing: 0.85px;
  color: var(--whiteTranspearent);
  width: 40px;
}

.single-works-fv__item {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 16px;
  letter-spacing: 0.8px;
  flex: 1;
}

.single-works-fv__item,
.single-works-fv__item a {
  color: var(--white);
}

.single-works-fv__item span {
  white-space: nowrap;
}

.single-works-fv__item span:not(:first-child):before {
  content: "/";
}

.single-works-fv__img-wrap {
  position: relative;
  z-index: 10;
  margin-right: -42px;

  width: 100%;
  height: 100%;
}

.single-works-fv__img-wrap::before {
  content: "";
  display: block;
  width: calc(100% + (27px * 2));
  height: auto;
  aspect-ratio: 741 / 414;
  position: absolute;
  bottom: calc((-25%) + (-12px));
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: rgba(0, 0, 0, 0.07);
  z-index: -1;
  border-radius: 20px;
  filter: blur(10px);
}

.single-works-fv__img {
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  bottom: -25%;
  left: 0;
}

.single-works-fv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 741 / 414;
  object-fit: cover;
}

.layout-single-works {
  margin-top: 72px;
}

.works-article__inner {
  background: var(--bg-gray);
  padding: 78px calc((94 / 1345) * 100vw);
}

.works-article h4 {
  font-family: var(--font-family-notoSansCjk);
  font-size: 28px;
  font-weight: var(--font-black);
  color: var(--black);
  margin-top: 25px;
  letter-spacing: -1.5px;
}

.works-article p+p {
  margin-top: 32px;
}

.works-article img,
.works-article img+* {
  margin-top: 100px;
}

.works-list__item {
  color: var(--bg-red) !important;
}

.single-works-other-layout {
  margin-top: 152px;
}

.single-works-other {
  background-color: var(--bg-gray);
  padding-top: 95px;
  padding-bottom: 144px;
}

.single-works-other__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: 52px;
  text-align: center;
  line-height: calc(90 / 52);
  letter-spacing: -2.6px;
  color: var(--black);
  position: relative;
}

.single-works-other__title::after {
  content: "";
  width: min(calc((245 / 1300) * 100vw), 245px);
  max-width: 245px;
  height: auto;
  aspect-ratio: 245 / 235;
  display: block;
  background-image: url("../image/sub/works-other.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(50% - min(46vw, 552px));
  bottom: 27px;
}

.single-works-other__slide {
  margin-top: 52px;
}

.works-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 322 / 177;
  overflow: hidden;
}

.works-list__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 322 / 177;
  transition: transform 0.3s;
}

.works-list__link:hover .works-list__img img {
  transform: scale(1.1);
}

.works-list__title {
  margin-top: 16px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 18px;
  text-align: center;
  letter-spacing: -1px;
  color: var(--black);
  transition: color 0.3s;
}

.works-list__link:hover .works-list__title {
  color: var(--bg-red);
}

#works-splide .splide__pagination {
  bottom: -66px;
}

#works-splide .splide__pagination__page {
  background: var(--white);
  opacity: 1;
  width: 14px;
  height: 14px;
}

#works-splide .splide__pagination__page.is-active {
  background-color: var(--bg-red);
  transform: scale(1);
}

.splide__arrow.works-splide__arrow {
  background-color: var(--bg-red);
  opacity: 1;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  transform: scale(1);
  transition: transform 0.5s;
  top: 35%;
}

.splide__arrow.works-splide__arrow:hover {
  opacity: 1;
  transform: scale(1.2);
}

.splide__arrow.works-splide__arrow svg {
  fill: var(--white);
}

.splide__arrow--prev.works-splide__prev {
  left: calc(50% - min(48vw, 620px));
}

.splide__arrow--next.works-splide__next {
  right: calc(50% - min(48vw, 620px));
}

.single-works-other__button {
  text-align: center;
  margin-top: 135px;
}

.button-square {
  display: inline-block;
  padding: 32px;
  width: 100%;
  max-width: 560px;
  text-align: center;
  border: 1px var(--bg-red) solid;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--bg-red);
  position: relative;
  overflow: hidden;
  z-index: 5;
  transition: color 0.3s;
}

.button-square.button-square--white {
  border-color: var(--white);
  color: white;
}

.button-square.button-square--reverse {
  border-color: var(--white);
  background-color: var(--white);
}

.button-square.button-square--red {
  background-color: var(--bg-red);
  color: var(--white);
}

.button-ellipse {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 32px 60px;
  width: 100%;
  max-width: 460px;
  border: 1px var(--bg-red) solid;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 21px;
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--bg-red);
  position: relative;
  overflow: hidden;
  z-index: 5;
  transition: color 0.3s;
  border-radius: 50vh;
}

.button-square::before,
.button-ellipse::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--bg-red);
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
  transition: right 0.3s;
}

.button-square.button-square--white::before,
.button-square.button-square--red {
  background-color: var(--white);
}

.button-square::after,
.button-ellipse::after {
  content: "";
  width: 22px;
  height: 25px;
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: var(--bg-red);
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.button-square.button-square--white::after,
.button-square.button-square--red {
  background-color: var(--white);
}

.button-square.button-square--noarrow::after {
  display: none;
}

.button-ellipse::after {
  position: static;
  transform: translateY(0);
}

.button-square:hover,
.button-ellipse:hover,
.button-square.button-square--red:hover {
  color: var(--white);
}

.button-square.button-square--white:hover,
.button-square.button-square--red {
  color: var(--bg-red);
}

.button-square:hover.button-square::after,
.button-ellipse:hover.button-ellipse::after {
  background-color: var(--white);
}

.button-square.button-square--white:hover.button-square.button-square--white::after {
  background-color: var(--bg-red);
}

.button-square:hover.button-square::before,
.button-ellipse:hover.button-ellipse::before {
  right: 0;
}

/* お客様の声一覧 */
.sub-voice-layout {
  margin-top: 80px;
}

.sub-voice__head {
  padding-inline: 32px;
  display: flex;
  align-items: center;
}

.sub-voice__head-text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(19px, calc((22 / 1345) * 100vw), 22px);
  line-height: 1.8;
  color: var(--black);
  flex: 1;
}

.sub-voice__head-img {
  width: min(calc(380 / 1345) * 100vw, 380px);
}

.sub-voice__content-inner.inner {
  max-width: 1370px;
  margin-top: 80px;
}

/* お客様の声個別 */

.single-voice-fv {
  background-color: var(--bg-red);
  padding-top: 200px;
  padding-bottom: 132px;
}

.single-voice-fv__contents {
  display: grid;
  column-gap: min(calc((50 / 1300) * 100vw), 50px);
  grid-template-columns: 1fr auto;
}

.single-voice-fv__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(42px, calc((60 / 1300) * 100vw), 60px);
  line-height: calc(72 / 60);
  letter-spacing: -3px;
  color: var(--white);
}

.single-voice-fv__company {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.single-voice-fv__company-name {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 27px;
  line-height: 1;
  letter-spacing: -1.35px;
  color: var(--white);
}

.single-voice-fv__company-url {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.8px;
  color: var(--white);
  margin-left: 20px;
}

.single-voice-fv__company-staff {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.7px;
  color: var(--white);
  display: flex;
  margin-top: 18px;
}

.single-voice-fv__company-staff::before {
  content: "ご担当者様";
  padding-right: 20px;
  border-right: 1px var(--white) solid;
  margin-right: 20px;
}

.single-voice-fv__list {
  margin-top: 27px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 21px 24px;
  align-items: first baseline;
}

.single-voice-fv__list-title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: 16px;
  line-height: calc(30.5 / 16);
  letter-spacing: -0.8px;
  color: var(--white);
}

.single-voice-fv__item {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: 22px;
  line-height: calc(30.5 / 22);
  letter-spacing: -1.1px;
  color: var(--white);
  padding: 8px 0 8px 24px;
  border-left: 2px solid var(--white);
  flex: 1;
}

.single-voice-fv__img-wrap {
  grid-column: 2 /3;
  grid-row: 1 / 5;
  width: calc((437 / 1300) * 100vw);
  max-width: 437px;
  height: auto;
  aspect-ratio: 437 / 380;
  position: relative;
  z-index: 5;
  margin-top: 13px;
}

.single-voice-fv__img-wrap::before {
  content: "";
  width: calc(100% + (27px * 2));
  height: calc(100% + (27px * 2));
  display: block;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(10px);
  opacity: 0.1;
}

.single-voice-fv__img img {
  width: calc((437 / 1300) * 100vw);
  max-width: 437px;
  height: auto;
  aspect-ratio: 437 / 380;
  object-fit: cover;
}

.layout-single-voice {
  margin-top: 98px;
}

.voice-article__inner {
  background: var(--bg-gray);
  padding: 69px calc((94 / 1345) * 100vw);
}

.voice-article * {
  margin-bottom: 0;
}

.works-article *+*,
.support-article *+*,
.voice-article *+* {
  margin-top: 25px;
}

.support-article h2+*,
.works-article h2+*,
.voice-article h2+* {
  margin-top: 16px;
}

.works-article h2,
.support-article h2,
.voice-article h2 {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: -2.1px;
  color: var(--bg-red);
}

.works-article h3,
.support-article h3,
.voice-article h3 {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -1.5px;
  color: var(--black);
}

.works-article p,
.voice-article p,
.voice-article p {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 20px;
  line-height: calc(48 / 20);
  letter-spacing: -0.4px;
  color: var(--black);
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px 16px;
}

/* 対応一覧 */

.layout-sub-support {
  margin-top: 80px;
}

.sub-support__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(29px, calc((32 / 1345) * 100vw), 32px);
  text-align: center;
  color: var(--black);
  line-height: 1.5;
}

.sub-support__text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(16px, calc((18 / 1345) * 100vw), 18px);
  color: var(--black);
  line-height: 1.5;
  margin-top: 40px;
  padding-inline: calc((40 / 1345) * 100vw);
}

.sub-support__list {
  margin-top: 80px;
}

.support-list {
  background-color: var(--bg-gray);
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 20px;
  grid-auto-rows: 1fr;
}

.support-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.support-list__inner {
  border-radius: 20px;
  background-color: var(--white);
  padding: 32px 8px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 16px;
  align-items: center;
}

.support-list__img {
  width: 40%;
  margin-inline: auto;
}

.support-list__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.support-list__body {
  text-align: center;
}

.support-list__title {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0px 4px;
  line-height: 1.6;
  margin-inline: auto;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 21px;
  color: var(--black);
  text-align: center;
  background-color: transparent;
  transition: background-color 0.5s, color 0.5s;
}

.support-list__title::before {
  content: "";
  width: 0.6em;
  height: 0.8em;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: var(--bg-red);
}

.support-list__inner:hover .support-list__title::before {
  background-color: var(--white);
}

.support-list__text {
  width: fit-content;
  margin-inline: auto;
  margin-top: 2px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 16px;
  color: var(--black);
  padding: 0px 2px;
  background-color: transparent;
  transition: background-color 0.5s, color 0.5s;
}

.support-list__inner:hover .support-list__title,
.support-list__inner:hover .support-list__text {
  background-color: var(--bg-red);
  color: var(--white);
}

/* 対応個別 */
.single-support-layout {
  margin-top: 70px;
}

.single-support__icon-wrap {
  background-color: var(--bg-gray);
  padding-block: 100px;
}

.single-support__icon {
  width: fit-content;
  margin-inline: auto;
}

.single-support__icon img {
  width: 192px;
}

.single-support__article {
  margin-top: 72px;
}

.support-article {
  background-color: var(--bg-gray);
}

.support-article__inner {
  padding: 68px 80px 148px;
}

.support-article *+img {
  margin-top: 98px;
}

.support-article img+* {
  margin-top: 87px;
}

.support-article h4 {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: 30.5px;
  text-align: center;
  letter-spacing: -1.52px;
  color: var(--black);
}

.support-article p {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 21px;
  line-height: calc(42 / 21);
  letter-spacing: -0.42px;
  color: var(--black);
  white-space: pre-line;
}

.support-article mark {
  color: var(--bg-red);
  background-color: transparent;
}

.support-article .has-small-font-size {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1;
}

.support-article h3+p {
  margin-top: 20px;
}

.support-article__button {
  margin-top: 60px;
  text-align: center;
}

/* ダウンロード一覧 */
.layout-sub-download {
  margin-top: 80px;
}

.sub-download__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(29px, calc((32 / 1345) * 100vw), 32px);
  text-align: center;
  color: var(--black);
  line-height: 1.5;
}

.sub-download__text {
  text-align: center;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(16px, calc((18 / 1345) * 100vw), 18px);
  color: var(--black);
  line-height: 1.5;
  margin-top: 40px;
  padding-inline: calc((40 / 1345) * 100vw);
}

.sub-download__list {
  margin-top: 80px;
}

.download-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 64px 24px;
}

.download-list__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.download-list__img-wrap {
  padding: 24px;
  background-color: var(--bg-gray);
}

.download-list__img {
  border-radius: 16px;
  border: 3px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.download-list__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 170;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}

.download-list__item:hover .download-list__img img {
  transform: scale(1.1);
}

.download-list__tag {
  height: auto;
  margin-top: 16px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 13px;
  color: var(--black);
  padding-inline: 24px;
}

.download-list__wrap {
  margin-top: 8px;
  padding-inline: 24px;
  align-self: center;
  text-align: center;
}

.download-list__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  white-space: pre-line;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 2px 4px;
  background-color: transparent;
  transition: color 0.3s, background-color 0.3s;
}

a.download-list__item:hover .download-list__title {
  color: var(--white);
  background-color: var(--bg-red);
}

/* ダウンロード個別 */

.layout-single-download {
  margin-top: 120px;
}

.single-download__inner.inner {
  max-width: 1240px;
}

.download {
  display: grid;
  grid-template-columns: min(45%, 490px) 1fr;
  gap: 32px;
}

.download__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: clamp(30px, calc((35.5 / 1345) * 100vw), 35px);
  line-height: calc(48 / 35.5);
  letter-spacing: -1.78px;
  color: var(--black);
}

.download__text {
  margin-top: 21px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-regular);
  font-size: clamp(15px, calc((17 / 1345) * 100vw), 17px);
  line-height: calc(32.5 / 17);
  letter-spacing: -0.34px;
  color: var(--black);
}

.download__img {
  display: block;
  margin-top: 56px;
  border-radius: 20px;
  overflow: hidden;
}

.download__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 491 / 364;
  object-fit: cover;
}

.download__list-wrap {
  margin-top: 32px;
  background-color: var(--bg-gray);
  border-radius: 20px;
  padding: 80px min(calc((40 / 1345) * 100vw), 40px);
  background-image: url(../image/sub/bg.webp);
  background-size: cover;
  background-position: center;
}

.download__list-title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: clamp(24px, calc((28 / 1345) * 100vw), 28px);
  text-align: center;
  color: var(--black);
  padding-bottom: 16px;
  width: fit-content;
  border-bottom: 2px solid var(--black);
  margin-inline: auto;
  letter-spacing: -1.42px;
}

.download__desc {
  margin-top: 32px;
}

.download-desc__item {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-regular);
  font-size: clamp(15px, calc((18 / 1345) * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: -1px;
  color: var(--black);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: calc((16 / 1325) * 100vw);
}

.download-desc__item::before {
  content: "";
  display: block;
  margin-top: 6px;
  width: clamp(16px, calc((25 / 1325) * 100vw), 25px);
  height: auto;
  aspect-ratio: 1;
  background-image: url(../image/sub/check.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.download-desc__item+.download-desc__item {
  margin-top: 18px;
}

.download__from {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 32px 32px 56px;
  position: relative;
}

.layout-sub-contact {
  margin-top: 120px;
}

.sub-contact-form {
  display: grid;
  grid-template-columns: min(45%, 500px) 1fr;
  gap: 32px;
}

.sub-contact-form__text,
.sub-contact-form__text a {
  font-size: clamp(15px, calc((16 / 1345) * 100vw), 15px);
  font-weight: var(--font-regular);
  color: var(--black);
}

.sub-contact-form__text a {
  text-decoration: underline;
}

.sub-contact-form__text--bold {
  font-weight: var(--font-bold);
}

.sub-contact-form__text+.sub-contact-form__text {
  margin-top: 1em;
}

.sub-contact-form__text:not(:has(.sub-contact-form__text--bold)) {
  margin-top: 2em;
}

.sub-contact-form__list-title {
  color: var(--black);
  font-weight: var(--font-regular);
  font-size: clamp(15px, calc((17 / 1345) * 100vw), 17px);
}

.sub-contact-form__desc {
  margin-top: 32px;
}

.contact-desc__item {
  font-weight: var(--font-bold);
  color: var(--black);
}

.contact-desc__item+.contact-desc__item {
  margin-top: 8px;
}

.sub-contact-form__img {
  display: block;
  margin-top: 40px;
}

.sub-contact-form__img:nth-of-type(1) {
  margin-top: 0;
}

.sub-contact-form__from {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 32px 32px 56px;
  position: relative;
}

.error-404-layout {
  margin-top: 120px;
}

.error-404__inner.inner {
  max-width: 800px;
}

.error-404__link {
  margin-inline: auto;
}

.error-404__link.button-ellipse::after {
  display: none;
}

.error-404__content {
  margin-top: 80px;
}

.error-404__content *+* {
  margin-top: 2em;
}

.error-404__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(24px, calc((36 / 1345) * 100vw), 36px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--black);
}

.error-404__text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(20px, calc((22 / 1345) * 100vw), 22px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--black);
}

.error-404__img {
  display: inline-block;
}

.error-404__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 607 /456;
  object-fit: cover;
}

.sub-company-layout {
  margin-top: 92px;
}

.company-list {
  display: flex;
  gap: clamp(20px, calc((27 / 1345) * 100vw), 27px);
  max-width: 730px;
  margin-inline: auto;
}

.company-list+.company-list {
  margin-top: 36px;
}

.company-list__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 22px;
  letter-spacing: -0.4px;
  color: var(--black);
  width: 196px;
  padding-bottom: 24px;
  border-bottom: 1px #e0e0e0 solid;
  line-height: 1;
}

.company-list__text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 22px;
  letter-spacing: -0.4px;
  color: var(--black);
  padding-bottom: 24px;
  border-bottom: 1px #e0e0e0 solid;
  line-height: 1;
  flex: 1;
}

.company-list:last-child .company-list__title,
.company-list:last-child .company-list__text {
  line-height: 2.2;
}

.company-list--history .company-list__title {
  line-height: 1.5;
}

.company-list--history .company-list__text {
  font-size: 17px;
  line-height: calc(30 / 17);
  font-weight: var(--font-medium);
}

.company-list__text span {
  font-weight: var(--font-bold);
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.company-list:last-child .company-list__text,
.company-list:last-child .company-list__title {
  border-bottom: none;
}

.company-list:last-child.company-list--history .company-list__text,
.company-list:last-child.company-list--history .company-list__title {
  border-bottom: 1px #e0e0e0 solid;
}

.button-square.button-square--no-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.button-square.button-square--no-arrow::after {
  display: none;
}

.company-info__link {
  margin-top: 44px;
}

.company-info__link .button-square {
  margin-inline: auto;
  max-width: 468px;
}

.company-info__transaction {
  margin-top: 160px;
}

.company-info__transaction-title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 30px;
  color: var(--bg-red);
  letter-spacing: -3px;
}

.company-info__transaction-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 20px;
  color: var(--black);
}

.company-info__transaction-item:is(:last-child, :nth-last-child(2)) {
  grid-column: span 3;
}

.company-info__transaction-text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 20px;
  text-align: right;
  color: var(--black);
  margin-top: 40px;

}

.company-info__transaction-link {
  text-align: center;
  margin-top: 80px;
}

.button-square svg {
  fill: var(--bg-red);
  transition: fill 0.3s;
}

.button-square:hover svg {
  fill: var(--white);
}

.button-square i {
  display: inline-block;
  width: 33px;
  height: auto;
  aspect-ratio: 1;
}

.button-square.button-square--white i {
  width: clamp(26px, calc((42 / 1345) * 100vw), 42px);
  height: auto;
  aspect-ratio: 1;
  display: inline-block;
  margin-right: 8px;
}

.button-square.button-square--white svg {
  fill: var(--white);
}

.button-square.button-square--white:hover svg {
  fill: var(--bg-red);
}

.button-square.button-square--sm {
  padding: 16px;
  font-size: 24px;
  max-width: 400px;
}

.button-square.button-square--sm::after {
  width: 18px;
  height: 20px;
}

.sub-company__info {
  margin-top: 160px;
}

.sub-company__access {
  margin-top: 85px;
}

.company-access {
  padding-top: 108px;
  padding-bottom: 160px;
  background-color: var(--bg-gray);
}

.sub-company-title {
  text-align: center;
  position: relative;
}

.sub-company-title h2 {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 60px;
  color: var(--bg-red);
  letter-spacing: -3px;
}

.sub-company-title p {
  text-transform: uppercase;
  font-family: var(--font-family-notoSansCjk);
  font-style: italic;
  font-weight: var(--font-bold);
  font-size: 121px;
  letter-spacing: -6.43px;
  color: var(--bg-gray);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.company-access__contents {
  margin-top: 48px;
  display: flex;
  gap: calc((48 / 1345) * 100vw);
  justify-content: center;
}

.company-access__content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 53px min(calc((48 / 1345) * 100vw), 48px) 72px;
  position: relative;
}

.company-access__content::after {
  content: "";
  display: block;
  width: min(calc((123 / 1345) * 100vw), 123px);
  height: auto;
  aspect-ratio: 123 / 211;
  background-image: url(../image/sub/access01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 52%;
  right: 30px;
}

.company-access__content:nth-child(2):after {
  width: min(calc((126 / 1345) * 100vw), 126px);
  aspect-ratio: 126 / 215;
  background-image: url(../image/sub/access02.webp);
  right: 38px;
}

.company-access__name {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 26px;
  color: var(--black);
}

.company-access__address {
  margin-top: 18px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 20px;
  color: var(--black);
}

.company-access__map {
  display: flex;
  margin-top: 12px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 16px;
  color: #7f7f7f;
  transition: color 0.3s;
  align-items: center;
}

.company-access__map:hover {
  color: var(--bg-red);
}

.company-access__map::before {
  content: "";
  display: block;
  width: 32px;
  height: auto;
  aspect-ratio: 21 / 32;
  mask-image: url(../image/sub/pin.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #4b4b4b;
}

.company-access__map:hover:before {
  background-color: var(--bg-red);
}

.company-access__text {
  margin-top: 7px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: -0.32px;
  color: var(--black);
}

.sub-company__about {
  margin-top: 103px;
}

.company-about__text {
  margin-top: 48px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 24px;
  text-align: center;
  line-height: calc(42 / 24);
  letter-spacing: -0.48px;
  color: var(--black);
}

.company-about__text span{
  margin-right: 2em;
}

.company-about__img {
  margin-top: 80px;
}

.company-about__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1110 / 434;
  object-fit: cover;
}

.sub-company__message {
  margin-top: 112px;
}

.company-about__inner.inner {
  position: relative;
}

.company-about__inner.inner::after {
  content: "";
  background-image: url(../image/sub/message01.webp);
  width: min(calc((280 / 1345) * 100vw), 280px);
  aspect-ratio: 210 / 345;
  height: auto;
  background-position: center;
  background-size: contain;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
}

.company-message__inner .company-message__content {
  outline: 10px solid var(--bg-red);
  outline-offset: -10px;
  padding-top: 108px;
  padding-bottom: 99px;
  position: relative;
  padding-inline: 8px;
}

.company-message__content::before,
.company-message__content::after {
  content: "";
  display: block;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.company-message__content::before {
  background-image: url(../image/sub/message01.webp);
  width: min(calc((210 / 1345) * 100vw), 210px);
  aspect-ratio: 210 / 345;
  top: -7%;
  left: 57px;
}

.company-message__content::after {
  background-image: url(../image/sub/message02.webp);
  width: min(calc((280 / 1345) * 100vw), 280px);
  aspect-ratio: 280 / 326;
  bottom: -7%;
  right: 32px;
}

.company-message__text {
  margin-top: 52px;
  text-align: center;

  font-family: var(--font-family-notoSansCjk);
  font-size: 31px;
  font-weight: var(--font-black);
  line-height: calc(54 / 31);
  letter-spacing: -1.55px;
  color: var(--black);
}

.company-message__text span {
  color: var(--bg-red);
}

.sub-company__history {
  margin-top: 136px;
}

.company-history__list-wrap {
  margin-top: 70px;
}

.sub-features__head {
  margin-top: 108px;
}

.features-head__inner.inner {
  position: relative;
}

.features-head__inner.inner::before {
  content: "";
  width: min(calc((282 / 1345) * 100vw), 282px);
  height: auto;
  aspect-ratio: 252 / 436;
  background-image: url(../image/sub/features01.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -132px;
  right: calc(50% - min(48vw, 598px));
}

.features-head__copy {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: min(calc((96 / 1345) * 100vw), 96px);
  line-height: calc(131 / 96);
  letter-spacing: -4.82px;
  color: var(--black);
}

.features-head__text {
  margin-top: 48px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: min(calc((36 / 1345) * 100vw), 36px);
  line-height: calc(64.5 / 36);
  letter-spacing: -1.82px;
  color: var(--black);
}

.features-head__copy .red,
.features-head__text span {
  color: var(--bg-red);
}

.sub-features__design {
  margin-top: 189px;
}

.sub-features__design.sub-features__design--marketing {
  margin-top: 0px;
}

.features-design {
  padding-top: 137px;
  padding-bottom: 169px;
  background-color: var(--bg-red);
}

.features-design.sub-features__design--marketing {
  padding-top: 0px;
}

.features-design__title {
  text-align: center;
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 72px;
  line-height: calc(90 / 72);
  letter-spacing: -3.6px;
  color: var(--white);
}

.features-design__text {
  margin-top: 47px;
  text-align: center;
  color: var(--white);
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(23px, calc((24 / 1345) * 100vw), 24px);
  line-height: calc(42 / 24);
  letter-spacing: -0.84px;
}

.features-design__contents {
  margin-top: 65px;
  display: grid;
  grid-template-columns: 1fr min(calc((100 / 1345) * 100vw), 100px) 1fr;
  column-gap: min(calc((47 / 1345) * 100vw));
  max-width: 1040px;
  margin-inline: auto;
}

.features-design__contents-text {
  margin-top: 2px;
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-notoSansCjk);
  font-size: clamp(39px, calc((41 / 1345) * 100vw), 41px);
  line-height: 1;
  letter-spacing: -2.08px;
  font-weight: var(--font-bold);
  font-feature-settings: "palt";
}

.features-design__contents-text--sm {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(30px, calc((36 / 1345) * 100vw), 36px);
}

.features-design__contents-text--lg {
  display: inline-block;
  margin-top: 11px;
  font-weight: var(--font-black);
  font-size: clamp(43px, calc((48 / 1345) * 100vw), 48px);
}

.features-design__contents-img01 {
  width: 60%;
  margin-inline: auto;
  margin-top: 33px;
}

.features-design__contents-img02 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: calc((491 / 682) * 100%) 1fr;
}

.features-design__contents-img02 img {
  align-self: center;
}

.design-content__02 {
  order: 4;
}

.design-content__03 {
  grid-row: span 2;
  order: 2;
}

.design-content__04 {
  order: 3;
}

.design-content__05 {
  order: 6;
}

.design-content__06 {
  order: 7;
  grid-column: span 3;
}

.features-design__copy {
  margin-top: 8px;
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  text-align: center;
  font-size: clamp(66px, calc((93 / 1345) * 100vw), 93px);
  letter-spacing: -4.65px;
  color: #fff000;
  font-feature-settings: "palt";
}

.sub-features__track-record {
  margin-top: 122px;
}

.track-record__content {
  background-color: var(--bg-gray);
  padding-top: 107px;
  padding-inline: 20px;
  padding-bottom: 140px;
}

.track-record.track-record--white .track-record__content {
  background-color: transparent;
}

.track-record__img {
  margin-top: 60px;
  display: block;
}

.track-record__title {
  text-align: center;
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: clamp(56px, calc((60 / 1345) * 100vw), 60px);
  letter-spacing: -3px;
}

.track-record__ttl {
  font-family: var(--font-family-notoSansCjk);
  font-size: 32px;
  font-weight: var(--font-bold);
  text-align: center;
}

.track-record__text {
  margin-top: 25px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(20px, calc((24 / 1345) * 100vw), 24px);
  text-align: center;
  letter-spacing: -0.48px;
  line-height: calc(42 / 24);
  color: var(--black);
}

.track-record__item-wrap {
  margin-top: 81px;
  display: flex;
  justify-content: center;
  gap: calc((149 / 1345) * 100vw);
}

.track-record.track-record--white .track-record__item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(calc((40 / 1345) * 100vw), 40px);
}

.track-record.track-record--white .track-record__item--record {
  padding: min(calc((24 / 1345) * 100vw), 24px);
  border: #7f7f7f 5px solid;
  border-radius: 20px;
}

.track-record__item-text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(20px, calc((24 / 1345) * 100vw), 24px);
  letter-spacing: -0.48px;
  color: var(--black);
}

.track-record.track-record--white .track-record__item-text {
  margin-top: 24px;
}

.track-record.track-record--white .track-record__item-text+.track-record__item-text {
  margin-top: 16px;
}

.track-record__item-num {
  font-family: var(--font-family-notoSansCjk);
  font-size: clamp(115px, calc((150 / 1345) * 100vw), 150px);
  font-weight: var(--font-black);
  letter-spacing: -7.52px;
  line-height: 1;
}

.track-record__item-num span {
  vertical-align: baseline;
  font-weight: var(--font-bold);
  letter-spacing: -0.6px;
  color: var(--black);
  font-size: 30px;
  display: inline-block;
  margin-left: 8px;
}

.track-record__link {
  margin-top: 60px;
  text-align: center;
}

.track-record__link-bottom {
  margin-top: 24px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 24px;
  text-align: center;
}

.sub-service__seo.sub-service__seo--marketing {
  margin-top: 80px;
}

.service-seo {
  background-color: var(--bg-red);
  padding-block: 80px;
  color: var(--white);
}

.service-seo__content {
  margin-top: 80px;
  position: relative;
}

.service-seo__content::after {
  content: "";
  display: block;
  width: min(calc((350 / 1345) * 100vw), 350px);
  height: auto;
  aspect-ratio: 257 / 362;
  background-image: url(../image/sub/service03.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(50% - min(48vw, 700px));
  top: -150px;
}

.service-seo__item+.service-seo__item {
  margin-top: 32px;
}

.service-seo__text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(20px, calc((24 / 1345) * 100vw), 24px);
  letter-spacing: -0.48px;
}

.service-seo__txt {
  margin-top: 40px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(24px, calc((28 / 1345) * 100vw), 28px);
  letter-spacing: -0.48px;
}

.sub-features__results {
  margin-top: 101px;
}

.results__contents {
  outline: var(--bg-red) 10px solid;
  outline-offset: -10px;
  padding-top: 96px;
  padding-inline: min(calc((84 / 1345) * 100vw), 84px);
  padding-bottom: 83px;
  position: relative;
}

.results__contents::after {
  content: "";
  width: min(calc((209 / 1345) * 100vw), 209px);
  height: auto;
  aspect-ratio: 209 / 326;
  background-image: url(../image/sub/results.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -19px;
  right: calc(50% - min(50vw, 572px));
}

.results__contents.results__contents--marketing::after {
  bottom: -60px;
  right: calc(50% - min(50vw, 590px));
}

.results__title {
  text-align: center;
  position: relative;
}

.results__title h2 {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 60px;
  letter-spacing: -3px;
  color: var(--bg-red);
}

.results__title p {
  font-family: var(--font-family-anton);
  font-weight: var(--font-black);
  font-size: 112px;
  letter-spacing: -5.43px;
  color: var(--bg-gray);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-style: italic;
  white-space: nowrap;
}

.results__list {
  margin-top: 62px;
}

.results__list-item {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: clamp(24px, calc((33 / 1345) * 100vw), 33px);
  line-height: 1;
  letter-spacing: -1.65px;
  color: var(--black);
  display: flex;
  align-items: center;
}

.results__list-item p {
  flex: 1;
}

.results__list-item span {
  color: var(--bg-red);
}

.results__list-item::before {
  content: "";
  display: block;
  width: clamp(30px, calc((45 / 1345) * 100vw), 45px);
  height: auto;
  aspect-ratio: 1;
  background-image: url(../image/sub/check.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 6px;
  margin-right: clamp(16px, calc((24 / 1345) * 100vw), 24px);
}

.results__list-item+.results__list-item {
  margin-top: 10px;
}

.sub-features__comment {
  margin-top: 136px;
}

.comment__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 60px;
  text-align: center;
  letter-spacing: -3px;
}

.comment__contents {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin-inline: auto;
}

.comment__content {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.comment__link {
  margin-top: 120px;
  text-align: center;
}

.to-ups-item {
  opacity: 0;
  transform: translateY(20px);
}

.comment__content:nth-child(1) {
  width: min(calc((549 / 1345) * 100vw), 549px);
  height: auto;
  aspect-ratio: 549 / 348;
  background-image: url(../image/sub/comment01.webp);
  padding-left: min(calc((60 / 1345) * 100vw), 60px);
  padding-top: min(calc((80 / 1345) * 100vw), 80px);
}

.comment__content:nth-child(2) {
  width: min(calc((533 / 1345) * 100vw), 533px);
  height: auto;
  aspect-ratio: 533 / 373;
  background-image: url(../image/sub/comment02.webp);
  padding-left: min(calc((94 / 1345) * 100vw), 94px);
  padding-top: min(calc((120 / 1345) * 100vw), 120px);
  margin-top: min(calc((150 / 1345) * 100vw), 150px);
  margin-left: -5%;
}

.comment__content:nth-child(3) {
  width: min(calc((559 / 1345) * 100vw), 559px);
  height: auto;
  aspect-ratio: 559 / 287;
  background-image: url(../image/sub/comment03.webp);
  padding-left: min(calc((63 / 1345) * 100vw), 63px);
  padding-top: min(calc((52 / 1345) * 100vw), 52px);
  margin-top: -23%;
  margin-left: 58px;
}

.comment__text {
  color: var(--white);
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: min(calc((30 / 1345) * 100vw), 30px);
  text-align: center;
  line-height: calc(40.5 / 30.5);
  letter-spacing: -1.52px;
  width: fit-content;
}

.comment__text span {
  font-size: min(calc((24 / 1345) * 100vw), 24px);
}

.comment__text--sm {
  font-size: min(calc((18 / 1345) * 100vw), 18px);
}

.sub-features__project {
  margin-top: 149px;
}

.project {
  background-color: var(--bg-gray);
  padding-top: 177px;
  padding-bottom: 124px;
}

.project__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: clamp(60px, calc((72 / 1345) * 100vw), 72px);
  text-align: center;
  letter-spacing: -3px;
  margin-top: 0;
}

.project__contents {
  margin-top: 78px;
}

.project__content+.project__content {
  margin-top: 89px;
}

.project-item {
  background-color: var(--white);
}

.project-item__inner {
  padding-inline: min(calc((60 / 1300) * 100vw), 60px);
  padding-top: 88px;
  padding-bottom: 90px;
}

.project-item__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(calc((27 / 1345) * 100vw), 27px) min(calc((32 / 1345) * 100vw), 32px);
}

.project-item__icon {
  grid-row: span 2;
  width: min(calc((200 / 1345) * 100vw), 200px);
}

.project-item__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.project-item__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(33px, calc((43 / 1345) * 100vw), 43px);
  letter-spacing: -2.18px;
}

.project-item__text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: clamp(18px, calc((20 / 1345) * 100vw), 20px);
  letter-spacing: -0.4px;
  color: var(--black);
}

.project-item__content {
  margin-top: 63px;
  background-color: var(--bg-gray);
  padding-top: 53px;
  padding-inline: min(calc((73 / 1345) * 100vw), 73px);
  padding-bottom: 62px;
}

.project-item__content-title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 30px;
  letter-spacing: -1.52px;
  color: var(--bg-red);
}

.project-item__content-list {
  margin-top: 26px;
}

.project-item__content-list-item {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 18px;
  letter-spacing: -0.36px;
  color: var(--black);
  display: flex;
}

.project-item__content-list-item::before {
  content: "ー";
}

.project-item__content-list-item+.project-item__content-list-item {
  margin-top: 8px;
}

.project-item__img {
  margin-top: 50px;
}

.project-item__link {
  margin-top: 68px;
  text-align: center;
}

.project-item__container {
  margin-top: 120px;
}

.project-item__container+.project-item__container {
  margin-top: 71px;
}

.project-item__title-md {
  width: fit-content;
  margin-inline: auto;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(27px, calc((35 / 1345) * 100vw), 35px);
  letter-spacing: -1.78px;
  color: var(--black);
  padding-bottom: 20px;
  border-bottom: 5px var(--bg-red) solid;
}

.project-item__flow {
  margin-top: 32px;
  display: flex;
  gap: min(calc((61 / 1345) * 100vw), 61px);
}

.project-item__flow-item {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  background-color: var(--bg-red);
  color: var(--white);
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: min(calc((30 / 1300) * 100vw), 30px);
  line-height: 1;
  letter-spacing: 0.92px;
  position: relative;
}

.project-item__flow-item+.project-item__flow-item::before {
  content: "";
  display: block;
  width: clamp(26px, calc((33 / 1345) * 100vw), 33px);
  height: auto;
  aspect-ratio: 33 / 51;
  background-image: url(../image/sub/flow-arrow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -22%;
  transform: translateY(-50%);
}

.project-item__work-wrap {
  margin-top: 70px;
  display: flex;
  gap: min(calc((27 / 1345) * 100vw), 27px);
}

.project-item__work {
  background-color: var(--bg-gray);
  width: 100%;
  padding-block: 40px;
  padding-inline: min(calc((26 / 1345) * 100vw), 26px);
}

.project-item__work-title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: clamp(28px, calc((35 / 1345) * 100vw), 35px);
  text-align: center;
  letter-spacing: -1.78px;
  padding-bottom: 30px;
  border-bottom: 3px var(--bg-red) solid;
}

.project-item__work-list {
  margin-top: 42px;
}

.project-item__work-list-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.project-item__work-list-item::before {
  content: "";
  display: block;
  width: clamp(8px, calc((13 / 1345) * 100vw), 13px);
  height: auto;
  aspect-ratio: 13 / 14;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--bg-red);
}

.project-item__work-list-item a {
  display: inline-block;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(12px, calc((18 / 1345) * 100vw), 18px);
  letter-spacing: -0.9px;
  padding-bottom: 8px;
  border-bottom: 1px var(--bg-red) solid;
}

.project-item__work-list-item a:hover {
  color: var(--bg-red);
  opacity: 0.5;
}

.project-item__work-list-item+.project-item__work-list-item {
  margin-top: 14px;
}

.office {
  display: grid;
  grid-template-columns: calc((555 / 1300) * 100%) 1fr;
}

.office__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office__content {
  background-color: var(--bg-red);
  padding-top: 157px;
  padding-bottom: 118px;
}

.office__inner {
  padding-inline: min(calc((100 / 1345) * 100vw), 100px);
}

.office__title {
  position: relative;
}

.office__title h2 {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 43px;
  letter-spacing: -2.18px;
  color: var(--white);
  padding-left: 27px;
}

.office__title p {
  font-family: var(--font-family-anton);
  font-weight: var(--font-black);
  font-size: 147px;
  letter-spacing: -3px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.office__text {
  margin-top: 67px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: clamp(15px, calc((19 / 1345) * 100vw), 19px);
  letter-spacing: -0.38px;
  color: var(--white);
  line-height: calc(38 / 19);
}

.office__text span {
  font-size: clamp(13px, calc((17 / 1345) * 100vw), 17px);
}

.office__link {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 500px;
  margin-inline: auto;
}

.office__link .button-square--white {
  font-size: clamp(17px, calc((24 / 1345) * 100vw), 24px);
  padding: 16px;
  height: 93px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.u-sm {
  display: none;
}

.sub-fv__title {
  opacity: 0;
  transform: translateX(-50px);
}

.type .char {
  opacity: 0;
  display: inline-block;
  transform: translateY(0px);
}

.type {
  visibility: hidden;
}

.service-head__content {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
}

.head-text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-black);
  font-size: clamp(37px, calc((54 / 1345) * 100vw), 54px);
  line-height: 1;
  font-feature-settings: "palt";
}

.head-text--bk {
  color: var(--black);
}

.head-text--sm {
  font-size: clamp(22px, calc((31 / 1345) * 100vw), 31px);
  margin-top: 22px;
}

.head-text--re {
  font-size: clamp(36px, calc((53 / 1345) * 100vw), 53px);
  margin-top: 22px;
}

.head-text--gr {
  color: #585858;
}

.head-text--md {
  font-size: clamp(60px, calc((86 / 1345) * 100vw), 86px);
  margin-top: 22px;
}

.head-text--md.head-text--md-seo {
  font-size: clamp(44px, calc((64 / 1345) * 100vw), 64px);
}

.head-text--md-lp {
  font-size: clamp(60px, calc((80 / 1345) * 100vw), 80px);
}

.head-text--md-recruit {
  font-size: clamp(53px, calc((80 / 1345) * 100vw), 80px);
}

.head-text--lg {
  font-size: clamp(94px, calc((135 / 1345) * 100vw), 135px);
  margin-top: 29px;
}

.head-text--lg.head-text--lg-seo {
  font-size: clamp(88px, calc((124 / 1345) * 100vw), 124px);
}

.head-text--lg.head-text--lg-recruit {
  font-size: clamp(69px, calc((103 / 1345) * 100vw), 103px);
}

.head-text--exlg {
  font-size: clamp(97px, calc((140 / 1345) * 100vw), 140px);
  margin-top: 25px;
}

.service-head__img {
  position: absolute;
  width: clamp(343px, calc((550 / 1345) * 100vw), 550px);
  right: -17px;
  bottom: -4%;
}

.service-head__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 544 / 645;
  object-fit: contain;
}

.service-head__link {
  display: flex;
  gap: 16px 10px;
  margin-top: 127px;
  flex-wrap: wrap;
  justify-content: center;
}

.service-head__link li {
  width: fit-content;
}

.service-head__link a {
  display: flex;
  height: 68px;
  width: 100%;
  min-width: 212px;
  border: 1px var(--bg-red) solid;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-align: center;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 18px;
  line-height: calc(21 / 18);
  border-radius: 1px;
  position: relative;
}

.service-head__link a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--bg-red);
  border-right: 2px solid var(--bg-red);
  top: 50%;
  right: 10px;
  transform: rotate(135deg) translateY(90%);
}

.service-head__link a:hover {
  background-color: var(--bg-red);
  color: var(--white);
}

.service-head__link a:hover::after {
  border-color: var(--white);
}

.service-head__container {
  margin-top: 130px;
}

.service-head__item+.service-head__item {
  margin-top: 100px;
}

.service-head__item-title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: clamp(38px, calc((48 / 1345) * 100vw), 48px);
  text-align: center;
  line-height: 1.5;
  letter-spacing: -2.4px;
}

.service-head__item-text {
  margin-top: 36px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: clamp(18px, calc((21 / 1345) * 100vw), 21px);
  line-height: calc(42 / 21);
  letter-spacing: -0.42px;
  color: var(--black);
}

.service-head__item-text+.service-head__item-text {
  margin-top: 2em;
}

.service-head__item-text strong {
  display: flex;
  color: var(--bg-red);
}

.service-head__item-text.service-head__item-text--seo strong {
  font-size: clamp(18px, calc((26 / 1345) * 100vw), 26px);
}

.service-head__item-text strong::before {
  content: "✔";
}

.service-head__item-text span {
  color: var(--bg-red);
}

.service-head__item-text small {
  display: block;
  padding: 30px 25px;
  background-color: var(--bg-gray);
  line-height: 1.8;
  font-size: 0.9em;
  font-weight: inherit;
}

.sub-service-layout {
  margin-top: 112px;
}

.sub-service__feature {
  margin-top: 155px;
}

.service-feature {
  padding-top: 135px;
  padding-bottom: 150px;
  background-color: var(--bg-red);
}

.service-feature__title,
.service-seo__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: clamp(65px, calc((72 / 1345) * 100vw), 72px);
  text-align: center;
  line-height: calc(90 / 72);
  letter-spacing: -3.6px;
  color: var(--white);
}

.service-feature__text {
  color: var(--white);
  margin-top: 24px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: clamp(18px, calc((21 / 1345) * 100vw), 21px);
  line-height: calc(42 / 21);
  letter-spacing: -0.42px;
  font-feature-settings: "palt";
  text-align: center;
}

.service-feature__contents {
  margin-top: 94px;
}

.service-feature__content {
  display: flex;
  gap: min(calc((64 / 1345) * 100vw), 64px);
  align-items: center;
}

.service-feature__content:nth-child(2n) {
  flex-direction: row-reverse;
}

.service-feature__content+.service-feature__content {
  margin-top: 125px;
}

.service-feature__contents--unique .service-feature__content+.service-feature__content {
  margin-top: 64px;
}

.service-feature__container {
  color: var(--white);
  flex: 1;
}

.service-feature__content-title,
.service-support__item-title {
  display: flex;
  align-items: center;
  gap: calc((21 / 1345) * 100vw);
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(28px, calc((36 / 1345) * 100vw), 36px);
  letter-spacing: -1.8px;
  line-height: calc(50 / 36);
}

.service-feature__content-title h3,
.service-seo__ttl,
.service-support__item-title h3 {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(28px, calc((36 / 1345) * 100vw), 36px);
  letter-spacing: -1.8px;
  line-height: calc(50 / 36);
  flex: 1;
}

.service-support__item-title h3 {
  font-size: clamp(22px, calc((28 / 1345) * 100vw), 28px);
}

.service-feature__content-title p,
.service-support__item-title p {
  display: flex;
  width: clamp(60px, calc((72 / 1345) * 100vw), 72px);
  height: auto;
  aspect-ratio: 1;
  border-radius: 100vh;
  background-color: var(--white);
  color: var(--bg-red);
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: var(--font-family-notoSansCjk);
  letter-spacing: 0;
}

.service-support__item-title p {
  background-color: var(--bg-red);
  color: var(--white);
  width: clamp(40px, calc((48 / 1345) * 100vw), 48px);
  font-size: 0.6em;
}

.service-feature__content-text {
  margin-top: 24px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: clamp(18px, calc((21 / 1345) * 100vw), 21px);
  line-height: calc(42 / 21);
  letter-spacing: -0.42px;
  font-feature-settings: "palt";
}

.service-feature__content-img {
  width: min(calc((490 / 1345) * 100vw), 490px);
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--white);
}

.service-feature__link {
  margin-top: 136px;
  text-align: center;
}

.service-feature__link-text {
  margin-top: 24px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 28px;
  color: var(--white);
  text-align: center;
}

.sub-service__track-record {
  margin-top: 169px;
}

.sub-service__track-record.sub-service__track-record--seo {
  margin-top: 0px;
}

.track-record__archive {
  margin-top: 91px;
}

.service-archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(323px, 1fr));
  column-gap: min(calc((60 / 1345) * 100vw), 60px);
  row-gap: min(calc((80 / 1345) * 100vw), 80px);
}

.service-archive__img {
  aspect-ratio: 323 / 177;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: block;
}

.service-archive__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 323 / 177;
  transform: scale(1);
  transition: transform 0.3s;
}

.service-archive__item a:hover .service-archive__img img {
  transform: scale(1.1);
}

.service-archive__title {
  margin-top: 16px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.9px;
  color: var(--black);
}

.service-archive__content {
  display: flex;
  gap: calc((14 / 1345) * 100vw);
  align-items: center;
  margin-top: 16px;
}

.service-archive__content::before {
  content: "何が起こった?";
  display: block;
  padding: min(calc((14 / 1345) * 100vw), 14px);
  color: var(--white);
  background-color: var(--bg-red);
  border-radius: 5px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: clamp(10px, calc((18 / 1345) * 100vw), 18px);
  line-height: 1;
  letter-spacing: -0.9px;
}

.service-archive__text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-regular);
  font-size: clamp(10px, calc((18 / 1345) * 100vw), 18px);
  line-height: calc(24 / 18);
  letter-spacing: -0.9px;
  color: var(--black);
  flex: 1;
}

.track-record__link.track-record__link--service {
  margin-top: 96px;
}

.sub-service__flow {
  margin-top: 178px;
}

.sub-service__flow.sub-service__flow--mt0,
.sub-service__flow.sub-service__flow--seo,
.sub-service__flow.sub-service__flow--unique,
.sub-service__flow.sub-service__flow--marketing {
  margin-top: 0px;
}

.service-flow {
  padding-top: 131px;
  background-color: var(--bg-gray);
  padding-bottom: 175px;
}

.service-flow__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 72px;
  text-align: center;
  line-height: calc(90 / 72);
  letter-spacing: -3.6px;
}

.service-flow__contents {
  padding: 0;
  margin-top: 67px;
}

.service-flow__content+.service-flow__content {
  margin-top: 50px;
}

.flow-content {
  background-color: var(--white);
  position: relative;
  list-style: none;
  padding-top: 45px;
  padding-bottom: 46px;
}

.flow-content__num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-corporateLogo);
  letter-spacing: -0.8px;
  font-size: 36px;
  color: var(--white);
  background-color: var(--bg-red);
  width: 89px;
  height: 83px;
  text-align: center;
  justify-content: center;
  border-radius: 6px 0 6px 0;
  line-height: 1;
}

.flow-content__num::before {
  font-size: 16px;
  content: "step";
  text-transform: uppercase;
}

.flow-content__inner {
  padding-inline: min(calc((44 / 1345) * 100vw), 44px);
}

.flow-content__content-wrap {
  display: flex;
  align-items: center;
  padding-left: min(calc((75 / 1345) * 100vw), 75px);
  padding-right: min(calc((40 / 1345) * 100vw), 40px);
  gap: min(calc((54 / 1345) * 100vw), 54px);
}

.flow-content__img {
  width: min(calc((150 / 1345) * 100vw), 150px);
}

.flow-content__container {
  flex: 1;
}

.flow-content__title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 30px;
  letter-spacing: -1.52px;
  color: var(--black);
}

.flow-content__text {
  margin-top: 20px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 18px;
  line-height: calc(31 / 18);
  color: var(--black);
  letter-spacing: -0.36px;
}

.flow-content__image {
  display: block;
  margin-top: 54px;
}

.flow-content__cta {
  margin-top: 24px;
}

.sub-service__price {
  margin-top: 160px;
}

.service-price__inner .service-price__content {
  display: flex;
  gap: min(calc((74 / 1345) * 100vw), 74px);
  align-items: center;
}

.service-price__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -2.4px;
}

.service-price__text,
.service-support__item-text {
  flex: 1;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 21px;
  line-height: calc(42 / 21);
  letter-spacing: -0.42px;
  color: var(--black);
}

.service-price__line {
  margin-top: 66px;
  text-align: center;
}

.service-price__item {
  display: flex;
  gap: min(calc((16 / 1345) * 100vw), 16px);
  align-items: center;
}

.service-price__item+.service-price__item {
  margin-top: 16px;
}

.service-support__contents {
  margin-top: 80px;
}

.service-price__item h3,
.service-price__item p {
  font-weight: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 21px;
  color: var(--black);
}

.service-support__item+.service-support__item {
  margin-top: 40px;
}

.service-price__item p {
  font-size: 21px;
  font-weight: var(--font-medium);
}

.service-price__example {
  background-color: var(--bg-gray);
  margin-top: 80px;
  padding: min(calc((24 / 1345) * 100vw), 24px);
}

.service-price__item-wrap {
  margin-top: 32px;
}

.service-price__example-title {
  font-family: var(--font-family-corporateLogo);
  font-size: 24px;
  font-weight: var(--font-bold);
}

.sub-service__support {
  margin-top: 128px;
}

.service-support {
  padding-top: 140px;
  padding-bottom: 147px;
  background-color: var(--bg-gray);
}

.service-support__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 72px;
  line-height: 1;
  letter-spacing: -3.6px;
  text-align: center;
}

.service-support__text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 21px;
  line-height: calc(42 / 21);
  letter-spacing: -0.42px;
  text-align: center;
  color: var(--black);
  margin-top: 48px;
}

.service-support__list.support-list {
  padding: 0;
  margin-top: 67px;
}

.support-listservice-support__list {
  margin-top: 44px;
}

.service-support__link {
  margin-top: 112px;
  text-align: center;
}

.sub-service__use {
  margin-top: 120px;
}

.service-use__contents {
  margin-top: 60px;
  padding: 0;
}

.service-use__item {
  padding-block: 37px;
  background-color: var(--bg-gray);
  list-style: none;
  position: relative;
}

.service-use__item+.service-use__item {
  margin-top: 49px;
}

.service-use__item:not(:last-child)::before {
  content: "";
  display: block;
  width: 54px;
  height: auto;
  aspect-ratio: 54 / 32;
  background-image: url(../image/sub/check-md.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}

.service-use__item-inner {
  padding-inline: calc((44 / 1345) * 100vw);
  display: grid;
  grid-template-columns: clamp(200px, calc((230 / 1345) * 100vw), 230px) 1fr;
  align-items: center;
  column-gap: min(calc((72 / 1345) * 100vw), 72px);
}

.service-use__item-title {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  letter-spacing: -1.5px;
  font-size: clamp(26px, calc((30 / 1345) * 100vw), 30px);
}

.service-use__item-content *+* {
  margin-top: 20px;
}

.service-use__item-content ul {
  background-color: var(--white);
  padding: calc((32 / 1345) * 100vw);
}

.service-use__item-content li {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: var(--black);
  display: flex;
}

.service-use__item-content li+li {
  margin-top: 12px;
}

.service-use__item-content li::before {
  content: "";
  width: 12px;
  height: 18px;
  aspect-ratio: 12 /18;
  display: block;
  background-image: url(../image/sub/check-sm.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: calc((18 / 1345) * 100vw);
}

.service-use__item-content-cta {
  margin-top: 24px;
}

.service-use__item-text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: clamp(18px, calc((21 / 1345) * 100vw), 21px);
  line-height: calc(42 / 21);
  letter-spacing: -0.42px;
  color: var(--black);
}

.service-column__inner.inner {
  border: var(--bg-red) 5px solid;
}

.service-column__container {
  padding-block: 40px;
}

.service-column__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 50px;
  line-height: 1;
  letter-spacing: -3.6px;
  text-align: center;
}

.sub-service__column {
  margin-top: 120px;
}

.service-use__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 72px;
  line-height: 1;
  letter-spacing: -3.6px;
  text-align: center;
}

.service-column__text {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  color: var(--black);
  font-size: 21px;
  margin-top: 24px;
}

.sub-service__faq {
  margin-top: 142px;
}

.service-faq__text,
.service-recruit__text {
  margin-top: 34px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 21px;
  text-align: center;
  letter-spacing: -0.42px;
  color: var(--black);
  line-height: 1;
}

.service-faq__text:nth-of-type(2) {
  margin-top: 80px;
}

.service-recruit__text {
  line-height: 1.8;
}

.service-faq__contents {
  margin-top: 96px;
}

.service-faq__title,
.service-recruit__title {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-bold);
  font-size: 72px;
  letter-spacing: -3.6px;
  text-align: center;
}

.faq-list__item+.faq-list__item {
  margin-top: 104px;
}

.faq-list__item-question {
  position: relative;
  cursor: pointer;

  padding-right: min(calc((107 / 1345) * 100vw), 107px);
}

.faq-list__question-inner,
.faq-list__answer-inner {
  display: flex;
  align-items: first baseline;
}

.faq-list__question-inner p,
.faq-list__question-inner h3 {
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-bold);
  font-size: 30px;
  line-height: calc(50 / 30);
  letter-spacing: -1.5px;
  flex: 1;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 5px;
  width: clamp(34px, calc((51 / 1345) * 100vw), 51px);
  height: 3px;
  background: #6b6b6b;
  transition: 0.3s;
}

.faq-list__item-question::after {
  transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
  transform: rotate(0deg);
}

.faq-list__question-inner span {
  margin-right: calc((44 / 1345) * 100vw);
  display: flex;
  width: clamp(52px, calc((56 / 1345) * 100vw), 56px);
  height: auto;
  aspect-ratio: 1;
  background-color: var(--bg-red);
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
}

.faq-list__item-answer {
  display: none;
  margin-top: 41px;
  padding-right: min(calc((107 / 1345) * 100vw), 107px);
}

.faq-list__answer-inner span {
  margin-right: calc((44 / 1345) * 100vw);
  display: flex;
  width: clamp(52px, calc((56 / 1345) * 100vw), 56px);
  height: auto;
  aspect-ratio: 1;
  background-color: #6b6b6b;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
}

.faq-list__item-question span img,
.faq-list__item-answer span img {
  display: inline-block;
  width: 23px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.faq-list__item-answer p {
  flex: 1;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: 21px;
  line-height: calc(42 / 21);
  letter-spacing: -0.42px;
  color: var(--black);
}

.sub-service__recruit {
  margin-top: 120px;
}

.service-recruit {
  background-color: var(--bg-gray);
  padding-block: 80px;
}

.service-recruit__content,
.service-head__contents {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc((40 / 1345) * 100vw), 40px);
}

.service-recruit__content-item,
.service-head__content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding-block: 40px;
  border-radius: 20px;
}

.service-recruit__num,
.service-head__num {
  font-family: var(--font-family-corporateLogo);
  font-weight: var(--font-black);
  line-height: 1;
  letter-spacing: -4px;
  font-size: min(calc((120 / 1345) * 100vw), 120px);
}

.service-recruit__content-text,
.service-head__content-text {
  margin-top: 24px;
  font-family: var(--font-family-notoSansCjk);
  font-weight: var(--font-medium);
  font-size: clamp(16px, calc((21 / 1345) * 100vw), 21px);
  color: var(--black);
  line-height: 1.8;
  letter-spacing: -0.42px;
  text-align: center;
}

.service-recruit__text--bottom {
  margin-top: 80px;
}

.service-recruit__content-text strong,
.service-head__content-text strong {
  color: var(--bg-red);
}

.service-head__content-text strong {
  font-size: 1.3em;
}

.service-head__item-wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(calc((60 / 1345) * 100vw), 60px);
}

.service-head__unit-img {
  text-align: center;
}

.service-head__unit-img img {
  width: 100%;
  max-width: 230px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.service-head__item-unit .service-head__item-text {
  text-align: center;
}

.service-support__item-text {
  padding-left: 80px;
}

.single-voice__link {
  margin-top: 40px;
  text-align: center;
}

/* レスポンシブ */
@media (max-width: 1300px) {

  /* 制作実績個別 */
  .single-works-fv {
    background: linear-gradient(180deg, var(--bg-red) 0%, var(--bg-red) 100%);
  }

  .single-works-fv__img-wrap {
    margin-right: 0;
  }
}

@media (max-width: 990px) {
  #works-splide .splide__track--draggable {
    padding-inline: 0 !important;
  }

  .sub-voice-layout {
    margin-top: 64px;
  }

  .sub-voice__head {
    flex-direction: column-reverse;
    padding-inline: 0;
  }

  .sub-voice__head-img {
    display: none;
  }

  .sub-voice__content-inner.inner {
    margin-top: 64px;
  }

  .single-voice-fv__company {
    flex-direction: column;
    align-items: start;
  }

  .single-voice-fv__company-name {
    font-size: 24px;
  }

  .single-voice-fv__company-url {
    margin-left: 0;
    margin-top: 8px;
  }

  .single-voice-fv__list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 40px;
  }

  .single-voice-fv__list-title {
    border-left: 4px solid var(--white);
    padding-left: 8px;
    line-height: 1.5;
  }

  .single-voice-fv__list-title:nth-of-type(2) {
    margin-top: 24px;
  }

  .single-voice-fv__item {
    padding: 0;
    border-left: none;
    font-size: 20px;
  }

  .download {
    grid-template-columns: 1fr;
    max-width: 740px;
    margin-inline: auto;
  }

  .download__list-wrap {
    padding-inline: 64px;
  }

  .sub-contact-form {
    grid-template-columns: 1fr;
  }

  .u-pc {
    display: none;
  }

  .u-md {
    display: block;
  }

  .sub-contact__inner.inner {
    max-width: 740px;
  }

  .company-access__contents {
    flex-direction: column;
    width: 80%;
    margin-inline: auto;
  }

  .company-access__content:nth-child(1):after {
    display: none;
  }

  .company-access__content:nth-child(2):after {
    width: min(calc((100 / 390) * 100vw), 150px);
    right: -10px;
    top: 72%;
  }

  .service-seo__content::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-lg {
    display: none;
  }

  .inner {
    padding-inline: 20px;
    max-width: 600px;
  }

  .button-square {
    font-size: clamp(16px, calc((20 / 390) * 100vw), 20px);
    padding: 24px 12px;
  }

  .button-square::after,
  .button-ellipse::after {
    width: 16px;
    height: 20px;
  }

  .button-square::after {
    right: 6%;
  }

  .button-ellipse {
    font-size: clamp(15px, calc((18 / 1300) * 100vw), 18px);
    padding: 24px 32px;
  }

  #section6.sub-footer {
    margin-top: 80px;
  }

  .u-sp {
    display: block;
  }

  .wp-pagenavi>a,
  .wp-pagenavi>span {
    width: 32px;
    font-size: 16px;
  }

  /* 制作実績一覧 */
  .sub-fv {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .sub-fv__title-ja {
    font-size: clamp(32px, calc((36 / 390) * 100vw), 36px);
  }

  .sub-fv__title-en {
    font-size: clamp(48px, calc((50 / 390) * 100vw), 50px);
    line-height: 1;
  }

  .sub-fv__inner.inner {
    padding-inline: 20px;
  }

  .sub-works__head {
    margin-top: 70px;
  }

  .sub-works__head-title {
    font-size: clamp(24px, calc((26 / 390) * 100vw), 26px);
  }

  .sub-works__head-text {
    font-size: clamp(13px, calc((14 / 390) * 100vw), 15px);
  }

  .sub-works__head-link {
    width: 100%;
  }

  .sub-works__cat-text {
    font-size: 20px;
  }

  .sub-works__cat-items {
    gap: 8px 16px;
  }

  .sub-works__cat-item a {
    font-size: 14px;
    padding: 4px 16px;
    min-width: 80px;
  }

  .sub-works__contents-wrap {
    margin-top: 40px;
  }

  /* 制作実績個別 */
  .single-works-fv {
    background: linear-gradient(180deg, var(--bg-red) 0%, var(--bg-red) 100%);
  }

  .single-works-fv {
    padding-top: 160px;
    background: var(--bg-red);
  }

  .single-works-fv__client {
    font-size: clamp(18px, calc((22 / 390) * 100vw), 22px);
  }

  .single-works-fv__title {
    font-size: clamp(22px, calc((46 / 390) * 100vw), 46px);
  }

  .single-works-fv__tags {
    margin-top: 8px;
  }

  .single-works-fv__tag {
    font-size: 14px;
  }

  .single-works-fv__bottom {
    display: flex;
    flex-direction: column-reverse;
  }

  .single-works-fv__sub-title {
    font-size: 24px;
    gap: 8px;
    letter-spacing: -1px;
    font-weight: var(--font-bold);
  }

  .single-works-fv__sub-title::before {
    font-size: 16px;
  }

  .single-works-fv__sub-title::after {
    height: 2px;
    width: calc((120 / 390) * 100vw);
    max-width: 200px;
    left: 140px;
  }

  .single-works-fv__list {
    margin-top: 32px;
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }

  .single-works-fv__list+.single-works-fv__list {
    margin-top: 0px;
  }

  .single-works-fv__list-title {
    font-size: 14px;
  }

  .single-works-fv__item {
    font-size: 14px;
  }

  .single-works-fv__img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .single-works-fv__img-wrap::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .single-works-fv__img {
    position: static;
  }

  .layout-single-works {
    margin-top: 64px;
  }

  .works-article__inner {
    padding: 24px 16px;
  }

  .works-article h2 {
    font-size: 24px;
  }

  .works-article h3 {
    font-size: 22px;
  }

  .works-article h4 {
    font-size: 20px;
  }

  .works-article p {
    font-size: clamp(10px, calc((15 / 390) * 100vw), 15px);
  }

  .works-article *+* {
    margin-top: 24px;
  }

  .works-article img,
  .works-article img+* {
    margin-top: 60px;
  }

  .single-works-other-layout {
    margin-top: 80px;
  }

  .single-works-other {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .single-works-other__title {
    font-size: 28px;
  }

  .single-works-other__title::after {
    right: 0;
    bottom: 54px;
    width: 150px;
  }

  .single-works-other__slide {
    margin-top: 40px;
  }

  .splide__arrow.works-splide__arrow {
    width: 40px;
  }

  .splide__arrow--prev.works-splide__prev {
    left: calc(50% - 33vw);
  }

  .splide__arrow--next.works-splide__next {
    right: calc(50% - 33vw);
  }

  /* お客様の声一覧 */

  .sub-voice__head-text {
    font-size: clamp(13px, calc((15 / 390) * 100vw), 15px);
  }

  .voice-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  /* お客様の声個別 */
  .single-voice-fv {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .single-voice-fv__contents {
    grid-template-columns: 1fr;
  }

  .single-voice-fv__title {
    font-size: clamp(26px, calc((32 / 390) * 100vw), 32px);
  }

  .single-voice-fv__img-wrap {
    grid-column: 1/2;
    grid-row: 2 / 3;
    width: 100%;
    margin-top: 40px;
    aspect-ratio: auto;
  }

  .single-voice-fv__img img {
    width: 100%;
  }

  .single-voice-fv__company-staff {
    margin-top: 24px;
  }

  .layout-single-voice {
    margin-top: 64px;
  }

  .voice-article__inner {
    padding: 24px 16px;
  }

  .support-article h2,
  .voice-article h2 {
    font-size: 28px;
  }

  .support-article h3,
  .voice-article h3 {
    font-size: 22px;
  }

  .voice-article p {
    font-size: 15px;
  }

  /* 対応範囲一覧 */

  .sub-support__title {
    font-size: clamp(20px, calc((23 / 390) * 100vw), 23px);
  }

  .sub-support__text {
    padding: 0;
    font-size: 16px;
  }

  .support-list__inner {
    padding: 24px 6px;
    gap: 4px;
    grid-template-rows: auto;
  }

  .support-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px;
    gap: 8px;
  }

  .support-list__item {
    gap: 0px;
  }

  .support-list__title {
    line-height: 1.5;
    font-size: clamp(13px, calc((16 / 390) * 100vw), 16px);
  }

  .support-list__text {
    font-size: clamp(10px, calc((12 / 390) * 100vw), 12px);
  }

  /* 対応範囲個別 */
  .single-support-layout {
    margin-top: 64px;
  }

  .support-article__inner {
    padding: 24px 16px;
  }

  .single-support__icon-wrap {
    padding-block: 60px;
  }

  .single-support__icon img {
    width: 100px;
  }

  .support-article *+img,
  .support-article img+* {
    margin-top: 60px;
  }

  .support-article h4 {
    font-size: 18px;
  }

  .support-article p {
    font-size: 15px;
  }

  .support-article .has-small-font-size {
    margin-top: 8px;
    font-size: 13px;
  }

  .support-article h3+p,
  .support-article h4+p {
    margin-top: 16px;
  }

  /* 資料ダウンロード一覧 */
  .sub-download__title {
    font-size: clamp(20px, calc((23 / 390) * 100vw), 23px);
  }

  .sub-download__text {
    padding: 0;
    font-size: 16px;
  }

  .sub-download__inner.inner {
    max-width: 100%;
  }

  .sub-download__head {
    max-width: 600px;
    margin-inline: auto;
  }

  .download-list {
    padding-inline: 0;
  }

  /* 資料ダウンロード個別 */
  .layout-single-download {
    margin-top: 80px;
  }

  .download {
    grid-template-columns: 1fr;
  }

  .single-download__inner.inner {
    max-width: 600px;
  }

  .download__title {
    font-size: clamp(20px, calc((22 / 390) * 100vw), 22px);
  }

  .download__text {
    font-size: clamp(13px, calc((15 / 390) * 100vw), 15px);
  }

  .download__list-wrap {
    padding: 64px 16px;
  }

  .download__list-title {
    font-size: clamp(18px, calc((20 / 390) * 100vw), 20px);
    padding-bottom: 8px;
  }

  .download__desc {
    margin-top: 0px;
  }

  .download-desc__item {
    font-size: clamp(13px, calc((15 / 390) * 100vw), 15px);
  }

  .download-desc__item::before {
    width: 16px;
  }

  .download__from {
    padding-inline: 16px;
  }

  .layout-sub-contact {
    margin-top: 80px;
  }

  .sub-contact-form__img {
    margin-top: 0;
  }

  .error-404-layout {
    margin-top: 80px;
  }

  .error-404__content {
    margin-top: 40px;
  }

  .error-404__text {
    font-size: clamp(16px, calc((18 / 390) * 100vw), 20px);
  }

  .company-list {
    flex-direction: column;
    gap: 16px;
  }

  .company-list__title {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 20px;
  }

  .company-list__text {
    width: 100%;
    font-size: 18px;
  }

  .sub-company-title h2 {
    font-size: 48px;
  }

  .company-access__contents {
    width: 100%;
  }

  .company-access__content:nth-child(1):after {
    display: none;
  }

  .company-access__content:nth-child(2):after {
    width: min(calc((100 / 390) * 100vw), 120px);
    right: -10px;
    top: auto;
    bottom: -20%;
  }

  .company-about__text {
    font-size: 18px;
    text-align: left;
  }

  .company-about__text.name {
    text-align: center;
  }


.company-about__text span{
  margin-right: 0;
}

  .company-about__text br{
    display: none;
  }

  .company-about__text br.u-sp{
    display: inline;
  }

  .company-message__content {
    outline: 8px solid var(--bg-red);
    outline-offset: 8px;
  }

  .company-message__content::before {
    width: min(((100 / 390) * 100vw), 150px);
    top: -3%;
    left: -10px;
  }

  .sub-company-title p {
    font-size: 80px;
  }

  .company-message__text {
    font-size: 20px;
  }

  .company-message__content::after {
    display: none;
  }

  .company-list:last-child.company-list--history .company-list__text,
  .company-list:last-child.company-list--history .company-list__title {
    border-bottom: none;
  }

  .company-list__text span {
    font-size: 20px;
  }

  .sub-features__head {
    margin-top: 80px;
  }

  .features-head__copy {
    font-size: clamp(26px, calc((32 / 390) * 100vw), 50px);
  }

  .features-head__text {
    margin-top: 40px;
    font-size: clamp(16px, calc((18 / 390) * 100vw), 20px);
  }

  .features-head__inner.inner::before {
    width: min(calc((123 / 390) * 100vw), 210px);
    bottom: -76px;
    right: calc(50% - min(48vw, 400px));
  }

  .sub-features__design {
    margin-top: 120px;
  }

  .features-design {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sub-features__design--marketing {
    margin-top: 0;
  }

  .features-design__title {
    font-size: min(calc((48 / 390) * 100vw), 72px);
  }

  .features-design__text {
    margin-top: 40px;
    font-feature-settings: "palt";
    font-size: clamp(16px, calc((20 / 390) * 100vw), 20px);
  }

  .features-design__contents {
    grid-template-columns: calc((140 / 390) * 100vw) 1fr;
    column-gap: 16px;
    row-gap: 0;
  }

  .design-content__02 {
    order: 2;
  }

  .features-design__contents-img02 {
    display: block;
  }

  .design-content__03 {
    order: 3;
    grid-column: span 2;
    grid-row: span 1;
  }

  .design-content__04 {
    order: 4;
  }

  .design-content__05 {
    order: 5;
  }

  .design-content__06 {
    display: none;
  }

  .features-design__contents-text {
    margin-top: 0;
    font-size: clamp(16px, calc((22 / 390) * 100vw), 30px);
    align-self: center;
  }

  .features-design__contents-text--sm {
    font-size: clamp(15px, calc((20 / 390) * 100vw), 24px);
  }

  .features-design__contents-text--lg {
    font-size: clamp(18px, calc((24 / 390) * 100vw), 35px);
  }

  .features-design__contents-img02 {
    justify-self: center;
  }

  .features-design__contents-img02 img {
    height: 40px;
  }

  .features-design__copy {
    font-size: min(calc((59 / 390) * 100vw), 80px);
    line-height: 1.2;
    margin-top: 64px;
  }

  .track-record__content {
    padding-block: 80px;
  }

  .track-record__title {
    font-size: min(calc((39 / 390) * 100vw), 41px);
  }

  .track-record__text {
    font-size: min(calc((19 / 390) * 100vw), 18px);
  }

  .track-record__item-wrap {
    margin-top: 64px;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .track-record__item-text {
    text-align: center;
    font-size: min(calc((20 / 390) * 100vw), 20px);
  }

  .track-record__item-num {
    font-size: min(calc((120 / 390) * 100vw), 140px);
    margin-top: 0;
  }

  .track-record__item-num span {
    font-size: min(calc((20 / 390) * 100vw), 20px);
  }

  .results__title h2 {
    font-size: min(calc((45 / 390) * 100vw), 60px);
  }

  .results__list-item::before {
    width: 18px;
    margin-right: 12px;
    margin-top: 9px;
  }

  .results__list-item {
    align-items: start;
    font-size: min(calc((20 / 390) * 100vw), 24px);
    line-height: 1.5;
  }

  .results__contents::after {
    width: min(calc((120 / 390) * 100vw), 180px);
    bottom: -102px;
  }

  .comment__title {
    font-size: min(calc((49 / 390) * 100vw), 60px);
  }

  .comment__contents {
    grid-template-columns: 1fr;
  }

  .comment__content:nth-child(1) {
    width: 100%;
    padding-top: min(calc((44 / 390) * 100vw), 83px);
  }

  .comment__content:nth-child(2) {
    width: 100%;
    padding-top: 21%;
    padding-left: 18%;
    margin-top: 0;
  }

  .comment__content:nth-child(3) {
    width: 100%;
    padding-top: 5%;
    padding-left: 6%;
    margin-top: 0%;
    margin-left: 8%;
  }

  .comment__text {
    font-size: min(calc((20 / 390) * 100vw), 30px);
  }

  .comment__text span {
    font-size: min(calc((15 / 390) * 100vw), 24px);
  }

  .sub-features__project {
    margin-top: 120px;
  }

  .project {
    padding-block: 80px;
  }

  .project__title {
    font-size: min(calc((50 / 390) * 100vw), 51px);
  }

  .project__contents {
    margin-top: 64px;
  }

  .project-item__inner {
    padding-block: 40px;
  }

  .project-item__head {
    display: block;
  }

  .project-item__icon {
    width: 60%;
    max-width: 200px;
    margin-inline: auto;
  }

  .project-item__title {
    font-size: min(calc((35 / 390) * 100vw), 34px);
    margin-top: 24px;
    text-align: center;
  }

  .project-item__text {
    font-size: 16px;
    margin-top: 24px;
  }

  .project-item__content {
    padding-block: 40px;
    margin-top: 64px;
  }

  .project-item__content-title {
    font-size: min(calc((26 / 390) * 100vw), 26px);
  }

  .project-item__content-list-item {
    font-size: 16px;
  }

  .project-item__title-md {
    font-size: min(calc((24 / 390) * 100vw), 24px);
  }

  .project-item__flow {
    flex-direction: column;
    max-width: 400px;
    margin-inline: auto;
  }

  .project-item__flow-item {
    aspect-ratio: 4 / 1;
    font-size: min(calc((20 / 390) * 100vw), 22px);
  }

  .project-item__flow-item+.project-item__flow-item::before {
    width: min(calc((18 / 390) * 100vw), 18px);
    left: 50%;
    top: -30%;
    transform: rotate(90deg);
  }

  .project-item__work-wrap {
    flex-direction: column;
    gap: 16px;
  }

  .project-item__work-title {
    font-size: 28px;
    padding-bottom: 16px;
  }

  .project-item__work-list {
    margin-right: 32px;
  }

  .project-item__work-list-item a {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .project-item__work-list-item::before {
    width: 10px;
    height: 11px;
  }

  .office {
    grid-template-columns: 1fr;
  }

  .office__img {
    height: 250px;
    order: 2;
    display: none;
  }

  .office__img img {
    object-position: 50% top;
  }

  .office__content {
    padding-block: 80px;
  }

  .office__title p {
    font-size: 100px;
  }

  .office__text {
    margin-top: 40px;
    font-size: 16px;
  }

  .office__text span {
    font-size: 14px;
  }

  .button-square.button-square--white i {
    width: 24px;
  }

  .service-head__content {
    grid-template-columns: 1fr;
    position: static;
  }

  .service-head__img {
    position: static;
    width: 80%;
    display: block;
    margin-inline: auto;
    margin-top: 40px;
  }

  .head-text {
    font-size: clamp(18px, calc((33 / 390) * 100vw), 54px);
  }

  .head-text.head-text--branding {
    font-size: clamp(18px, calc((29 / 390) * 100vw), 54px);
  }

  .head-text.head-text--recruit {
    font-size: clamp(18px, calc((28 / 390) * 100vw), 48px);
  }

  .head-text--exlg {
    font-size: clamp(40px, calc((63 / 390) * 100vw), 123px);
  }

  .head-text--exlg.head-text--exlg-seo {
    font-size: clamp(40px, calc((74 / 390) * 100vw), 123px);
  }

  .head-text--exlg.head-text--exlg-lp {
    font-size: clamp(40px, calc((74 / 390) * 100vw), 123px);
  }

  .head-text--exlg.head-text--exlg--recruit {
    font-size: clamp(30px, calc((32 / 390) * 100vw), 55px);
  }

  .head-text--lg {
    font-size: clamp(40px, calc((73 / 390) * 100vw), 118px);
  }

  .head-text--lg.head-text--lg-marketing {
    font-size: clamp(40px, calc((58 / 390) * 100vw), 118px);
  }

  .head-text--lg.head-text--lg-recruit {
    font-size: clamp(40px, calc((46 / 390) * 100vw), 118px);
  }

  .head-text--lg.head-text--lg-seo {
    font-size: clamp(40px, calc((67 / 390) * 100vw), 112px);
  }

  .head-text--md {
    font-size: clamp(30px, calc((48 / 390) * 100vw), 80px);
  }

  .head-text--md.head-text--md-seo {
    font-size: clamp(30px, calc((33 / 390) * 100vw), 56px);
  }

  .head-text--md.head-text--md-recruit {
    font-size: clamp(30px, calc((46 / 390) * 100vw), 73px);
  }

  .head-text--sm {
    font-size: clamp(18px, calc((20 / 390) * 100vw), 32px);
  }

  .service-head__link a {
    font-size: min(calc((16 / 390) * 100vw), 16px);
    min-width: 127px;
    padding: min(calc((8 / 390) * 100vw), 8px) min(calc((16 / 390) * 100vw), 16px);
    height: 60px;
  }

  .service-head__link a::after {
    right: 0;
    width: 7px;
    height: 7px;
  }

  .service-head__link {
    margin-top: 80px;
  }

  .service-head__item-text {
    font-size: min(calc((16 / 390) * 100vw), 18px);
  }

  .service-head__item-title {
    font-size: min(calc((28 / 390) * 100vw), 38px);
  }

  .service-feature__title {
    font-size: clamp(18px, calc((40 / 390) * 100vw), 64px);
  }

  .service-feature__content,
  .service-feature__content:nth-child(2n) {
    flex-direction: column;
  }

  .service-feature__content-title,
  .service-feature__content-title h3 {
    font-size: clamp(18px, calc((26 / 390) * 100vw), 38px);
  }

  .service-support__title {
    font-size: clamp(18px, calc((40 / 390) * 100vw), 41px);
  }

  .track-record__archive.service-archive {
    grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
    row-gap: 60px;
  }

  .service-feature__content-text {
    font-size: min(calc((16 / 390) * 100vw), 16px);
  }

  .service-feature__content-img {
    width: 100%;
  }

  .service-flow__title,
  .service-use__title,
  .service-faq__title,
  .service-recruit__title,
  .service-price__title {
    font-size: min(calc((39 / 390) * 100vw), 41px);
  }

  .service-support__text {
    font-size: min(calc((16 / 390) * 100vw), 18px);
  }

  .flow-content__content-wrap {
    flex-direction: column;
    padding: 0;
  }

  .flow-content__num {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .flow-content__img {
    width: min(50%, 180px);
  }

  .flow-content__title {
    font-size: min(calc((24 / 390) * 100vw), 26px);
    text-align: center;
  }

  .flow-content__text {
    font-size: clamp(16px, calc((16 / 390) * 100vw), 16px);
  }

  .flow-content__num::before {
    font-size: 10px;
  }

  .service-price__content {
    flex-direction: column;
  }

  .service-price__text {
    font-size: clamp(16px, calc((18 / 390) * 100vw), 18px);
  }

  .service-use__item-inner {
    grid-template-columns: 1fr;
  }

  .service-use__item-text {
    font-size: clamp(16px, calc((16 / 390) * 100vw), 18px);
    margin-top: 24px;
  }

  .service-use__item-content li {
    font-size: clamp(10px, calc((13 / 390) * 100vw), 16px);
  }

  .service-intro {
    padding-block: 0px 40px;
  }

  .service-faq__text,
  .service-recruit__text {
    font-size: clamp(16px, calc((18 / 390) * 100vw), 21px);
  }

  .faq-list__question-inner span,
  .faq-list__answer-inner span {
    width: clamp(20px, calc((33 / 390) * 100vw), 56px);
  }

  .faq-list__item-question span img,
  .faq-list__item-answer span img {
    width: 16px;
  }

  .faq-list__question-inner p,
  .faq-list__question-inner h3 {
    font-size: min(calc((22 / 390) * 100vw), 30px);
  }

  .faq-list__item-answer p {
    font-size: clamp(16px, calc((18 / 390) * 100vw), 21px);
  }

  .faq-list__item-question::before,
  .faq-list__item-question::after {
    width: 20px;
  }

  .faq-list__item+.faq-list__item {
    margin-top: 80px;
  }

  .sub-service__feature {
    margin-top: 120px;
  }

  .service-feature {
    padding-block: 80px;
  }

  .sub-service__track-record {
    margin-top: 120px;
  }

  .service-archive__content::before {
    font-size: clamp(13px, calc((16 / 390) * 100vw), 16px);
  }

  .service-archive__text {
    font-size: clamp(13px, calc((16 / 390) * 100vw), 16px);
  }

  .service-support,
  .service-flow {
    padding-block: 80px;
  }

  .sub-service__price {
    margin-top: 120px;
  }

  .service-support__link {
    margin-top: 80px;
  }

  .service-use__item:not(:last-child)::before {
    width: 40px;
  }

  .service-feature__content-title p {
    width: clamp(45px, calc((60 / 390) * 100vw), 60px);
  }

  .comment__link {
    margin-top: 80px;
  }

  .service-recruit__content {
    grid-template-columns: 1fr;
  }

  .service-recruit__num {
    font-size: min(calc((80 / 390) * 100vw), 80px);
  }

  .service-recruit__content-text {
    font-size: clamp(18px, calc((21 / 390) * 100vw), 21px);
  }

  .service-recruit__text--bottom {
    margin-top: 40px;
  }

  .track-record.track-record--white .track-record__item-wrap {
    grid-template-columns: 1fr;
  }

  .track-record.track-record--white .track-record__item-wrap .track-record__item-text {
    text-align: left;
  }

  .service-head__item-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .service-head__item-unit {
    width: 65%;
    max-width: 210px;
    margin-inline: auto;
  }

  .service-head__item-unit .service-head__item-text {
    margin-top: 16px;
  }

  .service-head__unit-img img {
    width: 55%;
  }

  .results__contents.results__contents--marketing::after,
  .results__contents.results__contents--features::after {
    width: min(calc((120 / 390) * 100vw), 140px);
  }

  .service-intro__title {
    font-size: calc((23 / 390) * 100vw);
  }

  .service-intro__text {
    margin-top: 16px;
    font-size: 18px;
  }

  .service-head__contents {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-head__content-item {
    padding-block: 20px;
  }

  .service-head__content-text {
    margin-top: 16px;
  }

  .service-head__num {
    font-size: 60px;
  }

  .service-price__item {
    flex-direction: column;
    align-items: start;
  }

  .service-column__title {
    line-height: 1.6;
  }

  .service-column__text {
    line-height: 1.6;
  }

  .service-seo__title {
    font-size: min(calc((49 / 390) * 100vw), 60px);
  }

  .service-support__item-text {
    padding-left: 40px;
    font-size: 18px;
  }

  .service-seo__ttl {
    font-size: 24px;
  }

  .service-seo__text {
    font-size: 18px;
  }

  .sub-service-layout {
    margin-top: 80px;
  }

  .sub-company__info {
    margin-top: 100px;
  }

  .company-info__transaction {
    margin-top: 100px;
  }

  .company-info__transaction-list {
    grid-template-columns: 1fr;
    font-size: 16px;
    gap: 16px;
  }

  .company-info__transaction-item:is(:last-child, :nth-last-child(2)) {
    grid-column: span 1;
  }

  .company-about__inner.inner::after {
    width: min(calc((200 / 390) * 100vw), 200px);
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 480px) {
  .single-works-other__title::after {
    bottom: 90%;
  }

  .sub-fv__title br {
    display: block;
  }

  .u-sm {
    display: block;
  }
}