fixedBtn_spbody {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.slider {
  height: calc(100 * var(--vh));
}
@media screen and (min-width: 768px) {
  .slider {
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100 * var(--vh));
}
.image-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.image-container.visible {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .image-container {
    -webkit-box-shadow: 20px 0 40px 10px rgba(178, 187, 198, 0.2);
    box-shadow: 20px 0 40px 10px rgba(178, 187, 198, 0.2);
  }
}
.image-container img {
  max-width: 100vw;
  height: auto;
  width: auto;
  max-height: calc(100 * var(--vh));
}
@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
  }
  50% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
  }
}
@keyframes swipe {
  0% {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
  }
  50% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
  }
}
.swipe_pc{
  position: absolute;
 top: 50%;
  right: 34%;
  z-index: 2;
  pointer-events: none;
  width: clamp(48px, 8vw, 96px);
}

.swipe_pc .icon {
  width: 90%;
}
.swipe_pc .hand {
  width: 33.2%;
  position: absolute;
  left: 36%;
  top: 11%;
  -webkit-animation: swipe 2s ease-in-out infinite;
  animation: swipe 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .swipe_pc {
  display: none;
  }
}
@media screen and (max-width: 1500px) {
  .swipe_pc {
  right: 27%;
  }
}
@media screen and (min-width: 768px) {
  .swipe_sp {
  display: none;
  }
}
.swipe_sp{
  position: fixed;
  right: -4%;
  bottom: 3%;
  z-index: 2;
}
.swipe_sp .icon {
  width: 90%;
}
.swipe_sp .hand {
  width: 33.2%;
  position: absolute;
  left: 36%;
  top: 12%;
  -webkit-animation: swipe 2s ease-in-out infinite;
  animation: swipe 2s ease-in-out infinite;
}


/*★★add★★*/
.image-container .works {
  width: 100%;
  pointer-events: none;
}
.works{
  position: absolute;
  top: 32%;
}
@media screen and (max-width: 768px) {
  .image-container .works {
  top: 215px;
  }
}

.image-container .iframe {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 55px);
  height: 52%;
  border-radius: 20px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.image-container .iframe-mv {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.image-container .iframe iframe {
  height: calc(100% - 48px);
}
.fixed-stack{
  position: fixed;
  right: 0;
  bottom: -11px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;             
  pointer-events: none;  
}
.fixed-stack > *{
  pointer-events: auto;  
}
.fixedBtn_pc,.fixed_timerex{
  right: 0;
  z-index: 1;
  top: 70px;
  width: 390px;
}
.fixed_timerex{
  z-index: 2;
  top: 260px;
  width: 350px;
}

.fixed-contactArea{
  position: flex;
}

@media (max-width: 768px) {
  .fixedBtn_pc,.form-deco,.fixed_timerex,.form{
    display: none !important;
  }
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.swiper-slide-active .owl {
  -webkit-animation: owl 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
  animation: owl 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
.form{
  position: relative;
  bottom: 12px;
  right: 0;
  z-index: 10;
  width: 350px;
  height: 65vh;
  overflow: visible;       
  background: #fff;
  box-shadow: 0 18px 36px 2px rgba(1, 94, 234, 0.3);
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  padding-top: 50px;      
}
@media screen and (min-width: 768px) {
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form-deco{
  position: absolute;
  top: -17px;              
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  display: block;
  pointer-events: none;    
  z-index: 2;
}
.form iframe{
  flex: 1;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.fixedBtn_sp{
  display: none;
}

@media screen and (max-width: 768px) {
  .fixedBtn_sp{
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,1));
    padding: 15px 58px 15px 30px;
  }
}
@media (max-width: 768px){
  .fixedBtn_sp.is-hidden{ 
    display:none; 
  }
}


.sride_area{
    position: absolute;
    bottom: 15%;
    overflow: visible;
    left: 0;
    right: 0;
}

.sride_area .innerSwiper{
  overflow: visible;
}

.sride_area .swiper{
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
}

.sride_area .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sride_area .swiper-slide img{
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain; 
}


@media (max-width: 768px) {
  .sride_area {
    top: 37%;
  }
  .sride_area .swiper {
    width: 90%;
    max-width: 300px;
  }
}

.sride_area .innerSwiper .swiper-button-prev,
.sride_area .innerSwiper .swiper-button-next{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #009D3E;   
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 9999;
}

.sride_area .innerSwiper .swiper-button-prev::after,
.sride_area .innerSwiper .swiper-button-next::after{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.sride_area .innerSwiper .swiper-button-prev{
  left: -30px;   
}
.sride_area .innerSwiper .swiper-button-next{
  right: -30px;
}


.swiper-pagination{
  bottom: -40px !important;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 20px !important;
    background: #fff !important;
}
.swiper-pagination-bullet-active {
    background: #009D3E !important;
}  
.swiper-pagination-bullet:first-child {
    margin: 0 !important;
}

.ctaBtn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(65%, 360px);         
  top: 27%; 
  cursor: pointer;
}

.ctaBtn img{
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .ctaBtn img {
    top: 178px;
  }
}

.embed-container{
  border: none;
}

/* modalform */
.modal { display:none; position:fixed; inset:0; z-index:9999; }
.modal.is-open { display:block; }

.modal__overlay { position:absolute; inset:0; background:rgba(0,0,0,.6); }

.modal__panel {
  position:relative;
  width:min(92vw, 560px);
  max-height: 88vh;
  overflow:auto;
  background:#fff;
  margin: 6vh auto;
  padding: 24px 18px;
}

.contact-title{
  font-weight: 700;
  text-align: center;
  color: #00af96;
  line-height: 1;
  font-size: 24px;
}

.form_item { 
  margin: 14px 0; 
}
.form_item_title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #3c3c3c;
}
.contact-description {
    font-size: 14px;
}
p {
    text-align: center;
}
.form_item_title span {
    background-color: #d00000;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 12px;
}
.form_item_content input {
    width: 100%;
    border: 1px solid #cccccc;
    font-size: 16px;
    padding: 10px;
    line-height: 1;
    border-radius: 6px;
}

.btn_area {
  display: flex;
  justify-content: space-evenly;
}

.btn-submit, .btn-clear { 
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    min-width: 150px;
 }
.btn-submit { 
    border: 3px solid #009D3E;
    background: #FFFFFF;
    color: #009D3E;
 }
.btn-clear { 
    border: 3px solid #82848D;
    background: #CACACA;
    color: #82848D;
 }

button{
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 0; 
}

.spbr{
  display: none;
}
@media (max-width: 768px) {
  .spbr{
    display: block;
  }
}