@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Rajdhani);*/
/* CSS Document */

/*------------------------------------------
base
------------------------------------------*/
html{
	/*font-size: 62.5%;/*rem算出をしやすくするために*/
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


body{
	background:#f4f4f4;
	background-size: cover;
	color: #000;
	font-size: 16px;
	line-height: 250%;
	/*letter-spacing: 0.1em;*/
	font-family: 'M PLUS 1p', sans-serif;
	
	
}


img{image-rendering: -webkit-optimize-contrast;}

@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	.pc{display: block !important;}
	.sp{display: none !important;}
}

@media all and (max-width: 767px) {
/* 991pxまでの幅の場合に適応される */
	body{
		font-size: 14px;
		line-height: 200%;
	}
	img{max-width: 100%;}
	.sp{display: block !important;}
	.pc{display: none !important;}
}


p{
    margin-bottom: 1.5em;
}

p , h2 , li{transform: rotate(0.03deg);}

.row{
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

small{
	/*display: block;*/
	line-height: 150%;
    font-size: 0.7em;
}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}


ul{
	padding-left: 1em;
}



#container{
    padding: 5em 0;
	background: #f4f4f4;
}

#container .container{
	max-width: 1260px;
}
@media (max-width: 1024px){
	/*iPadPro*/
	header .inner .text_box,
	#container .container{
		width: 90%;
	}
	header .inner .text_box{
		padding-top: 10em;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
		z-index: 100;
	}
	
}

/*-------------------------------------
btn_p
-------------------------------------*/
.btn_p .btn,
.btn_p a.btn,
.btn_p button.btn {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}


.btn_p a.btn-flat {
	overflow: hidden;

	padding: 1.5rem 2rem;

	color: #469138;
	border-radius: 0;
	background: #fff;
	border: #469138 solid 1px;
}

.btn_p a.btn-flat span {
	position: relative;
}

.btn_p a.btn-flat:before {
	position: absolute;
	top: 0;
	left: -50px;

	width: 100px;
	height: 100px;

	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-80%) translateY(-25px);
	transform: translateX(-80%) translateY(-25px);

	border-radius: 50%;
	color: #fff;
	background: #e1811f;
	border: #469138 solid 1px;
}

.btn_p a.btn-flat:hover:before {
	width: 400px;
	height: 400px;

	-webkit-transform: translateX(-1%) translateY(-175px);

	transform: translateX(-1%) translateY(-175px);
	border: #e1811f solid 1px;
}

.btn_p a.btn-flat:hover{
	color: #fff;
	border: #e1811f solid 1px;
}


@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
}











/*-------------------------------------
flexbox
---------------------------------------*/
.flexbox{
    display: flex;
    flex-wrap: wrap;
}





/*-------------------------------------
box_shadow
-------------------------------------*/


.box_shadow{
    background: #fff;
    border-radius: 10px;
    box-shadow:0px 0px 12px 0px rgba(114,125,131,0.2);
    display:block;
    color: #252525;
    transition: all .5s;
    word-break: break-all;
    margin: 1em auto;
    text-align: center;
}


.box_shadow .thum img{
    border-radius: 10px 10px 0 0;
}

#container a.box_shadow:hover{
    text-decoration: none;
    box-shadow:0px 0px 12px 0px rgba(114,125,131,1);
    opacity: 0.5;
}



/*-------------------------------------
padding_inner
-------------------------------------*/
.padding_inner{
    padding: 1em;
}

.padding_inner ul{
    margin: 0;
    padding-left:1.5em;
}

.small_text{
    font-size: 0.8em;
    line-height: 1.5em;
}


/*-----------------------------------
inner2
------------------------------------*/

#container .inner2 .thum_left{
    float: left;
    width: 20%;
}

#container .inner2 h4,
#container .inner2 .text_box{
    float: right;
    width: 78%;
}
@media all and (max-width: 767px) {
    #container .inner2 .thum_left{width: 30%;}
    #container .inner2 h4{width: 68%;}
    #container .inner2 .text_box{
        width: 100%;
		bottom: 100px;
    }
}

/*------------------------------------
span.orange
------------------------------------*/
span.orange{
    color: #d25f3b;
}

/*-------------------------------------
header
-------------------------------------*/


header h1 {
	z-index: 11;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 32px;
	left: 32px;
}

header .btn_p{
	position: absolute;
	right: 32px;
	top: 32px;
	z-index: 11;
}

header .gitple_btn_p{
	position: absolute;
	right: 32px;
	bottom: 140px;
	z-index: 11;
}

@media all and (max-width: 1600px) {
	header .gitple_btn_p img{
		width: 300px;
	}
}

@media all and (max-width: 1200px) {
	header .gitple_btn_p{
		right: 140px;
		width: 191px;
		width: inline;
		top: 110px;
		bottom: 0px;
	}
}

header .inner {
	position: absolute;
	color: #fff;
	bottom: 2em;
	z-index: 11;
	width: 100%;
}
header .text_box{
	width: 1260px;
	margin: 0 auto;
}

header .text_box p{
	text-shadow: #000 0 0 10px;
	font-size: 2em;
	font-weight: 800;
}

header h2{
	font-weight: 800;
	font-size: 2.8em;
	line-height: 1.5em;
	text-shadow: #000 0 0 10px;
}



#index header{
	height: 100vh;
    overflow: hidden;
    position: relative;
	color: #fff;
}





  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: absolute;
    left: 0;
    top: 0;
	  /*枚数×表示時間*/
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }




@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    90% {opacity: 0;
         transform: scale(1.2);
		z-index:9;
        
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    18% {
        opacity: 1;
		 
    }
    17% {
         opacity: 1;
    }
    90% {opacity: 0;
         transform: scale(1.2);
		z-index:9;
        
    }
    100% { opacity: 0 }
}



 
/*  logo
/--------------------------------- */
@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */


}



@media all and (max-width: 767px) {
	header h1{
		position: relative;
		left: 0;
		top: 0;
		padding-top: 1em;
		width: 100%;
		text-align: center;
		padding-bottom: 1em;
	}

	header .inner .text_box{
		bottom: 35%;
	}
	
	header .btn_p{
		right: 0;
		left: 0;
		top: 60vh;
		text-align: center;
	}

	header .gitple_btn_p{
		right: 0;
		left: 0;
		top: 70vh;
		margin:0 auto;
		text-align: center;
	}
	
	header .inner .text_box h2{
		font-size: 1.5em;
	}
	
	header .inner .text_box p{
		font-size: 1em;
	}

	#index .main_img , #index header{
		/* height: 70vh; */
		height: 90vh;
		width: 100%;
	}
	
	header .inner{
		position: static;
	}
}






/*  nav
/*--------------------------------- */
header .container-fluid>.navbar-header{
	margin-left: 0;
	margin-right: 0;
}
header .navbar{
	background: none;
	border: none;
}
 
header .navbar-nav {
	float: none;
}
 
header .navbar-nav > li {
    text-align: right;
}
 
header .navbar-default .navbar-nav>li>a {
	color: #8f701b;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}


@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */

	header .navbar {
        float: left;
		margin: 0 auto;
	}
	header .navbar-nav {
		display: table;
		width: 100%;

	}
	header .navbar-nav > li {
		display: table-cell;
		float: none;
	}
	header .navbar-nav > li a{
		/*padding: 1em 1em 0.5em 1.5em;*/
	}
	
	
}


@media all and (max-width: 767px) {
/* 991pxまでの幅の場合に適応される */
	
	header .container-fluid{
		padding: 0;
	}
	header .navbar{
		background: #fff;
		border-radius: 0;
	}
	header .navbar-nav{
		margin: 0;
	}

	header nav{
		position: fixed !important;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	header .navbar-fixed-top .navbar-collapse, header .navbar-fixed-bottom .navbar-collapse{
		max-height: none;
	}
	
	header nav button{
		z-index: 1050;
	}
	header .navbar-default .navbar-toggle{        
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#38aeec+0,81ccba+100 */
        background: #8f701b; /* Old browsers */
        /*background: -moz-linear-gradient(left,  #196ac5 0%, #0eadde 100%); 
        background: -webkit-linear-gradient(left,  #196ac5 0%,#0eadde 100%); 
        background: linear-gradient(to right,  #196ac5 0%,#0eadde 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196ac5', endColorstr='#0eadde',GradientType=1 ); */

        
        border:none;
        margin: 0;
        border-radius: 0;
        height: 50px;
        padding: 0 16px;
	}
	header .navbar-default .navbar-toggle .icon-bar{
		background-color:#fff;
	}
	
	
	header .navbar-collapse{
        background: #8f701b; 
        /*background: -moz-linear-gradient(left,  #196ac5 0%, #0eadde 100%); 
        background: -webkit-linear-gradient(left,  #196ac5 0%,#0eadde 100%); 
        background: linear-gradient(to right,  #196ac5 0%,#0eadde 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196ac5', endColorstr='#0eadde',GradientType=1 ); */
	}
	
	header .navbar-collapse li a{
		color: #fff !important;
		text-align: left;
		background-image:none;
		border-bottom: #fff solid 1px;
		padding: 0.5em;
        text-shadow: none;
	}
	
	header .navbar-collapse li:last-child a{
		border-bottom: none;
	}

}



@media all and (max-width: 767px) {
/* 991pxまでの幅の場合に適応される */
    header .navbar-header {
        float: none;
    }
    header .navbar-toggle {
        display: block;
    }
    header .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,2    55,255,0.1);
        border:none;
    }
    header .navbar-collapse.collapse {
        display: none!important;
    }
    header .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    }
    header .navbar-nav>li {
        float: none;
    }
    header .navbar-nav>li>a {
        padding: 1.5em 1em;
		font-size: 1.5em;
		font-weight: normal;
    }
    header .navbar-text {
        float: none;
        margin: 15px 0;
    }
    header .navbar-collapse.collapse.in {
        display: block!important;
    }
    header .collapsing {
        overflow: hidden!important;
    }

	
	.navbar .navbar-nav{
		margin-top:0;
		margin-bottom:0;
	}
	.navbar .navbar-nav a span.glyphicon{
		float:right;
		color: #eaec38;
		width: 30px;
		height: 30px;
		padding-left: 4px;
		display: block;
		line-height: 30px;
		text-align: center;
		border-radius: 40px;
		font-size: 1.5em;
		zoom:0.6;
	}
}





/*------------------------------------
main_img
------------------------------------*/

/*---main_img------------------------*/
#main_img{
    position: relative;
	width: 100%;
	margin: 0 auto;
}

#main_img.content,
#main_img.content #main_img2{
    height: 350px;
}

#main_img #main_img2{
	/*background-attachment: fixed;*/
	background-size: cover;
	position: absolute;
    width: 100%;
    height: 600px;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}
#main_img #main_img2 li{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#main_img.index #main_img2 li:nth-child(1){background: url("../../images/header1.jpg") center no-repeat; background-size: cover;}
#main_img.index #main_img2 li:nth-child(2){background: url("../../images/header2.jpg") center no-repeat; background-size: cover;}
#main_img.index #main_img2 li:nth-child(3){background: url("../../images/header3.jpg") center no-repeat; background-size: cover;}

#main_img.content_main_img{
    margin-top: 50px;
    height: 190px;
}



/*---main_img inner-----------------*/


#main_img.content_main_img .inner{    
    padding-top: 90px;
}
@media all and (max-width: 767px) {

	#main_img.index{
		height: 100vh;
	}
    #main_img.content_main_img .inner{
        /*padding-top: 110px;*/
        padding-top:5em;
    }
}
#main_img .inner{
    position:absolute;
    z-index: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.5em;
	line-height: 2em;
	letter-spacing: 0.5em;
	bottom: 80px;
	left: 80px;
}
#main_img .inner p{
	margin: 0;
}
#main_img{
	height: 600px;
}
	
@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	
	
	#main_img{
		margin-top: 194px;
	}

}

@media all and (min-width: 991px) and (max-width:1024px){

   
    .navbar-collapse{
        padding: 0;
    }
    header .navbar-nav > li a{
        /*padding-right: 0;*/
    }
}


@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	    
	#main_img #main_img2{
    	background: url(../../images/header_sp.jpg) center no-repeat;
		background-size: cover;
	}
    #main_img.index,
    #main_img.index #main_img2{
        height: 320px;
        width: 100%;
        margin: 0 auto;
		margin-top:50px;
    }
    #main_img.content,
    #main_img.content #main_img2{
        height: 200px;
        width: 100%;
        margin: 0 auto;
    }

    #main_img #main_img2{
		height: 100vh;
    }
    
	#main_img .inner{
		/*left: 1em;*/
		zoom:0.8;
		left: 1em;
		bottom: 1em;
	}
    #main_img.content .inner{
        bottom:2em;
    }
    
}





/*------------------------------------
container
------------------------------------*/
#container {
    position: relative;
    z-index: 10;
}

#container.content {
   /* background: #fbfbfb;*/
	padding-top: 0;
}

#container .container{
	padding: 0 1em 10em 1em;
}




#container section article{
	padding: 0.5em;
}



#container section article.box{
	padding-top: 5em;
}

#container section article em{
	font-weight: bold;
	color: #e09b57;
	font-style:normal;
}




#container .link{
    font-size: 1.1em;
    color: #196ac5;
    font-weight: bold
}

#container .link a:hover{
    text-decoration: none;
}


#container section{
    padding-bottom: 5em;
}




@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	#container .container{
		/*padding: 0;*/
		width: 100%;
	}


	
	#container.content .container{
		padding-top: 0;
	}
}



/* h
---------------------------------------*/



.section_h2{
	font-size: 2.5em;
	font-weight: 800;
	padding-bottom: 0.5em;
	line-height: 1.5em;
}



.section_h3{
	padding-bottom: 1em;
	font-weight: 600;
}

.section_h4{
    font-weight: bold;
	padding-bottom: 0.1em;
	border-bottom: 1px dotted #8f701b;
}



#container h4 .small{
    font-weight: bold;
    color: #252525;
    font-style: normal;
}


#container h4.cp_h1title{
	position: relative;
	overflow: hidden;
	padding: .3em;
}
#container h4.cp_h1title::before,
#container h4.cp_h1title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
#container h4.cp_h1title:before{
	border-bottom: 4px solid #2ea7e0;
	width: 100%;
}
#container h4.cp_h1title:after{
	border-bottom: 4px solid #a2dcf7;
	width: 100%;
}



@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	.section_h2{
		font-size: 1.5em;
		padding-bottom: 0.5em;
	}
}





/* link
-----------------------------------*/
#container .link{
	position: relative;
	top: -200px;
	display: block;
}




/* tab
-------------------------------------*/

.tab{
	display: table;
	text-align: center;
	width: 100%;
	table-layout: fixed;
	padding-bottom: 3em;
	font-weight: 600;
}

.tab p{
	display: table-cell;
	padding: 0 0.5em;
	margin: 0.3em 0;
	width: 100%;
}

.tab p a{
	display:block;
	border: #8f701b solid 1px;
	border-radius: 50px;
	padding: 0 0.5em;
	font-size: 0.8em;
	color: #8f701b;
	text-decoration: none;
}

.tab p a:hover{
	background: #8f701b;
	color: #fff;
}


@media all and (max-width: 767px){
/* 767pxまでの幅の場合に適応される */
	.tab,.tab p{
		display: block;
	}
	
	.tab p{
		font-size: 1em;
		width: 50%;
		float: left;
	}
	
	.tab p a{
		font-size: 0.8em;
	}
	
}




/* container consept
-----------------------------------*/
#container .concept_box {
	margin-bottom: 10em;
}
#container .concept_box .container{
	position: relative;
}
#container .concept_box .inner{
	background: #fff;
	width: 60%;
	padding: 2em 5em;
	position: relative;
}


#container .concept_box .inner h2{
	font-weight: 800;
	line-height: 1em;
	padding-bottom: 1em;
	text-align: center;
}
#container .concept_box .inner h2 em{
	font-style: normal;
	font-weight: 500;
	font-size: 0.5em;
}

#container .concept_box .inner .text_box{
	line-height: 2em;
}
@media (max-width: 1024px){
	/*iPadPro*/
	#container .concept_box .inner{
		width: 80%;
		margin-top: 20em;
	}
}

@media (max-width: 767px){
	#container .concept_box{
		margin-bottom: 5em;
	}
	#container .concept_box .inner{
		width: 100%;
		padding: 2em;
	}
	
	#container .concept_box svg{
		display: none;
	}
	
	#container .concept_box .inner h2{
		font-size: 1.5em;
	}
	
	#concept1_box.concept_box .container {
		background:url("../../images/img1.jpg") top center no-repeat;
		background-size: contain;
	}
	#concept2_box.concept_box .container {
		background:url("../../images/img2.jpg") top center no-repeat;
		background-size: contain;
	}
	#concept3_box.concept_box .container {
		background:url("../../images/img3.jpg") top center no-repeat;
		background-size: contain;
	}
	#concept4_box.concept_box .container {
		background:url("../../images/img4.jpg") top center no-repeat;
		background-size: contain;
	}
}

/* concept1_box
-----------------------------------*/

#concept1_box .inner{
	float: right;
	margin-top: 12em;
}
#concept1_box svg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}



/* concept2_box
-----------------------------------*/

#concept2_box .inner{
	float: left;
	margin-top: 12em;
}
#concept2_box svg{
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}


/* concept3_box
-----------------------------------*/

#concept3_box .inner{
	float: right;
	margin-top: 12em;
}
#concept3_box svg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	max-width: 730px;
}





/* concept4_box
-----------------------------------*/

#concept4_box .inner{
	float: left;
	margin-top: 12em;
}
#concept4_box svg{
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}




/* works_box
-----------------------------------*/

#works_box{
	background: #1e1e1e;
	color: #fff;
	margin-bottom: 10em;
}

#works_box .container{
	padding-top: 5em;
	padding-bottom: 5em;
}
#works_box .box {
	padding: 1em 3em;
}

#works_box .box .inner{
	border: #fff solid 1px;
	padding: 2em;
}

#works_box .box .inner h3{
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
}

@media (max-width: 767px){
	#works_box .box{
		padding: 1em;
		
	}
}




/* contact_box
-----------------------------------*/
#contact_box{
	background: #fff;
}

#contact_box .container{
	padding-bottom: 5em;
	padding-top: 5em;
}


/* cp_form
-----------------------------------*/
.cp_form{
	max-width: 800px;
	background: #fff;
	margin: 0 auto;
	padding: 3em 1em;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.cp_form .cp_group {
	position: relative;
	width: 100%;
	margin: 40px auto;
	/*box-shadow:0px 0px 3px 2px #ededed;*/
}

.cp_form .cp_group > div, .cp_group > .title {
	margin: 8px;
}
.cp_form .cp_group .column {float: left;}
.cp_form .cp_group .column1 {width: 100%;}
.cp_form .cp_group .column2 {width: 50%;}
.cp_form .cp_group .column3 {width: 33%;}
.cp_form .cp_group .column4 {width: 25%;}
.cp_form .cp_group .column5 {width: 20%;}
.cp_form .cp_group .large {width: 100%;}
.cp_form .cp_group .medium {width: 50%;}
.cp_form .cp_group .small {width: 25%;}
.cp_form .cp_group textarea.large {
	width: 100%;
	height: 20em;
}
.cp_form .cp_group textarea.medium {
	width: 100%;
	height: 10em;
}
.cp_form .cp_group textarea.small {
	width: 100%;
	height: 5.5em;
}
.cp_form .clearfix {
	*zoom: 1;
}
.cp_form .clearfix:before, .cp_form .clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}
.cp_form .cp_group {
	font-size: 1em;
	line-height: 1.231;
	/*border: 2px solid #efc164;
	border-radius: 6px;*/
}
.cp_form .cp_group label.title {
	font-size: 1em;
	font-weight: bold;
	width: auto;
    width: 100%;
}

.cp_form .cp_group label.title span{
    font-size: 0.7em;
    padding-left: 1em;
    color: #d25f3b;
    
}

.cp_form input[type=button] {
	font-size: 1em;
	color: #666666;
	outline: none;
}
.cp_form input[type=submit] ,
.cp_form input[type=button] {
	/*font-size: 1.2em;
	color: #666666;
	outline: none;*/
    color: #fff;
}
.cp_form .cp_group > div {
	position: relative;
	margin-right: 25px;
	margin-left: 25px;
}
.cp_form .cp_group h2 {
	font-size: 1.7em;
	margin: 0.2em 0;
	color: #ffffff;
}
.cp_form .cp_group h3.title {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.cp_form .cp_group label {
	display: block;
	clear: both;
	margin-bottom: 3px;
}
.cp_form .cp_group div, .cp_form .cp_group span,
.cp_form .cp_group label, .cp_form input,
.cp_form .cp_group textarea, .cp_form .cp_group select,
.cp_form .cp_group button, .cp_form .cp_group ul,
.cp_form .cp_group li, .cp_form .cp_group a {
	font-family: inherit;
	color: inherit;
}
/* submit + title */
.cp_form .cp_group div.submit,
.cp_form .cp_group div.title {
	/*margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;*/
}
.cp_form .cp_group div.submit {
/*	text-align: right;
	vertical-align: middle;
	border-top: 2px solid #efc164;
	border-radius: 0 0 5px 5px;*/
}
.cp_form .cp_group div.title {
	/*background-color: #efc164;*/
}
.cp_form .cp_group div.title p{
	/*margin-left: 27px;*/
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
/* element-submit + element-text */
.cp_form .cp_group > .submit,
.cp_form .cp_group > .title {
	/*background-color: #efc164;*/
}
.cp_form .cp_group > .submit {
	/*background-color: #efc164;*/
}
/* Button & submit*/
.cp_form input[type=button],
.cp_form input[type=submit] {
	/*display: block;
	margin: 0 auto;
	padding: 0.5em 2em;
	cursor: pointer;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	text-align: left;
	vertical-align: middle;
	color: #666666;
	border: 2px solid #bdc3c7;
	border-radius: 6px;
	background: #ffffff;
	-webkit-appearance: none;
	appearance: normal;
	transition: background-color 0.2s, border-radius 0.2s;*/
}
.cp_form input[type=button][disabled] {
	cursor: default;
	opacity: 0.65;
}
.cp_form input[type=submit] {
	/*right: 20px;
	margin-right: 27px;
	padding: 7px 15px;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	text-align: center;
	opacity: 1;
	border: none;
	color: #fff;*/
}
.cp_form input[type=submit]:hover {
	/*text-decoration: none;*/
}
/* File input */
.cp_form .cp_group .cp_file label {
	position: relative;
}
.cp_form .cp_group .cp_file .title {
	position: static;
}
.cp_form .cp_group .cp_file .button {
	font-size: 1em;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	float: none;
	padding: 1.8% 1.2em 0 1.2em;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	color: #ffffff;
	border-radius: 0 6px 6px 0;
}
.cp_form .cp_group .cp_file .file_text {
	overflow: hidden;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}
.cp_form .cp_group .cp_file .file_input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* Radio & checkbox */
.cp_form .cp_group div.cp_ipcheck,
.cp_form .cp_group div.cp_ipradio {
	overflow: hidden;
}
.cp_form input[type=checkbox],
.cp_form input[type=radio] {
	/*font-size: 1em;
	position: absolute;
	z-index: 1;
	float: left;
	width: 1em;
	height: 1em;
	margin: 0;
	cursor: pointer;
	opacity: 0.01;*/
}
.cp_form input[type=radio] + span,
.cp_form input[type=checkbox] + span {
	height: 19px;
	margin-right: -19px;
	padding-top: 0;
	z-index: 0;
	position: relative;
	left: 0;
	top: 0;
	vertical-align: top;
	font-size: 1em;
	line-height: 0.8;
	cursor: pointer;
}
.cp_form input[type=radio] + span:before,
.cp_form input[type=checkbox] + span:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1em;
	line-height: 1;
	position: relative;
	display: inline-block;
	width: 1em;
	margin: 0 0.2em;
	vertical-align: top;
}
/* checkbox */
.cp_form input[type=checkbox] + span:before {
	content: '\f00c';
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.cp_form input[type=checkbox]:hover + span:before {
	content: '\f00c';
}
.cp_form input[type=checkbox]:checked + span:before {
	content: '\f00c';
}
/* radio */
.cp_form input[type=radio] + span:before {
	content: '\f00c';
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.cp_form input[type=radio]:hover + span:before {
	content: '\f00c';
}
.cp_form input[type=radio]:checked + span:before {
	content: '\f00c';
}
.cp_form input[type=text],
.cp_form input[type=tel],
.cp_form input[type=password],
.cp_form input[type=email],
.cp_form input[type=url],
.cp_form input[type=date],
.cp_form input[type=number],
.cp_form .cp_group textarea,
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group select {
	font-size: 1em;
	box-sizing: border-box;
	padding: 6px 10px;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	border-width: 1px;
	border-style: solid;
	border-color: #bdc3c7;
	border-radius: 6px;
	outline: none;
	/*-webkit-appearance: none;*/
	appearance: normal;
}
.cp_form .cp_group select::-ms-expand {
	display: none;
}
.cp_form input[type=text],
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group textarea {
	width: 100%;
}
.cp_form .cp_group textarea {
	height: auto;
}
.cp_form .cp_group select {
	width: 100%;
	cursor: pointer;
	text-align: left;
}
/* type number */
.cp_form input[type=number]::-webkit-inner-spin-button,
.cp_form input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
@media all and (max-width: 767px) {
/* 991pxまでの幅の場合に適応される */
.cp_form .cp_group .cp_ipradio .column,
.cp_form .cp_group .cp_ipcheck .column {
	display: block;
	/*width: 100%;*/
	margin-right: 0;
}
}
/* .cp_group color scheme begin */
.cp_form input[type=button]:focus,
.cp_form input[type=button]:active,
.cp_form input[type=button][disabled] {
	border-color: #e95d12;
}
.cp_form input[type=submit],
.cp_form input[type=button]{
	background-color: #e1811f;
	border: none;
	padding: 1.5rem 2rem;
	line-height: 1em;
}
.cp_form input[type=submit]:hover,
.cp_form input[type=button]:hover{
	/*background-color: #dc4e01;
	border-radius: 20px;
    color: #38aeec;*/
}
.cp_form input[type=submit]:active,
.cp_form input[type=button]:active{
	/*background-color: #e95d12;*/

}
.cp_form .cp_group .submit a{
    padding: 0;
}
/* File input */
.cp_form .cp_group .cp_file .button {
	background-color: #bdc3c7;
}
.cp_form .cp_group .cp_file .file_text {
	border-color: #bdc3c7;
}
.cp_form .cp_group .cp_file label:hover .button {
	background-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .button {
	background-color: #b02f2f;
}
.cp_form .cp_group .cp_file label:hover .file_text {
	border-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .file_text {
	border-color: #b02f2f;
}
/* Radio & checkbox */
.cp_form input[type=radio]+span:before,
.cp_form input[type=checkbox] + span:before {
	color: #bdc3c7;
}
/* checkbox */
.cp_form input[type=checkbox]:checked + span:before {

	color: #da3c3c;
}
/* radio */
.cp_form input[type=radio]:checked + span:before {
	color: #da3c3c;
}
.cp_form input[type=text]:focus,
.cp_form input[type=tel]:focus,
.cp_form input[type=password]:focus,
.cp_form input[type=email]:focus,
.cp_form input[type=url]:focus,
.cp_form input[type=date]:focus,
.cp_form input[type=number]:focus,
.cp_form .cp_group textarea:focus,
.cp_form .cp_group .cp_file .file_text:active,
.cp_form .cp_group  select:focus {
	border-color: #da3c3c;
}
/*select*/
.cp_form .cp_group .cp_select span {
	position: relative;
}
.cp_form .cp_group .cp_select i::before {
	position: absolute;
	top: 0.4em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_form .cp_group select:focus + i::before {
	border-top: 6px solid #da3c3c;
}


.cp_form p{
    padding-bottom: 1em;    
}

.cp_form input.back_btn{
	background: #efefef;
	color: #000;	
}

@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	.cp_form .cp_group {
		width: 80%;
	}
}



/* cp_table
-----------------------------------*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	border: none;
	
}
.cp_table p{
	margin: 0;
}
.cp_table th, .cp_table  td{
	padding: 1em 1em 1em 2em !important;
	border-collapse: collapse;
	border: #a1a1a1 solid 1px !important;
}
.cp_table  td{
	background: #fff;
}
.cp_table th {
	width: 20%;
	text-align: left;
	vertical-align: middle !important;
	background: #e7e7e7;
	font-weight: normal;
}
@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0 auto;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}


.cp_table th, .cp_table  td table td{
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px){
	.cp_table {

	}
}







/*----------------------------------
formTable
----------------------------------*/

.formTable,
.formTable tbody,
.formTable tr,
.formTable th,
.formTable td{
    width: 100%;
    display: block;
	text-align: left;
}

.formTable td input{
    padding: 0.5em;
}

.formTable tr{
    padding-bottom: 0.5em;
}

.formTable span{
    font-size: 0.8em;
    color: red !important;
    font-weight: normal;
}

/*----------------------------------
js-animation
------------------------------------*/

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



/*------------------------------------
footer
------------------------------------*/
footer{
	position: relative;
	margin: 0 auto;
	padding: 1em 0;
	border: none;
}
footer p{
	margin: 0.5em 0;
}
footer iframe {
    vertical-align: bottom;
}
footer address{
    position: absolute;
    width: 100%;
    top: 1em;
}

footer .sns_box{
	padding-top: 64px;
}

footer .sns_icon{
	margin: 0;
}
footer .sns_icon img{
	width: 32px;
}

footer #copy{
	display: block;
	font-size: 0.5em;
	margin: 0;
	color: #9b9b9b;
}

@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	footer{
		text-align: center;
		padding-bottom: 5em;
	}
	footer .logo img{
		zoom:0.7;
	}
	footer .sns_box{
		padding: 1em;
	}
	footer .sns_icon img{
		width: 50px;
		padding-bottom: 1em;
	}

    footer #copy{
        letter-spacing: 0;
        line-height: 1.5em;
    }
	
}





/*-----pageup----------*/
#pageup {
    letter-spacing: 0;
    display: block;
    position: fixed;
	z-index: 1200;
    bottom: 1em;
    right: 10px;
}

#pageup a {
    position: relative;
    display: block;
    border-radius: 80px;
    font-size: 0.5em;
    text-align: center;
    font-weight: normal;
    line-height: 112px;
    width: 80px;
    height: 80px;

    /*background: #38aeec; 
    background: -moz-linear-gradient(left,  #196ac5 0%, #0eadde 100%); 
    background: -webkit-linear-gradient(left,  #196ac5 0%,#0eadde 100%); 
    background: linear-gradient(to right,  #196ac5 0%,#0eadde 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196ac5', endColorstr='#0eadde',GradientType=1 );*/
    
    color: #000;
	cursor:pointer;
	
	text-decoration:none;
	letter-spacing:0.2em;
	padding: 0;
	
	transition: 0.5s;
}

#pageup a:before{
	content:"";
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	left:27px;
	top:26px;
	margin-top:-6px;

	border-top:6px solid #000;
	border-right:6px solid #000;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

#pageup a:hover , #pageup a:visited{
	text-decoration: none;
}


@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */


	#pageup a:hover {
		opacity: 0.5;
	}
	#pageup a:hover:before{
		border-color:#000;
	}

}
@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
    #pageup{
        bottom:1em;
    }
}


/*-----------------------
loading
--------------------------*/
#loading{
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    
    display: none;
}






