@charset "utf-8";

/* キーカラー */
/*
青オリジナルロゴ #020096
青2 #2160b1
青緑 #22b074 
*/
/* キーカラー ここまで*/

/* トップページcss */

*{
font-family: 'Noto Sans Japanese';
line-height: 1.7em;
letter-spacing: 0.05em;
}


.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}




/* イントロ */

#white_screen{
  background: #fff;
  width: 90%;
  max-width: 1024px;
  height: 100vh;
  display: flex;
  margin: 0 auto 0 56px;
  align-items: center;
  /* justify-content: center; */
}

#white_screen h1{

width: 32%;

border-right: solid 2px #2160b1;

line-height: 0;

padding: 32px 56px 32px 0;
}

#white_screen h1 img{width: 100%;}


#white_screen .catch_block{
  position: relative;
  left: 0;
  right: 0;
  top: -1%;
  margin: 0 0 0 0px;
  z-index: 10;
  width: 45%;
  /* height: 110px; */
}
#white_screen .catch_block li:nth-child(1){
  margin: 0 0 0px auto;
  font-weight: bold;
  color: #2160b1;
  /* position: absolute; */
  animation-name: catch01;
  animation-duration: 12s;
  /* animation-fill-mode: forwards; */
  animation-direction: normal;
  animation-play-state: running;
  animation-iteration-count: infinite;
  text-align: right;
  left: auto;
  right: 0;

}
#white_screen .catch_block li:nth-child(1) img{
display: block;
          width: 100%;
}


#white_screen .catch_block li:nth-child(2){
  margin: 0 0 0px auto;
  font-weight: bold;
  color: #2160b1;
  /* position: absolute; */
  animation-name: catch02;
  animation-duration: 12s;
  /* animation-fill-mode: forwards; */
  animation-direction: normal;
  animation-play-state: running;
  animation-iteration-count: infinite;
  text-align: right;
  left: auto;
  right: 0;

}
#white_screen .catch_block li:nth-child(2) img{
display: block;
          width: 100%;
}


#white_screen .catch_block li:nth-child(3){
  margin: 0 0 0px auto;
  font-weight: bold;
  color: #2160b1;
  /* position: absolute; */
  animation-name: catch03;
  animation-duration: 12s;
  /* animation-fill-mode: forwards; */
  animation-direction: normal;
  animation-play-state: running;
  animation-iteration-count: infinite;
  text-align: right;
  left: auto;
  right: 0;

}

#white_screen .catch_block li:nth-child(3) img{
display: block;
          width: 100%;
}


@keyframes catch01{
0% {
  display: none;
  z-index: -100;
  opacity: 0;
width: 0%;
}
15% {
  font-size: 100%;
    display: block;
    z-index: 1;
    opacity: 1;
  width: 90%;
}


30% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 90%;

}
45% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}
60% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}

75% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}

90% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}
100% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}



}

@keyframes catch02{
0% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}

30% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}

45% {
  font-size: 100%;
    display: block;
    z-index: 1;
    opacity: 1;
  width: 90%;
}
60% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 90%;
}
75% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}

90% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}
100% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}

}


@keyframes catch03{
  0% {
    display: none;
    z-index: -100;
    opacity: 0;
  width: 0%;
  }
  
  30% {
    display: none;
    z-index: -100;
    opacity: 0;
  width: 0%;
  }
  
  45% {
    display: none;
    z-index: -100;
    opacity: 0;
  width: 0%;
  }
  60% {
    display: none;
    z-index: -100;
    opacity: 0;
  width: 0%;
  }
  
  75% {
      display: block;
      z-index: 1;
      opacity: 1;
  width: 90%;
  }
  
  90% {
    display: block;
    z-index: 1;
    opacity: 1;
width: 90%;
  }
  100% {
    display: block;
    z-index: 1;
    opacity: 1;
width: 90%;
  }
  

}


/* イントロ ここまで*/






#wrapper{
	width: 100%;
position: relative;
    overflow: hidden;
}

@media print{
#wrapper{
    overflow:visible!important;
}
}


#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
}
#page-top a {
	text-decoration: none;
	width: 90px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	background-color: #020096;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border:  1px #fff solid;
}
#page-top a:hover{
    text-decoration: none;
    width: 90px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    background-color: #2160b1;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}
#page-top a i{
    font-size: 16px;
}
/*　　　　　　　　　　　　--ヘッダー--　　　　　　　　　　　　　　　*/
header{
	width: 90%;
	background: none;
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 100;
	margin: 32px auto!important;
	left: 0;
	right: 0;
	align-items: center;
}

#header_logo{
	max-width: 300px;
	width: 30%;
}
#header_logo a{
	/*transition: 0.5s ease-in-out;*/
	display:  block;
	line-height: 0;
}
#header_logo a:hover{
opacity: 0.5;
/*transition: 0.5s ease-in-out;*/
}
#header_logo a img{
    /*width: 100%;*/
}




/*　　　　　　　　　　　　--ヘッダーここまで　--　　　　　　　　　　　　　　　

*/

/*　　　　　　　　　　　　--トップ--　　　　　　　　　　　　　　　*/
main.top{
	
}






/* ボタン共通設定 */
.btn01 {
    display: block;
    width: 130px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    margin: 0 0 0 auto;
    position: absolute;
    top: auto;
    bottom: 2%;
    left: auto;
    right: 2%;
}
.btn01 a {
        width: 100%;
        color: #2160b1;
        /* background: #2160b1; */
        font-size: 32px;
        padding: 8px 0px;
        border: solid 1px #fff;
        font-weight: bold;
        letter-spacing: 0.1em;
        display: block;
        text-align: center;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
}
.btn01 a i{
  
}

.btn01 a:hover {
    color: #2160b1;
		background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
