

.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide img{
  width: 100%;
}

.swiper_hd{
  padding-top:4.25rem;
  background: url(../img/main-bg.jpg);
  background-position: bottom right;
  background-size: 200%;
}
.swiper_tp{
  margin: 40px 0;
}
.w640 img{
  max-width: 640px
}



.list-image li{
  width: 92%;
  margin: 5% auto;
}
.list-image li img{
  width: 100%;
  max-width: 600px;
}

.ico-twitter {
  background: rgba(29,155,240,0.8)!important;
}

.nodata {
  width: 100%;
  text-align: center;
  padding: 10% 0 20%;
  font-size: small;
  color: #333;
}

.headline {
  width: 100%;
  display: flex;
  font-size: medium;
  line-height: 2.5;
  /*background-color: #fff;*/
}
.headline img {
  max-width: 65px;
  max-height: 35px;
}


.news-wrap {
  height: 200px;
  overflow: hidden;
}

.btn {
  text-align: center;
  /*background: #fff;*/
  padding: 10px 0;
  margin-top: 20px;
}
.btn button{
  font-size: large;
  width: 50%;
}

.banner{
  width: 100%;
  text-align: center;
}
.banner ul li {
  padding: 10px 0;
}
.banner ul li img {
  width: 100%;
  max-width: 780px;
}

.snsicon{
  text-align: center;
}
.snsicon ul li {
  padding: 10px 0;
}
.snsicon ul li img {
  width: 30%;
  max-width: 200px;
}


.sp-foot li.tel {
  /*background: linear-gradient(0deg, #757575 0%, #E8E8E8 50%, #9E9E9E 90%);*/
  /*background: linear-gradient(54deg,#1f0e00 4%, #5d5752 80%, #b5b5b5 97%);*/
  background: linear-gradient(54deg,#d21c33 4%, #df6476 80%, #f0b7c1 97%);
}
.sp-foot li.line {
  background: linear-gradient(54deg,#27c60b 4%, #68d85e 80%, #b5ecb4 97%);
}
.sp-foot li.recruit {
  background: linear-gradient(54deg,#2797ff 4%, #67b8ff 80%, #b5ddff 97%);
}


#section_bnr {
  max-width: 700px;
  margin:40px auto 40px;
  padding:0 10px;
  color: #333;
  font-size: 62.5%;
  line-height: 1.5;
  text-align: center;
}

.bnr_box01 {
  display: grid;
  gap: 6px;
  grid-template-rows: 200px 200px;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin: 0 auto;
}

/*
@media (min-width: 400px){
  .bnr_box01{
    grid-template-rows: 150px 150px 125px 150px 150px;
  }
}

@media (min-width: 600px){
  .bnr_box01{
    grid-template-rows: 220px 220px 195px 220px 220px;
  }
}
*/

.box-big1 {
  grid-row: 1 / 3;
   grid-column: 6 / 10;
}
.box-big2 {
  grid-row: 3;
   grid-column: 1 / 10;
}
.box-big3 {
  grid-row: 4 / 6;
   grid-column: 1 / 5;
}

.box-small1{
  grid-row: 1 / 2;
  grid-column: 1 / 6;
}

.box-small2{
  grid-row: 2 / 3;
  grid-column: 1 / 6;
}

.box-small3{
  grid-row: 4 / 5;
  grid-column: 5 / 10;
}

.box-small4{
  grid-row: 5 / 6;
  grid-column: 5 / 10;
}



.bnr_box_bg{
  background-size: cover;
  position: relative;

}
.bnr_box01 .bnr_box_bg{
  -webkit-transition: .5s;
  transition: .5s;
}

.bnr_box01 .bnr_box_bg:nth-child(1){
  background-image: url(../img/menu/bg_system.jpg);
  background-size: cover;
}
.bnr_box01 .bnr_box_bg:nth-child(2){
  background-image: url(../img/menu/bg_therapist.jpg);
  background-size: cover;
}
.bnr_box01 .bnr_box_bg:nth-child(3){
  background-image: url(../img/menu/bg_schedule.jpg);
  background-size: cover;
}
.bnr_box01 .bnr_box_bg:nth-child(4){
  background-image: url(../img/menu/bg_recruit.jpg);
  background-size: cover;
}


.bnr_box_bg .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 1.5rem;
  color: #fff;
  display: table;
  letter-spacing: 0.08em;
}

@media (min-width: 375px){
  .bnr_box_bg .txt{
    font-size: 1.1rem
  }
}

.bnr_contents .txt p{
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0 0 4px #CCC;
  color: #000;
  line-height: 1;
}


.bnr_contents .txt a{
  color:inherit;
  display: block;
}
.bnr_contents .txt span{
  display: block;
}
.bnr_contents .txt span{
  font-size: 0.7rem;
}


.bnr_box_bg:hover{
  background-size: cover;
  background: #a891a6;
  background-blend-mode: multiply;
  opacity: .5;
}
.bnr_box_bg:hover .txt {
  color: #fd8e0a;
}

.bnr_box_bg:hover .txt p{
  text-shadow: 0 0 4px #573f67;
}

.bnr_box_bg:hover .txt p span{
  color: #fd8e0a;
}


@media (min-width: 600px) {
  .bnr_box_bg .txt{
    font-size: 2rem;
  }
}

.mov {
  width: 100%;
  background: #000;
}
.mov video {
  width: 100%;
  max-width: 480px;
  max-height: 270px;
  display: block;
  margin: 0 auto;
}

.ico-mov {
  background: rgba(255,100,255,0.8)!important;
}
