@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css?family=Merienda');
.wf-notosansjapanese { 
  font-family: "Noto Sans JP"; 
}

svg {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  background: #2EA7E0;
  z-index: 10;
}

.container-top-low {
  width: 100%;
  height: 70vh;
  position: relative;
  background-color: #FFF100;
  display: flex;
  z-index: 10;
}

.container-top-low-left {
  width: 50%;
  height: 70vh;
  position: relative;
  background-color: #FFF100;
  display: flex;
  z-index: 10;
}

.container-top-low-right {
  width: 50%;
  height: 70vh;
  position: relative;
  background-color: #FFF100;
  display: flex;
  z-index: 10;
}

.container-top-low img {
  width: 100%;
  height: 70vh;
}

.container {
  display: flex;
  /*justify-content: center;*/
  /*align-items: center;*/
  width: 100%;
  height: 50vh;
}

.box-top {
  margin-top: 100px;
  font-size: 450%;
  font-family: "Noto Sans JP"; 
  text-align: center;
  color: #2EA7E0;
  position: absolute;
  z-index: 10;

}

.box-top-img{
  width: 100%;
  position:absolute;
}
.box {
  width: 50%;
  margin-top: 0px;
  color: #ffffff;
  font-size: 200%;
  }
img {
width: 100%;
}
.box-tx {
  width: 33.3%;
  font-size: 200%;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #a3a3a3;
  text-align: center;
  justify-content: center;
  /* background-color: #fff111;*/ */
  /* background-image: url(../images/cloud-1.png); */
 /* background-repeat: no-repeat;
  opacity: 1;
  border-radius: 80px;
  /*border-color: #ffffff;
  border: solid 5px;*/
  
  }
.box-tx {
  width: 100%;
  text-align: center;
  font-size: xx-large;
  color: yellowgreen;
  display: inline-block; 
  vertical-align: middle; 
}
.box-tx-bg-left {
  margin-top: 10px;
  background-size:100%;
  width: 100%;
  height: 100%;
  background-image: url(../images/cloud-1.png);
  background-repeat: no-repeat;

}

.box-tx-bg-right {
  margin-top: 10px;
  background-size:100%;
  width: 100%;
  height: 100%;
  background-image: url(../images/cloud-2.png);
  background-repeat: no-repeat;
  text-align: center;
}

  .box-cnt-1 {
  width: 33.3%;
  margin-top:50px;
  }
 .box-cnt-2 {
  width: 33.3%;
  margin-top:100px;
  }
  .box-cnt-3 {
  width: 33.3%;
  margin-top:150px;
  }

.box-inner {
  margin: 15px;
  /*line-height: 15px;*/
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  font-size: 150%;
  color: #666666;
}

.box-inner img {
  border-radius: 8px;
}

.box-text {
  margin: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #2EA7E0;
  border: solid 5px;
  border-color: #FFFfff;  
  text-align: center;
  font-size: 150%;
  border-radius: 8px;
}

/* .box-title {  　
  color: #ffffff;
  font-size: 48px;
} */

.parent {
  position: relative;
  font-size: 150%;
  color: #666666;
  text-align: center;
}
.child {
  position: absolute;
  width: 100%;
  top: 125px;
  left: 25px;
}


/*.ef{
  visibility: hidden;
  text-align: left;
}
.ef p {
    font-family: serif;          
  color: #2EA7E0;
  font-size: 250%;
  position: absolute;
  right: 20%;
  top: 200px;
  z-index: 100;   
}

.is_visible{
  visibility: visible !important;
}

.ef_1.is_visible{
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:.1s;
  animation-duration:.55s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-name: ef2;
  animation-name: ef;
}

@-webkit-keyframes ef {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-450px);
  }
}
*/

#intervalValue {
  color: #000000;

  position: absolute;
}



/*  画像縦に揺らす*******************************/
.img-box{
  animation: img_box_9955 2.5s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
  z-index: 1;
  /*width: 50%;*/
  text-align: center;
}
 
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

/*********スクロールライン***************/
 #scrollline{
      background-color: #FFF100;
      height: 150px;
      overflow: hidden
  }

  #scrollline:after{
      content:"";
      display: block;
      width: 1px;
      border-left:1px #097ddb solid;
      animation:scroll 4s ease 0s infinite normal;
      margin: 0 auto 0;
  }

  #scrollline　p {
    text-align: left;
  }

  @keyframes scroll{
      0%{
          height: 0;
      }
      50%{
          height: 150px;
          margin-top: 0;
      }
      100%{
          margin-top: 150px;
          height: 150px;
      }
        }



/*********背景画像***************/
.wrap {
  position: relative;
  line-height: 1.5;
  overflow: hidden;
  background-color: #FFF100;
  z-index: -10;
}

.bg01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 1300vh;
  transition: top 1.5s ease-out;
  background: url(../images/bg-1.png) repeat;
}

.bg02 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: top 1.5s ease-out;
  background: url(../images/bg-2.png) repeat;
}

/*.bg03 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 3000px;
  transition: top 1.5s ease-out;
  background: url(images/ray-7.jpg) repeat-y center top;
}*/


/*gloval nav********************************************/
/*メニュー部分*/
#ham-menu {
    background-color: #097ddb; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内部上下左右余白*/
    position: fixed;
    font-family: serif;
    font-size: 30px;
    right: -300px; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 300px; /*メニュー横幅①*/
    z-index: 1000;
}

/*メニューアイコン部分は疑似要素で*/
#ham-menu::before {
    /*background-color: #fff;*/ /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #cfdce8; /*アイコン（フォント）色*/
    content: "≡"; /*メニューアイコン*/
    display: block;
    font-family: serif;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px;
    line-height: 50px; /*縦位置中央化*/
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
}

/*透過背景部分*/
#menu-background {
    background-color: #ffffff; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}

/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-300px); /*メニュー横幅①と合わせる*/
}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}

ul {
  list-style: none;
}
/*gloval nav********************************************/


/********以下からfooter*******/
.footer {
  width: 100%;
  height:50px;
  background-color:yellow;
  /* background-color: #2EA7E0; */
  color: #e8e8e8;
  padding-top: 0px;
  display: flex;
  font-size: x-large;
  font-family: serif;
}

/* .footer-left {
  width: 50%;
  font-size: 200%;
  clear: #ffffff;
  padding-top: 50px;
  padding-left: 150px;
  font-family: serif;
} */
/*.footer-left p {
  padding-top: 50px;
}*/

/* .footer-center{
  width: 25%;
  font-size: 200%;
  clear: #ffffff;
  padding-top: 50px;
  padding-left: 0px;
  font-family: serif;
} */

/*.footer-center p {
  font-family: serif;
  font-size: 200%;
  clear: #ffffff;
  padding-top: 50px;
  padding-left: 0px;
  font-family: serif;
}*/

/* .footer-right {
  width: 25%;
  font-size: 200%;
  clear: #ffffff;
  padding-top: 50px;
  padding-right: 10px;
  font-family: serif;
} */
/*.footer-right p {
  font-family: serif;
  font-size: 200%;
  clear: #ffffff;
  padding-top: 50px;
  padding-right: 10px;
  font-family: serif;
}*/

a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a { text-decoration: none;}