@charset "UTF-8";
@media only screen and (max-width: 768px) {
  #PCmode {
    display: none;
}
#SPmode {
    display: block;
}
/*========= ナビゲーションのためのCSS ===============*/
/* SPnav -----------------------------------------------------------------------*/

/*========= フッター ===============*/
/* footer -----------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
  footer {
    padding-top: 120px!important;
  }
  .footer-outer {
    width: 80%;
    max-width: 240px;
    margin: auto;
    font-size: 16px;
  }
  .footer-outer span {
    font-size: 18px;
    margin-left: 4px;
  }
  .footer-link_title {
    text-align: left;
    font-size: 12px;
    margin-top: 12px;
  }
  .footer-link {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 36px;
    border-bottom: 0.2px solid #858585;
  }
  .bottom-copy {
    padding-bottom: 40px;
    text-align: end;
  }
  .bottom-copy p {
    width: 80%;
    max-width: 280px;
    margin: auto;
  }
  .style-480 {
    display: block;
  }
}

#hero-vew {
  height: 100vh;
}

/*========= 名刺エリア ===============*/
/* about -----------------------------------------------------------------------*/
.about-style {
  padding: 20px 10px;
}
.card-style {
  max-width: 760px;
  margin: auto;
  padding: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  .card-style {
    width: 100%;
    max-width: 360px;
    max-height: 560px;
    margin-left: auto;
    margin: auto;
    padding: 50px 20px 70px;
  }
  .card-style h3 {
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1.5;
    letter-spacing: 1;
  }
  .card-style_line {
    background: linear-gradient(90deg, rgba(253,173,35,1) 0%, rgba(253,190,35,1) 60%, rgba(253,201,35,1) 100%);
    height: 20px;
    width: calc( 100% - 50px );
  }
  .card-style_detail {
    font-size: clamp(14px, 2.5vw, 16px);
    margin-top: 40px;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}

/*========= リストエリア ===============*/
/* bis-list -----------------------------------------------------------------------*/
.bis-list {
  background-color: #FDAD23;
  padding: 50px 10px;
  position: relative;
  z-index: 1;
}
.bis-list-out {
  width: 90%;
  margin: 80px auto 30px;
  display: flex;
  gap: 30px 10px;
  flex-wrap: wrap;
}
.bis-list-item {
  width: calc( ( 100% - 20px ) / 3 );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}
.bus-inn001 {
  width: 70px;
  height: 70px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;/*背景色*/
  box-shadow: 0px 0px 10px -7px #777777;
}
.bus-inn002 {
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .bis-list-out {
    width: 80%;
    min-width: 290px;
    margin: 40px auto 30px;
    display: flex;
    gap: 20px 10px;
    flex-wrap: wrap;
  }
  .bis-list-item {
    width: calc( ( 100% - 10px ) / 2 );
    gap: 12px;
  }
}
/*========= カードエリア ===============*/
/* card-vew -----------------------------------------------------------------------*/
.swiper.cardSwiper {
  margin: auto;
}
@media only screen and (max-width: 580px) {
  .cardSwiper {
    /* max-width: 400px; */
    width: min(250 / 280 * 100vw, 280px);
    max-height: 600px;
  }
  .cardSwiper-inn {
    padding: 25px 15px 35px;
  }
  .cardSwiper-vew {
    position: relative;
    /* width: 300px; */
    width: min(220 / 250 * 100vw, 250px);
    height: min(230 / 250 * 100vw, 250px);
    /* height: 300px; */
    border-radius: 5px 5px 5px 0;
    overflow: hidden;
  }
  .cardSwiper-title {
    width: 40%;
    padding: 7px 0;
  }
  .card-button a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 1em;
    letter-spacing: 0;
    background: #eee;
    color: #fff;
    font-size: 16px;
    background-color: #FBA03C;
    transition: ease .2s;
}
/* #card-vew {
  padding: 20px 10px;
}
.cardSwiper {
  padding: 30px;
  max-width: 300px;
  max-height: 450px;
  margin: auto;
}
.card-vew-inn {
  margin: auto;
}
.cardSwiper-inn {
  width: 280px;
  padding: 25px 0 20px 15px;
}

.cardSwiper-vew {
  border-radius: 5px 0 0 0;

  height: auto;  
  object-fit: cover;
  margin-right: 0;
  margin-left: auto;
}
.swiper--wrapper {
  width: 100%;
  height: 300px;
} */
/* 
.cardSwiper {
  color: #ffffff;
  max-width: 250px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
}
.cardSwiper-vew {
  position: relative;
  width: 265px;
  height: 265px;
}
.cardSwiper-vew img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 265px;
  width: auto;
}
.cardSwiper-content {
  padding: 0 10px;
}
.cardSwiper-title {
  width: 40%;
  padding: 7px 0;
}
.card-button a {
  position: absolute;
  bottom: 0px;
  right: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 1em;
  letter-spacing: 0;
  background: #eee;
  color: #fff;
  font-size: 16px;
  background-color: #FBA03C;
  transition: ease .2s;
} */

}/* 768pxラスト */
}