@charset "utf-8";
/* CSS Document */
/*
トップページ
*/
body{
  font-size:16px;
    text-decoration: none;
}
a:visited{
  text-decoration: none;
  color: #000000;
}
a:link{
  text-decoration: none;
  color: #000000;
}
.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

section{
  width:100%;
}
#TopMenu {
  background-color:#f0f0f0;
  margin:0;
  padding:0;
}
#TopMenu ul {
  width: 95%;
  max-width: 1100px;
  margin: 0px auto;
  padding: 40px 0 20px;
    display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items:  center;
}
#TopMenu li {
  margin-right:40px;  
  width: 30%;
}
#TopMenu li:last-child {
  margin-right: 0;
}
#TopMenu li p.TopMenTit{
  text-align: center;
  font-size: 1.28rem;
  margin-bottom: 20px;
  
}
#TopMenu li p {
    font-size: .875rem;
  text-align: center;
}
#TopMenu li img {
  width: 100%;
  margin-bottom: 15px;
}
#TopMenu li br {
}


#TopInfo {
}
#TopInfo h3 {
  text-align: center;
  padding: 60px 0 55px;
  font-size: 1.5rem;
}
#TopInfo ul {
  width: 95%;
  max-width: 1100px;
  margin: 0px auto;
  padding: 0;
  /*! text-align: center; */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
    display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: -webkit-wrap;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    -webkit-box-pack: space-around;
     -ms-flex-pack: space-around;

  -ms-flex-pack: distribute;
justify-content: space-around;
}
#TopInfo li {
  display: inline-block;
  width:50%;
  max-width: 410px;
  vertical-align: top;
  /*! margin-right: 0; */
  padding-right: 5%;
  margin-bottom: 50px;
  text-align: left;
  position: relative;
  margin-left: 20px;
  box-sizing: border-box;
  height: 75px;
}
#TopInfo li:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#48bba5), to(#30adb5));
  background: -webkit-linear-gradient(#48bba5, #30adb5);
  background: -o-linear-gradient(#48bba5, #30adb5);
  background: linear-gradient(#48bba5, #30adb5);
  height: 70px;
  width: 5px;
  position: absolute;
  left: -20px;
}
#TopInfo br {
}
#TopInfo .TopInfBtn {
  display: block;
  text-align: center;
  margin: 0 auto 55px;
  width: 200px;
  padding: 0px;
  height: 50px;
  line-height: 50px;

  box-sizing: border-box;
}
/* #TopInfo .TopInfBtn a {
  color: initial;
  width: 100%;
  height: 100%;
  line-height: 44px;
  display: inline-block;
    border: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#6ac3a0), to(#85d0c8));
  -webkit-border-image: -webkit-linear-gradient(#6ac3a0, #85d0c8);
  -o-border-image: -o-linear-gradient(#6ac3a0, #85d0c8);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#6ac3a0), to(#85d0c8));
  border-image: linear-gradient(#6ac3a0, #85d0c8);
  border-image-slice: 3;
}
 */
#TopInfo .TopInfBtn a {
  color: initial;
  width: 100%;
  height: 100%;
  border: solid 3px #30adb5;
  display: inline-block;
}

#TopInfo .TopInfBtn a:hover {
  color: #ffffff;
  background: #30adb5;
  opacity: 1;
  background: -webkit-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: -o-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: linear-gradient(-135deg, #6cc3a1, #83d0c5);
    border: solid 3px #ffffff;
}

#TopNyukyoku {
  background-image: url(../img/topimage02.jpg);
  background-repeat: no-repeat;
  background-size:  1377px;
  margin:0;
  padding:50px 0 0;
}
#TopNyukyoku h3 {
  color: #ffffff;
  text-align: center;
  margin: 0 auto 30px; 
  font-size: 1.25rem;
}
#TopNyukyoku p {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
  margin-bottom: 50px;
  letter-spacing: .1em;
}
#TopNyukyoku p br {
  display: none;
}
#TopNyukyoku>div {
    display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
#TopNyukyoku #TopNyuLeft {
  width: 45%;
  display: inline-block;
  max-width: 500px;
}
#TopNyukyoku #TopNyuLeft img{
  width: 100%;
}
#TopNyukyoku #TopNyuRight {
  /*! width: 45%; */
/*   margin-left:10%; */
  /*! float: right; */
  display: inline-block;
  vertical-align: top;
  margin-left: 45px;
  max-width: 550px;
}
#TopNyukyoku li {
  display: inline-block;
  width: 250px;
  /*! max-width: 200px; */
  height: 120px;
  text-align: center;
  /*! line-height: 190px; */
  vertical-align: middle;
  /*! padding: 20px; */
  box-sizing: border-box;
  text-decoration: none;
  background: #ffffff;
  margin-bottom :40px;
  margin-right: 20px;

  font-weight: bold;
  /*! color: #666666; */
/*   -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#6ac3a0), to(#85d0c8));
  -webkit-border-image: -webkit-linear-gradient(#6ac3a0, #85d0c8);
  -o-border-image: -o-linear-gradient(#6ac3a0, #85d0c8);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#6ac3a0), to(#85d0c8));
  border-image: linear-gradient(#6ac3a0, #85d0c8);
  border-image-slice: 3; */
}
#TopNyukyoku li a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  color: #666666;
  border: 3px solid #30adb5;
}
#TopNyukyoku li a:hover {
  color: #ffffff;
  background: #30adb5;
  background: -webkit-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: -o-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: linear-gradient(-135deg, #6cc3a1, #83d0c5);
  opacity: 1;
  border: 3px solid #ffffff; 
}
.greBtnBtn>a:hover {

}

/* PC *****************************************************/
@media screen and (min-width: 920px){

#topSlide{
width: 100%;
margin: 0 auto 0px;
text-align: center;
}

#topSlide li{
width: 100%;
height: auto;
}
#topSlide img{
width: 100%;
max-width: 1366px;
margin-left: auto;
margin-right: auto;
max-height: 480px;
}
#topSlide .slider{
width: 1000px;
height: 480px;
}
.topInfoFB {
width: 1000px;
margin: 0 auto;
padding: 40px 0 110px;
}
.topInfoFB .topInfo {
position: relative;
width: 940px;
height: auto;
max-height: 340px;
padding: 20px 10px 20px 30px;
float: left;
background: #fff;
overflow-y: auto;
}
.topInfoFB .topFB {
float: right;
width: 486px;
height: 380px;
background: #e0e0e0;
}
.topInfoFB .topInfo h3{
font-size: 139%;
font-weight: bold;
color: #666;
margin-bottom: 20px;
}
.topInfoFB .topInfo h3 span{
font-size: 55%;
font-weight: normal;
color: #ccc;
margin-left: 15px;
vertical-align: 2px;
letter-spacing: 2px;
}
.topInfoFB .topInfo a.listToBtn, .topInfoFB .topInfo a.listToBtn:link {
position: absolute;
top: 20px;
right: 28px;
display: block;
padding: 0px 10px;
border: solid 2px #30adb5;
color: #666666;
text-decoration: none;
font-weight: bold;
}
.topInfoFB .topInfo a.listToBtn:hover {
padding: 2px 12px;
border: 0;
color: #fff;
background: #30adb5;
}
.topInfoFB .topInfo .infoList{
width: calc(100% - 40px);
overflow: auto;
}
.topInfoFB .topInfo .infoList dl {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topInfoFB .topInfo .infoList dt {
color: #bababa;
font-size: 108%;
font-weight: bold;
margin-bottom: 8px;
width: 27%;
}
.topInfoFB .topInfo .infoList dt span{
display: inline-block;
width: 100px;
padding: 0;
margin-left: 15px;
text-align: center;
font-size: 85%;
font-weight: normal;
color: #fff;
}
.topInfoFB .topInfo .infoList dt span.ct_research{
background: #589e93;
}
.topInfoFB .topInfo .infoList dt span.ct_results{
background: #c4b96c;
}
.topInfoFB .topInfo .infoList dt span.ct_info{
background: #718bbb;
}
.topInfoFB .topInfo .infoList dt span.ct_training{
background: #b188b2;
}
.topInfoFB .topInfo .infoList dd {
margin: 0 0 25px;
line-height: 1.2;
width: 70%;
}
.topInfoFB .topInfo .infoList dd a, .topInfoFB .topInfo .infoList dd a:visited, .topInfoFB .topInfo .infoList dd a:link {
color: #444;
}
.topInfoFB .topInfo .infoList dd a:hover{
color: #444;
text-decoration: none;
}
#TopNyukyoku {
/*   background-image:initial; */
  background-repeat: no-repeat;
  background-size:  100%;
  margin:0;
  padding:60px 0 0;
}


}

/* スマホ ****************************************************************************************/
@media screen and (max-width: 920px){

img{
max-width: 100%;
height: auto;
}
#topSlide{
width: 100%;
margin: 0;
}
#topSlide .slider{
width: 100%;
}



#TopMenu {
  background-color:#f0f0f0;
  margin:0;
  padding:0;
}
#TopMenu ul {
  width: 95%;
  max-width: 1100px;
  margin: 0px auto;
  padding: 40px 0;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items:  center;
}
#TopMenu li {
  margin-right:0;  
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
#TopMenu li:last-child {
  margin-right: 0;
}
#TopMenu li p.TopMenTit{
  text-align: left;
  font-size: 1.28rem;
  
  display: block;
  position: absolute;
  left: 45%;
  left: -webkit-calc(40% + 20px);
  left: calc(40% + 20px);
  margin: 0;
}
#TopMenu li p {
    font-size: .875rem;
  text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 2rem 0 0 1rem;
    width: 52%;
    width: -webkit-calc(60% - 2rem);
    width: calc(60% - 2rem);
}
#TopMenu li img {
  width: 40%;
  display: inline-block;
}
#TopMenu li br {
  display: none;
}


#TopInfo {
}
#TopInfo h3 {
  text-align: center;
  padding: 20px 0;
  font-size: 1.5rem;
}
#TopInfo ul {
  width: 95%;
  max-width: 1100px;
  margin: 0px auto;
  padding: 20px 0;
  /*! text-align: center; */
  
}
#TopInfo li {
  display: inline-block;
  width:90%;
  max-width: none;
  vertical-align: top;
  margin-left: 10%;
  margin-bottom: 60px;
  text-align: left;
  position: relative;
  /*! padding-left: 20px; */
  box-sizing: border-box;
}
#TopInfo li:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#48bba5), to(#30adb5));
  background: -webkit-linear-gradient(#48bba5, #30adb5);
  background: -o-linear-gradient(#48bba5, #30adb5);
  background: linear-gradient(#48bba5, #30adb5);
  height: 50px;
  width: 5px;
  position: absolute;
  left: -20px;
}
#TopInfo br {
  display: none;
}
#TopInfo .TopInfBtn {
  display: block;
  text-align: center;
  margin: 0 auto 50px;
  width: 200px;
  /*! border: 3px solid; 
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#6ac3a0), to(#85d0c8));
  -webkit-border-image: -webkit-linear-gradient(#6ac3a0, #85d0c8);
  -o-border-image: -o-linear-gradient(#6ac3a0, #85d0c8);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#6ac3a0), to(#85d0c8));
  border-image: linear-gradient(#6ac3a0, #85d0c8);
  border-image-slice: 3;*/
  padding :0px;
}


#TopNyukyoku {
  /*! background-image:initial; */
  background-repeat: no-repeat;
  background-size:  1000px;
  margin:0;
  padding:30px 0 0;
  position: relative;
}
  
#TopNyukyoku h3 {
  /*! color: #000000; */
  text-align: center;
  margin: 0 auto 30px; 
}
#TopNyukyoku p {
  /*! color: #000000; */
  font-size: 14px;
  font-weight: normal;
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
  margin-bottom: 20px;
  letter-spacing: .1em;
  text-align: center;
  filter: drop-shadow(0 0 5 #30adb5);
}
#TopNyukyoku p br {
  display: none;
}
#TopNyukyoku>div {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
#TopNyukyoku #TopNyuLeft {
  width: 100%;
  display: block;
  max-width: 550px;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  /*! position: relative; */
}
#TopNyukyoku #TopNyuLeft img{
  width: 100%;
  display: ;
  /*! position: absolute; */
  top: 0;
}
#TopNyukyoku #TopNyuRight {
  width: 100%;
/*   margin-left:10%; */
  /*! float: right; */
    display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  vertical-align: top;
  margin-left: 0;
  max-width: 550px;
  margin: 0 auto;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#TopNyukyoku li {
  /*! display: inline-block; */
  width: 49%;
  /*! max-width: 200px; */
  height: 120px;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
  /*! padding: 15px; */
  box-sizing: border-box;
  text-decoration: none;
  background: #ffffff;
  margin-bottom :20px;
  margin-right: 00px;
/*   border: 3px solid; */
/*   -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#6ac3a0), to(#85d0c8));
  -webkit-border-image: -webkit-linear-gradient(#6ac3a0, #85d0c8);
  -o-border-image: -o-linear-gradient(#6ac3a0, #85d0c8);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#6ac3a0), to(#85d0c8));
  border-image: linear-gradient(#6ac3a0, #85d0c8);
  border-image-slice: 3; */
}
#TopNyukyoku li a {
  /*! width: 100%; */
  /*! height: 100%; */
  line-height: normal;
  /*! display: inline-block; */
  vertical-align: middle;
  padding: 15px;
  box-sizing: border-box;
}








.topInfoFB {
width: 620px;
padding: 30px 10px;
margin: 0 auto;
}
.topInfoFB .topInfo {
position: relative;
width: -webkit-calc(100% - 23px);
width: calc(100% - 23px);
height: auto;
max-height: 320px;
padding: 20px 8px 20px 15px;
margin-bottom: 23px;
background: #fff;
overflow-y: auto;
}
.topInfoFB .topFB {
width: 100%;
height: 360px;
background: #e0e0e0;
}
.topInfoFB .topInfo h3{
font-size: 139%;
font-weight: bold;
color: #666;
margin-bottom: 10px;
}
.topInfoFB .topInfo h3 span{
font-size: 66%;
font-weight: normal;
color: #ccc;
margin-left: 10px;
vertical-align: 2px;
}
.topInfoFB .topInfo a.listToBtn,
.topInfoFB .topInfo a.listToBtn:visited,
.topInfoFB .topInfo a.listToBtn:link {
position: absolute;
top: 20px;
right: 15px;
display: block;
padding: 0px 10px;
border: solid 2px #ccc;
font-size: .875rem;
color: #444;
text-decoration: none;
font-weight: bold;
}
.topInfoFB .topInfo .infoList{
width: -webkit-calc(100% - 23px);
width: calc(100% - 23px);
}
.topInfoFB .topInfo .infoList dt {
color: #bababa;
font-size: 108%;
font-weight: bold;
margin-bottom: 5px;
}
.topInfoFB .topInfo .infoList dt span{
display: inline-block;
width: 100px;
padding: 0;
margin-left: 15px;
text-align: center;
font-weight: normal;
color: #fff;
}
.topInfoFB .topInfo .infoList dt span.ct_research{
background: #589e93;
}
.topInfoFB .topInfo .infoList dt span.ct_results{
background: #c4b96c;
}
.topInfoFB .topInfo .infoList dt span.ct_info{
background: #718bbb;
}
.topInfoFB .topInfo .infoList dt span.ct_training{
background: #b188b2;
}
.topInfoFB .topInfo .infoList dd {
margin: 0 0 15px;
line-height: 1.2;
}
.topInfoFB .topInfo .infoList dd a{
color: #444;
}

}



/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
@media screen and (max-width:670px){
.topInfoFB {  
width: -webkit-calc(100% - 20px); 
width: calc(100% - 20px);
padding: 30px 10px;
}

/* #TopMenu ul {
  width: 95%;
  max-width: 1100px;
  margin: 0px auto;
  padding: 40px 0;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items:  center;
}
#TopMenu li {
  margin-right:0;  
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
#TopMenu li:last-child {
  margin-right: 0;
}
#TopMenu li p.TopMenTit{
  text-align: left;
  font-size: 1.28rem;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#TopMenu li p {
  font-size: .875rem;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 2%;
  width: 95%;
}
#TopMenu li img {
  width: 100%;
  display: inline-block;
} */

#TopInfo li{
/*    text-align: center; */
  margin: 20px auto 60px;
  display: block;
}  

#TopInfo li:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#48bba5), to(#30adb5));
  background: -webkit-linear-gradient(#48bba5, #30adb5);
  background: -o-linear-gradient(#48bba5, #30adb5);
  background: linear-gradient(#48bba5, #30adb5);
  height: 5px;
  width: 30%;
  position: absolute;
  left: 0px;
/*   right: 0px; */
  top: -20px;
  margin: 0 auto;
}  

  
  
  
}


@media screen and (max-width:675px) and (min-width:460px){
  

  
  
}

