@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 580px) {
  html {
    font-size: 37.5%;
  }
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color:#000;
  letter-spacing: .03em;
  font-size: 1.8rem;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  font-family: Poppins, "Noto Sans JP", sans-serif;
}
img {
  display: block;
  max-width: 100%;
  margin: auto;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.js-tel._active {
  text-decoration: underline;
}
a.js-tel._inactive {
  text-decoration: none;
}

/* intersection
====================================== */
*[data-intersection] {
  opacity: 0;
  transition: all .4s ease-out;
  transform: translateY(20px);
}
*[data-intersection][data-intersecting="true"] {
  opacity: 1;
  transition: all .4s ease-out .2s;
  transform: translateY(0);
}
*.js-itrsec-right[data-intersection]{
  opacity: 0;
  transition: all .4s ease-out;
  transform: translateX(-20px);
}
*.js-itrsec-right[data-intersection][data-intersecting="true"] {
  opacity: 1;
  transition: all .4s ease-out .2s;
  transform: translateX(0);
}
*.js-itrsec-left[data-intersection]{
  opacity: 0;
  transition: all .4s ease-out;
  transform: translateX(20px);
}
*.js-itrsec-left[data-intersection][data-intersecting="true"] {
  opacity: 1;
  transition: all .4s ease-out .2s;
  transform: translateX(0);
}

/* Pace
====================================== */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.pace .pace-progress {
  background: #ffd92a;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace.pace-inactive {
  opacity: 0;
  height: auto;
}

/* utility
====================================== */
.u-bg-white {
  background: #333333;
}
.u-mobile-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-mobile-block {
    display: block !important;
  }
  .u-mobile-none {
    display: none !important;
  }
}

/* main
====================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background: #333333;
}
.l-main {
  position: relative;
  width: 100%;
  max-height: 100%;
}

/* nav-sticky
====================================== */
.l-nav-sticky {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.l-nav-sticky img{
  width: 70%;
}
.l-nav-sticky a:hover img {
  opacity: .8;
}
.l-nav-sticky a img{
  transition: all .3s ease;
}
@media screen and (max-width: 1024px){
  .l-nav-sticky{
    bottom: 5px;
    right: 5px; 
  }
}
@media screen and (max-width: 767px) {
  .l-nav-sticky{
    bottom: 10px;
  }
  .l-nav-sticky img{
    width: 50%;
    margin-right: 0;
  }
  .l-nav-sticky a:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-nav-sticky img{
    width: 40%;
  }
}


/* header
====================================== */
.l-header {
  height: 80px;
  background: #000;
  position: relative;
}
.l-header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2em;
}
.l-header__logo {
  width: 32.5%;
  max-width: 375px;
  margin: 0 auto;
}

@media screen and (max-width: 580px) {
  .l-header {
    height: 65px;  }
  .l-header__logo {
    width: 100%;
    max-width: 190px;
    margin: auto 1.5em;
  }
}

/* footer
====================================== */
.l-footer {
  padding: 3em 0;
  background: #262626;
  color: #fff;
  text-align: center;
  opacity: 1 !important;
  transform: none !important;
  font-size: 1.2rem;
}

/* sec
====================================== */
.c-sec {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 4.4em 0 2em;
  z-index: 1;
  overflow: hidden;
}
.c-sec-container {
  width: 900px;
  max-width: 90%;
  margin: auto;
}
.c-sec-inner {
  position: relative;
}
.c-sec-inner:not(:first-of-type){
  margin-top: 4em;
}
.c-sec-container._price .c-sec-inner:not(:first-of-type){
   margin-top: 2.5em;
}
.c-sec-frame{
  background-color: #f2f2f2;
  border-radius:8px;
}
.c-sec-head{
  padding-top: 4em;
  margin: 0 auto;
�@display: block;
}
@media screen and (max-width: 767px) {
  .c-sec-inner._others .c-sec-head{
    width: 200px;
  }
  .c-sec-head{
  padding: 3em 2em 0em 2em;
  }
}
.c-sec-body{
  padding: 3.5em 2.2em;
}
.c-sec-body + .c-sec-body{
  padding: 0 2.2em 3.5em;
}
.c-sec-inner._others .c-sec-body{
  padding: 3.2em 2.2em 2em;
}
@media screen and (max-width: 767px) {
  .c-sec-body{
    padding: 3em 2em 2.5em;
  }
  .c-sec-body + .c-sec-body{
    padding: 0 2em 2.5em;
  }
  .c-sec-inner._others .c-sec-body{
    padding: 3.2em 2em 2em;
  }
}
.c-sec-text{
  letter-spacing: unset;
  text-align: center;
}

/* title */
.c-sec-title{
  font-family: Poppins, "ゴシ�?クMB101 B", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 5em;
  padding-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .c-sec-title{
    padding-bottom: 3em;
  }
}
.c-sec-title ._en{
  font-size: 5em;
}
@media screen and (max-width: 767px) {
  .c-sec-title ._en{
    font-size: 4em;
  }
}
.c-sec-title ._en:first-letter{
  color: #ff5a00;
}
.c-sec-title ._ja{
  font-size: 1.85em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-sec-title ._ja{
    font-size: 1.65em;
    margin-top: -0.5em;
  }
}
.c-sec-title ._ja span{
  background: #000;
  padding: 0.13em 0.4em 0.1em;
}

/* btn */
.c-button-container{
  position: relative;
  padding: 2em 0 0;
}

.c-button-container._x2{
  display: flex;
  justify-content: space-around;
  padding-top: 2em;
}


.c-button{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: 4px 4px 0 #566777;
  border-radius:4px;
  padding-top: 3px;
}

.c-button:hover {
  transform: translate3d(5px, 5px, 0);
  box-shadow: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-button{
    box-shadow: 3px 3px 0 #000;
  }
  .c-button:hover{
    transform: unset;
    box-shadow: 3px 3px 0 #000;
  }
  .c-button:after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 1.1rem;
    height: 1.1rem;
  }
  .c-sec._contact .c-button:after{
    border-top: 2px solid #fff;
    border-bottom: none;
    top: 40%;
  }
}
.c-button-container > .c-button{
  width: 708px;
  max-width: 100%;
  margin: 0 auto;
}

.c-button-container._x2 > .c-button{
  width: 348px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.c-button-container._x2 > .c-button{
margin: 0 0.8em;
}
}
.c-button-container{
  position: relative;
  padding: 2em 0 0;
}


/* mainvisual
====================================== */
.p-mainvisual {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

/* CONCEPT
====================================== */
.p-concept-inner.p-border{
  border: #333 2px solid;
  padding: 4em;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
.p-concept-inner.p-border{
  border: #333 1px solid;
  padding: 2em;
}
}

.p-concept-inner.p-border:first-child{
  margin-bottom: 4em;
}

.p-concept-title{
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: .5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
.p-concept-title{
  font-size: 2rem;
}
}
.p-concept-img{
  padding-top: 1em;
}
.c-sec-inner._others .p-concept-img{
  padding-top: 0;
}
.p-others-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  padding-top: 2em;
}
.p-others-list{
  width: 32.8%;
  background: #fff;
  text-align: center;
  padding: .4em 0 0.3em;
}
@media screen and (max-width: 767px) {
  .p-others-list{
    width: 49%;
  }
}

/* LOGO
====================================== */
._logo .c-sec-text{
  text-align: center;
}
._logo .c-sec-text + .c-sec-text{
  font-size: 2.4rem;
  margin-top: .8em;
  font-weight: bold;

}
.p-owl-logo{
  margin: 2em 0 3.8em;
}
@media screen and (max-width: 767px) {
  .p-owl-logo{
    margin: 2em auto 3em;
    width: 60%;
  }
}


.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}
.br-pc {
  display: inline;
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
