@charset "UTF-8";

/* ---------------------------

FV

----------------------------- */
.fv-wrap{
  padding: 6.2rem 0 0;
  position: relative;
}

/* 眼科 SP ----- */
.fv-eyes a{
  display: block;
  width: 16rem;
  position: absolute;
  top:42%;
  left: 5%;
  transition: transform .3s ease; 
}
.fv-eyes a:hover{
  transform: scale(1.1)
}

.fv-ph{
  position: relative;
}
.fv-ph::after{
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 3.6rem 3.6rem 0 0;
  background: var(--bgblue);
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider {
  width: 100%;
  height:100%;
}
.slide-img img{
  width: 100%;
  object-fit: cover;
}
.fv-ph .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* スライドビュー dots SP
------------------------------------*/
.dots-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 20%;
}
.dots-wrap li {
    width: 15px;
    height: 15px;
    margin: 0 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: var(--blue);
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* ---------------------------

 FV コンテンツメニュー 

----------------------------- */
.fv-menu-wrap{
  height: 14rem;
  border-radius: 0 0 3.6rem 3.6rem;
  background: var(--bgblue);
  position: relative;
}
.fv-menu-posi{
  width: 100%;
  position: absolute;
  top:-75px;
  left: 0;
}
.fv-menu-content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 126rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.fv-menu-content article{
  width: 49%;
  margin: 0 0 1rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
/* 枠（上-装飾) ----------- */
.fv-menu-content article::before{
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.fv-menu-content article:first-child::before{
  content: url('../img/fv-menu-img01.svg');
}
.fv-menu-content article:nth-child(2)::before{
  content: url('../img/fv-menu-img02.svg');
}
.fv-menu-content article:nth-child(3)::before{
  content: url('../img/fv-menu-img03.svg');
}
.fv-menu-content article:last-child::before{
  content: url('../img/fv-menu-img04.svg');
}

/* 背景色（マウスオーバー時）  ----------- */
.fv-menu-content article a{
  display: block;
  padding: 1.5rem 0;
  border-radius: 1rem;
  border-width: 0.4rem;
  border-style: solid;
  background: #fff; 
}
.fv-menu-content article:first-child a:hover{
  background:#84dcd1;
}
.fv-menu-content article:nth-child(2) a:hover{
  background:#f8d0b2;
}
.fv-menu-content article:nth-child(3) a:hover{
  background:#c2e6b9;
}
.fv-menu-content article:last-child a:hover{
  background:#d2cdf9;
}

/* 枠 - 線 ----------- */
.fv-menu-content article:first-child a{
  border-color:#84dcd1;
}
.fv-menu-content article:nth-child(2) a{
  border-color:#f8d0b2;
}
.fv-menu-content article:nth-child(3) a{
  border-color:#c2e6b9;
}
.fv-menu-content article:last-child a{
  border-color:#d2cdf9;
}

/* 枠（下-装飾) ----------- */
.fv-menu-content article a::after{
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  bottom: -24px;
  right: -20px;
}
.fv-menu-content article:first-child a::after{
  background: #84dcd1 url('../img/arrow-white.svg') no-repeat 15px 15px;
  background-size: 14px;
}
.fv-menu-content article:nth-child(2) a::after{
  background: #f8d0b2 url('../img/arrow-white.svg') no-repeat 15px 15px;
  background-size: 14px;
}
.fv-menu-content article:nth-child(3) a::after{
  background: #c2e6b9 url('../img/arrow-white.svg') no-repeat 15px 15px;
  background-size: 14px;
}
.fv-menu-content article:last-child a::after{
  background: #d2cdf9 url('../img/arrow-white.svg') no-repeat 15px 15px;
  background-size: 14px;
}

/* 枠内（アイコン-テキスト) ----------- */
.fv-menu-content article a dl{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;  
  line-height: 1.4;
  position: relative;
}
.fv-menu-content article a dl dt{
  width: 6rem;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom-width:0;
}
/* 左 アイコン SP --------- */
.fv-menu-content article a dl dt img{
  display: block;
  margin: 0 auto;
}
.fv-menu-content article:first-child a dl dt img{
  width: 3rem;
}
.fv-menu-content article:nth-child(2) a dl dt img{
  width: 2.6rem;
}
.fv-menu-content article:nth-child(3) a dl dt img{
  width: 3rem;
}
.fv-menu-content article:last-child a dl dt img{
  width: 2.5rem;
}

/* 右 テキスト SP --------- */
.fv-menu-content article a dl dd{
  width: calc(100% - 6rem);
  padding: 1.5rem 1rem;
  text-align: left;
  letter-spacing: 0.05em;
  border-left-width: 0.2rem;
  border-left-style: solid;
  font-size: 1.8rem;
  font-weight: 700;
}
.fv-menu-content article:last-child a dl dd{
  padding: 0.2rem 1rem;
}
.fv-menu-content article:first-child a dl dd{
  border-color:#84dcd1;
}
.fv-menu-content article:nth-child(2) a dl dd{
  border-color:#f8d0b2;
}
.fv-menu-content article:nth-child(3) a dl dd{
  border-color:#c2e6b9;
}
.fv-menu-content article:last-child a dl dd{
  border-color:#d2cdf9;
}


@media screen and (min-width:414px) {
  
  .fv-menu-content article a dl dd{
    padding: 1.5rem 2rem;
  }
  .fv-menu-content article:last-child a dl dd{
    padding: 0.2rem 2rem;
  }

}


@media screen and (min-width:750px) {

  .fv-eyes a{
    width: 12rem;
    top:44%;
    left: 5%;
  }

  /* スライドビュー dots 750
  ------------------------------------*/
  .dots-wrap {
      bottom: 30%;
  }

  /* FV 
  ------------------------------------*/

  /* FV 画像指定 750 ------------ */
  .fv-bg01{
    background: url(../img/fv/fv-01.jpg) no-repeat 40% 20%;
  }
  .fv-bg02{
    background: url(../img/fv/fv-02.jpg) no-repeat center top;
  }
  .fv-bg03{
    background: url(../img/fv/fv-03_sp.jpg) no-repeat 60% top;
  }
  .fv-bg04{
    background: url(../img/fv/fv-04.jpg) no-repeat 60% top;
  }
  .slick-line{
    width: 40rem;
    left: 18%;
    bottom: 4%;
  }

  /* FV コンテンツメニュー 750
  ------------------------------------*/
  .fv-menu-wrap{
    height: 4rem;
    border-radius: 0 0 3.6rem 3.6rem;
    background: var(--bgblue);
    position: relative;
  }
  .fv-menu-content article{
    width: 24%;
    margin: 0;
  }
  /* 右 テキスト 750 --------- */
  .fv-menu-content article a dl dd{
    padding: 1.5rem 0 1.5rem 1rem;
  }
  .fv-menu-content article:last-child a dl dd{
    padding: 0.2rem 1rem;
  }

} 

@media screen and (min-width:1000px) {

  .fv-eyes a{
    width: 16rem;
    top:44%;
    left: 5%;
  }

  /* スライドビュー dots 
  ------------------------------------*/
  .dots-wrap {
      bottom: 30%;
  }

  /* FV 1000
  ------------------------------------*/
  .fv-wrap{
    padding: 16rem 0 0;
  }

  /* FV コンテンツメニュー 1000
  ------------------------------------*/
  .fv-menu-wrap{
    height: 12rem;
    border-radius: 0 0 7rem 7rem;
  }
  .fv-menu-posi{
    top:-90px;
    left: 0;
  }
  .fv-menu-content{
    padding: 0 4rem;
  }

  /* 枠（上-装飾) 1000 ----------- */
  .fv-menu-content article::before{
    width: 45px;
  }

  /* 枠（下-装飾) ----------- */
  .fv-menu-content article a::after{
    width: 80px;
    height: 80px;
    bottom: -24px;
    right: -25px;
  }
  .fv-menu-content article:first-child a::after{
    background: #84dcd1 url('../img/arrow-white.svg') no-repeat 20px 20px;
    background-size: 20px;
  }
  .fv-menu-content article:nth-child(2) a::after{
    background: #f8d0b2 url('../img/arrow-white.svg') no-repeat 20px 20px;
    background-size: 20px;
  }
  .fv-menu-content article:nth-child(3) a::after{
    background: #c2e6b9 url('../img/arrow-white.svg') no-repeat 20px 20px;
    background-size: 20px;
  }
  .fv-menu-content article:last-child a::after{
    background: #d2cdf9 url('../img/arrow-white.svg') no-repeat 20px 20px;
    background-size: 20px;
  }

  /* 枠内（アイコン-テキスト) 1000 ----------- */
  .fv-menu-content article a dl{
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0 2rem;
    line-height: 1.4;
  }
  .fv-menu-content article a dl dt{
    width: 10rem;
    height: 7rem;
    margin: 0 auto;
    border-bottom-width:0.5rem;
    border-bottom-style:solid;
  }
  /*  枠（アイコン-テキスト) 仕切り線 1000 ----------- */
  .fv-menu-content article:first-child a dl dt{
    border-color:#84dcd1;
  }
  .fv-menu-content article:nth-child(2) a dl dt{
    border-color:#f8d0b2;
  }
  .fv-menu-content article:nth-child(3) a dl dt{
    border-color:#c2e6b9;
  }
  .fv-menu-content article:last-child a dl dt{
    border-color:#d2cdf9;
  }

  /* 左 アイコン SP --------- */
  .fv-menu-content article a dl dt img{
    display: block;
    margin: 0 auto;
  }
  .fv-menu-content article:first-child a dl dt img{
    width: 8rem;
  }
  .fv-menu-content article:nth-child(2) a dl dt img{
    width: 5.6rem;
  }
  .fv-menu-content article:nth-child(3) a dl dt img{
    width: 6rem;
  }
  .fv-menu-content article:last-child a dl dt img{
    width: 3.8rem;
  }

  /* 右 テキスト 1000 --------- */
  .fv-menu-content article a dl dd{
    width: calc(100%);
    padding: 2rem 1rem 0;
    text-align: center;
    border-left-width: 0;
    font-size: 1.8rem;
  }
  .fv-menu-content article:last-child a dl dd{
    padding: 2rem 1rem 0;
  }

}

@media screen and (min-width:1400px) {

  .fv-eyes a{
    width: 20rem;
    top:46%;
    left: 5%;
  }

  /* スライドビュー dots 1400
  ------------------------------------*/
  .dots-wrap {
      bottom: 30%;
  }

  .fv-menu-posi{
    top:-145px;
    left: 0;
  }

  /* 枠内（アイコン-テキスト) 1400 ----------- */
  .fv-menu-content article a dl{
    padding: 2rem 0 3rem;
  }

  /* 右 テキスト 1000 --------- */
  .fv-menu-content article a dl dd{
    font-size: 3rem;
  }


}

@media screen and (min-width:1600px) {

  .fv-eyes a{
    width: 24rem;
    top:46%;
    left: 10%;
  }

  /* スライドビュー dots 1600
  ------------------------------------*/
  .dots-wrap {
      bottom: 27%;
  }


}

