@charset "UTF-8";

body {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  background-color: #000;
  padding-top: 0;
  overflow-x: hidden;
}

a {
  color: #fff;
  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: #fff;
  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: 0;
    padding-left: 0;
  }
}

.container-100p {
  width: 100%;
  margin: 0 auto;
}

.row:before,
.row:after {
  width: 0;
}

.row {
  flex-direction: row;
}

.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;
}

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;
  font-family: "Noto Serif JP", serif;
}

.fixed-top {
  z-index: 1030;
}

dt {
  font-weight: 600;
}

#wrap {
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 2;
}

/* ------------------------------------------------------------------
[Preloader]
------------------------------------------------------------------- */

/*
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: 100;
}

#loader .grey,
#loader .white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#loader .grey {
  z-index: 2;
  background-color: #cc0000;
}

#loader .white {
  z-index: 1;
  background-color: #000;
}

#loader .text-wrap {
  overflow: hidden;
}

#loader .text-wrap {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 260px;
  z-index: 3;
}

#loader .text-wrap span {
  display: inline-block;
  color: #000;
}

#wrapper {
  display: block;
  width: 100%;
}

section.resume-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 990px) {
  #loader .text-wrap {
    left: 50%;
  }
}

/* ------------------------------------------------------------------
   Nav
------------------------------------------------------------------- */
#sideNav {
  background-color: #cc0000;
  padding-left: 2%;
  padding-right: 2%;
  text-align: left;
}
.navbar-nav {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.nav-link {
  font-size: 16px;
  padding: 0.6rem;
  color: rgba(255, 255, 255, 1);
}

.sp-logo img {
  width: 240px;
}

@media (orientation: landscape) and (min-width: 760px) {
  .nav-link {
    font-size: 15px;
    padding: 0.3rem;
  }
}
@media (min-width: 992px) {
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem 0;
  }
  .nav-link {
    font-size: 15px;
    padding: 0.3rem;
  }
}
@media (min-width: 1200px) {
  .nav-link {
    font-size: 15px;
    padding: 0.3rem;
  }
}
@media (min-width: 1500px) {
  .nav-link {
    padding: 0.5rem 0;
  }
}

/* ------------------------------------------------------------------
Home Hero
------------------------------------------------------------------- */
@media (min-width: 992px) {
  section.resume-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

section.resume-section .resume-section-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  background-image: url(../img/hero-bg.png);
  background-size: cover;
}

.hero-text-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
.hero-img-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.hero-img-wrap img.sp-img {
  display: none;
}
.hero-copy-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10% 0 0;
}
.hero-copy-inwrap {
  display: flex;
  flex-direction: row-reverse;
  height: 80%;
  margin: 0;
  padding: 0;
}
.hero-copy {
  display: inline-block;
  font-size: 22vw;
  font-family: "kokuryu", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: -1vw;
  text-shadow:
    4px 4px 0 black,
    -4px 4px 0 black,
    4px -4px 0 black,
    -4px -4px 0 black,
    4px 0 0 black,
    -4px 0 0 black,
    0 4px 0 black,
    0 -4px 0 black;
  color: #fff;
  margin: 0 0 0 10%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hero-copy span {
  font-size: 12vw;
}
.hero-copy span.text {
  display: block;
  font-size: 6vw;
  font-weight: 900;
  letter-spacing: -0.5vw;
  padding: 7% 0 0;
}
.hero-subcopy {
  display: inline-block;
  font-size: 3.3vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1vw;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 1);
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hero-subcopy span {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 10px 0;
  background: linear-gradient(to bottom, #cc0000 0%, rgba(204, 0, 0, 0) 100%);
}

@media (max-width: 1480px) {
  .hero-copy {
    font-size: 17vw;
  }
  .hero-copy span {
    font-size: 13vw;
  }
  .hero-copy span.text {
    font-size: 5.6vw;
  }
  .hero-subcopy {
    font-size: 3.4vw;
  }
}
@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
  .hero-img-wrap {
    align-items: flex-end;
    padding: 0 0 10%;
  }
  .hero-img-wrap img.pc-img {
    display: none;
  }
  .hero-img-wrap img.sp-img {
    display: block;
  }
}
@media (max-width: 990px) {
  .hero-copy-wrap {
    height: calc(90% - 76px);
    margin: 76px 0 0;
  }
  .hero-copy-inwrap {
    height: 90%;
  }
  .hero-copy {
    width: 330px;
    font-size: 30vw;
    margin: 0;
  }
  .hero-copy span {
    font-size: 24vw;
  }
  .hero-copy span.text {
    font-size: 12vw;
  }
  .hero-subcopy {
    font-size: 7.2vw;
  }
  .hero-subcopy span {
    display: block;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  section.resume-section .resume-section-content {
    height: 180vh;
  }
  .hero-copy {
    font-size: 20vw;
  }
  .hero-copy span {
    font-size: 15vw;
  }
  .hero-copy span.text {
    font-size: 7.2vw;
  }
  .hero-subcopy {
    font-size: 4.8vw;
  }
}
@media (max-width: 499px) {
  .hero-copy {
    width: 200px;
    font-size: 30vw;
    margin: 0;
  }
  .hero-copy-inwrap {
    height: 90%;
  }
  .hero-copy span {
    font-size: 24vw;
  }
  .hero-copy span.text {
    font-size: 20vw;
  }
  .hero-subcopy {
    font-size: 9.6vw;
  }
}
@media (max-width: 380px) {
  .hero-copy {
    width: 170px;
  }
}
@media (orientation: portrait) and (max-height: 700px) {
  .hero-copy span.text {
    font-size: 17vw;
  }
}

/* ------------------------------------------------------------------
Home Copy
------------------------------------------------------------------- */
.home-copy-section-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.home-copy-section {
  position: relative;
  width: 100%;
  height: 110vh;
  padding: 0;
  margin: 0;
  background-color: #000;
  background-image: url(../img/copy-bg.jpg);
  background-size: cover;
  overflow: hidden;
}
.home-copy-wrap {
  position: absolute;
  top: 10%;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  height: 88%;
  z-index: 3;
}
.home-copy-wrap .home-copy-titles {
  display: block;
  font-size: 9.6vw;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 12px 13px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 0 0 0 5%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-copy-wrap .home-copy-texts {
  display: flex;
  flex-direction: row-reverse;
  height: 63%;
  margin: 0 0 0 5%;
  padding: 0;
  border-right: solid 1px #fff;
}
.home-copy-wrap .home-copy-texts span {
  display: inline-block;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 0;
  padding: 0 10px;
  border-left: solid 1px #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-copy-wrap .home-copy-leads {
  display: block;
  font-size: 3.6vw;
  font-weight: 900;
  line-height: 1.4;
  font-feature-settings: "palt";
  text-shadow: 10px 10px 6px rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 1480px) {
}
@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
  .home-copy-wrap .home-copy-texts {
    height: 41%;
  }
}
@media (max-width: 990px) {
  .home-copy-section {
    height: 100vh;
    background-position: center;
  }
  .home-copy-wrap .home-copy-titles {
    width: 200px;
    font-size: 17vw;
    margin: 0;
  }
  .home-copy-wrap .home-copy-texts {
    width: 300px;
    height: 44%;
    margin: 0;
  }
  .home-copy-wrap .home-copy-texts span {
    font-size: 3.6vw;
  }
  .home-copy-wrap .home-copy-leads {
    width: 70px;
    font-size: 6vw;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .home-copy-section {
    height: 180vh;
  }
  .home-copy-wrap .home-copy-titles {
    font-size: 15vw;
  }
  .home-copy-wrap .home-copy-texts {
    height: 50%;
  }
  .home-copy-wrap .home-copy-texts span {
    font-size: 2.6vw;
  }
  .home-copy-wrap .home-copy-leads {
    font-size: 5vw;
  }
}
@media (max-width: 749px) {
  .home-copy-wrap .home-copy-titles {
    width: 160px;
  }
  .home-copy-wrap .home-copy-texts {
    width: 250px;
  }
  .home-copy-wrap .home-copy-leads {
    width: 66px;
  }
}
@media (max-width: 499px) {
  .home-copy-wrap .home-copy-titles {
    width: 100px;
    font-size: 18vw;
    margin: 0 20px 0 0;
  }
  .home-copy-wrap .home-copy-texts {
    width: 210px;
    height: 33%;
  }
  .home-copy-wrap .home-copy-texts span {
    font-size: 4vw;
  }
}
@media (orientation: portrait) and (max-height: 700px) {
  .home-copy-wrap .home-copy-texts {
    height: 37%;
  }
}

/* ------------------------------------------------------------------
Home Job
------------------------------------------------------------------- */
.home-muscle-section-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #000;
}
.home-contentes-wrapper-usually {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.home-contentes-wrapper-usuallys {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.home-contentes-wrap-reverse {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}
.home-contentes-wrap-reverses {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}

.home-contentes-wrapper-reverse {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}
.home-contentes-section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #000;
}
.home-contentes-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.home-contentes-titles-wrap-right {
  position: relative;
  display: grid;
  place-items: start center;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 0;
  padding-right: 0;
  background: linear-gradient(to bottom, #cc0000 0%, rgba(204, 0, 0, 0) 100%);
  border-left: solid 1px #fff;
}
.home-contentes-titles-wrap-right .title-logomark {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.home-contentes-titles-wrap-right .title-logomark img {
  width: 100%;
  opacity: 0.75;
}

.home-contentes-titles-wrap-left {
  position: relative;
  display: grid;
  place-items: start center;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 0;
  padding-right: 0;
  background: linear-gradient(to bottom, #cc0000 0%, rgba(204, 0, 0, 0) 100%);
  border-right: solid 1px #fff;
}
.home-contentes-titles-wrap-left .title-logomark {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.home-contentes-titles-wrap-left .title-logomark img {
  width: 100%;
  opacity: 0.75;
}

.home-contentes-titles {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  bottom: 80px;
  display: block;
  font-size: 2.4vw;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-contentes-titles br {
  display: none;
}

.home-muscle-title-wrap-reverse {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0;
  padding: 10% 0;
  background-size: cover;
  background-image: url(../img/muscle-bg.jpg);
}
.home-muscle-copy-leads {
  display: block;
  font-size: 7vw;
  font-weight: 900;
  line-height: 1.1;
  color: #000;
  margin: 0 0 0 8%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-muscle-copy-leads span {
  font-size: 5vw;
}

.home-muscle-sub-titles {
  display: block;
  font-size: 4.4vw;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  margin: 0 0 0 1%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-muscle-sub-titles span {
  font-size: 3vw;
}
.home-muscle-sub-texts {
  display: block;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 0 0 0 4%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-muscle-sub-texts br.br {
  display: none;
}
.home-muscle-sub-texts2 {
  display: block;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 0;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 1480px) {
}
@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .home-contentes-wrapper-usuallys {
    display: block;
  }
  .home-contentes-wrap-reverses {
    display: block;
  }
  .home-contentes-titles-wrap-left {
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  .home-contentes-titles-wrap-right {
    border-left: none;
    border-bottom: solid 1px #fff;
  }
  .home-contentes-titles {
    top: 100px;
    bottom: 40px;
    font-size: 3vw;
  }
  .home-muscle-title-wrap-reverse {
    padding: 10% 0;
    background-size: cover;
  }
  .home-muscle-copy-leads {
    width: 230px;
    font-size: 12vw;
    margin: 0;
  }
  .home-muscle-copy-leads span {
    font-size: 9.6vw;
  }
  .home-muscle-sub-titles {
    width: 63px;
    font-size: 6vw;
    margin: 0;
  }
  .home-muscle-sub-texts {
    width: 76px;
    font-size: 3vw;
    margin: 0;
  }
  .home-muscle-sub-texts br.br {
    display: block;
  }
  .home-muscle-sub-texts2 {
    width: 58px;
    font-size: 3vw;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .home-muscle-copy-leads {
    font-size: 9.6vw;
  }
  .home-muscle-copy-leads span {
    font-size: 7.2vw;
  }
  .home-muscle-sub-titles {
    font-size: 4.8vw;
  }
  .home-muscle-sub-texts {
    font-size: 2.4vw;
  }
  .home-muscle-sub-texts2 {
    font-size: 2.4vw;
  }
}
@media (max-width: 749px) {
  .home-muscle-copy-leads {
    width: 180px;
  }
  .home-muscle-sub-titles {
    width: 50px;
  }
  .home-muscle-sub-texts {
    width: 60px;
  }
  .home-muscle-sub-texts2 {
    width: 50px;
  }
}
@media (max-width: 499px) {
  .home-muscle-title-wrap-reverse {
    padding: 15% 0;
    background-size: cover;
  }
  .home-contentes-titles-wrap-left {
    display: flex;
    justify-content: center;
    place-items: start;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  .home-contentes-titles-wrap-right {
    display: flex;
    justify-content: center;
    place-items: start;
    border-left: none;
    border-bottom: solid 1px #fff;
  }
  .home-contentes-titles-wrap-left .title-logomark {
    display: none;
  }
  .home-contentes-titles-wrap-right .title-logomark img {
    display: none;
  }
  .home-contentes-titles {
    position: relative;
    top: auto;
    bottom: auto;
    font-size: 6vw;
    line-height: 1.4;
  }
  .home-contentes-titles br {
    display: block;
  }
  .home-muscle-sub-titles {
    width: 40px;
    font-size: 7vw;
  }
  .home-muscle-copy-leads {
    width: 60px;
    font-size: 10.8vw;
  }
  .home-muscle-copy-leads span {
    font-size: 7.2vw;
  }
  .home-muscle-copy-leads br {
    display: none;
  }
  .home-muscle-sub-texts {
    width: 50px;
    font-size: 15px;
  }
  .home-muscle-sub-texts2 {
    width: 40px;
    font-size: 15px;
  }
}

/* ------------------------------------------------------------------
	Home Work Scroll
------------------------------------------------------------------- */
.home-works-section-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #000;
  border-bottom: solid 1px #fff;
}
.home-contentes-titles-wrap-left .home-contentes-titles {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  bottom: 80px;
  display: block;
  font-size: 2.4vw;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-contentes-titles-wrap-left .home-contentes-titles br {
  display: none;
}

.home-slide-section {
  width: 100%;
  height: 100%;
}

.home-slide-title-wrap-reverse {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0;
  padding: 10% 0;
  background-size: cover;
  background-image: url(../img/works-bg2.jpg);
  background-position: center bottom;
}
.home-slide-title-wrap-reverse .home-contentes-copy-leads {
  display: block;
  font-size: 7.2vw;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  margin: 0 0 0 4%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-slide-title-wrap-reverse .home-contentes-copy-leads span {
  font-size: 4.8vw;
}
.home-slide-title-wrap-reverse .home-contentes-sub-texts {
  display: block;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  margin: 0 0 0 5%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-slide-title-wrap-reverse .home-contentes-sub-subtexts {
  display: block;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.horizontal-scroll {
  position: relative;
  background: #111;
  /* 高さはJSで計算して入れる */
}

/* ← sticky ラッパは“縦位置固定”に徹する。transformはかけない */
.horizontal-inner {
  position: sticky;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100vh;
  overflow: hidden; /* はみ出しを隠す：縦揺れの視覚化を防ぐ */
  display: block; /* flexをやめる（縦揺れの温床を絶つ） */
  box-sizing: border-box;
}

/* ← 横に流す「トラック」：ここに transform をかける */
.horizontal-track {
  display: flex;
  height: 100%;
  will-change: transform;
}

.horizontal-panel-title01 {
  flex: 0 0 50vw; /* 既存の 60vw を尊重しつつ “固定幅” 化 */
  max-width: 50vw;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 3% 5vw 0 5vw; /* 既存 */
  background-color: #000;
  background-image: url(../img/hero-bg.png);
  background-size: cover;
}

.horizontal-panel-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #f0f0f0;
}
.horizontal-panel-title-wrap {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.home-business-titles-number {
  position: absolute;
  top: 4%;
  left: 4%;
  display: block;
  font-size: 1.5vw;
  font-weight: 900;
  letter-spacing: 0;
  color: #000;
  margin: 0;
  padding: 0 0 3% 10px;
}
.home-business-titles {
  display: block;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.2vw;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  color: #000;
  margin: 0 0 5%;
  padding: 0;
}
.home-business-titles span.jp {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  margin: 0;
  padding: 20px 0 0 10px;
}

.home-business-sub-titles-wrap {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

.home-business-sub-titles {
  display: block;
  font-size: 1.5vw;
  font-weight: 900;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0;
}
.home-business-sub-texts {
  display: block;
  font-size: 1vw;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
}
.home-business-sub-texts span {
  font-size: 1.6vw;
}

.home-business-texts {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  margin: 0;
  padding: 20px 0 0 10px;
}

@media (max-width: 1480px) {
  .horizontal-panel-title-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
  .home-business-titles-number {
    top: 3%;
    left: 3%;
    padding: 0 0 3% 10px;
  }
  .home-business-titles {
    font-size: 8vw;
  }
  .home-business-sub-titles {
    font-size: 1.3vw;
  }
  .home-business-sub-texts span {
    font-size: 1.4vw;
  }
  .home-business-sub-titles-wrap {
    margin-bottom: 10px;
    padding-bottom: 7px;
  }
  .home-business-texts {
    padding: 10px 0 0 5px;
  }
}
@media (max-width: 1200px) {
  .horizontal-panel-title-wrapper {
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .home-business-titles-number {
    top: 3%;
    left: 2%;
    font-size: 2.5vw;
  }
  .home-business-titles span.jp {
    font-size: 2vw;
    padding: 15px 0 0 5px;
  }
  .home-business-sub-titles {
    font-size: 2.4vw;
  }
  .home-business-sub-texts {
    font-size: 1.6vw;
  }
  .home-business-sub-texts span {
    font-size: 2.4vw;
  }
  .home-business-texts {
    font-size: 1.6vw;
    line-height: 1.6;
    padding: 10px 0 0 0;
  }
}
@media (max-width: 990px) {
  .home-contentes-titles-wrap-left .home-contentes-titles {
    top: 100px;
    bottom: 40px;
    font-size: 3vw;
  }
  .home-slide-title-wrap-reverse .home-contentes-copy-leads {
    width: 270px;
    font-size: 12vw;
    text-shadow: 6px 6px 6px rgba(255, 255, 255, 1);
    margin: 0;
  }
  .home-slide-title-wrap-reverse .home-contentes-copy-leads span {
    font-size: 9.6vw;
    text-shadow: 6px 6px 6px rgba(255, 255, 255, 1);
  }
  .home-slide-title-wrap-reverse .home-contentes-sub-texts {
    width: 270px;
    font-size: 3vw;
    margin: 0;
  }
  .home-slide-title-wrap-reverse .home-contentes-sub-subtexts {
    width: 56px;
    font-size: 2vw;
  }
  .home-business-titles-number {
    font-size: 4vw;
  }
  .home-business-titles {
    font-size: 12vw;
  }
  .home-business-titles span.jp {
    font-size: 3vw;
  }
  .home-business-sub-titles {
    font-size: 3.6vw;
  }
  .home-business-sub-texts {
    font-size: 2.4vw;
  }
  .home-business-sub-texts span {
    font-size: 3.6vw;
  }
  .home-business-texts {
    font-size: 18px;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .home-contentes-titles {
    font-size: 3.4vw;
  }
  .home-contentes-titles-wrap-left .home-contentes-titles {
    font-size: 3.4vw;
  }
  .home-slide-title-wrap-reverse .home-contentes-copy-leads {
    font-size: 8.4vw;
  }
  .home-slide-title-wrap-reverse .home-contentes-copy-leads span {
    font-size: 6vw;
  }
  .home-slide-title-wrap-reverse .home-contentes-sub-texts {
    font-size: 2.4vw;
  }
}
@media (max-width: 749px) {
  .home-slide-title-wrap-reverse .home-contentes-copy-leads {
    width: 180px;
  }
  .home-slide-title-wrap-reverse .home-contentes-sub-texts {
    width: 180px;
  }
  .home-slide-title-wrap-reverse .home-contentes-sub-subtexts {
    width: 50px;
  }
}
@media (max-width: 499px) {
  .home-slide-title-wrap-reverse {
    padding: 15% 0 20%;
  }
  .home-contentes-titles-wrap-left .title-logomark img {
    display: none;
  }
  .home-contentes-titles-wrap-left .home-contentes-titles {
    font-size: 6vw;
    line-height: 1.4;
  }
  .home-contentes-titles-wrap-left .home-contentes-titles br {
    display: block;
  }
  .home-slide-title-wrap-reverse .home-contentes-copy-leads {
    width: 140px;
  }
  .home-slide-title-wrap-reverse .home-contentes-sub-texts {
    width: 160px;
    font-size: 15px;
  }
  .home-slide-title-wrap-reverse .home-contentes-sub-subtexts {
    width: 50px;
    font-size: 12px;
  }
  .home-business-titles-number {
    font-size: 6vw;
  }
  .home-business-titles {
    font-size: 12vw;
    text-align: center;
  }
  .home-business-titles span.jp {
    font-size: 15px;
    padding: 10px 0 0 0;
  }
  .home-business-sub-titles {
    font-size: 4.8vw;
    margin: 0 0 8px;
  }
  .home-business-sub-texts {
    font-size: 3.6vw;
  }
  .home-business-sub-texts span {
    font-size: 4.8vw;
  }
  .home-business-texts {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .home-slide-title-wrap-reverse .home-contentes-copy-leads {
    width: 120px;
  }
}
@media (orientation: portrait) and (max-height: 700px) {
}

/* ------------------------------------------------------------------
	Home Road
------------------------------------------------------------------- */
.home-road-section-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
}
.home-road-title-wrap-reverse {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0;
  padding: 10% 0;
  background-size: cover;
  background-image: url(../img/road-bg.jpg);
}
.home-road-title-wrap-reverse .home-contentes-road-topleads {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 0 4%;
  padding: 0;
  border-right: solid 1px #000;
}
.home-road-title-wrap-reverse .home-contentes-road-topleads span {
  display: block;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1;
  color: #000;
  line-height: 1;
  padding: 20px 11px 25px 10px;
  border-left: solid 1px #000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-road-title-wrap-reverse .home-contentes-road-texts {
  display: block;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 20px 0 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.home-road-titles-wrap {
  display: block;
  padding: 0;
}

.home-road-titles-wrap-left {
  display: block;
  padding: 0;
}

.home-contentes-road-section-wrap {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.home-road-section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #000;
  background-image: url(../img/hero-bg.png);
  background-size: cover;
}
.home-road-titles-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  padding-left: 0;
  padding-right: 0;
}
.home-contentes-road-titles {
  display: block;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 0 0 3%;
  padding: 0;
}
.home-contentes-road-titles span {
  font-size: 2.4vw;
  padding: 0 0 10px;
}
.home-contentes-road-leads {
  display: block;
  font-size: 3.6vw;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  margin: 0;
  padding: 0;
}
.home-contentes-road-leads2 {
  display: block;
  font-size: 3.6vw;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .home-road-title-wrap-reverse .home-contentes-road-texts {
    font-size: 1.4vw;
  }
}
@media (max-width: 990px) {
  .home-road-title-wrap-reverse {
    background-position: center top;
  }
  .home-road-title-wrap-reverse .home-contentes-road-topleads span {
    font-size: 8.4vw;
  }
  .home-road-title-wrap-reverse .home-contentes-road-texts {
    font-size: 2.4vw;
  }
  .home-contentes-road-titles {
    font-size: 3vw;
  }
  .home-contentes-road-titles span {
    font-size: 3.6vw;
  }
  .home-contentes-road-leads {
    font-size: 4vw;
  }
  .home-contentes-road-leads2 {
    font-size: 4vw;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .home-road-title-wrap-reverse .home-contentes-road-topleads span {
    font-size: 5vw;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-road-title-wrap-reverse {
    padding: 15% 0;
  }
  .home-road-title-wrap-reverse .home-contentes-road-topleads span {
    font-size: 7.2vw;
  }
  .home-road-title-wrap-reverse .home-contentes-road-texts {
    font-size: 14px;
  }
  .home-road-titles-wrapper {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
  }
  .home-contentes-road-titles {
    font-size: 4.8vw;
  }
  .home-contentes-road-titles span {
    font-size: 6vw;
  }
  .home-contentes-road-leads {
    font-size: 6vw;
  }
  .home-contentes-road-leads2 {
    font-size: 6vw;
  }
  .home-contentes-road-leads2 br {
    display: none;
  }
}
@media (max-width: 359px) {
}
@media (orientation: portrait) and (max-height: 700px) {
}

/* ------------------------------------------------------------------
	Home Methods
------------------------------------------------------------------- */
.home-methods-section-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
}
.home-methods-title-wrap-reverse {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0;
  padding: 10% 0 8%;
  background-size: cover;
  background-image: url(../img/methods-bg.jpg);
}
.home-methods-titles-wrapper {
  padding-top: 3%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.home-contentes-methods-titles {
  display: block;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 0 2%;
  padding: 0;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-contentes-methods-titles span {
  font-size: 6vw;
}
.home-contentes-methods-texts {
  display: block;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 0 5%;
  padding: 0;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-contentes-methods-texts2 {
  display: block;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.chart-wrap {
  position: relative;
  display: block;
  margin: 0 auto 10%;
}
.chart-wrap img {
  width: 70%;
  margin: 0 15%;
}

@media (max-width: 990px) {
  .home-contentes-methods-titles {
    width: 120px;
    font-size: 12vw;
  }
  .home-contentes-methods-texts {
    width: 230px;
    font-size: 2.8vw;
  }
  .home-contentes-methods-texts2 {
    width: 120px;
    font-size: 2.8vw;
  }
  .chart-wrap img {
    width: 90%;
    margin: 0 5%;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .home-contentes-methods-titles {
    font-size: 8.4vw;
  }
  .home-contentes-methods-texts {
    font-size: 2vw;
  }
  .home-contentes-methods-texts2 {
    font-size: 2vw;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-methods-title-wrap-reverse {
    padding: 15% 0 8%;
  }
  .home-contentes-methods-titles {
    width: 40px;
    font-size: 7.2vw;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 1);
  }
  .home-contentes-methods-texts {
    width: 150px;
    font-size: 15px;
    margin: 0 0 0 4%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .home-contentes-methods-texts2 {
    width: 80px;
    font-size: 15px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 380px) {
  .home-contentes-methods-titles {
    width: 30px;
  }
}
@media (orientation: portrait) and (max-height: 700px) {
}

/* ------------------------------------------------------------------
	Home Two Sales Methods
------------------------------------------------------------------- */
.home-two-sales-section-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
}
.home-two-sales-title-wrap-reverse {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0;
  padding: 10% 0;
  background-size: cover;
  background-image: url(../img/two-sales-bg.jpg);
}
.home-contentes-two-sales-titles {
  display: block;
  font-size: 3.6vw;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
  margin: 0 0 0 5%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-contentes-two-sales-texts {
  display: block;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.home-two-sales-wrapper {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.home-two-sales-titles-wrap {
  padding: 5% 0 20% 10%;
}
.home-two-sales-titles-wrap2 {
  padding: 5% 10% 20% 0;
}

.home-two-sales-logo {
  display: block;
  width: 300px;
  margin: 0 auto 5%;
}

.home-two-sales-subtitles-wrapper {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 0;
}
.home-two-sales-subtitles-wrap {
  display: flex;
  align-items: center;
}
.home-two-sales-subtitles {
  display: block;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  margin: 0 0 8%;
  padding: 0;
}
.home-two-sales-subtitles span {
  display: block;
  font-size: 2vw;
  font-weight: 900;
}

@media (max-width: 1480px) {
  .home-two-sales-subtitles {
    font-size: 1.3vw;
  }
}
@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
  .home-two-sales-logo {
    width: 100%;
  }
  .home-two-sales-titles-wrap {
    padding: 5% 0 20% 0;
  }
  .home-two-sales-titles-wrap2 {
    padding: 5% 0 20% 0;
  }
}
@media (max-width: 990px) {
  .home-contentes-two-sales-titles {
    font-size: 7.2vw;
  }
  .home-contentes-two-sales-texts {
    font-size: 3vw;
  }
  .home-two-sales-logo {
    width: 80%;
    margin: 0 auto 30px;
  }
  .home-two-sales-subtitles-wrap {
    display: block;
    text-align: center;
  }
  .home-two-sales-subtitles {
    font-size: 2.4vw;
    text-align: center;
    margin: 0 0 10px;
  }
  .home-two-sales-subtitles span {
    font-size: 3.2vw;
    margin: 0 0 30px;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .home-contentes-two-sales-titles {
    font-size: 5.4vw;
  }
  .home-contentes-two-sales-texts {
    font-size: 2.4vw;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-two-sales-title-wrap-reverse {
    padding: 15% 0 5%;
  }
  .home-two-sales-titles-wrap {
    padding: 5% 0 6% 0;
  }
  .home-two-sales-logo {
    width: 90%;
    margin: 0 auto 20px;
  }
  .home-contentes-two-sales-titles {
    font-size: 8.4vw;
  }
  .home-contentes-two-sales-texts {
    font-size: 14px;
  }
  .home-two-sales-subtitles {
    font-size: 4.8vw;
  }
  .home-two-sales-subtitles span {
    font-size: 6vw;
    margin: 0 0 20px;
  }
}

/* ------------------------------------------------------------------
	Home Check
------------------------------------------------------------------- */
.home-check-section-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
}
.home-check-title-wrapper {
  display: block;
  margin: 0;
  padding: 10% 0 10%;
  background-size: cover;
  background-image: url(../img/check-bg4.jpg);
  background-position: right top;
}
.home-check-title-inwrap-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0 0 10%;
  padding: 0;
}
.home-contentes-check-texts {
  display: block;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
  margin: 0 0 0 5%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-contentes-check-texts2 {
  display: block;
  font-size: 2.2vw;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 0 4%;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-contentes-check-texts3 {
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-contentes-check-subtitle {
  display: block;
  font-size: 7.2vw;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: 0 0 2%;
  padding: 0;
}
.home-contentes-check-subtitle span {
  font-size: 6vw;
}
.home-contentes-check-subtitle2 {
  display: block;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 4% 0 0;
  padding: 0;
}
.home-contentes-check-subtitle2 span {
  font-size: 6vw;
}

dl.item-check {
  display: flex;
  width: 88%;
  padding: 15px 0;
  margin: 0 auto;
}
dl.item-check dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  color: #fff;
  margin: 0;
  padding: 0;
}
dl.item-check input[type="checkbox"] {
  width: 40px;
  height: 40px;
  accent-color: #cc0000; /* チェック時の色（モダンブラウザ対応） */
  cursor: pointer;
}
dl.item-check dd {
  display: flex;
  align-items: center;
  width: 90%;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .home-contentes-check-subtitle2 {
    font-size: 3vw;
  }
  .home-contentes-check-subtitle2 span {
    font-size: 5vw;
  }
}
@media (max-width: 990px) {
  .home-contentes-check-texts {
    font-size: 9.6vw;
  }
  .home-contentes-check-texts2 {
    font-size: 3.3vw;
  }
  .home-contentes-check-texts3 {
    font-size: 2vw;
  }
  .home-contentes-check-subtitle {
    font-size: 9.6vw;
  }
  .home-contentes-check-subtitle span {
    font-size: 7.2vw;
  }
  dl.item-check dt {
    width: 15%;
  }
  dl.item-check dd {
    width: 85%;
    font-size: 3vw;
  }
  .home-contentes-check-subtitle2 {
    font-size: 4.4vw;
  }
  .home-contentes-check-subtitle2 span {
    font-size: 6vw;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .home-contentes-check-texts {
    font-size: 8.4vw;
  }
  .home-contentes-check-subtitle {
    font-size: 7.2vw;
  }
  .home-contentes-check-texts2 {
    font-size: 2.6vw;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-contentes-check-texts {
    font-size: 12vw;
  }
  .home-contentes-check-texts2 {
    font-size: 15px;
  }
  .home-contentes-check-texts3 {
    font-size: 14px;
  }
  .home-contentes-check-subtitle {
    font-size: 12vw;
  }
  .home-contentes-check-subtitle span {
    font-size: 9.6vw;
  }
  dl.item-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  dl.item-check dd {
    font-size: 16px;
  }
  .home-contentes-check-subtitle2 {
    font-size: 4.8vw;
  }
  .home-contentes-check-subtitle2 span {
    font-size: 7.2vw;
  }
}
@media (max-width: 359px) {
}
@media (orientation: portrait) and (max-height: 700px) {
}

/* ------------------------------------------------------------------
	Home Selection Flow
------------------------------------------------------------------- */
.home-selection-section-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
}
.home-selection-wrapper-reverse {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
  padding: 10% 0 10% 5%;
}
.home-contentes-selection-texts-wrap {
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.home-contentes-selection-texts {
  display: block;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home-contentes-selection-texts span {
  font-size: 6vw;
}

dl.item-selection {
  display: flex;
  width: 90%;
  padding: 25px 0;
  margin: 0 auto;
}
dl.item-selection dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  color: #fff;
  margin: 0;
  padding: 0;
}
dl.item-selection dd {
  display: flex;
  align-items: center;
  width: 70%;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  padding: 0;
}
.flow__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(150px - 10px);
  height: calc(150px - 10px);
  margin: 0;
  padding: 5% 8%;
  text-align: center;
  background-color: #fff;
}
.selection-works-flow-number {
  display: block;
  font-size: 4vw;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  color: #000;
  line-height: 0.9;
  margin: 0 auto;
  padding: 0;
}
.selection-works-flow-number span {
  display: block;
  font-size: 1.5vw;
  padding: 0 0 5px;
}
.home-guideline-titles-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1480px) {
  .flow__item {
    width: calc(100px - 10px);
    height: calc(100px - 10px);
  }
  dl.item-selection dd {
    font-size: 2.2vw;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .home-selection-wrapper-reverse {
    padding: 10% 0 10% 0;
  }
  .home-contentes-selection-texts {
    font-size: 7.2vw;
  }
  .selection-works-flow-number {
    font-size: 5.4vw;
  }
  .selection-works-flow-number span {
    font-size: 2vw;
  }
  dl.item-selection dd {
    font-size: 3.6vw;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .home-contentes-selection-texts {
    font-size: 6vw;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-contentes-selection-texts-wrap {
    padding-bottom: 10%;
  }
  .flow__item {
    width: calc(60px - 10px);
    height: calc(60px - 10px);
  }
  .selection-works-flow-number {
    font-size: 8.4vw;
  }
  .selection-works-flow-number span {
    font-size: 4.8vw;
  }
  dl.item-selection {
    padding: 10px 0;
  }
  dl.item-selection dd {
    font-size: 6vw;
  }
}
@media (max-width: 359px) {
}
@media (orientation: portrait) and (max-height: 700px) {
}

/* ------------------------------------------------------------------
	Home Guideline
------------------------------------------------------------------- */
.home-guideline-titles-wrap {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 10% 5% 10% 5%;
}
table.guideline {
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
}
table.guideline th,
table.guideline td {
  padding: 30px 20px;
}
table.guideline th {
  position: relative;
  width: 25%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background-color: #cc0000;
  overflow: visible;
}
table.guideline th:after {
  content: " ";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(204, 0, 0, 0);
  border-left-color: #cc0000;
  border-width: 10px;
  margin-top: -10px;
}
table.guideline td {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  padding-left: 40px;
  background-color: #fff;
}
table.guideline td br.br {
  display: none;
}
table.guideline td span.caution {
  display: block;
  font-size: 1.6rem;
  padding: 10px 0 0;
}

dl.guideline-content-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
dl.guideline-content-wrap dt {
  float: left;
  width: 4%;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.4;
  padding: 5px 0;
  margin: 0;
}
dl.guideline-content-wrap dd {
  margin-left: 4%;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  padding: 5px 0;
}
dl.guideline-content-wrap dd br.br {
  display: none;
}
dl.guideline-content-wrap dd span.caution2 {
  display: block;
  font-size: 18px;
  padding: 5px 0 10px;
}

dl.guideline-content-wrap01 {
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
dl.guideline-content-wrap01 dt {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.4;
  padding: 5px 0;
  margin: 0;
}
dl.guideline-content-wrap01 dd {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  padding: 5px 0;
}

a.guideline-contact {
  display: flex;
  align-items: center;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin: 0;
  padding: 5px;
}
a.guideline-contact i {
  font-size: 3vw;
}
a.guideline-contact span {
  font-size: 1.1vw;
}

@media (max-width: 1480px) {
}
@media (max-width: 1200px) {
  .recruit-contents-texts-w {
    font-size: 1.8rem;
  }
  table.guideline td {
    font-size: 16px;
  }
  table.guideline td br.br {
    display: block;
  }
  dl.guideline-content-wrap dt {
    font-size: 16px;
  }
  dl.guideline-content-wrap dd {
    margin-left: 6%;
    font-size: 16px;
  }
  dl.guideline-content-wrap dd br.br {
    display: block;
  }
  dl.guideline-content-wrap01 dt {
    margin-left: 6%;
    font-size: 16px;
  }
  dl.guideline-content-wrap01 dd {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .flow__item {
    width: calc(80px - 10px);
    height: calc(80px - 10px);
  }
  .recruit-contents-leads-w {
    padding: 4% 0 0;
  }
  .recruit-contents-texts-w {
    text-align: left;
  }
  .recruit-contents-texts-w br {
    display: none;
  }
  .recruit-occupation-title-w span {
    font-size: 9.6vw;
    margin: 0 auto 10px;
  }
  .recruit-occupation-title-w {
    font-size: 3vw;
    letter-spacing: 0;
    margin: 0 auto 20px;
  }
  .recruit-occupation-text-w {
    margin: 0 auto 6%;
  }
  .recruit-second-guide-title-w {
    font-size: 3.6rem;
  }
  .recruit-second-guide-title-w span {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 10px 0 0;
  }
  table.guideline td {
    font-size: 18px;
  }
  dl.guideline-content-wrap dd {
    font-size: 18px;
  }
  dl.guideline-content-wrap dt {
    font-size: 18px;
  }
  a.guideline-contact {
    font-size: 18px;
  }
  a.guideline-contact span {
    font-size: 14px;
  }
}
@media (max-width: 499px) {
  table.guideline th {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 20px 10px;
    overflow: visible;
  }
  table.guideline th:after {
    left: 50%;
    top: 100%;
    height: 0;
    width: 0;
    margin-top: 0;
    margin-left: -10px;
    transform: rotate(90deg);
  }
  table.guideline td {
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 20px 20px 20px 20px;
  }
  dl.guideline-content-wrap dt {
    width: 20px;
    font-size: 15px;
  }
  dl.guideline-content-wrap dd {
    margin-left: 20px;
    font-size: 15px;
  }
  a.guideline-contact {
    display: block;
    font-size: 15px;
  }
  a.guideline-contact span {
    display: block;
    font-size: 14px;
    padding: 5px 0 0;
  }
  dl.guideline-content-wrap {
    width: 80%;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------------
 Home FAQ Accordion
------------------------------------------------------------------- */
.home-accordion-section-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
}
.service-contents05 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 10% 200px;
  background-color: rgba(255, 255, 255, 0.5);
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
.accordion-area li {
  margin: 0;
  padding: 0 0 30px;
}
.accordion-content-inner {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 1% 4% 1%;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

/*アコーディオンタイトル*/
.servicetitle {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 2vw;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 3% 0 3% 40px;
  transition: all 0.5s ease;
}
.servicetitle span {
  display: block;
  font-size: 1.8vw;
  padding: 10px 0 0;
}
.servicetitle br.sp {
  display: none;
}
.servicetitle:hover {
  color: #cc0000;
}

/*アイコンの＋×*/
.servicetitle::before,
.servicetitle::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #000;
}
.servicetitle::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.servicetitle::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.servicetitle.closebtn::before {
  transform: rotate(45deg);
}

.servicetitle.closebtn::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.servicebox {
  display: none; /*はじめは非表示*/
  background-color: #fff;
  margin: 0 0 1%;
  padding: 3% 5%;
  border-radius: 20px;
}

.servicebox .servicebox-img {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 0 0 3%;
}
.servicebox .servicebox-text {
  display: block;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0;
}
.servicebox .servicebox-subtitle {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #666;
  text-align: center;
  margin: 0 0 4%;
  padding: 10px 20px;
  background-color: #fff;
  border: 4px solid #2494df;
  border-radius: 10px;
}
.servicebox .servicebox-subsubtitle01 {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #666;
  text-align: left;
  margin: 0;
  padding: 0 0 2%;
}
.servicebox .servicebox-subsubtitle02 {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #666;
  text-align: left;
  margin: 0;
  padding: 3% 0 2%;
}
.servicebox .servicebox-photo {
  display: block;
  margin: 0;
  padding: 1% 1% 1%;
}
.servicebox .servicebox-photo img {
  border-radius: 10px;
  overflow: hidden;
}

.copyright {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 7%;
  margin-bottom: 15%;
}

@media (max-width: 1200px) {
  .servicebox .servicebox-img {
    width: 80%;
    padding: 0 0 30px;
  }
  .servicetitle {
    font-size: 1.8vw;
  }
  .servicebox .servicebox-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 990px) {
  .second-faq-headtitle-wrap {
    display: block;
    height: auto;
    margin: 0 15px 30px;
    padding: 5% 5%;
  }
  .servicetitle {
    font-size: 2.4vw;
  }
  .accordion-area {
    width: 100%;
  }
  .copyright {
    margin-top: 8%;
    margin-bottom: 18%;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .copyright {
    margin-top: 8%;
    margin-bottom: 8%;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .second-faq-headtitle-wrap {
    padding: 20px 5%;
  }
  .accordion-content-inner {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .accordion-area {
    width: 100%;
  }
  .accordion-area li {
    margin: 0 0 20px;
    padding: 0;
  }
  .servicebox .servicebox-img {
    width: 80%;
    padding: 0 0 8%;
  }
  .servicetitle {
    font-size: 4.8vw;
    line-height: 1.4;
    padding: 20px 20px 20px 50px;
    margin-bottom: 0;
  }
  .servicetitle br.sp {
    display: block;
  }
  .servicetitle span {
    font-size: 1.6rem;
  }
  .servicebox .servicebox-text {
    font-size: 15px;
    line-height: 1.4;
    padding: 0 0 5%;
  }
  .copyright {
    margin-top: 8%;
    margin-bottom: 150px;
  }
}

/* ------------------------------------------------------------------
Home Entry
------------------------------------------------------------------- */
.home-recruitment-section-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: solid 1px #fff;
  background-image: url(../img/hero-bg.png);
  background-size: cover;
}
.home-recruitment-section {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.slide-recruitment-section {
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.home-recruitment-slide-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.home-recruitment-slide-wrap {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.slide-vertical-wrap {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 0;
  padding-right: 0;
}
.slide-vertical-wrap ul li {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.home-recruitment-text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  padding: 4% 5%;
}
.home-recruitment-title {
  display: block;
  font-size: 12vw;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: -0.2vw;
  color: #fff;
  margin: 0 0 4%;
  padding: 0;
}
.home-recruitment-title span {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  padding: 20px 0 0 10px;
}
.home-recruitment-title-lead {
  display: block;
  font-size: 3.4vw;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 5%;
  padding: 0;
}
.home-recruitment-title-text {
  display: block;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 5%;
  padding: 0;
}
.home-recruitment-link-button-wrap {
  display: inline-block;
  width: 160px;
  text-align: center;
  margin: 0;
  padding: 0 40px 0 0;
  background: transparent;
}
.home-recruitment-link-button-wrap span.textlink {
  display: block;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 10px 0 0;
}

.home-recruitment-link-button-wrap {
  display: inline-block;
  width: 30%;
  text-align: left;
  margin: 0 20px 0 0;
  padding: 0;
  background: transparent;
}

@media (max-width: 1200px) {
  .home-recruitment-section {
    height: 70vh;
  }
  .home-recruitment-title span {
    font-size: 1.8vw;
    padding: 0 0 0 10px;
  }
  .home-recruitment-title-lead {
    font-size: 3.2vw;
  }
}
@media (max-width: 990px) {
  .home-recruitment-section-wrap {
    padding: 0;
    margin: 0 auto;
  }
  .home-recruitment-section {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .slide-recruitment-section {
    display: block;
    width: 100%;
    height: auto;
  }
  .home-recruitment-slide-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-recruitment-slide-wrap {
    width: 100%;
    height: 700px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }
  .home-recruitment-text-wrapper {
    flex: 0 0 100%;
    justify-content: center;
    max-width: 100%;
    padding: 10% 8%;
  }
  .home-recruitment-title {
    font-size: 24vw;
    margin: 0 0 8%;
    text-align: center;
  }
  .home-recruitment-title span {
    font-size: 3vw;
    padding: 10px 0 0;
  }
  .home-recruitment-title-lead {
    font-size: 7.2vw;
    margin: 0 0 8%;
    text-align: center;
  }
  .home-recruitment-title-text {
    font-size: 2.4vw;
    margin: 0 0 8%;
    text-align: center;
  }
  .home-recruitment-link-button-wrap {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .home-recruitment-slide-wrap {
    height: 460px;
  }
  .slide-vertical-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .slide-vertical-wrap.vertical03 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .link-button-recruitment .text-en {
    padding: 0 0 6px 10%;
    font-size: 1.8rem;
  }
  .link-button-recruitment .text {
    padding: 0 0 0 10%;
    font-size: 1.4rem;
  }
}
@media (max-width: 499px) {
  .slide-vertical-wrap ul li {
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 8px;
  }
  .home-recruitment-text-wrapper {
    padding: 50px 10%;
  }
  .home-recruitment-title {
    font-size: 24vw;
    margin: 0 0 20px;
  }
  .home-recruitment-title span {
    font-size: 4.8vw;
  }
  .home-recruitment-title-lead {
    font-size: 8.4vw;
    margin: 0 0 30px;
    text-align: center;
  }
  .home-recruitment-title-lead br {
    display: block;
  }
  .home-recruitment-title-text {
    font-size: 1.6rem;
    margin: 0 0 30px;
    text-align: left;
  }
  .home-recruitment-title-text br {
    display: none;
  }
  .link-button-recruitment .text-en {
    padding: 0 0 6px 0;
    font-size: 1.4rem;
  }
  .link-button-recruitment .text {
    padding: 0;
  }
}

.home-contact-link-button-wrap {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
  background: transparent;
}

/* ------------------------------------------------------------------
	Button TEL
------------------------------------------------------------------- */
.link-button-home-w {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 30px;
  background-color: transparent;
  border: solid 2px #fff;
}
.link-button-home-w::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #f6af34;
  -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;
}
.link-button-home-w: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);
}
.link-button-home-w .text-en {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2.6vw;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-align: left;
  padding: 0 0 0 5%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.link-button-home-w .text-en i {
  font-size: 4vw;
}
.link-button-home-w .text {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: -6px 0 0 0;
  padding: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.link-button-home-w:hover .text-en {
  color: #000;
}
.link-button-home-w:hover .text {
  color: #000;
}
.link-button-home-w .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10%;
  top: 42%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.link-button-home-w:hover .arrow {
  border-color: transparent transparent transparent #000;
  right: 5%;
}

@media (max-width: 1480px) {
  .link-button-home-w .text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .link-button-home-w {
    padding: 20px 20px;
  }
  .link-button-home-w .text-en {
    font-size: 4vw;
    padding: 0 0 6px 0;
  }
  .link-button-home-w .text-en.telno {
    font-size: 2.4vw;
    padding: 0 0 6px 0;
  }
  .link-button-home-w .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 990px) {
  .footer-contact-link-button-wrap {
    width: 100%;
  }
  .link-button-home-w .text {
    padding: 0;
  }
}

/* ------------------------------------------------------------------
	Button LINE
------------------------------------------------------------------- */
.link-button-home-line {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 30px;
  background-color: transparent;
  border: solid 2px #fff;
}
.link-button-home-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #06c755;
  -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;
}
.link-button-home-line: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);
}
.link-button-home-line .text-en {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2vw;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-align: left;
  padding: 0 0 0 5%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.link-button-home-line .text-en img {
  display: block;
  width: 14%;
  margin-top: 4px;
}
.link-button-home-line .text-en i {
  font-size: 4vw;
}
.link-button-home-line .text {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: -6px 0 0 0;
  padding: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.link-button-home-line:hover .text-en {
  color: #000;
}
.link-button-home-line:hover .text {
  color: #000;
}
.link-button-home-line .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10%;
  top: 42%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.link-button-home-line:hover .arrow {
  border-color: transparent transparent transparent #000;
  right: 5%;
}

@media (max-width: 1480px) {
  .link-button-home-line .text-en {
    padding: 0;
  }
  .link-button-home-w .text-en {
    padding: 0;
  }
  .link-button-home-line .text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .link-button-home-w {
    font-size: 2vw;
    padding: 10px;
  }
  .link-button-home-w .text {
    font-size: 15px;
  }
  .link-button-home-line {
    padding: 10px 10px;
  }
  .link-button-home-line .text-en {
    font-size: 2vw;
    padding: 0;
  }
  .link-button-home-line .text {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer-contact-link-button-wrap {
    width: 100%;
  }
  .link-button-home-line .text-en {
    font-size: 5.4vw;
  }
  .link-button-home-line .text {
    font-size: 18px;
  }
  .link-button-home-w .text {
    font-size: 18px;
    padding: 0;
  }
  .link-button-home-w .text-en i {
    font-size: 11.5vw;
  }
  .link-button-home-w .text-en.telno {
    font-size: 7vw;
    line-height: 0.8;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .link-button-home-line .text {
    font-size: 14px;
  }
  .link-button-home-w .text {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
}
@media (orientation: portrait) and (max-height: 700px) {
}

/* ------------------------------------------------------------------
	Page Footer Contact
------------------------------------------------------------------- */
#page-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 17rem);
  padding: 10px 20px 8px 0;
  margin: 0 0 0 17rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

#page-footer .row.no-margin {
  width: calc(94% - 20px);
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-banners-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

a.footer-banners-free {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  border: solid 4px #fff;
  background: transparent;
  -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.footer-banners-free:hover {
  background-color: #008000;
}

a.footer-banners-tel {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  border: solid 4px #fff;
  background: transparent;
  -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.footer-banners-tel:hover {
  background-color: #ed5210;
  color: #000;
}

.footer-insta-ameba-section {
  padding-left: 0;
  padding-right: 0;
}

dl.item-ftbanner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
dl.item-ftbanner dt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  float: left;
  width: 15%;
  height: 100%;
  padding: 0;
  margin: 0;
}
dl.item-ftbanner dd {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  margin-left: 15%;
  padding: 0;
}

.footer-ftbanner-wrap-free {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10%;
}

.footer-ftbanner-wrap-tel {
  width: 100%;
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  padding: 2% 0;
}

.footer-free-free {
  display: block;
  width: 100%;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  color: #f6ece3;
  text-shadow: 5px 5px 8px #000000;
  margin-bottom: 0;
}
.footer-free-free img.img-sp {
  display: none;
}

.footer-free-tel {
  display: block;
  width: 100%;
  font-size: 2.6vw;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #fff;
  text-shadow: 5px 5px 8px #000;
  padding: 0;
  margin-bottom: 0;
}
.footer-free-tel span {
  display: inline-block;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  padding: 0 15px 0 0;
}

.footer-uketime {
  display: block;
  font-size: 0.7vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #f6ece3;
  text-align: center;
  text-shadow: 3px 3px 5px #000000;
  padding: 10px 0 0;
  margin: 0;
}

.footer-insta-title {
  display: block;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Alfa Slab One", cursive;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  padding: 0;
  margin: 0;
}
.footer-insta-text {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 5px #000000;
  padding: 10px 0 0;
  margin: 0;
}

.footer-ameba-title {
  display: block;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Alfa Slab One", cursive;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  padding: 0;
  margin: 0;
}
.footer-ameba-text {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  text-align: center;
  padding: 10px 0 0;
  margin: 0;
}

.footer-freetel-sptitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  text-align: center;
  padding: 10px 0 0;
  margin: 0;
}
.footer-freetel-sptitle span {
  display: inline-block;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding: 0 15px 0 0;
}

.footer-freetel-sptitle2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2vw;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  text-align: center;
  padding: 10px 0 0;
  margin: 0;
}
.footer-freetel-sptitle2 span {
  display: inline-block;
  font-size: 1.1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding: 0 20px 0 0;
}

.footer-tel-sptitle {
  display: none;
}

.footer-teltel-wrap {
  margin-bottom: 0rem;
}

@media (max-width: 1680px) {
  .footer-uketime {
    font-size: 0.8vw;
    padding: 6px 0;
  }
}
@media (max-width: 1480px) {
  .footer-mail-title span {
    font-size: 1vw;
  }
  .footer-free-tel span {
    font-size: 1vw;
  }
  .footer-uketime {
    font-size: 1vw;
  }
  .footer-insta-title {
    font-size: 3rem;
    letter-spacing: 1px;
  }
  .footer-ameba-title {
    font-size: 3rem;
  }
}
@media (max-width: 1380px) {
  .footer-insta-text {
    padding: 5px 0 0;
  }
  .footer-ameba-text {
    padding: 5px 0 0;
  }
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
  .footer-ftbanner-wrap-tel {
    font-size: 4vw;
  }
}
@media (max-width: 990px) {
  #page-footer {
    width: 100%;
    margin: 0;
    padding: 15px 15px 15px 10px;
  }
  .footer-contacticon-wrap01 {
    font-size: 7.333vw;
    padding: 0.5% 0 0;
  }
  .footer-mail-title {
    font-size: 3.333vw;
    letter-spacing: 1px;
  }
  .footer-mail-title span {
    font-size: 2vw;
  }
  .footer-free-tel span {
    font-size: 2.333vw;
  }
  .footer-uketime {
    font-size: 2.333vw;
  }
  a.footer-banners-insta {
    padding: 20px 10px;
  }
  .footer-insta-text {
    font-size: 2vw;
  }
  .footer-ameba-text {
    font-size: 2vw;
  }

  .footer-ftbanner-wrap-free {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-free-free img.img-pc {
    display: none;
  }
  .footer-free-free img.img-sp {
    display: block;
  }
  .footer-uketime span.footer-uketext {
    display: none;
  }
  .footer-uketime {
    font-size: 1.8vw;
  }
  .footer-free-tel {
    font-size: 3.8vw;
    padding-top: 10px;
  }
  .footer-free-tel span.footer-teltel {
    display: none;
  }
  .footer-ftbanner-wrap-tel {
    font-size: 5vw;
  }
  .footer-freetel-sptitle {
    font-size: 2.6vw;
  }
  .footer-freetel-sptitle span {
    font-size: 1.5vw;
  }
  .footer-freetel-sptitle2 {
    font-size: 2.6vw;
  }
  .footer-freetel-sptitle2 span {
    font-size: 1.5vw;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  #page-footer {
    height: 0;
    padding: 0;
  }
  a.footer-banners {
    display: none;
  }
}
@media (max-width: 749px) {
  #page-footer {
    height: 0;
    padding: 0;
  }
  a.footer-banners {
    display: none;
  }
}
@media (max-width: 499px) {
  #page-footer {
    height: auto;
    padding: 10px 10px 10px 5px;
  }
  #page-footer .row.no-margin {
    width: 88%;
    margin-left: 0;
    margin-right: 0;
  }
  #page-footer .row.no-margin .col-lg-6 {
    padding-left: 0;
  }
  .footer-ftbanner-wrap-free {
    width: 40px;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 10px;
  }
  a.footer-banners-free {
    border: solid 2px #fff;
    border-radius: 0;
    padding: 6px 5px 0px;
  }
  a.footer-banners-tel {
    border: solid 2px #fff;
    border-radius: 0;
    padding: 6px 5px 0px;
  }
  dl.item-ftbanner {
    display: block;
    height: auto;
  }
  dl.item-ftbanner dt {
    display: block;
    width: 100%;
    text-align: center;
  }
  dl.item-ftbanner dd {
    margin-left: 0;
    display: block;
    width: 100%;
  }
  .footer-free-free {
    font-size: 4.8vw;
    letter-spacing: 0;
    color: #fff;
  }
  .footer-freetel-sptitle2 {
    display: block;
    font-size: 4vw;
  }
  .footer-freetel-sptitle2 span {
    display: block;
    text-align: center;
    font-size: 3vw;
    padding: 0 0 5px;
  }
  .footer-freetel-sptitle2 span br {
    display: none;
  }
  .footer-uketime {
    display: none;
  }
  .footer-contacticon-wrap01 {
    font-size: 3rem;
    padding: 0.5% 0 0;
  }
  .footer-mail-title {
    font-size: 1.6rem;
    letter-spacing: 0px;
    text-shadow: 3px 3px 5px #000000;
  }
  .footer-mail-title span {
    font-size: 1rem;
    padding: 5px 0 0;
  }
  a.footer-banners-insta {
    padding: 8px 5px 5px;
  }
  a.footer-banners-ameba {
    padding: 8px 5px 0px;
  }
  .footer-ftbanner-wrap-tel {
    font-size: 11vw;
    padding: 0 0 8px;
  }
  .footer-insta-title {
    font-size: 2.2rem;
  }
  .footer-ameba-title {
    font-size: 2.2rem;
    margin: 20px 0 0;
  }
  .footer-free-tel {
    font-size: 3.8vw;
    padding-top: 0;
  }
  .footer-free-free img.img-sp {
    display: none;
  }
  .footer-teltel-wrap {
    display: none;
  }
  .footer-banners-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-freetel-sptitle {
    display: block;
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .footer-freetel-sptitle span {
    display: block;
    text-align: center;
    font-size: 3vw;
    padding: 0 0 5px;
  }
  .footer-freetel-sptitle span br {
    display: none;
  }
  .footer-tel-sptitle {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    text-shadow: 3px 3px 5px #000000;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 380px) {
  .footer-ftbanner-wrap-tel {
    font-size: 12vw;
  }
}

/* ------------------------------------------------------------------
	Scroll UP
------------------------------------------------------------------- */
.scroll-up {
  display: block;
  float: right;
  padding: 0;
}
.scroll-up a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: auto;
  font-size: 3vw;
  color: #fff;
  text-align: center;
  padding: 25% 0;
  background-color: transparent;
  border: solid 4px #fff;
  -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;
}
.scroll-up a:hover,
.scroll-up a:active {
  color: #fff;
  background-color: #cc0000;
}

@media (max-width: 1680px) {
  .scroll-up a {
    width: 80px;
    padding: 28% 0;
  }
}
@media (max-width: 1480px) {
  .scroll-up a {
    width: 66px;
    padding: 33% 0;
  }
}
@media (max-width: 1380px) {
  .scroll-up a {
    width: 60px;
  }
}
@media (max-width: 1300px) {
  .scroll-up a {
    width: 54px;
  }
}
@media (max-width: 1200px) {
  .scroll-up a {
    width: 44px;
    height: 67px;
    font-size: 3rem;
    line-height: 67px;
  }
  .scroll-up a i {
    font-size: 30px;
    line-height: 2;
  }
}
@media (max-width: 990px) {
  .scroll-up a {
    width: 36px;
    height: 84px;
    line-height: 84px;
  }
  .scroll-up a i {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .scroll-up {
    display: none;
  }
}
@media (max-width: 499px) {
  .scroll-up {
    display: inline-block;
  }
  .scroll-up a {
    width: 40px;
    height: 80px;
    line-height: 80px;
    border: solid 2px #fff;
    border-radius: 0;
  }
  .scroll-up a i {
    font-size: 20px;
  }
}
