@charset "UTF-8";

main{

}
/*---------------------------------------------------------------*/
/*--//fvArea--*/
.fvArea{
  background-image: url(../images/top/fvback.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vw;
  padding-top: 15vw;
}
.fvIn{
  position: relative;
  width: 100vw;
  height: 100vw;
  margin: auto;
}
.fvIn > h1{
  position: absolute;
  font-size: 3vw;
  color: #d2d9e1;
}
.fvIn > p{
  position: absolute;
  top: 10vw;
  right: 0px;
  font-size: 6vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #005db2;
  text-align: center;
}
/*--//　　--*/
.fvNav{
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 90vw;
  width: 90vw;
  height: 20vw;
  margin: auto;
  text-align: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  background-color: #fff;
  box-shadow: 0px 5px 10px -5px rgba(0,93,177,.4);
}
.fvUl{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
  height: 20vw;
}
.fvUl > li{
  position: relative;
  width: calc(100% / 4);
  z-index: 100;
}
.fvUl > li::after{
  content: '';
  position: absolute;
  top: 3vw;
  left: 100%;
  height: 15vw;
  width: 1px;
  background-color: #b6d2eb;
}
.fvUl > li:last-of-type::after{
  background-color: transparent;
}
.fvUl > li > a,
.fvUl > li > button{
  display: grid;
  place-items: center;
  width: 100%;
  height: 20vw;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center 1vw;
  background-size: 10vw 10vw;
}
.fvUl > li.fvUlOnMenu > button{
  border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  background-image: url(../images/top/icon01.svg);
}
.fvUl > li.fvUlFlow > a{
  background-image: url(../images/top/icon02.svg);
}
.fvUl > li.fvUlFaq > a{
  background-image: url(../images/top/icon03.svg);
}
.fvUl > li:last-of-type > a{
  border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  background-image: url(../images/top/icon04.svg);
}
.fvUl > li > a:hover{
  background-color: #b6d2eb;
}
.fvUl > li > a > span{
  font-size: 3vw;
  color: #005db2;
  padding: 12vw 0 0 0;
  letter-spacing: 0.1em;
}
.fvUl > li > button > span{
  font-size: 3vw;
  color: #005db2;
  padding: 12vw 0 0 0;
  letter-spacing: 0.1em;
}
/*---------------------------------------------------------------*/
/*--//クリックマウスメニュー--*/
.fvMouseOver{
  overflow: hidden;
  position: absolute;
  left: -5vw;
  top: 20vw;
  width: 100%;
  min-height: 0;
  height: 0;
  z-index: 300;
  background-color: #005db1;
  transition: min-height .5s;
}
.fvUlOnMenu.is-open > .fvMouseOver{
  overflow: visible;
  min-height: 45vw;
  width: 100vw;
}
.fvLinkList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  width: 100vw;
  margin: 2vw auto auto;
}
.fvLinkList::before{
  content: '';
  position: absolute;
  z-index: 100;
  top: -5vw;
  left: 10vw;
  display: block;
  width: 0;
  height: 0;
  border-left: 6vw solid transparent;
  border-right: 6vw solid transparent;
  border-bottom: 6vw solid #005db1;
  transition: min-height .5s;
}
.fvLinkList li{
  width: 24vw;
  height: 8vw;
  margin: 3vw 2vw;
}
.fvLinkList li > a{
  width: 24vw;
  height: 8vw;
  text-decoration: none;
  display: grid;
  place-items: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border: 1px solid #fff;
}
.fvLinkList li > a > span{
  letter-spacing: 0.1em;
  font-size: 4vw;
  font-weight: 300;
  color: #fff;
}
.fvLinkList li > a:hover{
  background-color: #eff8ff;
}
.fvLinkList li > a:hover > span{
  color: #005db1;
}

/*---------------------------------------------------------------*/
/*--//rankingArea--*/
.rankingUl{
  width: 92vw;
  margin: 20vw auto;
}
.rankingUl li{
  width: 100%;
  margin: 2vw 0 6vw;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.rankingUl li > a{
  position: relative;
  display: block;
  background-color: #005db1;
  text-decoration: none;
  padding: 4vw 0 12vw;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.rankingUl li > a:hover{
  background-color: #b6d2eb;
}
.rankingUl li > a > div{
  width: 80vw;
  height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}
.rankingUl li > a > strong{
  display: block;
  font-size: 4vw;
  text-align: center;
  padding: 1vw 5vw 0;
  color: #fff;
  letter-spacing: 0.1em;
}
.rankingUl li > a > p{
  display: block;
  font-size: 3.6vw;
  font-weight: 200;
  line-height: 1.6;
  padding: 2vw 5vw 0;
  color: #fff;
  letter-spacing: 0.08em;
}
.rankingUl li > a > i{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 8vw;
  height: 8vw;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rankingUl li > a:hover > i{
  background-color: #005db1;
}
.rankingUl li > a > i::after{
  content: '';
  position: absolute;
  bottom: 2.8vw;
  left: 2vw;
  width: 3vw;
  height: 3vw;
  border: 2px solid;
  border-color: #005db1 #005db1 transparent transparent;
  transform: rotate(45deg);
}
.rankingUl li > a:hover > i::after{
  border-color: #fff #fff transparent transparent;
}

/*---------------------------------------------------------------*/
/*--//contentsArea--*/
.contentsArea{
  width: 92vw;
  margin: auto;
}
.contentsArea > p{
  font-size: 3.6vw;
  color: #222222;
  padding: 6vw 0;
  letter-spacing: 0.08em;
  line-height: 1.6;

}
.contentsIn{
  width: 92vw;
  margin: 0 auto;
}
.contentsIn > div{
  width: 92vw;
  margin: 0 0 10vw 0;
  padding: 3vw;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  box-shadow: 0px 3px 8px 0px rgba(0,93,177,.2);
}
.contentsIn > .contentsIn01{
  width: 100%;
  line-height: 1.6;
}
.contentsIn > .contentsIn02{
  width: 92vw;
  height: 62vw;
  margin: 0 0 10vw 0;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
  background-color: #ff0000;
}
.contentsIn > .contentsIn02 > img{
  width: auto;
  height: 100%;
  object-fit: cover;
}
.contentsIn > div > h3{
  font-size: 5vw;
  text-align: left;
  color: #005db1;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding: 0 0 3vw 0;
}
.contentsIn > div > p{
  line-height: 1.6;
}
.contentsTable{
  margin: 4vw 0;
  width: 100%;
}
.contentsTable tr{

}
.contentsTable th{
  text-align: left;
  padding: 1vw 2vw;
  white-space: nowrap;
  border: 1px solid #d4d4d4;

}
.contentsTable td{
  line-height: 1.6;
  padding: 1vw 2vw;
  border: 1px solid #d4d4d4;
}
.contentsUl{
  padding: 2vw 0 2vw 8vw;
list-style-type: disc;
}
.contentsUl li{
  padding: 1vw 0;
  line-height: 1.5;
}
h4{
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #005eb2;
  padding: 0 0 15vw;
}
/*---------------------------------------------------------------*/
/*--//ratedArea--*/
.ratedArea{
  width: 92vw;
  margin: 4vw auto;
}
.ratedIn{
  width: 100%;
  margin: 6vw 0 0 0;
}
.ratedDiv{
  margin: auto auto 10vw;
}
.ratedDiv > div{
  position: relative;
  padding: 4vw 3vw 4vw;
  background-color: #eff8ff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap
}
.ratedDiv > div > h3{
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #c29b1f;
  width: 100%;
  padding: 0 0 2vw 0;
}
.ratedDiv > div > span{
  position: relative;
  width: 50vw;
  height: 37.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0 auto auto;
  overflow: hidden;
}
.ratedDiv > div::after{
  content: '';
  position: absolute;
  top: 20vw;
  left: 10vw;
  z-index: 10;
  display: block;
  width: 20vw;
  height: 20vw;
  background-image: url(../images/top/rated_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.ratedDiv > div > p{
  display: block;
  width: 100%;
  font-size: 3.5vw;
  color: #005eb2;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ratedDiv > div > strong{
  display: block;
  font-size: 3vw;
  color: #005eb2;
  margin-top: 3vw;
  text-align: right;
}
.ratedDiv > a{
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  width: 100%;
  height: 12vw;
  margin: 2vw auto;
  background-color: #005eb2;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.ratedDiv > a:hover{
  color: #005eb2;
  background-color: #eff8ff;
}


/*--//　add　--*/
.ratedAdd{

}














/*------------------------------------------------------------------------------------------------------*/
/*　　　　PC css　　　　*/
/*------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
main{

}
/*---------------------------------------------------------------*/
/*--//fvArea--*/
.fvArea{
  background-image: url(../images/top/fvback.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 630px;
  padding-top: 70px;
}
.fvIn{
  position: relative;
  width: 1200px;
  height: 560px;
  margin: auto;
}
.fvIn > h1{
  position: absolute;
  font-size: 13px;
  color: #d2d9e1;
}
.fvIn > p{
  position: absolute;
  top: 60px;
  right: 0px;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #005db2;
  text-align: center;
}
.fvNav{
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 560px;
  width: 900px;
  height: 120px;
  margin: auto;
  text-align: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 10px -5px rgba(0,93,177,.2);
}
.fvUl{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
  height: 120px;
}
.fvUl > li{
  position: relative;
  width: calc(100% / 4);
  z-index: 100;
}
.fvUl > li::after{
  content: '';
  position: absolute;
  top: 15px;
  left: 225px;
  height: 90px;
  width: 1px;
  background-color: #b6d2eb;
}
.fvUl > li:last-of-type::after{
  background-color: transparent;
}
.fvUl > li > a{
  display: grid;
  place-items: center;
  width: 100%;
  height: 120px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 60px 60px;
}
.fvUl > li.fvUlOnMenu > a{
  border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  background-image: url(../images/top/icon01.svg);
}
.fvUl > li.fvUlFlow > a{
  background-image: url(../images/top/icon02.svg);
}
.fvUl > li.fvUlFaq > a{
  background-image: url(../images/top/icon03.svg);
}
.fvUl > li:last-of-type > a{
  border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  background-image: url(../images/top/icon04.svg);
  background-position: 10px center;
}
.fvUl > li > a:hover{
  background-color: #b6d2eb;
}
.fvUl > li > a > span{
  font-size: 18px;
  color: #005db2;
  padding: 0 0 0 60px;
  letter-spacing: 0.1em;
}
/*---------------------------------------------------------------*/
/*--//オンマウスメニュー--*/
.fvMouseOver{
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  min-height: 0;
  height: 0;
  z-index: 300;
  background-color: #005db1;
  transition: min-height .5s;
}
.fvUlOnMenu:hover > .fvMouseOver{
  overflow: visible;
  min-height: 220px;
  width: 900px;
}
.fvLinkList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  width: 900px;
  margin: 30px auto auto;
}
.fvLinkList::before{
  content: '';
  position: absolute;
  z-index: 100;
  top: -25px;
  left: 90px;
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #005db1;
  transition: min-height .5s;
}
.fvLinkList li{
  width: 140px;
  height: 40px;
  margin: 20px 30px;
}
.fvLinkList li > a{
  height: 40px;
  width: 140px;
  text-decoration: none;
  display: grid;
  place-items: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border: 1px solid #fff;
}
.fvLinkList li > a > span{
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.fvLinkList li > a:hover{
  background-color: #eff8ff;
}
.fvLinkList li > a:hover > span{
  color: #005db1;
}


/*---------------------------------------------------------------*/
/*--//rankingArea--*/
.rankingUl{
  width: 1200px;
  margin: 100px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;`
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rankingUl li{
  width: 380px;
  margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  background-color: #005db1;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.rankingUl li > a{
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 20px 0 45px;

}
.rankingUl li > a:hover{
  background-color: #b6d2eb;
}
.rankingUl li > a > div{
  width: 285px;
  height: 214px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
.rankingUl li > a > strong{
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px 0;
  color: #fff;
  letter-spacing: 0.1em;
}
.rankingUl li > a > p{
  display: block;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6;
  padding: 10px 20px 0;
  color: #fff;
  letter-spacing: 0.08em;
}
.rankingUl li > a > i{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rankingUl li > a:hover > i{
  background-color: #005db1;
}
.rankingUl li > a > i::after{
  content: '';
  position: absolute;
  bottom:10.5px;
  left: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #005db1 #005db1 transparent transparent;
  transform: rotate(45deg);
}
.rankingUl li > a:hover > i::after{
  border-color: #fff #fff transparent transparent;
}

/*---------------------------------------------------------------*/
/*--//contentsArea--*/
.contentsArea{
  width: 1200px;
  margin: auto;
}
.contentsArea > p{
  font-size: 16px;
  color: #222222;
  padding: 40px 0;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding-right: 300px;
}
.contentsIn{
  width: 1200px;
  margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contentsIn > div{
  width: 570px;
  margin: 0 0 40px 0;
  padding: 20px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  box-shadow: 0px 3px 8px 0px rgba(0,93,177,.2);
}
.contentsIn > .contentsIn01{
  width: 820px;
  text-align: left;
}
.contentsIn > .contentsIn02{
  width: 320px;
  height: 360px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
  background-color: #ff0000;
}
.contentsIn > .contentsIn02 > img{
  width: auto;
  height: 100%;
  object-fit: cover;
}
.contentsIn > div > h3{
  font-size: 20px;
  text-align: left;
  color: #005db1;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding: 0 0 20px 0;
}
.contentsIn > div > p{
  line-height: 1.6;
}
.contentsTable{
  margin: 20px 0;
  width: 100%;
}
.contentsTable tr{

}
.contentsTable th{
  text-align: left;
  padding: 5px 20px;
  white-space: nowrap;
/*
  background-color: #eff8ff;
*/
  border: 1px solid #d4d4d4;

}
.contentsTable td{
  line-height: 1.6;
  padding: 5px 20px;
  border: 1px solid #d4d4d4;
}
.contentsUl{
  padding: 10px 0 10px 30px;
list-style-type: disc;
}
.contentsUl li{
  padding: 5px 0;
  line-height: 1.5;
}
h4{
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #005eb2;
  padding: 0 150px;
}

/*---------------------------------------------------------------*/
/*--//ratedArea--*/
.ratedArea{
  width: 1200px;
  margin: 120px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ratedIn{
  width: 850px;
  margin: 60px 0 0 0;
}
.ratedDiv{
  margin: auto auto 40px;
}
.ratedDiv > div{
  position: relative;
  padding: 20px 30px 40px;
  background-color: #eff8ff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap
}
.ratedDiv > div > h3{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #c29b1f;
  width: 100%;
  padding: 0 0 20px 0;
}
.ratedDiv > div > span{
  position: relative;
  width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto auto 0;
  overflow: hidden;
}
.ratedDiv > div::after{
  content: '';
  position: absolute;
  top: 160px;
  left: 10px;
  z-index: 10;
  display: block;
  width: 66px;
  height: 66px;
  background-image: url(../images/top/rated_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.ratedDiv > div > p{
  display: block;
  width: 560px;
  font-size: 14px;
  color: #005eb2;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ratedDiv > div > strong{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  color: #005eb2;
  text-align: right;
}
.ratedDiv > a{
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  width: 180px;
  height: 64px;
  margin: 10px 0 0 auto;
  background-color: #005eb2;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.ratedDiv > a:hover{
  color: #005eb2;
  background-color: #eff8ff;
}


/*--//　add　--*/
.ratedAdd{
/*  background-color: #005db1;*/
  width: 300px;
  margin: 60px 0 0 0;
}
}/*--　PC css終了　--*/
