@charset "utf-8";


img {
  border:none;
  display:block;
}
ul{
  list-style-type:none;
  padding-left:0;
  margin:0;
}
h1,h2,h3{
  margin:0;
}

body {
  margin: 0;
  color: #000000;
  background-color: #ffffff;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

li a{
  text-decoration: none;
}



  

/* box-shadow */
#contentsMenu li,#slideMotion .container div, .hide-down, #sub li {
  box-shadow:rgba(0, 0, 0, 0.2)  7px 7px 7px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.2)  7px 7px 7px;
  -moz-box-shadow:rgba(0, 0, 0, 0.2)  7px 7px 7px;
}




/* ここからヘッダー↓ */

@media print, screen and (min-width:768px){
  /* 768px以上(pc)に適用されるCSS  */


header {
  width: 100%;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
  background-size:400%;
  animation: textAnime 20s infinite;
  z-index: 1000;
  }
#logo {
float: left;
margin-top: 10px;
margin-left: 10px;
}
#gNavi{
width: 675px;
float: right;
display: flex;
}
#gNavi li {
padding: 20px 30px 5px;
height: 40px;
background-color: transparent;
font-size: 18px;
text-align: center;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
border-bottom: 2.5px solid transparent;
}
#gNavi li:nth-child(1){
  margin-left: 5px;
}
#gNavi li:nth-child(4){
  border: 3px solid #fff;
  border-radius: 100px;
  padding-bottom: 0px;
  padding-top: 15px;
  height: 37px;
  margin-top: 7px
}

#gNavi li:hover:nth-child(4) {
  background-color:  #ffffff7a;
  border-bottom: 3px solid   #fff;
  }


#gNavi li a{
transition: all .3s ease 0s;
display: block;
height: 100%;
width: 100%;
color: #fff;
}







#gNavi li:hover {
border-bottom: 2.5px solid #fff;
}
#gNavi li:hover a{
color: rgb(230, 255, 142);
}

#gNavi li ul li a{
color: #fff;
}

#gNavi li ul li:hover {
  border-bottom: 2.5px solid transparent;
  }
#gNavi li ul li:hover {
background-color: #ffffff7a;
width: 140px;
margin-left: 2px;
text-align: left;
 }

.ddmenu ul {
display: none;   
margin: 0px;  
padding: 0px;    
position: absolute;
}

.ddmenu ul li {
clear: both;
}


.ddmenu li:hover ul {
display: block;
background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
background-size:400%;
animation: textAnime 20s infinite;
width:204px;
margin-top:7px;
margin-left:-30px;
}


}





/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media print, screen and (max-width:768px){
  /* 768px以下(sp)に適用されるCSS  */



  header img {
    display: block;
    width: 100%;
    height: auto;
  } 


  #logo {
    width: 9.5rem;
    float: left;
    margin-top: 5px;
    margin-left: 3px;
   
    }
    



header {
  position: fixed;
  width: 100%;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
  background-size:400%;
  animation: textAnime 20s infinite;
  z-index: 100;
  }

  header li {
    list-style-type: none;
  }
  header a {
    text-decoration: none;
    color: #333;
  }

  

  #nav-toggle {
    position: fixed;
    top: 15px;
    right: 20px;
    height: 25px;
  }
  #nav-toggle>div {
    position: relative;
    width: 30px;
  }

  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 10px;
  }

  #nav-toggle span:nth-child(3) {
    top: 20px;
  }



  

  .open #nav-toggle span {
    background: #333;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }




#gNavi{
  background: #f9f9f9ed;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}


#gNavi ul {
  opacity: 0;
  transform: translateY(-200px);
  transition: all .8s ease;
  list-style: none;
}



#gNavi a{
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 7px 0;
  transition: color .6s ease;
}


#gNavi a:hover {
  color: #666;
}





  /* open */
  .open {
    overflow: hidden;
  }

  .open #gNavi {
    visibility: visible;
    opacity: 1;
  }

  .open #gNavi ul {
    opacity: 1;
    transform: translateY(0);
  }


  #gNavi :nth-child(1)  li {
    display: block;
    text-decoration: none;
    transition: ease all .3s;
    line-height: 100%;
    text-align: center;
    background:  #3dfabb;
    background: -moz-linear-gradient(right, #00c2cc 0%,#3dfabb 100%);
    background: -webkit-linear-gradient(right, #00c2cc 0%, #3dfabb 100%);
    background: linear-gradient(to right, #00c2cc 0%, #3dfabb );
    color: #fff;
    padding: 10px 30px;
  }


}



/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */


/* ここまでヘッダー↑ */







/* ここから スライド ヘッダーボックス↓  */



#fixed-header {
width: 100%;
height: 72px;
margin-left: auto;
margin-right: auto;
position: fixed;
top: -10%;  
font-size: 1em;
text-align: center;
background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
background-size:400%;
animation: textAnime 20s infinite;
box-sizing: border-box;
transition: 3.5s; /* アニメーションタイミング */
z-index: 900;
opacity: 0;
}
#fixed-header.is-show {
top: 0;
opacity: 1;
}


#fixed-header li a{
transition: all .3s ease 0s;
text-decoration: none;
display: block;
height: 100%;
width: 100%;
color: #fff;
}

.ddmenu2 ul {
display: none;   
margin: 0px;  
padding: 0px;    
position: absolute;


}

.ddmenu2 ul li {
  clear: both;
    }

.ddmenu2 li:hover ul {
  display: block;
  background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
  background-size:400%;
  animation: textAnime 20s infinite;
  width:204px;
  margin-top:7px;
  margin-left:-30px;
  
}









/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media print, screen and (max-width:768px){
  /* 768px以以下(sp)に適用されるCSS  */

  #fixed-header {display: none;
    
    }
    
    
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */

    
/* ここまでスライドヘッダーボックス↑  */





  main {
    clear:both;
    overflow:hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -50px;
    }





/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media print, screen and (max-width:768px){
  /* 768px以下(sp)に適用されるCSS  */
  
  main {
    clear:both;
    overflow:hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -25px;
    }
    
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */




    


/* ここからabout fadeモーション↓ */



@media screen and (min-width: 768px) {

  .showTopText {
    transition: opacity 0.5s 0.1s;
    opacity: 1 !important;
  }
  
    main #topPhoto {
      background-position-y :0px;
      margin-top: -72px;
    }
  
    #scroll {
      height: 60vh;
    }
      
    #topPhoto {
      background-image: url("../../images/about.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 572px;
      box-sizing: border-box;
      text-align: left;
      padding-top: 537px;
    }
  
  
  
  
    

/* paddingでテキスト位置確定 */


    #topPhoto span {
        font-size: 30px;
        line-height: 0;
       
    }
    #topTextBig {
        font-size: 3em !important;
        margin-left: 5px;
    }
}






/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media screen and (max-width: 768px) {

  .showTopText {
    transition: opacity 0.5s 0.1s;
    opacity: 1 !important;
  }
  
    main #topPhoto {
      background-position-y :0px;
      margin-top: -36px;
    }
  
    #scroll {
      height: 30vh;
    }
      
    #topPhoto {
      background-image: url("../../images/about.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 286px;
      box-sizing: border-box;
      text-align: left;
      padding-top: 260px;
      padding-left: 5px;
    }
  
    #topPhoto span {
        font-size: 10px;

    }
    #topTextBig {
        font-size: 2.3em !important;
    }
}

/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */










#topText {
  color: #fff;
  text-shadow: 0 0 10px #000;
  opacity: 0;
}




/*ここまで about fadeモーション↑ */












/* ここから見出し共通 */

section h2 {
  text-align: center;
  font-size: 2em;
  line-height: 200%;
  color: #700303;
  letter-spacing: 0.35em;
  margin-bottom: 40px;
}

section h2 span {
  display: block;
  font-size: 0.6em;
  line-height: 100%;
  margin-top: -11px;
  letter-spacing: 0.4em;
}

section h2::before {
  content: "";
  display: block;
  background-color: #700303;
  width: 125px;
  height: 5px;
  margin: auto;
  }


section h3{
  text-align: center;
  font-size: 1.1em;
}








/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media screen and (max-width: 768px) {


  section h2 {
    text-align: center;
    font-size: 1em;
    line-height: 200%;
    color: #700303;
    letter-spacing: 0.175em;
    margin-bottom: 20px;
  }
  
  section h2 span {
    display: block;
    font-size: 0.5em;
    line-height: 100%;
    margin-top: -5px;
    letter-spacing: 0.3em;
  }
  
  section h2::before {
    content: "";
    display: block;
    background-color: #700303;
    width: 62.5px;
    height: 2.5px;
    margin: auto;
    }
  
  
  section h3{
    text-align: center;
    font-size: 0.6em;
  }





}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */








/* ここからgaiyou↓ */
    
#gaiyou {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  }
  
#left_td
{
  width:150px
}

#right_td
{
  width:700px
}

table{

    border-collapse: collapse;
  }
  table tr{
  border-bottom:1px solid #700303;
}

tr,td{
  padding:15px 16px;
  font-weight: normal;
  font-size: 1em;
  text-align: left;

}
   

/* ここまでgaiyou↑ */






/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media screen and (max-width: 768px) {

  #gaiyou {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    }
    
  #left_td
  {
    width:20%;
  }
  
  #right_td
  {
    width:60%;
  }
  
  table{
  
      border-collapse: collapse;
    }
    table tr{
    border-bottom:1px solid #700303;
  }
  
  tr,td{
    padding:0.25em 0.25em;
    font-weight: normal;
    font-size: 0.8em;
    text-align: left;
  
  }


}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */







/* ここからlicense↓ */
    
    #license {
      width: 340px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 100px;
      }
  

    #license p {
            text-align: left;
            font-size: 1em;
            margin-left:95px ;
    }
    


    /* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media screen and (max-width: 768px) {


  #license {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    }


  #license p {
    width: 27%;
          text-align: left;
          font-size: 0.6em;
          margin-left: auto;
          margin-right: auto;
  }
  

}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */



/* ここまでlicense↑ */






/* ここからgreeting↓ */
@media screen and (min-width: 768px) {
#greeting {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  
  }


#greeting p {
        text-align: left;
        font-size: 1em;
        display: flex;
        align-items: end;
        margin-top: 50px;
}

#greeting img {
  width:400px;
  margin-right:50px;
}
}




    /* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

    @media screen and (max-width: 768px) {

  
#greeting {
  width:100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  
  }


#greeting p { 
  width:80%;
        font-size: 0.54em;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
}

#greeting img {
  width:100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

    }
    /* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */
    
    

/* ここまでgreeting↑ */



/* ここからpolicy↓ */
    
#access {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 75px;
  
  }


  #access h3 {
    font-size: 1.3em;
    text-align: left;
    }
  
  #access p {
  font-size: 1.2em;
  margin:  -1em 0 0 0 ;
  padding-left: 0.5em;
  }





 /* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

 @media screen and (max-width: 768px) {

  #access {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    
    }
  
  
    #access h3 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      font-size: 0.6em;
      text-align: left;
      }
    
    #access p {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    font-size: 0.6em;
    padding-left: 0.5em;
    }
  
    #access iframe {
    height: 250px;
    margin-top: 5px;
  
    }
    



    }
    /* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */


/* ここまでpolicy↑ */









#leftContents {
float: left;
}
#leftContents section {
  clear: both;
  width: 937.5px;
  height: 350px;
  background-color: #f8f7f7;
  margin-top: 0px;
  margin-left: 100px;
  margin-bottom: 70px;
   
}
#leftContents section:first-of-type {
  height: 350px;
  }


  td a{
    text-decoration: none;
  }
  

.contentsTitle table {
  border: 0px;
  margin-left: 15px;
  margin-top: 21px;
  font-size: 16px;
  line-height: 1.7;
  
}
.contentsTitle th {
  font-weight: normal;
  text-align: left;
  padding-right: 20px;
}
.contentsTitle p {
  width: 900px;
  margin-top: 15px;
  padding-left:120px;
}








aside {
  width: 750px;
  float: left;
  margin-left: 50px;
 
}






#slide {
  clear: both;
  width: 1403px;
  margin-left: auto;
  margin-right: auto;
  }
  
  

#mainPhoto {
  width: 100%;
  margin-left: auto;
  margin-right: auto;

  
}






footer {
  clear: both;
  
 

}
#footerInner {
  overflow: hidden;
  width: 100%;
  
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  transform: rotateX(180deg);
  
}
#copyright {
  font-size: 14px;
  padding-left: 25px;
  color: #fff;
  float: left;
  }









 /* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

 @media screen and (max-width: 768px) {
  #copyright {
    font-size: 8px;
    padding-left: 10px;
    color: #fff;
    float: left;
    }
  
  



  }
  /* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */


/* ここまでpolicy↑ */






  



/* ここから波フッター　id名整合しながら変更していく↓ */

.footer1 {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
  transform: rotateX(180deg);
}


.inner-footer1 {
  height:50px;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:1px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 14s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 20s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 26s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 40s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }

}


/* ここまで波フッター↑ */
