@charset "UTF-8";
/* CSS Document */
.video img{
  padding: 50px 0;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* #news */
.head{
  display: flex;
  display: block;
  justify-content: space-between;
}
.news{
  padding:23px 0 0 150px;
  width: 100%;
  overflow: visible;
}
.news h2{
  max-width: 900px;
  width: 100%;
  margin-bottom: 27px;
  padding: 0 0 0 22px;
  border-left: 5px solid #0065b0;
  font-size: 2.0rem;
  text-align: left;
}
#header.change-color{
  padding: 11.5px 5px!important;
  height: 59px;
}
.swiper-slide{
  max-width: 330px;
  width: 100%;
  box-shadow: 2px 2px 7px #eee;
  list-style: none;
  z-index: 99;
}
.swiper-slide img{
  max-width: 330px;
  width: 100%;
}

.news-flex{
  display: flex;
  padding: 8px 10px 0 10px ;
}
.news-flex p{
  color: #aaa;
  display: inline-block;
  margin: 0 16px 0 0;
  font-size: 0.9rem;
  text-align: left;
}
.news-flex span{
  display: inline-block;
    padding: 2px 10px;
    background: #fff;
    border: solid 1px #ebebeb;
    border-radius: 15px;
    color: #3388DF;
    font-size: 0.7rem;
    font-weight: 600;
}
.news-text-wrap{
  padding-top: 1px ;
  height: 60px;
}
.news-text-wrap p{
  text-align: left;
  line-height: 1.0rem;
  padding: 10px ;
}
.news-text{
  padding: 20px 0;
}
.view-more a{
  width: 100%;
  display:block;
  color: #3388DF;
  font-weight: 600;
  padding: 17px 10px;
  border: 1px solid #eee;
  position: relative;
  display: block;
  text-decoration: none;
}



#description{
  background-color: #f7f7f7;
  background-image: url(../img/back-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: -3% 88%;
  background-size: 120%;
}
.all-news{
  padding-top:50px;
}

.btn-color a{
  border: 3px solid #3388DF;
  border-radius: 60px;
  display: block;
  color: #3388DF;
  font-weight: 600;
  padding: 17px 90px 17px 62px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  max-width: 250px;
  width: 100%;

}
.btn-color::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #3388DF;
  border-right: solid 2px #3388DF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 15%;
  margin-top: -4px;
}

.sp-menu{
  display: none;
}

.video-open{
  /*波紋の基点とするためrelativeを指定*/
position: relative;
  /*波紋の形状*/
display:inline-block;
background:#001F3E;
width:100px;
height:100px;
border-radius: 50%;
color:#ccc;
  outline: none;
  /*アニメーションの設定*/
  transition: all .3s;
  top: 37%;
  transition-duration: .4s;
}

/*hoverした際の背景色の設定*/
.video-open:hover{
background:#001F3E;	
 transform: scale(1.1);
}



/*中央矢印*/
.video-open span::after {
  content: '';
  position: absolute;
  top: 37%;
  left: 43%;
  border: 22px solid transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-color: #fff;

}
.gradient4{
  /*ボタンの形状*/
  display: inline-block;
  padding: 16px 0px;
  max-width: 224px;
  width: 100%;
  text-align: center;
  border-radius: 35px;
  text-decoration: none;
  border: 2px solid #3388DF;
  color: #3388DF;
  outline: none;
  transition: all 0.5s ease-out;
  font-weight: 600;
}

/*hoverした際、グラデーションと影を付ける*/
.gradient4:hover{
  /*ボタンの形状*/
  border-color:transparent;
  color: #fff;
  /*背景の色と形状*/
  background: linear-gradient(270deg, #3388DF 0%, #33c7d4 50%, #0e1fb4 100%);
  background-size: 200% auto;
  background-position: right center;
  opacity: 1;
  border: 2px solid #fff;border-radius: 35px;
}
.gradient3 {
  /*ボタンの形状*/
  display: inline-block;
  color:#fff;
  font-weight: 600;
  padding: 20px 60px;
  border-radius:30px;
  text-decoration: none;
  outline: none;
  background: #3388df;
  max-width: 280px;
  width: 100%;
}

/*hoverした際のスケールで全体を拡大し影を付ける*/
.gradient3:hover {
  color: #fff;
  background-position: 99% 50%;
  opacity: 1;
}




.btn1{
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
overflow: hidden;
  /*ボタンの形状*/
text-decoration: none;
display: block;
  padding: 17px 30px;
  max-width: 250px;
  width: 100%;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/   
  transition: ease .2s;
  border: 2px solid #3388DF;
  border-radius: 30px;
  font-weight: 600;
  background-color: #fff;
  margin: 0 auto;
}

/*ボタン内spanの形状*/
.btn1 span {
position: relative;
z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
color:#3388DF;
}
.btn1:hover{
  opacity: 1;
}
.btn1:hover span{
color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 content: '';
  /*絶対配置で位置を指定*/
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
  /*色や形状*/
  background: #3388DF;
 width: 100%;
height: 100%;
  /*アニメーション*/
 transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 transform: scale(0, 1);
transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
transform-origin:left top;
transform:scale(1, 1);
}

.btn2{
  position: relative;
overflow: hidden;
text-decoration: none;
display: inline-block;
  padding: 17px 30px;
  text-align: center;
  outline: none;  
  transition: ease .2s;
  border: 2px solid #3388DF;
  font-weight: 600;
}
.btn2 span {
position: relative;
z-index: 3;
color:#3388DF;
}
.btn2:hover{
  opacity: 1;
}
.btn2:hover span{
color:#fff;
}
.bgleft2:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
  background: #3388DF;
 width: 100%;
height: 100%;
 transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 transform: scale(0, 1);
transform-origin: right top;
}
.bgleft2:hover:before{
transform-origin:left top;
transform:scale(1, 1);
}

.btn3{
  position: relative;
overflow: hidden;
text-decoration: none;
display: inline-block;
  padding: 17px 30px;
  text-align: center;
  outline: none;  
  transition: ease .2s;
  background-color: #fff;
  border-radius: 30px;
  max-width: 230px;
  width: 100%;
  font-weight: 600;
  border: 3px solid #3388DF;
}
.btn3 span {
position: relative;
z-index: 3;
color:#3388DF;
}
.btn3:hover{
  opacity: 1;
}
.btn3:hover span{
color:#fff;

}
.bgleft3:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
  background: #3388DF;
 width: 100%;
height: 100%;
 transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 transform: scale(0, 1);
transform-origin: right top;
}
.bgleft3:hover:before{
transform-origin:left top;
transform:scale(1, 1);
}

@media(max-width:1235px){
  .news{
    width: 100%;
    overflow: hidden;
    height: 426px;
  }
}
@media(max-width:1060px){
  .sp-menu{
    display: block;
  }
  .d-menu{
    display: none;
  }
}
@media(max-width:768px){
  .news{
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0 5px;
  }
  .news h2{
    font-size: 1.5rem;
  }
  .all-news{
    padding: 0;
  }

}


/* #video */
#video{
  padding: 60px 0;
  z-index: 0;
}
@media(max-width:1060px){
  #video{
    padding: 0;
  }
}


/* #description */
#description{
  padding: 100px 0;
}
.medical-text img{
  max-width: 570px;
    width: 100%;
    position: relative;
    top: 50px;
    left: -6%;
    z-index: 3;
}
.education-text img{
  max-width: 550px;
    width: 100%;
    position: relative;
    top: 50px;
    left: -6%;
    z-index: 3;
}
.research-text img{
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 3;
  top: 50px;
  right: -30%;
}
.medical-text h3::before,.research-text h3::before,.education-text h3::before{
  content: "";
    display: inline-block;
    width: 5px;
    height: 21px;
    margin: -5px 20px 0 5px;
    transform: skewX(
-40deg) translateX(50%);
    background: #3388DF;
    vertical-align: middle;
}
#medical-wrap,#research-wrap,#education-wrap{
  display:flex;
  justify-content: flex-end;
}
#research-wrap{
  flex-direction: row-reverse;
  padding: 60px 0;
}
.medical-text{
  padding: 70px 0 0 100px;
}
.education-text{
  padding: 160px 0 0 100px;
}
.research-text{

  position: relative;
  left: -30%;
    top: 17%;
}

.medical-picture img,.research-picture img{
  max-width: 840px;
  width: 100%;
  z-index: 0;
  position: relative;
}
.text-wrap{
  box-shadow: 2px 2px 7px #eee;
  background-color:#fff;
  border-radius: 5px;
  padding: 75px 65px 65px 65px;
  z-index: 2;
  text-align: left;
  max-width: 680px;
  width: 100%;
  position: absolute;
}
.text-wrap1{
  box-shadow: 2px 2px 7px #eee;
  background-color:#fff;
  border-radius: 5px;
  padding: 75px 65px 65px 65px;
  z-index: 2;
  text-align: left;
  max-width: 680px;
  width: 100%;
  position: relative;

}
.text-wrap p,.text-wrap1 p{
  padding: 15px 0;
  line-height: 1.6rem;
  visibility: hidden;
}

.text-wrap h3,.text-wrap1 h3{
  font-size: 1.3rem;
}

.pc-none{
  display: none;
}
.animation1 {
  opacity : 0;
  transform: translateY(24px);
  transition: 1.5s;
}

.slick-dots {
  text-align:center;
margin:20px 0 0 -148px;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:90%;
   margin:0 auto;
}
.slider img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
}
.slider .slick-slide {
   margin:0 10px;
}
.slick-prev, 
.slick-next {
   position: absolute;/*絶対配置にする*/
   top: 42%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 4px solid #0065b0;/*矢印の色*/
   border-right: 4px solid #0065b0;/*矢印の色*/
   height: 19px;
   width: 19px;
}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -2.5%;
   transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
   right: -2.5%;
   transform: rotate(45deg);
}
#sp-description{
  display: none;
}
@media (max-width:1400px){
  .research-picture img{
    max-width: 630px;
  }
  .text-wrap1{
    width: 530px;
    padding: 70px 40px 50px 41px;
    right: -90px;
    top: 220px;
    position: absolute;
  }
  #description{
    padding: 60px 0;
      background-color: #f7f7f7;
      background-image: url(../img/back-line.png);
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
      background-position: 40% 90%;
      background-size: 200%;
  }
  .medical-text,.education-text{
    max-width: 500px;
  }
  .medical-picture img, .educationl-picture img {
    max-width: 630px;
}
.medical-text, .education-text {
  padding: 160px 0 0 100px;
}
.text-wrap{
  max-width: 530px;
  width: 100%;
  padding: 70px 40px 50px 41px;
  
}
.research-text img {
  max-width: 430px;
  width: 100%;
  
}
.research-text{
  padding-top: 0;
  left: -187px;
}
.education-text{
  padding-top: 90px;
}
#research-wrap{
  padding-top: 180px;
  
}
#education-wrap{
  padding-top: 80px;
}
.medical-text {
  padding: 100px   0 0  60px;
}
.education-text{
  padding: 174px 0 0 60px;
}
.research-text{
  left: -112px;
  top: 20%;
}

.research-text img {
  right: -25%;
    top: 121px;
}
}
.medical-picture img {
  z-index: 2;
}
.research-text img {
  z-index: 4;
}
#education-wrap{
  padding-bottom: 180px;
}
.medical-picture img{
  z-index: 1;
}
.text{
  width: 194px;
  top: 18%;
  left: -1%;
  z-index: 1;
}
.education-text img{
  top: 54px;
  border-left-width: -14%;
}

@media(max-width:1620px){
  .description-wrap,.description-wrap3{
    margin-left: 100px;
  }
}
@media(max-width:1140px){
  .research-text {
    left: -12px;
    top: 31%;
}
.research-picture img {
  max-width: 540px;
}
.research-text img {
  right: -2%;
  top: 32px;
}
.text-wrap1 {
  width: 530px;
  padding: 70px 40px 50px 41px;
  right: 25px;
  top: 104px;
  position: absolute;
}
}
@media(max-width:1000px){
  .research-text img {
    max-width: 300px;
    width: 100%;
}
  #medical-wrap,#research-wrap,#education-wrap{
    width: 100%;
    
  }
  #research-wrap{
    padding-top:190px
  }
  .text{
    max-width: 270px;
  }
.medical-wrap{
  display: flex;
  justify-content: space-between;
}
  #description{
    background-size: 206%;
  }
  .all-news{
    padding-top:0;
  }
  
}
/* #recruit */
#recruit{
  padding: 108px 0 108px 0;
  position: relative;
  background-image: url(../img/recruit.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10%;
  z-index: -1;
}
#recruit h4{
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
#recruit h4::before{
  content: "";
  display: inline-block;
  width: 5px;
  height: 23px;
  margin: -5px 12px 0 5px;
  transform: skewX( 
-40deg) translateX(50%);
  background: #FF1919;
  vertical-align: middle;

}
.svg{
  padding: 30px 0;
  color: #fff;
}
#recruit p{
  padding-bottom: 50px;
  color: #fff;
  visibility: hidden;
  line-height: 1.4rem;
}
.gard a{
  border: 3px solid #3388DF;
  border-radius: 60px;
  display: block;
  color: #3388DF;
  background-color: #fff;
  font-weight: 600;
  padding: 17px 61px 17px 59px;
  position: relative;
  display: inline-block;
  padding-left: 59px;
  text-decoration: none;
  max-width: 240px;
  width: 100%;
}
@media(max-width:768px){
  #education-wrap {
    padding-top: 140px;
}
.slick-dots{
  margin: 20px auto 0 auto;
}
#description{
  display: none;
}

  #recruit{
    padding: 70px 14px;
    z-index: -2;
  }
  #recruit h4{
    font-size: 1.0rem;
  }

#sp-description{
  margin: 30px 0 70px 0;
  padding: 12px;
}
.sp-description{
  padding: 12px 12px 20px 12px;
}
.sp-medical{
  -webkit-box-shadow: 0 5px 20px rgb(94 135 178 / 40%);
  list-style: none;
  max-width: 640px;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  margin: 0 auto;
}
.medical-main {
  width: 100%;
  object-fit: cover;
  height: 250px;
  object-position: 0px 20%;
  border-top-left-radius : 10px;
  border-top-right-radius : 10px;
}
.sp-description-wrap ul li{
  margin-bottom: 30px;
}
.text-img{
  max-width: 220px;
  width: 100%;
  display: block;
}
.sp-btn{
  margin-top: 30px;
}


}
#banner{
  padding: 120px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.banner-list ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
/* #banner ul li{
  background-color: #001F3E;
  box-shadow: 2px 2px 7px #eee;
  margin: 28px;
  max-width: 400px;
  width: 100%;
  position: relative;
} */
#banner ul li{
  background-color: #fff;
  box-shadow: 2px 2px 7px rgb(187, 187, 187);
  margin: 28px;
  max-width: 400px;
  width: 100%;
  position: relative;
}
#banner ul li a{
  display: block;
  padding: 43px 0;
  text-decoration: none;
  color: #fff;
}

#banner ul li:nth-of-type(4){
  background-color: #fff;
  padding: 10px 0;
  
}
#banner ul li a:nth-of-type(4){
  padding: 0;
}
#banner img{
  position: absolute;
  max-width: 274px;
  width: 100%;
  right: 75px;
  bottom: 22px;
}
.swiper-scrollbar{
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
#banner ul li a:last-of-type(4){
  background-color: #fff;
}
#page-top img{
  width: 70px;
  opacity: 0.8;
}
body{
  position: relative;
}
#video-sp{
  display: none;
}
@media (max-width:768px){
  .text{
    display: none;
  }
  }

@media(max-width:768px){
  #banner{
    padding: 50px 0 120px 0;
    z-index: 1;
  }
  #banner ul li{
    margin: 10px;
  }
  #banner ul li a{
    padding: 40px 0;
  }
  #page-top img{
    width: 60px;
  }
  #banner img {
    position: absolute;
    max-width: 253px;
    width: 100%;
    right: 84px;
    bottom: 20px;
}
#video{
  display: none;
}
#video-sp{
  width: 100%;
  display: block;
}
#video-sp video{
  width: 100%;
  height: auto;
  padding: 50px 14px 50px 14px;
}
.btn1{
  background-color: #3388DF!important;
}
.btn1 span{
  color: #fff;
}
#sp-description{
  display: block;
}
}


@media(max-width:400px){
  #banner img {
    right: 84px;
    bottom: 22px;
    position: static;
}
#banner ul li a{
  padding: 19px 0;
}
.description-wrap {
  background-color: #fff;
  box-shadow: azure;
  border-radius: 14px;
  z-index: 5;
  position: absolute;
  bottom: 58%;
  box-shadow: 2px 2px 7px #eee;
  margin: 0 14px;
  padding: 10px 10px 20px 10px;
  bottom: 53.4%;
}

.description-wrap2 {
  background-color: #fff;
  border-radius: 14px;
  z-index: 5;
  position: absolute;
  bottom: 58%;
  box-shadow: 2px 2px 7px #eee;
  margin: 0 14px;
  padding: 10px 10px 20px 10px;
  bottom: 39.0%;
  right: 0%;
  max-width: 520px;
}
.description-wrap3 {
  background-color: #fff;
  box-shadow: azure;
  border-radius: 14px;
  z-index: 5;
  position: absolute;
  bottom: 58%;
  box-shadow: 2px 2px 7px #eee;
  margin: 0 14px;
  padding: 10px 10px 20px 10px;
  bottom: 24.6%;
}
.bgleft:before{
  background-color: transparent;
}
}