@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
img{vertical-align:top;border:0;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select{vertical-align:middle;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y:scroll;
	font-size:62.5%;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	color:#333;
	background:#FFF;
	font-family:"Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;	
	font-size:1.4rem;
	line-height:1.8;	
}

/* fonts */
.serif{
  font-family:"Noto Serif JP","YuMincho","Yu Mincho","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.baloo{
  font-family: 'Baloo Chettan 2', cursive; 
}

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a{
	outline:none;
}
a:link,
a:visited{
	text-decoration:none;
	color:#333;
}

.ophover{
	transition:opacity ease .3s;	
}
.ophover:hover{
	opacity: .7;
}


/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img{
	max-width:100%;
	height: auto;	
}

/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.fade01{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px);	
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-100px); 
	-webkit-transform: translate(0,-100px);
}
.fade03 {
	opacity: 0;
	transform: translate(-100px,0); 
	-webkit-transform: translate(-100px,0);	
}
.fade04 {
	opacity: 0;
	transform: translate(100px,0); 
	-webkit-transform: translate(100px,0);	
}
.delay01{
	transition-delay:0.3s;		
}
.delay02{
	transition-delay:0.6s;		
}
.delay03{
	transition-delay:0.9s;		
}
.delay04{
	transition-delay:1.2s;		
}
.delay05{
	transition-delay:1.5s;		
}

 .mv {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}



/*--------------------------------------------------------------------------
   PC
---------------------------------------------------------------------------*/
.sp{
	display:none;	
}



/* box-sizing
-----------------------------------------------------------------*/
header, footer, section, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, td, a, span {
	box-sizing: border-box;
}



/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}






/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
#Page{
	overflow:hidden;	
}
.inner{
	max-width:830px;
	padding:0 15px;
	margin:0 auto;
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  padding-top: 50px;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
h2{
  margin-bottom: 40px;
  text-align:center; 
  line-height:1.1;
  font-size: 3rem;
  color:#0C4CA0; 
}



/* contact
-----------------------------------------------------------------*/
.contact-header{
  padding: 15px 20px 10px;
  background: #FEF102;  
}
.contact{
  padding: 80px 0;  
}
.contact .txt-lead{
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;  
}
.contact-header .logo{
  width: 100px;
  margin: 0 auto;  
}
.progress{
  margin-bottom: 50px;  
}
.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
}
.progressbar::after{
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.progressbar li {
  list-style-type: none;
  width: 33.3333%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #0C4C9D;
}
.progressbar li.active:before {
  background-color: #0C4C9D;
  color:#fff;
}
.progressbar li.active + li:after {
  background-color: #0C4C9D;
}

.contact-box{
  border: 10px solid #FEF102;
  padding: 50px;  
}
.contact-box dt{
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #0C4C9D;  
}
.contact-box dd{
  font-size: 1.6rem;
  margin-bottom: 50px; 
}
.contact-box dd#name,
.contact-box dd#email,
.contact-box dd#message{
  padding: 20px;  
}

select{
  width: 200px;
	padding: 1em 30px 1em 1em;
	border: 1px solid #0C4C9D;
  background:#FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;	
  font-size: 1.6rem;
}

.form_select {
  position: relative;
  display: inline-block;
}

.form_select:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  right: 10px;
  width: 10px;
  height: 7px;
	background:url(../img/arw_down.svg) no-repeat;
	background-size:100% auto; 
  pointer-events: none;
}

.contact-box input[type="text"],
.contact-box input[type="mail"]{
  max-width:500px;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #0C4C9D;
  font-size: 1.6rem;  
}
.contact-box textarea{
  max-width:600px;
  width: 100%;
  height: 300px;
  padding: 10px;
  border: 1px solid #0C4C9D;
  font-size: 1.6rem;     
}
.submit_btn{
 display: flex;
justify-content: center;
}
.submit_btn span{
  padding: 0 5px;  
}
.send_btn{
  width: 200px;
  height: 45px;
  background: url(../img/bg_btn.png) no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  color: #FFF;
  border:none; 
  cursor: pointer;
}
.send_btn._back{
  background: url(../img/bg_btn_back.png) no-repeat;
}

.send_txt{
  margin-bottom: 200px;
  font-size: 3rem;
  text-align:center;
  color: #0C4C9D;  
}
.back_btn a{
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 45px;
  background: url(../img/bg_btn_back.png) no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  color: #FFF;
  border:none; 
  cursor: pointer;
}
.contact .me{
  opacity: 0;  
}



/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  padding: 50px 0;
  background:#FEF102;	
}
#Footer .inner{
  position: relative;  
}
#Footer .logo{
  float: left;
  margin-right: 40px;  
}
#Footer .txt-area{
  float: left;
  margin-right: 80px; 
  color:#0C4C9D;  
}
#Footer .txt-area .name{
  font-size:2.2rem;  
  font-weight:500;
}
#Footer .txt-area .name small{
  display: inline-block;
  font-size: 1.7rem;
  margin-right: 10px;  
}
#Footer .util-nav{
  padding-top: 35px;
  line-height:1.6;
}
#Footer .util-nav a{
  color:#0C4C9D;
  transition: .3s;
  font-size: 1.4rem;
}
#Footer .util-nav a::before{
  content: "-";
  padding-right: 5px;
  font-size: 1.8rem;  
}
#Footer .btn{
  position: absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	
	body{
	
	}
	#Page {
		min-width:320px;	
	}
	#Page img{
		width:100%;
		height:auto;
	}
	.pc{
		display:none;	
	}
	.sp{
		display:block;	
	}
	br.sp{
		display:inline;
	}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
	.inner{
		max-width:initial;	
	}


/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
  #Header{
    padding: 20px 10px;
  }
  #Header .inner{
    padding: 0;  
  }
  #Header img{
    opacity:1;  
  }

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
  h2{
    margin-bottom: 20px; 
    font-size: 3rem;
  }


/* contact
-----------------------------------------------------------------*/
  .contact{
    padding: 40px 0;  
  }
  .contact .txt-lead{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .contact-header .logo{
    width: 70px;
  }
  .progress{
    margin-bottom: 30px;  
  }
  .contact-box{
    border: 5px solid #FEF102;
    padding: 20px;  
  }
  .contact-box dt{
    font-size: 1.5rem;  
  }
  .contact-box dd{
    font-size: 1.4rem;
    margin-bottom: 25px; 
  }
  .contact-box dd#name,
  .contact-box dd#email,
  .contact-box dd#message{
    padding: 15px;  
  }
  .contact-box input[type="text"],
  .contact-box input[type="mail"]{
    box-sizing:border-box;
    max-width:initial;
    height: 40px;
    font-size: 1.4rem;  
  }
  .contact-box textarea{
    max-width:initial;
    width: 100%;
    box-sizing:border-box;
    height: 200px;
    font-size: 1.4rem;     
  }
  .submit_btn{
    flex-wrap:wrap;
  }
  .submit_btn span{
    display:block;
    width: 100%;
    text-align:center; 
  }
  .submit_btn span{
    order:2;
    margin-top: 20px; 
  }
  .submit_btn span+span{
    order:1;
  }
  
  .send_txt{
    margin-bottom: 100px;
    font-size: 2rem;
  }
  
  
#Footer.thanks{
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;  
}
    

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
  #Footer{
    padding: 30px 0;
  }
  #Footer .inner{
    position: relative;  
  }
  #Footer .logo{
    float: left;
    width: 40%;
    margin-right: 25px;  
  }
  #Footer .txt-area{
    float: left;
    margin-right: 0;
    color:#0C4C9D;  
  }
  #Footer .txt-area .name{
    font-size:1.9rem;
  }
  #Footer .txt-area .name small{
    font-size: 1.6rem;
    margin-right: 8px;  
  }
  #Footer .txt-area .name img{
    width: auto;
    height: 44px;  
  }
  #Footer .txt-area .address{
    font-size: 1.3rem;
    line-height:1.5; 
  }
  #Footer .util-nav{
    clear:both;
    padding-top: 20px;
    text-align:center; 
  }
  #Footer .util-nav li a::before{
    display:none; 
  }  
  #Footer .btn{
    clear:both;
    position: static;
    transform:none;
    padding-top: 30px;
    text-align:center;
  }
  #Footer .btn img{
    width: auto;
    height: 45px; 
  }





}

