@charset "UTF-8";
/* CSS Document */
img{width: 100%;}
body{
	/*background: #041229;*/
	background-color:#121e33;
	color: #fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 3.4vw;
	font-feature-settings: "pkna" 1;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	width: 100%;
}

img{
  display: block;
  /*width: 100%;
  max-width: 100vw;*/
}

.head_a {
    line-height: 0;
    margin: 0 auto;
    width: 100%;
}

#all{
	background-image:url(../img/kv_bg_a.jpg);
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center top;
	height: 2195px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#all_guide_a{
	background-image:url(../img/kv_bg_a_guide_a.jpg);
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#all_guide_b{
	background-image:url(../img/kv_bg_a_guide_b.jpg);
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#title_a, #form_bg_a{
	position: absolute;
	width: 100%;
	z-index: 111;
}

#kv_text_01a, #form_bottom_a{
	position: relative;
	width: 100%;
	z-index: 222;
}









































/* master ------------------------------*/
/*#wrap{
	margin: 0 auto;
	width: 777px;
}*/

.inner{
  padding: 0 3.5vw;
}

.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.intxt{
	font-size: 20px;
  line-height: 1.6;
  text-align: justify;
}
.mcho{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
}
/*key
=========================*/

.key-blc{
  overflow: hidden;
  padding: 5vw 5vw 15vw;
}
.key-wp{
  position: absolute;
  width: 280vw;
  transform: translateY(-75vw) translateX(-25vw);
}
.key-wp img{
  max-width: none;
}
.fade-img-box{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: url("../img/title_base.png") no-repeat center/82%;
  
}
.fade-img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82%;
  height: auto;
  object-fit:cover;
  transform: translate(-50%,-50%);
}
/**/

.floating{ animation: floating 2s infinite ease-in-out;}

@keyframes floating {
  0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(10%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
@keyframes rotation{
  0%{ transform:rotateZ(0);}
  100%{ transform:rotateZ(360deg);}
}
.rotation{
  animation:30s linear infinite rotation;
}
.rotation-wp{
  animation:360s linear infinite rotation;
}

/*content
======================================*/

section.sec-sign-blc{
  margin-top: -15vw;
  background: url("../img/sec01_bk.png") no-repeat center top/cover;
  padding: 12% 0 16%;
}

ul.sign-list{
  width: 84%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.sign-list li{
  width: 29%;
}
ul.sign-list li a{
  display: block;
}
ul.sign-list li:nth-child(n + 4){
  margin-top: 15px;
}

.sec-review-blc{
  background: url("../img/sec02_bk.png") no-repeat center top/cover;
}
.sec-review-blc h2{
  padding: 0 2%;
}
ul.review-list{
  width: 90%;
  margin: 0 auto;
}
ul.review-list li{
  padding: 50px 0;
  border-top: 1px solid #5a5a5a;
}
ul.review-list li:last-child{
  border-bottom: 1px solid #5a5a5a;
}
ul.review-list li p.thumb{
  width: 21%;
}
ul.review-list li .cmnt{
  width: 79%;
  padding-left: 50px;
}
ul.review-list li .cmnt p.indata{
	font-size: 20px;
  color: #fab903;
  padding-top: 25px;
}

.btn-blc{
  justify-content: center;
  margin: 30px 0;
}
.btn-blc a.btn{
  width: 80%;
}

/*foot-nav
==========================*/

ul.foot-nav {
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  
}
ul.foot-nav li + li{
  border-top: 1px solid #5a5a5a;
}
ul.foot-nav li a{
  width: 50%;
  display: block;
  font-size: 15px;
  padding: 15px;
}
ul.foot-nav li a::after{
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: .85em;
  border: 1px solid;
  border-color: #5a5a5a #5a5a5a transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
ul.foot-nav li a + a{
  border-left: 1px solid #5a5a5a;
}

.nav-btm{
  font-size: 15px;
  background: #000;
  justify-content: center;
  padding: 15px 0;
  color: #8a8a8a;
  border-bottom: 1px solid #5a5a5a;
}
.nav-btm a + a::before{
  content: "/";
  padding: 0 2px;
}

footer p{
  font-size: 10px;
  padding: 25px 0;
  text-align: center;
  color: #8a8a8a;
  background: #000;
}

/*kakunin
==========================*/

.sec-check-blc{
  padding-top: 40px;
}
.sec-check-blc h2{
  font-size: 55px;
  text-align: center;
  letter-spacing: .05em;
}
.check-top-txt{
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .025em;
  padding: 10px 0 25px;
}
.sec-check-box{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.sec-check-box ul{
  /*width: 90%;*/
  font-size: 30px;
  padding: 47px 15px 20px;
  /*background: rgba(0,0,0,.5);*/
  border-radius: 10px;
}
.sec-check-box ul li{
  padding: 0 .5em .5em;
}
.sec-check-box ul li + li{
  border-top: 1px solid #5a5a5a;
}
.sec-check-box ul li + li{
  padding-top: 15px;
}
.sec-check-box ul li p{
  letter-spacing: .05em;
}
.sec-check-box ul li p.inttl{
  width: 4.5em;
}
.sec-check-box ul li p.indeta{
  padding-left: 1.44em;
}
.sec-check-box ul li p.indeta::before{
  content: "：";
  position: absolute;
  left: 0;
  top: 0;
}

.send-btn{
  width: 80%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
}
.send-btn input[type="image"]{
  width: 100%;
  border: none;
  outline: none;
}

.send-btn p.att{
  width: 80%;
  padding-top: 1em;
  text-align: center;
  line-height: 1.6;
}

/*under=========================================*/

body.under{
  background: url("../img/under_wp.jpg") no-repeat center top/cover;
}

#form_bg{
	background: url("../img/under_wp.jpg") no-repeat center top/cover;
	margin: 0 auto;
	width: 777px;
}

body.under .foot-area-blc ul, #form_bg .foot-area-blc ul{
  background: #041229;
}

.key_under{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.key_under p.key-title{
  width: 90%;
  border-bottom: 1px solid #5a5a5a;
}

.key_under p.key-title-b{
  width: 90%;
}

.key_under p.key-title img, .key_under p.key-title-b img{
  width: 70%;
  margin: 0 auto;
}
.key_under p.sign-thumb{
  width: 88%;
  padding: 20px 0;
}

/* support =========================================*/
.support_set{
	padding-top: 40px;
	padding-bottom: 111px;
}
.support_set h2{
  font-size: 55px;
  text-align: center;
  letter-spacing: .05em;
	padding: 0 0 25px 0;
}

/* cr1 =========================================*/


/* cr =========================================*/
.cr_set{
  padding-top: 40px;
	padding-bottom: 111px;
}
.cr_set h2{
  font-size: 55px;
  text-align: center;
  letter-spacing: .05em;
	padding: 0 0 25px 0;
}

.cr_inner{
  width: 90%;
  font-size: 30px;
  padding: 37px 37px 37px 37px;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
	margin: 0 auto;
	position: relative;
}

.fix_text_a{
	font-size: 19px;
	line-height: 37px;
	text-align: left;
}

.fix_text_b{
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}

.fix_text_yellow{
	color: #fff000;
	font-size: 37px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

.fix_domain{
	display: flex;
	margin: 20px auto 50px;
	width: 200px;		
}

/*support=========================================*/
.sup_text_a {
    font-size: 37px;
    font-weight: bold;
    margin: 0 auto 15px;
    text-align: left;
}

.sup_text_b {
    font-size: 23px;
    font-weight: bold;
    line-height: 37px;
    text-align: left;
}

.sup_text_c {
    font-size: 19px;
    line-height: 37px;
    text-align: left;
}

.sup_text_yellow_a{
	color: #fff000;
}