@charset "UTF-8";

/*==============
PC
===============*/
@media print, screen and (min-width: 416px) { 
.sp{display:none;}


header {
	display:flex;
	height:100vh;}

header div.yellow,header div.white{
	width:50%;}


header div.white h1{
	margin:5%;}

header div.white h2{
	width:70%;
	margin:0 auto;
	color: #2256a6;
	font-size: 10vmin;
	line-height: 0.9;
}
header div.white h3{
    font-size: 2.3vmin;
    color: black;
    font-weight: bold;
    width:70%;
    line-height: 2.0em;
    margin: 40px auto 15px auto;
}
header div.white p{
	width:70%;
	margin:0 auto;
	line-height: 2;
	font-size: 1.7vmin;
}

header div.yellow{
	background: #FF0;}

ul.menu{
	display: flex;
	justify-content: flex-end;
	margin: 30px;
	}
ul.menu li{
	padding: 0 3%;
	}
ul.menu li a{
	color: #2256a6;
	font-weight: bold;
	font-size: 1.2em;
	

  position: relative;
  display: inline-block;
  text-decoration: none;
}
 ul.menu li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #2256a6;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
ul.menu li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}


header div.yellow div.iiuskun{
	left: 63%;
	position: absolute;
	top: 27%;
	width: 27%;
	}
header div.yellow div.iiuskun img{width: 100%;}



.top01,.top02{
	display:flex;}

.top01 div.blue,.top01 div.white,.top02 div.blue,.top02 div.white{
	width:50%;
	padding: 10% 8%;
	text-align: center;
	}

.blue{
	background:#2256a6;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.blue div{
	display:table-cell;
	vertical-align:central;
	
}


.top01 h2,.top02 h2{
	color:#FFF;
	text-align: center;
	font-size: 1.8vw;
	font-weight: bold;
	}






.top01 h3,.top02 h3{
    color: #2256a6;
    display: inline;
    padding: 0 1px 0px;
    /* background-position: left top,
    right bottom; */
    /* background-repeat:
    no-repeat,
    no-repeat; */
    /* background-size: 3%; */
    /* padding: 5%; */
    text-align: left;
}

.top01 h3 span,.top02 h3 span{
	background: linear-gradient(transparent 60%, #ffff00 0%);
	font-size: 3vmin;
	font-weight: bolder;
	font-family: emoji;
	}


.top01 p,.top02 p{
	margin: 50px 0;
	line-height: 2.2em;
	font-size: 1vw;
	text-align: left;
	font-weight: bold;
	}


.top03 {
    background: #e5e5e5;
    padding: 80px;
}
.top03 h2{
	color: #262626;
	text-align:center;
	font-size: 50px;
	}
.top03 h2 span{
    color: #2256a6;
}
.top03 table{
    width: 80%;
    margin: 50px auto;
}
.top03 table th,.top03 table td{
    border-bottom: 1px dotted gray;
    padding: 20px 5%;
}
.top03 table th{
    white-space: nowrap;
    font-weight: bold;
}
.top03 table td{}


.top04{padding: 100px 0;justify-content: center;display:flex;}
.top04 div.sentence{
    width: 30%;
    padding: 0 5% 0 0;
}
.top04 div.sentence h2{
    font-size: 50px;
    margin: 0 0 17px 0;
}
.top04 div.sentence p{}
.top04 div.sentence a{
    background: red;
    color: white;
    text-align: center;
    width: 70%;
    display: block;
    padding: 7px 0;
    font-weight: 700;
    margin: 15px 0 0 0;
}
.top04 div.image{
    width: 30%;
}
.top04 div.image img{
    width: 100%;
}


.top05{padding: 100px 0;background:#fff000;text-align: center;}
.top05 h2{
    text-align: center;
    color: black;
    font-size: 40px;
    font-weight: bold;

  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

/*以下で線を表示*/
.top05 h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 164px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

	
	
	
	

.top05 table{
    width: 800px;
    margin: 0 auto 30px auto;
}
.top05 table th{
    font-weight: bold;
    font-size: 19px;
    vertical-align: sub;
}

.top05 table th .nin{
    background: #2b81cb;
    color: white;
    font-size: 15px;
    padding: 5px 4%;
    border-radius: 9px;
}
.top05 table th .his{
    background: red;
    color: white;
    font-size: 15px;
    padding: 5px 4%;
    border-radius: 9px;
}

	
.top05 table th,.top05 table td{
    border-bottom: 2px dotted;
    padding: 20px 0;
}
.top05 table td{
    text-align: left;
}
	
.top05 table td textarea{

border: none;

border-radius: 4px;

width: 96%;

height: 200px;

padding: 5px 2%;

font-size: 18px;
}

.top05 table td input{border-radius: 4px;border: 0;font-size: 22px;padding: 5px 2%;font-weight: bold;}	

footer{
	text-align:center;
	background:#2256a6;
	padding:50px 0;}

footer img{}
footer p{ color:#FFF;
font-size:12px;}




















/*==================================================
シャッ（背景色が伸びて出現）
===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend{
animation-name:bgextendAnimeBase;
animation-duration:1s;
animation-fill-mode:forwards;
position: relative;
overflow: hidden;/*　はみ出た色要素を隠す　*/
opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
animation-name:bgextendAnimeSecond;
animation-duration:1s;
animation-delay: 0.6s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes bgextendAnimeSecond{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/*左から*/
.bgLRextend::before{
animation-name:bgLRextendAnime;
animation-duration:1s;
animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
0% {
transform-origin:left;
transform:scaleX(0);
}
50% {
transform-origin:left;
transform:scaleX(1);
}
50.001% {
transform-origin:right;
}
100% {
transform-origin:right;
transform:scaleX(0);
}
}

/*右から*/
.bgRLextend::before{
animation-name:bgRLextendAnime;
animation-duration:1s;
animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
0% {
transform-origin:right;
transform:scaleX(0);
}
50% {
transform-origin:right;
transform:scaleX(1);
}
50.001% {
transform-origin:left;
}
100% {
transform-origin:left;
transform:scaleX(0);
}
}

/*下から*/
.bgDUextend::before{
animation-name:bgDUextendAnime;
animation-duration:1s;
animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime{
0% {
transform-origin:bottom;
transform:scaleY(0);
}
50% {
transform-origin:bottom;
transform:scaleY(1);
}
50.001% {
transform-origin:top;
}
100% {
transform-origin:top;
transform:scaleY(0);
}
}

/*上から*/
.bgUDextend::before{
animation-name:bgUDextendAnime;
animation-duration:1s;
animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgUDextendAnime{
0% {
transform-origin:top;
transform:scaleY(0);
}
50% {
transform-origin:top;
transform:scaleY(1);
}
50.001% {
transform-origin:bottom;
}
100% {
transform-origin:bottom;
transform:scaleY(0);
}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}



/*==================================================
じわっ
===================================*/

/* ぼかしから出現 */
.blur{
animation-name:blurAnime;
animation-duration:1s;
animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
filter: blur(10px);
transform: scale(1.02);
opacity: 0;
  }

  to {
filter: blur(0);
transform: scale(1);
opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.blurTrigger{
    opacity: 0;
}





/*==================================================
パタッ
===================================*/


/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
 opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
opacity: 1;
  }
}


/* 左へ */
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
 opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
 opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
opacity: 1;
  }
}

/* 右へ */
.flipRight{
animation-name:flipRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:right center;
opacity:0;
}

@keyframes flipRightAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
 opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* 右上へ */
.flipRightTop{
animation-name:flipRightTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger{
    opacity: 0;
}





.submit{
    background: #2256a6;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px;
    width: 30%;
    font-size: 20px;
    cursor: pointer;
}
.reset{}


.thanks{
	display:flex;
	justify-content: space-between;
	padding: 10px 0 0 0;
	}

.thanks h1{
	margin:0 0 0 2%;
	}
.thanks li{
    padding: 0 5% !important;
}


.thanks01{
	width:80%;
	margin: 0 auto 50px auto;
	min-height: 54vh;
	}

.thanks01 h2{
    font-size: 74px;
    font-weight: bold;
    text-align: center;
    color: #2256a6;
    margin: 40px 0 40px 0;
    }

.title {
  display: flex;
  overflow: hidden;
}



.thanks01 p{}


.back{background: gray;
    border: none;
    color: #fff;
    padding: 1vw 2vw;
    font-size: 16px;
    border-radius: 13px;
    margin: 0 0 5vw 0;
}

.send{background: #e91e63;
    border: none;
    color: #fff;
    padding: 1vw 2vw;
    font-size: 16px;
    border-radius: 13px;
    margin: 0 0 5vw 0;}

.check01{text-align: center;
    font-size: 3vw;
    font-weight: bold;
	}
	
.check02{
	text-align:center;}	

table.checkTable{
    width: 800px;
    margin: 0 auto 30px auto;
}
table.checkTable th{
    font-weight: bold;
    font-size: 19px;
    vertical-align: sub;
}

table.checkTable .nin{
    background: #2b81cb;
    color: white;
    font-size: 15px;
    padding: 5px 4%;
    border-radius: 9px;
}
table.checkTable .his{
    background: red;
    color: white;
    font-size: 15px;
    padding: 5px 4%;
    border-radius: 9px;
}

	
table.checkTable th, table.checkTable td{
    border-bottom: 2px dotted;
    padding: 20px 0;
}
table.checkTable td{
    text-align: left;
}
	



  }