@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 10px 0 10px;
}

.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: block;
  width: 110px;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-right: 20px;
  padding: 10px 0px;
  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: calc(100% - 130px);
}

.topicsTop .topicsWrap .topicsContents .slider a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 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 {
  display: none;
  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;
  }
}

@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: 100px;
    padding: 3px 10px 0;
    border-radius: 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 20px;
  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: 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;
  }
}
