@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __Index
-----------------------------------------------*/
.Index .SloganBox{
    height: 460px;
    margin: 0 auto 20px;
    overflow: hidden;
   position: relative;
}
.Index .SloganBox .Slogan{
    z-index: 300;
    width: 45.8%;
    height: 57%;
    font-size: 1px;
    text-indent: -9999px;
    background: url("../refer/slogan.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    bottom: 20px;;
    left: 50px;
    opacity: 1;
    animation-name: fadeInSlogan;
    animation-duration:3.0s;
    animation-timing-function:ease;
}
@keyframes fadeInSlogan{
  0% {
    opacity: 0;
  }
  66% {
      opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Index .SloganBox .Slogan img{
    width: 100%;
    height: auto;
}
.Index .SloganBox .Visual.PC{
    display: block;
}
.Index .SloganBox .Visual.SP{
    display: none;
}
.Index .SloganBox .Visual{
	max-width:1340px;
    min-width: 960px;
 }
.Index .SloganBox .Visual li{
    padding-right: 30px;
    position: absolute;
    left: 30px;
    top: 0;
}
.Index .SloganBox .Visual li.Fig01{
    z-index: 100;
    animation-name: fadeInAnime01;
    animation-duration:1s;
    animation-timing-function:ease-out;
}
@keyframes fadeInAnime01{
  0% {
      opacity: 0.1;
  }

  100% {
      opacity: 1;
  }
}
.Index .SloganBox .Visual li.Fig02{
    z-index: 200;
    animation-name: fadeInAnime02;
    animation-duration:2.5s;
    animation-timing-function:ease-out;
}
@keyframes fadeInAnime02{
  0% {
      opacity: 0;
  }
  40% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.Index .SloganBox .Visual li.Fig01 img,
.Index .SloganBox .Visual li.Fig02 img{
    min-width: 960px;
    width: 100%;
    height: 100%;
}
.Index .Navigation{
    padding: 0 30px;
}
.Index .Navigation ul{
    display: flex;
    width: 960px;
    margin: 0 auto 20px;
    border-left:  1px solid #BDE0E0;
}
.Index .Navigation ul li{
    width: 319px;
    height: 153px;
    font-size: 1.8rem;
    text-align: center;
    transition: .3s;
    transform: scale(1);
}
.Index .Navigation ul li:hover{
    transform: scale(1.1);
}
.Index .Navigation ul li.NavMedical{
    background: url("../refer/ic_nav_medical.png") no-repeat 50% 30%;
    background-size: 75px;
}
.Index .Navigation ul li.NavGeneral{
    background: url("../refer/ic_nav_general.png") no-repeat 50% 30%;
    background-size: 101px;
}
.Index .Navigation ul li.NavCorp{
    background: url("../refer/ic_nav_corp.png") no-repeat 50% 30%;
    background-size: 75px;
}
.Index .Navigation ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #6F1589;
    font-weight: bold;
    text-decoration: none;
    padding-top: 105px;
    border-right:  1px solid #BDE0E0;
}
.Index .InfoBox{
    min-width: 960px;
    margin:0 30px 80px;
    padding: 80px 50px;
    background-color: #DCF1F1;
    border-radius: 40px;
}
.Index .InfoBox .ThemeHD{
    font-size: 3.6rem;
    text-align: center;
    color: #6F1589;
}
.Index .InfoBox .Theme{
    font-size: 1.8rem;
    text-align: center;
    color: #250E62;
    line-height: 2em;
}
.Index .InfoBox .Theme br.SP,
.Index .InfoBox .Theme br.SL{
    display: none;
}
.Index .InfoBox .Theme br.PC{
    display: block;
}
.Index .WhatsNew{
    max-width: 960px;
    display: flex;
    align-items: center;
    margin: 0 auto 80px;
    padding: 20px 40px;
    background-color: #FFF;
    border: 5px solid #E2F1F1;
    border-radius: 40px;
}
.Index .WhatsNew h2{
    width: 140px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
    color: #6F1589;
}
.Index .WhatsNew h2 span{
    display: block;
    color: #250E62;
    font-size: 1.4rem;
}
.Index .WhatsNew ul{
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
}
.Index .WhatsNew li{
    width: 100%;
    font-size: 1.8rem;
    padding-left: 140px;
    padding-bottom: 0.3em;
    position: relative;
}
.Index .WhatsNew li::before{
    width: 120px;
    content: "";
    border-bottom: 1px solid #78D54B;
    position: absolute;
    left: 0;
    bottom: 0.6rem;
}
.Index .WhatsNew li sup{
    font-size: 1.2rem;
    vertical-align: top;
}
.Index .WhatsNew li .Date{
    display: block;
    width: 120px;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 0.3em;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.Index .WhatsNew li .PrdName{
    display: inline-block;
    font-weight: inherit;
    text-decoration: inherit;
}
.Index .WhatsNew li .News{
    display: block;
    width: 590px;
    color: #250E62;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #BDE0E0;
}
.Index .WhatsNew li .News a{
    display: block;
    width: 100%;
    height: 100%;
    color: #0000FF;
    padding-right: 50px;
    background: url("../refer/ic_wn.png") no-repeat 99% 10px;
    background-size: 32px;
    transition: background-size .3s ease-out;
}
.Index .WhatsNew li .News a:hover{
    color: #007FFF;
    background-size: 46px;
}
.Index .WhatsNew li .Small{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 15px;
}
.Index .WhatsNew li p{width: 94%;}
@media only screen and (max-width: 960px) and (orientation:portrait){
/*-----------------------------------------------
 __Index
-----------------------------------------------*/
.Index .SloganBox .Visual li.Fig01 img,
.Index .SloganBox .Visual li.Fig02 img{
    min-width: inherit;
}
.Index .Navigation ul{
    width: auto;
}
.Index .InfoBox{
    min-width: inherit
}
.Index .InfoBox .Theme br.SL{
    display: block;
}
.Index .InfoBox .Theme br.NoSL{
    display: none;
}
.Index .WhatsNew{
    max-width: inherit;
    margin-left: 30px;
    margin-right: 30px;
}
.Index .WhatsNew ul{
    width: auto;
}
.Index .WhatsNew li{
    padding-left: 16vw;
}
.Index .WhatsNew li .Date{
    width: 10vw;
    margin-right: 2vw;
}
.Index .WhatsNew li .News{
    width: 47vw;
}
}

@media only screen and (max-width: 960px) and (orientation:landscape){
.Index .SloganBox .Visual{
    min-width: 900px;
}
.Index .SloganBox .Visual li.Fig01 img, 
.Index .SloganBox .Visual li.Fig02 img{
    min-width: 900px; 
}
.Index .Navigation ul{
    width: 900px;
}
.Index .Navigation ul li{
    width: 300px;
}
.Index .InfoBox{
    min-width: 900px;
}

}

@media only screen and (max-width: 767px) and (orientation:portrait){
/*-----------------------------------------------
 __Index
-----------------------------------------------*/
.Index .SloganBox{
    height: 63vw;
}
.Index .SloganBox .Slogan{
    width: 74vw;
    height: 13.5vw;
    background: url("../refer/slogan_sp.png") no-repeat 0 0;
    background-size: contain;
    left: 6vw;
}

.Index .SloganBox .Visual.PC{
    display: none;
}
.Index .SloganBox .Visual.SP{
    display: block;
}
.Index .SloganBox .Visual li{
    padding-right: 0;
    left: 3vw;
}
.Index .SloganBox .Visual li.Fig01 img,
.Index .SloganBox .Visual li.Fig02 img{
    min-width: inherit;
    width: 94vw;
    height: 63vw;
}
.Index .Navigation{
    padding: 0;
}
.Index .Navigation ul{
    width: 94vw;
    border-left:0;
}
.Index .Navigation ul li{
    width: 31.3vw;
    height: 26vw;
    animation: none;
	transform: none;
	transition: unset;
}
.Index .Navigation ul li:hover{
    animation: none;
	transform: none;
	transition: unset;
}
.Index .Navigation ul li a{
    font-size: 1.7rem;
    padding-top: 19vw;
    border: 0;
}
.Index .Navigation ul li.NavMedical{
    background: url("../refer/ic_nav_medical.png") no-repeat 50% 20%;
    background-size: 14vw;
    border-right: 3px solid #BDE0E0;
}
.Index .Navigation ul li.NavGeneral{
    background: url("../refer/ic_nav_general.png") no-repeat 50% 20%;
    background-size: 21vw;
    border-right: 3px solid #BDE0E0;
}
.Index .Navigation ul li.NavCorp{
    background: url("../refer/ic_nav_corp.png") no-repeat 50% 20%;
    background-size: 17vw;
}
.Index .InfoBox{
    margin: 0 3vw 10vw;
    padding: 10vw 0;
    border-radius: 20px;
}
.Index .InfoBox .ThemeHD{
    font-size: 3rem;
    margin-bottom: 0.5em;
}
.Index .InfoBox .Theme{
    font-size: 1.8rem;
    margin-bottom: 0;
}
.Index .InfoBox .Theme br.SP{
    display: block;
}
.Index .InfoBox .Theme br.NoSP{
    display: none;
}
.Index .WhatsNew{
    display: block;
    width: auto;
    padding: 3vw;
    margin: 0 3vw 10vw;
    border: 2vw solid #E2F1F1;
    border-radius: 20px;
}
.Index .WhatsNew h2{
    font-size: 5vw;
    width: auto;
    text-align: center;
    margin-bottom: 0.5em;
}
.Index .WhatsNew li{
    padding-left: 24vw;
}
.Index .WhatsNew li::before{
    width: 22vw;
}

.Index .WhatsNew li .Date{
    width: 22vw;
    font-size: 1.6rem;
    margin-right: 2vw;
    white-space: nowrap;
}
.Index .WhatsNew li .News{
    width: 55vw;
    font-size: 1.6rem;
    padding-right: 10px;
    background-image: none;
}
.Index .WhatsNew li .News a{
    padding-right: 0;
    background-image: none;
    transition: none;
}

}
