﻿#fv{
  background: url(../img/ph-fv_sp.jpg) center center no-repeat;
  background-size: cover;
  height: 650px;
  position: relative;
  overflow: visible;
  -webkit-clip-path: circle(1000px at 50% -55%);
  clip-path: circle(1000px at 50% -55%);
}
#catch{
  position: absolute;
  left: 5vw;
  top: 400px;
}
@media screen and (min-width: 900px){
  #fv{
    height: 700px;
    background: url(../img/ph-fv.jpg) center center no-repeat;
    background-size: cover;
    -webkit-clip-path: circle(2550px at 50% -272%);
    clip-path: circle(2550px at 50% -272%);
  }
  #catch{
    left: auto;
    right: 65vw;
    top: 50%;
    -webkit- transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#topnews{
  height: 100px;
  position: relative;
  overflow: visible;
  margin-top: 20px;
}
@media screen and (min-width: 900px){
  #topnews{
    height: 100px;
    margin-top: -180px;
  }
}
#topnews section{
  position: absolute;
  left: 20px;
  width: 100%;
  max-width: 440px;
  line-height: 1.8rem;
  background: url(../img/bg-pink3.png) left top repeat;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 10px;
  padding: 10px;
  overflow: visible;
}
#topnews section::before{
  content: "";
  width: 100px;
  height: 50px;
  display: block;
  background: url(../img/il-news.svg) left top no-repeat;
  position: absolute;
  top: -40px;
  left: 0px;
  -webkit-animation: jump 1.2s linear 0s infinite alternate;
  animation: jump 1.2s linear 0s infinite alternate;
}
@-webkit-keyframes jump {
  0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
  35%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 1%); }
  60%  { -webkit-transform: scale(0.9, 1.1) translate(0%, -5%); }
  85%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 1%); }
  100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes jump {
  0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
  35%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 1%); }
  60%  { -webkit-transform: scale(0.9, 1.1) translate(0%, -5%); }
  85%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 1%); }
  100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}

#topnews a{
  color: #fff;
  font-size: small;
  text-align: left;
}
#topnews img{
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  background-size: cover;
  float: left;
  margin-right: 10px;
}
#topnews small{
  font-family: 'arial black';
  font-size: smaller;
  display: block;
  margin-bottom: 5px;
}
#topnews span{
  text-align: left;
  display: block;
}


#concept{
  background: url(../img/bg-concept.svg) right -150px bottom -5px no-repeat;
  padding: 10px 0 120px;
}
@media screen and (min-width: 900px){
  #concept{
    background: url(../img/bg-concept.svg) right -120px bottom -5px no-repeat;
    padding: 50px 0 50px;
  }
}
#concept section{
  color: #3b4747;
  width: 100%;
}
#concept .ph img{
  border-radius: 20px;
  width: 90vw;
  margin-bottom: 20px;
  height: auto;
}
#concept h3{
  font-size: 2.6rem;
  line-height: 4rem;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 30px;
}
#concept h3 b{
  font-size: 3.2rem;
  font-weight: 900;
}
#concept h3 span{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
#concept p{
  font-size: 1.65rem;
}
@media screen and (min-width: 900px){
  #concept{
    background: url(../img/bg-concept.svg) right -120px bottom -5px no-repeat,url(../img/bg-concept.svg) left -700px bottom -5px no-repeat;
    padding: 70px 70px 0 0;
    overflow: visible;
  }
  #concept section{
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  #concept .ph img{
    max-width: calc(80vw - 450px);
    margin-right: 3vw;
    margin-bottom: 0;
    height: auto;
  }
  #concept .ph{
    margin-bottom: -40px;
  }
  #concept .txt{
    padding-bottom: 60px;
  }
}


#point{
  background: url(../img/bg-dot.png) top left repeat;
  padding: 50px 0 70px;
  border-top: 6px solid #a4aeb0;
}
#point h2 img{
  width: 350px;
  height: 119px;
  margin-bottom: 40px;
}
#point section{
  background: #fff;
  height: auto;
  width: 90vw;
  padding: 20px;
  border: 10px solid #dfe3e4;
  margin: 0 auto 50px;
  border-radius: 30px;
  overflow: visible;
}
@media screen and (min-width: 900px){
  #point section{
    border-radius: 15px;
  }
}
#point h3{
  color: #3b4747;
  font-size: 2rem;
  font-weight: 700;
  margin-top: -50px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: url(../img/dot.svg) bottom left repeat-x;
}
#point h3 img{
  margin-bottom: 15px;
}
#point h3 span{
  font-size: 2.5rem;
    background:linear-gradient(transparent 60%, #ff6 60%);
}
#point p{
  color: #3b4747;
  font-size: 1.55rem;
  text-align: left;
}
#point h3 small,
#point p small{
  font-size: 1.1rem;
}
@media screen and (min-width: 900px){
  #point section{
    height: 360px;
    width: 360px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
  }
  #point section:first-child{
    margin-left: 0;
  }
}

#facility img.ph{
  margin-bottom: 10px;
  border-radius: 20px;
}
#facility a p{
  font-size: 1.5rem;
  text-align: center;
}



#news {
  overflow: visible;
  position: relative;
  padding-bottom: 100px;
}
#news h2{
  background: #fff;
  border-radius: 100%;
  display: block;
  margin: -60px auto 0;
  width: 270px;
  height: 240px;
  line-height: 240px;
}
#news h2 img{
  vertical-align: middle;
  height: 130px;
}
#news .more{
  color: #fff;
  background: #889a9a;
  border-color: #889a9a;
  position: absolute;
  right: 15px;
  top: 120px;
}
@media screen and (min-width: 900px){
  #news .more{
    right: 100px;
    top: 100px;
  }
}
#news .more svg path{
  fill: #fff;
}
#news .more:hover{
  background: #777;
  border-color: #777;
}


#access{
  padding: 70px 0;
}
#access section{
  width: 90vw;
  display: block;
  margin: 0 auto 40px;
}
#access h3{
  margin: 20px auto;
}
#access h3 img{
  height: 100px;
}
#access iframe{
  width: 450px;
  height: 300px;
  display: block;
  margin: 15px auto;
  border-radius: 10px;
}
#access dl{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#access dl:nth-child(7){
  margin-right: 0;
}
#access dt{
  color: #fff;
  background: #f57200;
  min-width: 90px;
  border-radius: 10px;
}
#access a{
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 900px){
  #access section{
    width: 500px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px;
  }
  #access section:last-child{
    margin-right: 0;
  }
}
