/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {


font-family: kaisotai,sans-serif;
font-weight: 600;
font-style: normal;


/*font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 400;*/

}

*:first-child + html body {

font-family: kaisotai,sans-serif;
font-weight: 600;
font-style: normal;


/*font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 400;*/
}

body{

font-family: kaisotai,sans-serif;
font-weight: 600;
font-style: normal;


/*font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 400;*/
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;

}

body a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

body a:focus{
	outline:none;
}







.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;

	line-height:160%;
	text-align:left;

}	 

/* container ---------------------------------------------- */


.container01_tp{
    padding-top: 150px;
}



.container01_out{
margin: 0 50px;

}


.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
    background:#FFFFFF;
    
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */    
}




.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 80px 0;

}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;

}


.container03_00{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;

}


.container03_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}



.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;
}



.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container04_02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0 0 0 ;
}





.container05{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}


.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0 ;
}




.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container06_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0;

}


/* 2ページ目以降の背景---------------------------------------------- */

.pg_bg_put{
  background: linear-gradient(90deg, #a40f1e 0%, #a40f1e 50%, #060608 50%, #060608 100%);
  background-repeat: repeat-y;
  width: 100%;


}


.pg_bg_bg{

	background:url("../img/common/pg_bg.png") center top no-repeat;
    background-size:cover;

}

  

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.hdr_logo{
width: 315px;
height: auto;
position: absolute;
top: 13px;
left: 40px;

}



#header {
	height:240px;
/*  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;
*/
    

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:240px;
	margin:0 auto;
    box-sizing: border-box;
	position:absolute;

  z-index: 100;

}

header{

	width:100%;
	height:240px;
	margin:0 auto;

	box-sizing:border-box;
}


.header_pdg01{
    padding-bottom: 40px;
}

.header_ht01{
    height: 280px;
}





.header_tel{
	position:absolute;
	top:5px;
	right:40px;

    
    font-size: 35px;
    line-height: 120%;
    color: #000000;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;  
          
}


.header_tel span{

    
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-right: 15px;

          
}


.header_time{
	position:absolute;
	top:27px;
	right:30px;
    
    font-size: 15px;
    line-height: 120%;
    
    
      
}


.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-0px;
    padding-top:0px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */



.f_btn01{
    position: absolute;
    top: -145px;
    left:50%;
    transform: translate(-50%,-50%);
}

.f_btn02{
    width: 320px;

    position: absolute;
    top: -60px;        
    left: 50%;
    margin-left: -520px;

    z-index: 0;
}

.f_btn03{
    width: 320px;
    position: absolute;
    top: -70px;        
    right: 50%;
    margin-right: -520px;
    z-index: 1;    
}



footer.footer01{

	box-sizing:border-box;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

footer.footer02{
    margin-top: 180px;
    padding-bottom: 220px;
    position: relative;
}



.footer_in{	
z-index: 100;

	width:100%;
	height:auto;
	margin:0 auto;

	box-sizing:border-box;
}

.f_ttl{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 7px;

font-family: vdl-yotag, sans-serif;
font-style: normal;
font-weight: 500;
}


address{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
    
font-family: vdl-yotag, sans-serif;
font-style: normal;
font-weight: 500;
}

.f_btn{
    width: 410px;
    height: 40px;
    margin: 0 auto 12px auto;
}

.f_btn a{
    width: 410px;
    height: 40px;

    display: block;
    background: url("../img/top/f_btn.jpg") repeat;
    
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: ta-f1blockline,sans-serif;
    font-weight: 400;
    font-style: normal; 

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

	-webkit-border-radius: 20px;     /* for Safari and Chrome */
	moz-border-radius: 20px;    /* for Firefox */
	-o-border-radius: 20px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:20px;   /* Linux browsers */
	border-radius: 20px;     /* CSS3 */
}


footer a{
	color:#FFFFFF;
	text-decoration:none;
}

footer a:hover{
	color: #9f0c1b;
	text-decoration:none;
}


.f_cpy{

	font-size: 13px;
	box-sizing:border-box;
	line-height:120%;
	color:#FFFFFF;
    text-align: center;
}








}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {


body{
	padding:0;
	margin:0;
	font-size:16px;

	line-height:160%;
	text-align:left;

}	

/* container ---------------------------------------------- */

.container01_tp{
    padding-top: 90px;
}




.container01_out{
margin: 0 20px;

}



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
    background:#FFFFFF;
    
    
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */      
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}


.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container03_00{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;

}



.container03_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


.container04{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}


.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}



.container04_02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0 ;
}



.container05{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;
}



.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 0 0 ;
}


.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}

.container06_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 0 0;

}



/* 2ページ目以降の背景---------------------------------------------- */

.pg_bg_put{
  background: linear-gradient(90deg, #a40f1e 0%, #a40f1e 50%, #060608 50%, #060608 100%);
  background-repeat: repeat-y;
  width: 100%;


}


.pg_bg_bg{

	background:url("../img/common/pg_bg.png") center top no-repeat;
    background-size:cover;
}

  

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.hdr_logo{
width: 240px;
height: auto;
position: absolute;
top: 10px;
left: 30px;
}



#header {
	height:150px;
/*  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;
*/
    

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:150px;
	margin:0 auto;
    box-sizing: border-box;
	position:absolute;

  z-index: 100;

}

header{

	width:100%;
	height:150px;
	margin:0 auto;

	box-sizing:border-box;
}


.header_pdg01{
    padding-bottom: 30px;
}

.header_ht01{
    height: 170px;
}




.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 60px;
    margin: 0 auto   !important;

    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 50px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}


.header_time{
    display: none;  
}






#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-0px;
    padding-top:0px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}



/* footer ---------------------------------------------- */



.f_btn01{
    width: 210px;
    position: absolute;
    top: -110px;
    left:50%;
    transform: translate(-50%,-50%);
}



.f_btn02{
    width: 250px;

    position: absolute;
    top: -140px;        
    left: 50%;
    margin-left: -350px;

    z-index: 0;
}

.f_btn03{
    width: 250px;
    position: absolute;
    top: -150px;        
    right: 50%;
    margin-right: -350px;
    z-index: 1;    
}

footer.footer01{

	box-sizing:border-box;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

footer.footer02{
    margin-top: 170px;
    padding-bottom: 150px;
    position: relative;
}





.footer_in{	


	width:100%;
	height:auto;
	margin:0 auto;

	box-sizing:border-box;
}

.f_ttl{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 7px;

font-family: vdl-yotag, sans-serif;
font-style: normal;
font-weight: 500;
}


address{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
    
font-family: vdl-yotag, sans-serif;
font-style: normal;
font-weight: 500;
}

.f_btn{
    width: 370px;
    height: 37px;
    margin: 0 auto 12px auto;
}

.f_btn a{
    width: 370px;
    height: 37px;

    display: block;
    background: url("../img/top/f_btn.jpg") repeat;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: ta-f1blockline,sans-serif;
    font-weight: 400;
    font-style: normal; 

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

	-webkit-border-radius: 20px;     /* for Safari and Chrome */
	moz-border-radius: 20px;    /* for Firefox */
	-o-border-radius: 20px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:20px;   /* Linux browsers */
	border-radius: 20px;     /* CSS3 */
}


footer a{
	color:#FFFFFF;
	text-decoration:none;
}

footer a:hover{
	color: #9f0c1b;
	text-decoration:none;
}


.f_cpy{

	font-size: 13px;
	box-sizing:border-box;
	line-height:120%;
	color:#FFFFFF;
    text-align: center;
}






}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:0;
	margin:0;
	font-size:15px;

	line-height:140%;
	text-align:left;

}	



/* container ---------------------------------------------- */


.container01_tp{
    padding-top: 80px;
}


.container01_out{
margin: 0 15px;

}


.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
    
    
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */      
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 40px 0;

}



.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container03_00{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;

}


.container03_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}

.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;
}


.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container04_02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 0 0 ;
}


.container05{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}



.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 0 0 ;
}


.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;

}

.container06_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 0 0;

}


/* 2ページ目以降の背景---------------------------------------------- */

.pg_bg_put{
  background: linear-gradient(90deg, #a40f1e 0%, #a40f1e 50%, #060608 50%, #060608 100%);
  background-repeat: repeat-y;
  width: 100%;


}


.pg_bg_bg{

	background:url("../img/common/pg_bg.png") center top no-repeat;
    background-size:cover;
}

  


/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */


.hdr_logo{
width: 200px;
height: auto;
position: absolute;
top: 13px;
left: 20px;
}




#header {
	height:85px;
/*  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;
*/
    

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:85px;
	margin:0 auto;
    box-sizing: border-box;
	position:absolute;

  z-index: 100;

}

header{

	width:100%;
	height:85px;
	margin:0 auto;

	box-sizing:border-box;
}



.header_pdg01{
    padding-bottom: 20px;
}

.header_ht01{
    height: 100px;
}





.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin: 0 auto   !important;
    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 40px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}






#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-0px;
    padding-top:0px;
}



#kyoten{
    margin-top:-40px;
    padding-top:40px;
}




/* footer ---------------------------------------------- */




.f_btn01{
    width: 150px;
    position: absolute;
    top: -80px;
    left:50%;
    transform: translate(-50%,-50%);
}




.f_btn02{
    width: 150px;

    position: absolute;
    top: -80px;        
    left: 50%;
    margin-left: -180px;

    z-index: 0;
}

.f_btn03{
    width: 150px;
    position: absolute;
    top: -90px;        
    right: 50%;
    margin-right: -170px;
    z-index: 1;    
}



footer.footer01{

	box-sizing:border-box;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}


footer.footer02{
    margin-top: 120px;
    padding-bottom: 170px;

    position: relative;
}







.footer_in{	


	width:100%;
	height:auto;
	margin:0 auto;

	box-sizing:border-box;
}

.f_ttl{
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 7px;

font-family: vdl-yotag, sans-serif;
font-style: normal;
font-weight: 500;
}


address{
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
    
font-family: vdl-yotag, sans-serif;
font-style: normal;
font-weight: 500;
}

.f_btn{
    width: 300px;
    height: 30px;
    margin: 0 auto 10px auto;
}

.f_btn a{
    width: 300px;
    height: 30px;

    display: block;
    background: url("../img/top/f_btn.jpg") repeat;
    
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: ta-f1blockline,sans-serif;
    font-weight: 400;
    font-style: normal; 

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

	-webkit-border-radius: 20px;     /* for Safari and Chrome */
	moz-border-radius: 20px;    /* for Firefox */
	-o-border-radius: 20px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:20px;   /* Linux browsers */
	border-radius: 20px;     /* CSS3 */
}


footer a{
	color:#FFFFFF;
	text-decoration:none;
}

footer a:hover{
	color: #9f0c1b;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
	color:#FFFFFF;
    text-align: center;
}











}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    width: 960px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    
    z-index: 600000;
}



h2.h2_01{
    font-size: 24px;
    line-height: 100%;
    margin-bottom:55px;
    color:#00a0e9;
    text-align: center;
    
    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}


h2.h2_01 p{
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#e4007f;
    text-align: center;
    
    font-family: coffee-service,sans-serif;
    font-weight: 400;
    font-style: normal;
}


h3.h3_01{
    width: 232px;
    height: 246px;
    font-size: 24px;
    line-height: 100%;
    margin: 0 auto 45px auto;
    color:#FFFFFF;
    text-align: center;
    
    background: url("../img/common/h3.png") center center no-repeat;
    
    font-family: coffee-service,sans-serif;
    font-weight: 400;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

h3.h3_01 p{
    font-size: 26px;
    line-height: 100%;
    margin-bottom:5px;
    color:#FFFFFF;
    text-align: center;

    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}





.h2_btm00{
    margin-bottom: 0 !important;
}

.h2_btm01{
    margin-bottom: 20px !important;
}



h4.h4_01{
    width: 230px;
    height: 50px;
    font-size: 24px;
    line-height: 100%;
    margin: 0 auto 30px auto;
    color:#FFFFFF;
    text-align: center;
    
    background: url("../img/common/h4.png")  repeat;
    
    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 30px;

}

.top_slide{
	width:100%;
	min-height:780px;
    
    position:relative;

	z-index:1;

	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}



.slide_txt_out{
z-index: 6000;
padding: 0 120px;
}

.slide_txt_in{


right: 30px;
width: 100%;
height: 750px;
margin: 0 auto;


box-sizing: border-box;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
/*   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; */
}

.slide_txt_in dl dt{
margin-top: 100px;
margin-bottom: 20px;
}

.slide_txt_in dl dd{

}



.slide_txt_out02{
z-index: 50;
position: relative;
height: 500px;
box-sizing:border-box;
}

.slide_txt_in02{
position: absolute;
padding: 0 50px;
bottom: 0px;
width: 100%;
margin: 0 auto;
box-sizing:border-box;
}







/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	right:100px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 14px;
	letter-spacing: 0.08em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}



/* 背景---------------------------------------------- */

.tp_bg_cr{
    background: #00a0e9;
}

.tp_bg_cr01{
    background: #68c42b;
}

.tp_bg_cr02{
    background: #c46299;
}

.tp_bg_cr03{
    background: #f9753b;
}

.tp_bg_cr04{
    background: #8d72cc;
}

.tp_bg_cr05{
    background: #d5c402
}





.tp_bg01{
  width: 100%;
  min-height: 100vh;
  
	background:url("../img/common/bg001.png") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */

}


.tp_bg01_01{
  width: 100%;
	background:url("../img/common/bg001.png") center top no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */

   


}


.tp_bg02{
    width: 100%;
    height: calc(100% - 240px);
    background-attachment: fixed;
    background: url("../img/top/tp_bg.png") top center no-repeat;

}

.tp_bg03{
    width: 100%;
    background:url("../img/common/p_bg.png") top center no-repeat;
}




/* トップだけのメニュー ---------------------------------------------- */




.tp_cts_mn{
    height: 100%;
    position: relative;


}

.tp_cts_mn:before {
    content: "";
    display: block;
    padding-top: 85%; /* 1:1 */

}



.tp_cts_mn_nav01{
    position: absolute;
    top: 100px;
    left:160px; 
}

.tp_cts_mn_nav02{
    position: absolute;
    top: 10px;
    right:140px; 
}

.tp_cts_mn_nav03{
    position: absolute;
    top: 230px;
    left:470px; 
}


.tp_cts_mn_nav04{
    position: absolute;
    top: 500px;
    right:280px; 
}

.tp_cts_mn_nav00{
    position: absolute;
    top: 460px;
    left:270px; 
}




.tp_cts_mn_nav05{
    width: 410px;
    position: absolute;
    bottom: 30px;
    left:0px; 
}

.tp_cts_mn_nav06{
    width: 340px;
    position: absolute;
    bottom: 30px;
    right:0px; 
}

.tp_cts_mn01{

    position: relative;
}






.tp_cts_mn_nav01 img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.tp_cts_mn_nav01:hover img{
  opacity:0.9;

}

.tp_cts_mn_nav02 img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.tp_cts_mn_nav02:hover img{
  opacity:0.9;

}

.tp_cts_mn_nav03 img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.tp_cts_mn_nav03:hover img{
  opacity:0.9;

}

.tp_cts_mn_nav04 img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.tp_cts_mn_nav04:hover img{
  opacity:0.9;

}


/* 会社情報-------------------------------------------- */


.cpy_img01{
    text-align: center;
    margin-bottom: 30px;
}

.cpy_txt01{
    font-size: 22px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 70px;

}

.cpy_txt01 span::before {
	content: "\A" ;
	white-space: pre ;
}


.cpy_txt02{
    max-width: 850px;
    width: 100%;
    margin: 0 auto 70px auto;
}

.cpy_txt02 dl dt{
    font-size: 46px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    
 
}

.cpy_txt02 dl dd{

    font-size: 20px;
    line-height: 180%;
}

.cpy_txt02 dl dd p{
    text-align: right;
    margin-top: 15px;
}



.cpy_tbl{
    margin-bottom: 70px;
}

.cpy_tbl table{
	width:100%;
	height:auto;
}

.cpy_tbl th{
    width: 130px;
	font-size:18px;
    line-height: 160%;
	text-align:left;    
	border-collapse:collapse;
	border-bottom:none;
    border-bottom: 1px dotted #00a0e9;
	
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
}

.cpy_tbl td{
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
    border-bottom: 1px dotted #00a0e9;
	
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
}

.cpy_tbl td ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    margin-bottom: 10px;
    padding-left: 12px;
}

.cpy_tbl td ul li:last-child{
	margin-bottom:0px;
}

.cpy_tbl a{
    color: #000000;
}

.cpy_tbl a:hover{
    color: #000000;
}




.cpy_txt03{
    width: 100%;
    margin: 0 auto 60px auto;
}

.cpy_txt03 dl {
    padding: 30px;
    background: #fbfe15;

   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
}

.cpy_txt03 dl dt{
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    color: #ea368b;
        
    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.cpy_txt03 dl dd{

    font-size: 18px;
    line-height: 190%;
}

.cpy_sdgs{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;


}
.cpy_sdgs img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.cpy_sdgs:hover img {
	opacity: .7;
}


.cpy_img01{
}

.cpy_img01 li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy_img01 li:nth-child(2n){
    margin-right: 0%;

}



.cpy_ass{
    margin-bottom: 20px;
}

.cpy_ass dl dt{
    width: 150px;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #000000;
    margin: 0 auto 10px auto;
    text-align: center;

}

.cpy_ass dl dd{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}


.cpy_map{
    padding-bottom: 140px;

}




/* 業務案内-------------------------------------------- */

.svs_txt01{
    font-size: 20px;
    line-height: 170%;
    margin-bottom: 40px;
}

.svs_txt02{
    font-size: 40px;
    line-height: 140%;    
    margin-bottom: 15px;    
    text-align: center;

}




.svs_bx01{
    margin-bottom: 60px;
}

.svs_bx01 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 40px;
}

.svs_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}

.svs_bx01_img{
    text-align: centerl;
    margin-bottom: 10px;
}

.svs_bx01 dl dt{
    font-size: 25px;
    line-height: 140%;
    margin-bottom: 5px;
    
   
}

.svs_bx01 dl dd{
    font-size: 18px;
    line-height: 160%;
}

.svs_bx02{
    text-align: center;
    margin-bottom: 30px;

}



.svs_bx03{
    text-align: center;
    margin-bottom: 70px;

}

.svs_bx03 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.svs_bx03:hover img {
	opacity: .7;
}


/* 人材派遣事業-------------------------------------------- */



.stfs_bx01{
    margin-bottom: 60px;
}


.stfs_bx01 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 40px;

}


.stfs_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}

.stfs_bx01_h{
    position: relative;
    z-index: 600;
}

.stfs_bx01 ul li dl dt{
    text-align: center;
    margin-top: -120px;
    margin-bottom: 15px;
        z-index: 1;  
}

.stfs_bx01 ul li dl dd{
    font-size: 16px;
    line-height: 180%;
}



/* 採用-------------------------------------------- */

.rrt_tab{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.rrt_tab ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.rrt_tab ul li:nth-child(3n){
    margin-right: 0%;

}

.rrt_tab ul li a{
    display: block;
    height: 70px;
    background: #d74f8e;
    border: 3px solid #04447c;
    box-sizing: border-box;
    
    font-size: 20px;
    line-height: 130%;
    text-align:center;
    color: #FFFFFF;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.rrt_tab ul li a:hover{
    background: #04447c;
    border: 3px solid #d74f8e;

    color: #d74f8e;
}






.rclt_001{
    margin-bottom: 60px;
}

.rclt_001 ul li{
	width:49%;
    min-height: 470px;
	height:auto;
	float:left;
	margin-right:2%;
	
	border:2px solid #04447c;
	box-sizing:border-box;
	padding:30px;
	margin-bottom:20px;
	background:#FFF;
}

.rclt_001 ul li:nth-child(2n){
	margin-right:0%;
}


.rclt_001 p{
	text-align:center;
	background:#cf0c0c;
	color:#FFF;
	font-size:14px;
	line-height:130%;
}


.rclt_001 p a{
	display:block;
	padding:8px 5px 8px 5px;
	box-sizing:border-box;
	color:#FFF;
}

.rclt_001 p a:hover{
	color:#FFF;
	text-decoration:underline;
}



.rclt_001_01{
	margin-bottom:20px;
}

.rclt_001_01 dl dt{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#04447c;
	margin-bottom:20px;

	border-bottom:2px dotted #04447c;
}

.rclt_001_01 dl dd{
	min-height:80px;
	font-size:18px;
	line-height:150%;
	padding-bottom:12px;
    background: #e8ed6a;
    padding: 25px 20px;
    box-sizing: border-box;
}




.rclt_001_02{
	margin-bottom:25px;

}

.rclt_001_02 dl dt{
	float:left;
	clear:both;
	
	font-size:16px;
	line-height:130%;


}

.rclt_001_02 dl dd{
	margin-left:110px;

	font-size:16px;
	line-height:130%;
	margin-bottom:15px;

}




.rrt_msg01{

	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}


.rrt_msg01_l{
	width:49%;
	height:auto;
	float:left;
    min-height: 350px;
    display: flex;
    align-items: center;

}

.rrt_msg01_l img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}


.rrt_msg01_r{
	width:49%;
	height:auto;
	float:right;

	min-height:350px;
    display: flex;
    align-items: center;
}

.rrt_msg01_r dl{
    margin-top: 20px;
}

.rrt_msg01_r dl dt{
	font-size:32px;
	line-height:150%;
    color: #04447c;
    margin-bottom: 15px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;     
}

.rrt_msg01_r dl dd{
	font-size:30px;
	line-height:160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;     
}

.rrt_msg01_r dl dd p{
	font-size:18px;
	line-height:160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;     
}


.rrt_msg02{
margin-bottom: 70px;

}

.rrt_msg02 dl dt{
	font-size:24px;
    height: 55px;
	line-height:150%;
    color: #d74f8e;
    margin-bottom: 15px;
    background: url("../img/recruit/03/q.jpg") left 2px no-repeat;
    padding-left: 50px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   
}

.rrt_msg02 dl dd{
	font-size:16px;
	line-height:180%;
    margin-bottom: 35px;
}

.rrt_msg02 dl dd:last-child{
	margin-bottom:0px;
}



/* リンクボタン-------------------------------------------- */


.lnk_btn{
    width: 170px;
    height: 45px;
    margin: 0 auto;

}


.lnk_btn a{
    width: 170px;
    height: 45px;
    display: block;
    border: 1px solid rgba(255,255,255,0.50);
    box-sizing: border-box;
    
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: nutcracker,sans-serif;
    font-weight: 400;
    font-style: normal;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



.lnk_btn a:hover{
    color: #FFFFFF;
    background: rgba(255,255,255,0.20);

}


/* トップ　news-------------------------------------------- */


.tp_news_bx_out{

    height: 576px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}
.tp_news_bx_in{
max-width: 1200px;
width: 100%;
margin: 0 auto;

}

.tp_news_bx{
    margin-bottom: 40px;
}

.tp_news_bx ul li{
    width: 32%;
    height: 180px;
    float: left;
    margin-right:2%;
    background: rgba(0,0,0,0.60);    

    padding: 30px;
    box-sizing: border-box;
}

.tp_news_bx ul li:nth-child(3n){
    margin-right: 0%;

}

.tp_news_bx dl dt{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
}

.tp_news_bx dl dd{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #ffffff;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;
}


.tp_news_bx dl dd a{
    color: #ffffff;
}

.tp_news_bx dl dd a:hover{
    color: #ffffff;
}


.tp_news_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;

}
.tp_news_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b50303;
	opacity: 0;
	transition: .3s;
}
.tp_news_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}






/* トップ　video-------------------------------------------- */


.tp_video_out{

    height: 850px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_video{
max-width: 730px;
width: 100%;
height: auto;

}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}






/* トップ　SCHEDULE-------------------------------------------- */


.tp_sdl_bx_out{

    height: 675px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_sdl_in{
max-width: 1200px;
width: 100%;
margin: 0 auto;

}

.tp_sdl_bx{

}

.tp_sdl_bx ul li{
    width: 32%;
    height: 180px;
    float: left;
    margin-right:2%;
    background: rgba(0,0,0,0.60);    
    margin-bottom: 20px;

    padding: 30px;
    box-sizing: border-box;
}

.tp_sdl_bx ul li:nth-child(3n){
    margin-right: 0%;

}

.tp_sdl_bx dl dt{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
}

.tp_sdl_bx dl dd{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #ffffff;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;
}


.tp_sdl_bx dl dd a{
    color: #ffffff;
}

.tp_sdl_bx dl dd a:hover{
    color: #ffffff;
}


.tp_sdl_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;

}
.tp_sdl_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b50303;
	opacity: 0;
	transition: .3s;
}
.tp_sdl_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}




/* トップ　BIOGRAPHY-------------------------------------------- */


.tp_bgy_bx_out{

    height: 600px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.tp_bgy_bx dl dt{
}

.tp_bgy_bx dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
}




/* トップ　PROFILE------------------------------------------- */

.tp_pfl_bx_out{

    height: 730px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_pfl_bx_in{
max-width: 1200px;
width: 100%;
height: auto;

}

.tp_pfl_bx{

}

.tp_pfl_bx ul{
    margin-bottom: 40px;

}

.tp_pfl_bx ul li{
    width: 19.2%;
    height: auto;
    float: left;
    margin-right: 1%;
}


.tp_pfl_bx ul li:nth-child(5n){
    margin-right: 0%;

}




.tp_pfl_bx dl dt{
    margin-bottom: 15px;
    text-align: center;
}


.tp_pfl_bx dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}



/* トップ　DISCOGRAPHY------------------------------------------- */

.tp_dgy_bx_out{

    height: 640px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_dgy_bx_in{
max-width: 850px;
width: 100%;
height: auto;

}

.tp_dgy_bx{

}

.tp_dgy_bx ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.tp_dgy_bx ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_dgy_bx_img{
    text-align: center;
    margin-bottom: 20px;

}

.tp_dgy_bx dl dt{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;

}


.tp_dgy_bx dl dd p{
    width: 80px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.60);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin:0 auto 14px auto;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_dgy_bx dl dd {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}



/* ニュース ---------------------------------------------- */


.ns_bx{
    padding: 60px 100px;
    background:rgba(0,0,0,0.60);
    
    min-height: 600px;
    
    box-sizing: border-box;
}

.ns_bx dl dt{
    font-size: 16px;
    line-height: 180%;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
    
    float: left;
    clear: both;
}


.ns_bx dl dd{
    font-size: 15px;
    line-height: 140%;
    color:#FFFFFF; 
    padding-left:90px;
    
    border-bottom: 1px solid  rgba(255,255,255,0.20);
    padding-bottom: 10px;
    margin-bottom: 10px
}

.ns_bx dl dd a{
    color:#FFFFFF; 
}

.ns_bx dl dd a:hover{
    color:#FFFFFF; 
}

.ns_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.ns_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b50303;
	opacity: 0;
	transition: .3s;
}
.ns_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}

.ns_bx_day{
    font-size: 16px;
    line-height: 180%;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
    
    margin-bottom: 25px;
}

.ns_bx_ttl{
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.ns_bx_post{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;

}



/* プロフィール ---------------------------------------------- */

.dst_01_in{
max-width: 900px;
width: 100%;
height: auto;

}

.dst_01_in_l{
width: 45%;
height: auto;
float: left;

}


.dst_01_in_r{
width: 45%;
height:auto;
float:right;
}




.dst_01_in_r dl{
    margin-bottom: 30px;
}

.dst_01_in_r dl dt{
font-size: 30px;
line-height: 140%;
color: #FFFFFF;
border-bottom: 1px solid rgba(255,255,255,0.20);
margin-bottom: 45px;
padding-bottom: 8px;
}

.dst_01_in_r dl dt span{
font-size: 18px;
line-height: 140%;
color: #FFFFFF;
margin-right: 20px;
}

.dst_01_in_r dl dd{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}

.dst_01_in_r dl dd dl dt{
    float: left;
    clear: both;
    
    font-size: 16px;
    line-height: 120%;

    color: #FFFFFF;
border-bottom:none;
margin-bottom: 0px;
padding-bottom: 0px;  

}


.dst_01_in_r dl dd dl dd{

    
    font-size: 16px;
    line-height: 120%;
    text-align: left;
    margin-left: 100px;

    color: #FFFFFF;

margin-bottom: 10px;


}

.dst_01_sns{
}

.dst_01_sns ul li{
    float: left;
    margin-right: 15px;
}

.dst_01_sns ul li img{
    width: 25px;

}

.dst_01_sns ul li:last-child{
	margin-bottom:0px;
}








/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:28px;
    line-height: 160%;

    margin-bottom: 5px;



}


.privacy dd {
    font-size:19px;
    line-height: 150%;
    margin-bottom: 35px;


}














/* お問い合わせフォーム ---------------------------------------------- */


.contact-txt{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 40px;

}

.f_text01{
    font-size: 15px;
    line-height: 100%;
}

.f_text01 a{
    color: #000000;
    text-decoration:underline;
}


.f_text01 a:hover{
    color: #000000;
    text-decoration: none;
}


.contact-t{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:18px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:18px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

}


.with-form1::placeholder{
    font-size: 14px;
    line-height: 100%;
    font-weight: normal !important;
  color:#454545;
}




.with-form3{
	width:400px;
    height: 35px !important;

	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#00A0E9;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (max-width: 1060px) {


/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    width: 600px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -300px;
    
    z-index: 600000;
}


h2.h2_01{
    font-size: 20px;
    line-height: 100%;
    margin-bottom:45px;
    color:#00a0e9;
    text-align: center;
    
    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}


h2.h2_01 p{
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#e4007f;
    text-align: center;
    
    font-family: coffee-service,sans-serif;
    font-weight: 400;
    font-style: normal;
}




h3.h3_01{
    width: 190px;
    height: 201px;
    font-size: 22px;
    line-height: 100%;
    margin: 0 auto 35px auto;
    color:#FFFFFF;
    text-align: center;
    
    background: url("../img/common/h3.png") center center no-repeat;
    background-size: 190px 201px;
    
    font-family: coffee-service,sans-serif;
    font-weight: 400;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

h3.h3_01 p{
    font-size: 24px;
    line-height: 100%;
    margin-bottom:5px;
    color:#FFFFFF;
    text-align: center;

    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}




.h2_btm00{
    margin-bottom: 0 !important;
}

.h2_btm01{
    margin-bottom: 20px !important;
}




h4.h4_01{
    width: 195px;
    height: 34px;
    font-size: 20px;
    line-height: 100%;
    margin: 0 auto 30px auto;
    color:#FFFFFF;
    text-align: center;
    
    background: url("../img/common/h4.png")  repeat;
    
    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



/* スライド ---------------------------------------------- */



.top_slide{
	width:100%;
	min-height:450px;

    box-sizing: border-box;

    position:relative;
	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.slide_txt_out{
z-index: 6000;
padding: 0 60px;
}

.slide_txt_in{
left: 50%;
width: 100%;
height: 450px;
margin: 100px auto 0 auto;


box-sizing: border-box;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
/*   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; */
}

.slide_txt_in dl dt{
    width: 320px;
    
    margin-bottom: 20px;
}

.slide_txt_in dl dd{
    width: 370px;

}




.slide_txt_out02{
z-index: 50;
position: relative;
height: 300px;
box-sizing:border-box;
}

.slide_txt_in02{
position: absolute;
padding: 0 30px;
bottom: 0px;
width: 100%;
margin: 0 auto;
box-sizing:border-box;
}









/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	right:60px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 14px;
	letter-spacing: 0.08em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}






/* 背景---------------------------------------------- */

.tp_bg_cr{
    background: #00a0e9;
}

.tp_bg_cr01{
    background: #68c42b;
}

.tp_bg_cr02{
    background: #c46299;
}

.tp_bg_cr03{
    background: #f9753b;
}

.tp_bg_cr04{
    background: #8d72cc;
}


.tp_bg_cr05{
    background: #d5c402
}


.tp_bg01{
  width: 100%;
  min-height: 100vh;
  
	background:url("../img/common/bg001.png") center center no-repeat;

 background-attachment: fixed;
   

  background-size: cover;

}


.tp_bg01_01{
  width: 100%;
	background:url("../img/common/bg001.png") center top no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */



}


.tp_bg02{
      width: 100%;
      height: 1000px;

/* background-attachment: fixed;*/
    background: url("../img/top/tp_bg.png") top center no-repeat;

background-size: 800px 667px;
}

.tp_bg03{
    width: 100%;
    background:url("../img/common/p_bg_t.png") top center no-repeat;
}




/* トップだけのメニュー ---------------------------------------------- */




.tp_cts_mn{
    height: 100%;
    position: relative;


}

.tp_cts_mn:before {
    content: "";
    display: block;
    padding-top: 85%; /* 1:1 */

}



.tp_cts_mn_nav01{
    position: absolute;
    top: 5px;
    left:17%;
    width: 230px;
}

.tp_cts_mn_nav02{
    position: absolute;
    top: 70px;
    right:17%; 
    width: 240px;    
}

.tp_cts_mn_nav03{
    position: absolute;
    top: 300px;
    right:17%;
    width: 240px;        
}


.tp_cts_mn_nav04{
    position: absolute;
    top: 460px;
    right:37%; 
    width: 240px;            
}


.tp_cts_mn_nav00{
    position: absolute;
    top: 230px;
    left:17%;
    width: 230px;
}



.tp_cts_mn_nav05{
    width: 280px;      
    position: absolute;
    top: 650px;
    left:17%;
}

.tp_cts_mn_nav06{
    width: 260px;  
    position: absolute;
    top: 630px;
    right:17%; 
}


.tp_cts_mn01{

    position: relative;
}












/* 各ページイメージ ---------------------------------------------- */

.toppage_img01{
	height:530px !important;
	background:url("../img/common/m_bg06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

   
   

.toppage_img02{
	height:550px !important;
	background:url("../img/top/main01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

/*
  min-height: 100vh;
*/
}






/* 背景 ---------------------------------------------- */


.bg01_img01{
	height:530px !important;
	background:url("../img/common/m_bg01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bg01_img02{
	height:730px !important;
	background:url("../img/common/m_bg02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.bg01_img03{
	height:640px !important;
	background:url("../img/common/m_bg03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.bg01_img04{
	height:530px !important;
	background:url("../img/common/m_bg06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bg01_img05{
	height:1000px !important;
	background:url("../img/common/m_bg04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bg01_img06{
	height:550px !important;
	background:url("../img/common/m_bg05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



/* 会社情報-------------------------------------------- */


.cpy_img01{
    text-align: center;
    margin-bottom: 30px;
}

.cpy_txt01{
max-width: 710px;
width: 100%;
    font-size: 19px;
    line-height: 180%;
    text-align:left;
    margin: 0 auto 60px auto;

}

.cpy_txt01 span::before {
	content: "" ;
	white-space:none ;
}




.cpy_txt02{
    max-width: 850px;
    width: 100%;
    margin: 0 auto 60px auto;
}

.cpy_txt02 dl dt{
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    

}

.cpy_txt02 dl dd{

    font-size: 18px;
    line-height: 160%;
}

.cpy_txt02 dl dd p{
    text-align: right;
    margin-top: 15px;
}




.cpy_tbl{
    margin-bottom: 60px;
}

.cpy_tbl table{
	width:100%;
	height:auto;
}

.cpy_tbl th{
    width: 130px;
	font-size:16px;
    line-height: 150%;
	text-align:left;    
	border-collapse:collapse;
	border-bottom:none;
    border-bottom: 1px dotted #00a0e9;
	
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
}

.cpy_tbl td{
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    border-bottom: 1px dotted #00a0e9;
	
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
}


.cpy_tbl td ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    margin-bottom: 10px;
    padding-left: 12px;
}

.cpy_tbl td ul li:last-child{
	margin-bottom:0px;
}

.cpy_tbl a{
    color: #000000;
}

.cpy_tbl a:hover{
    color: #000000;
}





.cpy_txt03{
    width: 100%;
    margin: 0 auto 50px auto;
}

.cpy_txt03 dl {
    padding: 20px;
    background: #fbfe15;

   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
}

.cpy_txt03 dl dt{
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 12px;
    color: #ea368b;
        
    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.cpy_txt03 dl dd{

    font-size: 17px;
    line-height: 160%;
}


.cpy_sdgs{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;


}
.cpy_sdgs img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.cpy_sdgs:hover img {
	opacity: .7;
}


.cpy_img01{
}

.cpy_img01 li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy_img01 li:nth-child(2n){
    margin-right: 0%;

}



.cpy_ass{
    margin-bottom: 20px;
}

.cpy_ass dl dt{
    width: 150px;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #000000;
    margin: 0 auto 10px auto;
    text-align: center;
    
    font-size: 15px;
    line-height: 100%;

}

.cpy_ass dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}


.cpy_map{
    padding-bottom: 60px;

}


/* 業務案内-------------------------------------------- */

.svs_txt01{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 30px;
}

.svs_txt02{
    font-size: 32px;
    line-height: 140%;    
    margin-bottom: 12px;    
    text-align: center;

}




.svs_bx01{
    margin-bottom: 50px;
}

.svs_bx01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;
}

.svs_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}

.svs_bx01_img{
    text-align: centerl;
    margin-bottom: 10px;
}

.svs_bx01 dl dt{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 5px;

}

.svs_bx01 dl dd{
    font-size: 16px;
    line-height: 150%;
}

.svs_bx02{
    text-align: center;
    margin-bottom: 30px;

}




.svs_bx03{
    text-align: center;
    margin-bottom: 60px;

}

.svs_bx03 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.svs_bx03:hover img {
	opacity: .7;
}


/* 人材派遣事業-------------------------------------------- */



.stfs_bx01{
    margin-bottom: 50px;
}


.stfs_bx01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;

}


.stfs_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}

.stfs_bx01_h{
    position: relative;
    z-index: 600;
}

.stfs_bx01 ul li dl dt{
    text-align: center;
    margin-top: -80px;
    margin-bottom: 15px;
        z-index: 1;  
}

.stfs_bx01 ul li dl dd{
    font-size: 15px;
    line-height: 170%;
}




/* 採用-------------------------------------------- */

.rrt_tab{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 35px auto;
}

.rrt_tab ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.rrt_tab ul li:nth-child(3n){
    margin-right: 0%;

}

.rrt_tab ul li a{
    display: block;
    height: 60px;
    background: #d74f8e;
    border: 3px solid #04447c;
    box-sizing: border-box;
    
    font-size: 18px;
    line-height: 130%;
    text-align:center;
    color: #FFFFFF;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.rrt_tab ul li a:hover{
    background: #04447c;
    border: 3px solid #d74f8e;

    color: #d74f8e;
}






.rclt_001{
    margin-bottom: 50px;
}

.rclt_001 ul li{
	width:100%;

	height:auto;
	float:none;
	margin-right:2%;
	
	border:2px solid #04447c;
	box-sizing:border-box;
	padding:30px;
	margin-bottom:20px;
	background:#FFF;
}

.rclt_001 ul li:nth-child(2n){
	margin-right:0%;
}


.rclt_001 p{
	text-align:center;
	background:#cf0c0c;
	color:#FFF;
	font-size:14px;
	line-height:130%;
}


.rclt_001 p a{
	display:block;
	padding:8px 5px 8px 5px;
	box-sizing:border-box;
	color:#FFF;
}

.rclt_001 p a:hover{
	color:#FFF;
	text-decoration:underline;
}



.rclt_001_01{
	margin-bottom:20px;
}

.rclt_001_01 dl dt{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#04447c;
	margin-bottom:20px;
    padding-bottom: 5px;

	border-bottom:2px dotted #04447c;
}

.rclt_001_01 dl dd{
	min-height:60px;
	font-size:16px;
	line-height:150%;
	padding-bottom:12px;
    background: #e8ed6a;
    padding: 20px 20px;
    box-sizing: border-box;
}




.rclt_001_02{
	margin-bottom:25px;

}

.rclt_001_02 dl dt{
	float:left;
	clear:both;
	
	font-size:15px;
	line-height:130%;


}

.rclt_001_02 dl dd{
	margin-left:110px;

	font-size:15px;
	line-height:130%;
	margin-bottom:15px;

}





.rrt_msg01{

	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}


.rrt_msg01_l{
	width:48%;
	height:auto;
	float:left;
    min-height: 280px;
    display: flex;
    align-items: center;

}

.rrt_msg01_l img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}


.rrt_msg01_r{
	width:50%;
	height:auto;
	float:right;
    min-height: 280px;
    display: flex;
    align-items: center;
 
}

.rrt_msg01_r dl{
    margin-top: 15px;
}

.rrt_msg01_r dl dt{
	font-size:25px;
	line-height:140%;
    color: #04447c;
    margin-bottom: 15px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;     
}

.rrt_msg01_r dl dd{
	font-size:25px;
	line-height:160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;     
}

.rrt_msg01_r dl dd p{
	font-size:16px;
	line-height:160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;     
}





.rrt_msg02{
margin-bottom: 60px;

}

.rrt_msg02 dl dt{
	font-size:20px;
    height: 45px;
	line-height:150%;
    color: #d74f8e;
    margin-bottom: 15px;
    background: url("../img/recruit/03/q.jpg") left 2px no-repeat;
    background-size: 33px 45px;
    padding-left: 45px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   
}

.rrt_msg02 dl dd{
	font-size:15px;
	line-height:170%;
    margin-bottom: 35px;
}

.rrt_msg02 dl dd:last-child{
	margin-bottom:0px;
}




/* リンクボタン-------------------------------------------- */


.lnk_btn{
    width: 150px;
    height: 38px;
    margin: 0 auto;

}


.lnk_btn a{
    width: 150px;
    height: 38px;
    display: block;
    border: 1px solid rgba(255,255,255,0.50);
     box-sizing: border-box;
     
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: nutcracker,sans-serif;
    font-weight: 400;
    font-style: normal;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



.lnk_btn a:hover{
    color: #FFFFFF;
    background: rgba(255,255,255,0.20);

}


/* トップ　news-------------------------------------------- */


.tp_news_bx_out{

    height: 530px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}
.tp_news_bx_in{
max-width: 1200px;
width: 100%;
margin: 0 auto;

}

.tp_news_bx{
    margin-bottom: 40px;
}

.tp_news_bx ul li{
    width: 32%;
    height: 180px;
    float: left;
    margin-right:2%;
    background: rgba(0,0,0,0.60);    

    padding: 30px;
    box-sizing: border-box;
}

.tp_news_bx ul li:nth-child(3n){
    margin-right: 0%;

}

.tp_news_bx dl dt{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
}

.tp_news_bx dl dd{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #ffffff;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;
}


.tp_news_bx dl dd a{
    color: #ffffff;
}

.tp_news_bx dl dd a:hover{
    color: #ffffff;
}


.tp_news_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;

}
.tp_news_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b50303;
	opacity: 0;
	transition: .3s;
}
.tp_news_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}









/* トップ　video-------------------------------------------- */


.tp_video_out{

    height: 730px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_video{
max-width: 730px;
width: 100%;
height: auto;

}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}







/* トップ　SCHEDULE-------------------------------------------- */


.tp_sdl_bx_out{

    height: 640px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_sdl_in{
max-width: 1200px;
width: 100%;
margin: 0 auto;

}

.tp_sdl_bx{

}

.tp_sdl_bx ul li{
    width: 32%;
    height: 180px;
    float: left;
    margin-right:2%;
    background: rgba(0,0,0,0.60);    
    margin-bottom: 20px;

    padding: 30px;
    box-sizing: border-box;
}

.tp_sdl_bx ul li:nth-child(3n){
    margin-right: 0%;

}

.tp_sdl_bx dl dt{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
}

.tp_sdl_bx dl dd{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #ffffff;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;
}


.tp_sdl_bx dl dd a{
    color: #ffffff;
}

.tp_sdl_bx dl dd a:hover{
    color: #ffffff;
}


.tp_sdl_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;

}
.tp_sdl_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b50303;
	opacity: 0;
	transition: .3s;
}
.tp_sdl_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}


/* トップ　BIOGRAPHY-------------------------------------------- */


.tp_bgy_bx_out{

    height: 530px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_bgy_bx dl dt{
}

.tp_bgy_bx dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
}






/* トップ　PROFILE------------------------------------------- */

.tp_pfl_bx_out{

    height: 1000px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_pfl_bx_in{
max-width: 700px;
width: 100%;
height: auto;

}

.tp_pfl_bx{

}

.tp_pfl_bx ul{
    margin-bottom: 30px;

}

.tp_pfl_bx ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}


.tp_pfl_bx ul li:nth-child(3n){
    margin-right: 0%;

}


.tp_pfl_bx ul li:nth-child(4){
    margin-bottom: 0px;

}

.tp_pfl_bx ul li:nth-child(5){
    margin-bottom: 0px;

}




.tp_pfl_bx dl dt{
    margin-bottom: 15px;
    text-align: center;
}


.tp_pfl_bx dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}






/* トップ　DISCOGRAPHY------------------------------------------- */

.tp_dgy_bx_out{

    height: 550px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_dgy_bx_in{
max-width: 850px;
width: 100%;
height: auto;

}

.tp_dgy_bx{

}

.tp_dgy_bx ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.tp_dgy_bx ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_dgy_bx_img{
    text-align: center;
    margin-bottom: 20px;

}

.tp_dgy_bx dl dt{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;

}


.tp_dgy_bx dl dd p{
    width: 80px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.60);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin:0 auto 14px auto;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_dgy_bx dl dd {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}





/* ニュース ---------------------------------------------- */


.ns_bx{
    padding: 50px 70px;
    background:rgba(0,0,0,0.60);
    
    
    min-height: 500px;
    
    box-sizing: border-box;    
}

.ns_bx dl dt{
    font-size: 16px;
    line-height: 180%;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
    
    float: left;
    clear: both;
}


.ns_bx dl dd{
    font-size: 15px;
    line-height: 140%;
    color:#FFFFFF; 
    padding-left:90px;
    
    border-bottom: 1px solid  rgba(255,255,255,0.20);
    padding-bottom: 10px;
    margin-bottom: 10px
}

.ns_bx dl dd a{
    color:#FFFFFF; 
}

.ns_bx dl dd a:hover{
    color:#FFFFFF; 
}

.ns_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.ns_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b50303;
	opacity: 0;
	transition: .3s;
}
.ns_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}




.ns_bx_day{
    font-size: 16px;
    line-height: 180%;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
    
    margin-bottom: 15px;
}

.ns_bx_ttl{
    font-size: 22px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.ns_bx_post{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;

}




/* プロフィール ---------------------------------------------- */

.dst_01_in{
max-width: 800px;
width: 100%;
height: auto;

}

.dst_01_in_l{
width: 45%;
height: auto;
float: left;

}


.dst_01_in_r{
width: 45%;
height:auto;
float:right;
}




.dst_01_in_r dl{
    margin-bottom: 30px;
}

.dst_01_in_r dl dt{
font-size: 30px;
line-height: 140%;
color: #FFFFFF;
border-bottom: 1px solid rgba(255,255,255,0.20);
margin-bottom: 45px;
padding-bottom: 8px;
}

.dst_01_in_r dl dt span{
font-size: 18px;
line-height: 140%;
color: #FFFFFF;
margin-right: 20px;
}

.dst_01_in_r dl dd{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}

.dst_01_in_r dl dd dl dt{
    float: left;
    clear: both;
    
    font-size: 16px;
    line-height: 120%;

    color: #FFFFFF;
border-bottom:none;
margin-bottom: 0px;
padding-bottom: 0px;  

}


.dst_01_in_r dl dd dl dd{

    
    font-size: 16px;
    line-height: 120%;
    text-align: left;
    margin-left: 100px;

    color: #FFFFFF;

margin-bottom: 10px;


}

.dst_01_sns{
}

.dst_01_sns ul li{
    float: left;
    margin-right: 15px;
}

.dst_01_sns ul li img{
    width: 25px;

}

.dst_01_sns ul li:last-child{
	margin-bottom:0px;
}


/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:24px;
    line-height: 160%;

    margin-bottom: 5px;

}


.privacy dd {
    font-size:18px;
    line-height: 140%;
    margin-bottom: 25px;

}





















/* お問い合わせフォーム---------------------------------------------- */


.contact-txt{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;

}

.f_text01{
    font-size: 15px;
    line-height: 100%;
}

.f_text01 a{
    color: #000000;
    text-decoration:underline;
}


.f_text01 a:hover{
    color: #000000;
    text-decoration: none;
}


.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:17px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:17px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
}


.with-form1::placeholder{
    font-size: 14px;
    line-height: 100%;
    font-weight: normal !important;
  color:#454545;
}




.with-form3{
	width:400px;
    height: 35px !important;

	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#00A0E9;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    width: 355px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -178px;
    
    z-index: 600000;
}




h2.h2_01{
    font-size: 18px;
    line-height: 100%;
    margin-bottom:35px;
    color:#00a0e9;
    text-align: center;
    
    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}


h2.h2_01 p{
    font-size: 35px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#e4007f;
    text-align: center;
    
    font-family: coffee-service,sans-serif;
    font-weight: 400;
    font-style: normal;
}





h3.h3_01{
    width: 150px;
    height: 159px;
    font-size: 17px;
    line-height: 100%;
    margin: 0 auto 30px auto;
    color:#FFFFFF;
    text-align: center;
    
    background: url("../img/common/h3.png") center center no-repeat;
    background-size: 150px 159px;
    
    font-family: coffee-service,sans-serif;
    font-weight: 400;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

h3.h3_01 p{
    font-size: 20px;
    line-height: 100%;
    margin-bottom:5px;
    color:#FFFFFF;
    text-align: center;

    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}



.h2_btm00{
    margin-bottom: 0 !important;
}

.h2_btm01{
    margin-bottom: 20px !important;
}



h4.h4_01{
    width: 175px;
    height: 30px;
    font-size: 18px;
    line-height: 100%;
    margin: 0 auto 25px auto;
    color:#FFFFFF;
    text-align: center;
    
    background: url("../img/common/h4.png")  repeat;
    
    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 15px;
}


.top_slide{
	width:100%;
	min-height:350px;

    box-sizing: border-box;

    position:relative;
	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}



.slide_txt_out{
z-index: 6000;
padding: 0 20px;
}

.slide_txt_in{


left: 50%;
width: 100%;
height: 350px;
margin: 80px auto 0 auto;


box-sizing: border-box;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
/*   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; */
}

.slide_txt_in dl dt{
    width: 200px;
    
    margin-bottom: 15px;
}

.slide_txt_in dl dd{
    width: 250px;

}




.slide_txt_out02{
z-index: 50;
position: relative;
height: 230px;
box-sizing:border-box;
}

.slide_txt_in02{
position: absolute;
padding: 0 20px;
bottom: 0px;
width: 100%;
margin: 0 auto;
box-sizing:border-box;
}






/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	right:40px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 13px;
	letter-spacing: 0.08em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}





/* 背景---------------------------------------------- */

.tp_bg_cr{
    background: #00a0e9;
}

.tp_bg_cr01{
    background: #68c42b;
}

.tp_bg_cr02{
    background: #c46299;
}

.tp_bg_cr03{
    background: #f9753b;
}

.tp_bg_cr04{
    background: #8d72cc;
}


.tp_bg_cr05{
    background: #d5c402
}


.tp_bg01{
  width: 100%;
  min-height: 100vh;
  
	background:url("../img/common/bg001.png") center center no-repeat;

 background-attachment: fixed;
   

  background-size: cover;

}



.tp_bg01_01{
  width: 100%;
	background:url("../img/common/bg001.png") center top no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */



}

.tp_bg02{
      width: 100%;
      height: 690px;
      
/* background-attachment: fixed;*/
    background: url("../img/top/tp_bg.png") top center no-repeat;

background-size: 600px 500px;
}





/* トップだけのメニュー ---------------------------------------------- */




.tp_cts_mn{
    height: 100%;
    position: relative;


}

.tp_cts_mn:before {
    content: "";
    display: block;
    padding-top: 85%; /* 1:1 */

}



.tp_cts_mn_nav01{
    position: absolute;
    top: 10px;
    left:16%;
    width: 135px;
}


.tp_cts_mn_nav02{
    position: absolute;
    top: 70px;
    right:16%; 
    width: 135px;
}

.tp_cts_mn_nav03{
    position: absolute;
    top: 210px;
    right:16%;
    width: 135px;  
}


.tp_cts_mn_nav04{
    position: absolute;
    top: 310px;
    right:40%;
    width: 135px; 
}




.tp_cts_mn_nav00{
    position: absolute;
    top: 150px;
    left:16%;
    width: 135px; 
}





.tp_cts_mn_nav05{
    width: 150px;
    position: absolute;
    top: 425px;
    left:12%;
     
}

.tp_cts_mn_nav06{
    width: 150px;
    position: absolute;
    top: 410px;
    right:12%;
      
}


.tp_cts_mn01{

    position: relative;
}








/* 各ページイメージ ---------------------------------------------- */
.toppage_img01{
	height:500px !important;
	background:url("../img/common/m_bg05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

   
   
.toppage_img02{
	height:300px !important;
	background:url("../img/top/main01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

/*
  min-height: 100vh;
*/
}




/* 背景 ---------------------------------------------- */



.bg01_img01{
	height:576px !important;
	background:url("../img/common/m_bg01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bg01_img02{
	height:550px !important;
	background:url("../img/common/m_bg02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.bg01_img03{
	height:500px !important;
	background:url("../img/common/m_bg03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.bg01_img04{
	height:500px !important;
	background:url("../img/common/m_bg06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bg01_img05{
	height:1200px !important;
	background:url("../img/common/m_bg04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bg01_img06{
	height:800px !important;
	background:url("../img/common/m_bg05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




/* 会社情報-------------------------------------------- */


.cpy_img01{
    text-align: center;
    margin-bottom: 25px;
}

.cpy_txt01{
max-width: 710px;
width: 100%;
    font-size: 16px;
    line-height: 160%;
    text-align:left;
    margin: 0 auto 50px auto;

}

.cpy_txt01 span::before {
	content: "" ;
	white-space:none ;
}



.cpy_txt02{
    max-width: 850px;
    width: 100%;
    margin: 0 auto 50px auto;
}

.cpy_txt02 dl dt{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
 
}

.cpy_txt02 dl dd{

    font-size: 17px;
    line-height: 150%;
}

.cpy_txt02 dl dd p{
    text-align: right;
    margin-top: 15px;
}







.cpy_tbl{
    margin-bottom: 50px;
}

.cpy_tbl table{
	width:100%;
	height:auto;
}

.cpy_tbl th{
    display: block;
    width: 100%;
	font-size:15px;
    line-height: 140%;
	text-align:left;    
	border-collapse:collapse;
	border-bottom:none;
    color: #00a0e9;
	
	padding:10px 10px 0px 10px;	
	box-sizing:border-box;
}

.cpy_tbl td{
    display: block;
    width: 100%;
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    border-bottom: 1px dotted #00a0e9;
	
	padding:5px 10px 5px 10px;	
	box-sizing:border-box;
}


.cpy_tbl td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    margin-bottom: 10px;
    padding-left: 10px;
}

.cpy_tbl td ul li:last-child{
	margin-bottom:0px;
}

.cpy_tbl a{
    color: #000000;
}

.cpy_tbl a:hover{
    color: #000000;
}




.cpy_txt03{
    width: 100%;
    margin: 0 auto 40px auto;
}

.cpy_txt03 dl {
    padding: 15px;
    background: #fbfe15;

   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
}

.cpy_txt03 dl dt{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 12px;
    color: #ea368b;
        
    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.cpy_txt03 dl dd{

    font-size: 15px;
    line-height: 160%;
}

.cpy_sdgs{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;


}
.cpy_sdgs img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.cpy_sdgs:hover img {
	opacity: .7;
}

.cpy_img01{
}

.cpy_img01 li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy_img01 li:nth-child(2n){
    margin-right: 0%;

}



.cpy_ass{
    margin-bottom: 20px;
}

.cpy_ass dl dt{
    width: 120px;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #000000;
    margin: 0 auto 10px auto;
    text-align: center;
    
    font-size: 14px;
    line-height: 100%;

}

.cpy_ass dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}


.cpy_map{
    padding-bottom: 50px;

}

/* 業務案内-------------------------------------------- */

.svs_txt01{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
}

.svs_txt02{
    font-size: 24px;
    line-height: 140%;    
    margin-bottom: 10px;    
    text-align: center;
    
   
}




.svs_bx01{
    margin-bottom: 50px;
}

.svs_bx01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 2%;
    margin-bottom: 25px;
}

.svs_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}


.svs_bx01 ul li:last-child{
	margin-bottom:0px;
}

.svs_bx01_img{
    text-align: centerl;
    margin-bottom: 10px;
}

.svs_bx01 dl dt{
    font-size: 19px;
    line-height: 140%;
    margin-bottom: 5px;
    
}

.svs_bx01 dl dd{
    font-size: 16px;
    line-height: 140%;
}

.svs_bx02{
    text-align: center;
    margin-bottom: 30px;

}




.svs_bx03{
    text-align: center;
    margin-bottom: 50px;

}

.svs_bx03 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.svs_bx03:hover img {
	opacity: .7;
}




/* 人材派遣事業-------------------------------------------- */



.stfs_bx01{
    margin-bottom: 40px;
}


.stfs_bx01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 2%;
    margin-bottom: 35px;

}


.stfs_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}

.stfs_bx01 ul li:last-child{
	margin-bottom:0px;
}




.stfs_bx01_h{
    position: relative;
    z-index: 600;
}

.stfs_bx01 ul li dl dt{
    text-align: center;
    margin-top: -80px;
    margin-bottom: 15px;
        z-index: 1;  
}

.stfs_bx01 ul li dl dd{
    font-size: 15px;
    line-height: 170%;
}





/* 採用-------------------------------------------- */

.rrt_tab{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
}

.rrt_tab ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.rrt_tab ul li:nth-child(3n){
    margin-right: 0%;

}

.rrt_tab ul li a{
    display: block;
    height: 50px;
    background: #d74f8e;
    border: 2px solid #04447c;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
    letter-spacing: -0.08em;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    font-family: senobi-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.rrt_tab ul li a:hover{
    background: #04447c;
    border: 3px solid #d74f8e;

    color: #d74f8e;
}






.rclt_001{
    margin-bottom: 30px;
}

.rclt_001 ul li{
	width:100%;

	height:auto;
	float:none;
	margin-right:2%;
	
	border:2px solid #04447c;
	box-sizing:border-box;
	padding:15px;
	margin-bottom:20px;
	background:#FFF;
}

.rclt_001 ul li:nth-child(2n){
	margin-right:0%;
}


.rclt_001 p{
	text-align:center;
	background:#cf0c0c;
	color:#FFF;
	font-size:14px;
	line-height:130%;
}


.rclt_001 p a{
	display:block;
	padding:8px 5px 8px 5px;
	box-sizing:border-box;
	color:#FFF;
}

.rclt_001 p a:hover{
	color:#FFF;
	text-decoration:underline;
}



.rclt_001_01{
	margin-bottom:20px;
}

.rclt_001_01 dl dt{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#04447c;
	margin-bottom:20px;
    padding-bottom: 5px;

	border-bottom:2px dotted #04447c;
}

.rclt_001_01 dl dd{
	min-height:50px;
	font-size:15px;
	line-height:150%;
	padding-bottom:12px;
    background: #e8ed6a;
    padding: 10px 10px;
    box-sizing: border-box;
}




.rclt_001_02{
	margin-bottom:25px;

}

.rclt_001_02 dl dt{
	float:left;
	clear:both;
	
	font-size:14px;
	line-height:130%;


}

.rclt_001_02 dl dd{
	margin-left:80px;

	font-size:14px;
	line-height:130%;
	margin-bottom:15px;

}




.rrt_msg01{

	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}


.rrt_msg01_l{
	width:100%;
	height:auto;
	float:none;
    min-height: auto;
    margin-bottom: 20px;

}

.rrt_msg01_l img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}


.rrt_msg01_r{
	width:100%;
	height:auto;
	float:none;
    min-height: auto;
 
}

.rrt_msg01_r dl{
    margin-top: 15px;
}

.rrt_msg01_r dl dt{
	font-size:18px;
	line-height:140%;
    color: #04447c;
    margin-bottom: 10px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;     
}

.rrt_msg01_r dl dd{
	font-size:18px;
	line-height:160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;     
}

.rrt_msg01_r dl dd p{
	font-size:14px;
	line-height:150%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;     
}








.rrt_msg02{
margin-bottom: 50px;

}

.rrt_msg02 dl dt{
	font-size:16px;
    height: 30px;
	line-height:150%;
    color: #d74f8e;
    margin-bottom: 10px;
    background: url("../img/recruit/03/q.jpg") left 2px no-repeat;
    background-size: 22px 30px;
    padding-left: 30px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   
}

.rrt_msg02 dl dd{
	font-size:14px;
	line-height:150%;
    margin-bottom: 30px;
}

.rrt_msg02 dl dd:last-child{
	margin-bottom:0px;
}




/* リンクボタン-------------------------------------------- */


.lnk_btn{
    width: 130px;
    height: 30px;
    margin: 0 auto;

}


.lnk_btn a{
    width: 130px;
    height: 30px;
    display: block;
    border: 1px solid rgba(255,255,255,0.50);
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    
    font-family: nutcracker,sans-serif;
    font-weight: 400;
    font-style: normal;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



.lnk_btn a:hover{
    color: #FFFFFF;
    background: rgba(255,255,255,0.20);

}


/* トップ　news-------------------------------------------- */


.tp_news_bx_out{

    height: 576px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}
.tp_news_bx_in{
max-width: 1200px;
width: 100%;
margin: 0 auto;

}

.tp_news_bx{

    margin-bottom: 40px;
}

.tp_news_bx ul li{
    width: 100%;
    height: 110px;
    float: left;
    margin-right:0%;
    margin-bottom: 20px;
    background: rgba(0,0,0,0.60);    

    padding: 25px;
    box-sizing: border-box;
}

.tp_news_bx ul li:nth-child(3n){
    margin-right: 0%;
    margin-bottom: 0;

}

.tp_news_bx dl dt{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
}

.tp_news_bx dl dd{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #ffffff;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;
}


.tp_news_bx dl dd a{
    color: #ffffff;
}

.tp_news_bx dl dd a:hover{
    color: #ffffff;
}


.tp_news_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;

}
.tp_news_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b50303;
	opacity: 0;
	transition: .3s;
}
.tp_news_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}





/* トップ　video-------------------------------------------- */


.tp_video_out{

    height: 550px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_video{
max-width: 730px;
width: 100%;
height: auto;

}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}





/* トップ　SCHEDULE-------------------------------------------- */


.tp_sdl_bx_out{

    height: 500px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_sdl_in{
max-width: 1200px;
width: 100%;
margin: 0 auto;

}

.scroll-area{
height: 330px;

}
.tp_sdl_bx ul li{
    width: 100%;
    height: 110px;
    float: left;
    margin-right:0%;
    margin-bottom: 20px;
    background: rgba(0,0,0,0.60);    

    padding: 25px;
    box-sizing: border-box;
}

.tp_sdl_bx ul li:nth-child(3n){
    margin-right: 0%;
    margin-bottom: 20px;

}

.tp_sdl_bx ul li:nth-child(6){
    margin-right: 0%;
    margin-bottom: 0px;

}


.tp_sdl_bx dl dt{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
}

.tp_sdl_bx dl dd{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #ffffff;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;
}


.tp_sdl_bx dl dd a{
    color: #ffffff;
}

.tp_sdl_bx dl dd a:hover{
    color: #ffffff;
}


.tp_sdl_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;

}
.tp_sdl_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b50303;
	opacity: 0;
	transition: .3s;
}
.tp_sdl_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}





/* トップ　BIOGRAPHY-------------------------------------------- */


.tp_bgy_bx_out{

    height: 500px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_bgy_bx dl dt{
}

.tp_bgy_bx dl dd{
    font-size: 15px;
    line-height: 170%;
    color: #FFFFFF;
}



/* トップ　PROFILE------------------------------------------- */

.tp_pfl_bx_out{

    height: 1200px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_pfl_bx_in{
max-width: 500px;
width: 100%;
height: auto;

}

.tp_pfl_bx{

}

.tp_pfl_bx ul{
    margin-bottom: 25px;

}


.tp_pfl_bx ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
}


.tp_pfl_bx ul li:nth-child(2n){
    margin-right: 0%;

}



.tp_pfl_bx ul li:nth-child(3n){
    margin-right: 3%;

}


.tp_pfl_bx ul li:nth-child(4){
    margin-bottom: 30px;

}

.tp_pfl_bx ul li:nth-child(5){
    margin-bottom: 0px;

}



.tp_pfl_bx dl dt{
    margin-bottom: 8px;
    text-align: center;
}


.tp_pfl_bx dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
}







/* トップ　DISCOGRAPHY------------------------------------------- */

.tp_dgy_bx_out{

    height: 800px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_dgy_bx_in{
max-width: 850px;
width: 100%;
height: auto;

}

.tp_dgy_bx{

}

.tp_dgy_bx ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
}

.tp_dgy_bx ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_dgy_bx ul li:nth-child(3n){
    margin-right: 3%;
    margin-bottom: 0;
}



.tp_dgy_bx_img{
    text-align: center;
    margin-bottom: 20px;

}

.tp_dgy_bx dl dt{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;

}


.tp_dgy_bx dl dd p{
    width: 80px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.60);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin:0 auto 14px auto;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_dgy_bx dl dd {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}






/* ニュース ---------------------------------------------- */


.ns_bx{
    padding: 20px 30px;
    background:rgba(0,0,0,0.60);
    
    
    min-height: 400px;
    
    box-sizing: border-box;    
}

.ns_bx dl dt{
    font-size: 14px;
    line-height: 120%;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
    
    float: none;
    clear: both;
    margin-bottom: 1px;
}


.ns_bx dl dd{
    font-size: 14px;
    line-height: 140%;
    color:#FFFFFF; 
    padding-left:0px;
    
    border-bottom: 1px solid  rgba(255,255,255,0.20);
    padding-bottom: 1px;
    margin-bottom: 10px
}

.ns_bx dl dd a{
    color:#FFFFFF; 
}

.ns_bx dl dd a:hover{
    color:#FFFFFF; 
}

.ns_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.ns_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b50303;
	opacity: 0;
	transition: .3s;
}
.ns_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}



.ns_bx_day{
    font-size: 14px;
    line-height: 180%;
    color: #b50303;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
    
    margin-bottom: 15px;
}

.ns_bx_ttl{
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.ns_bx_post{
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;

}



/* プロフィール ---------------------------------------------- */

.dst_01_in{
max-width: 800px;
width: 100%;
height: auto;

}

.dst_01_in_l{
max-width: 300px;
width: 100%;
height: auto;
float: none;
margin: 0 auto 10px auto;


}

.dst_01_in_l img{
    width: 230px;
    text-align: center;
    margin: 0 auto;
}


.dst_01_in_r{
max-width: 300px;
width: 100%;
height: auto;
float: none;
margin: 0 auto 0px auto;

}




.dst_01_in_r dl{
    margin-bottom: 20px;
}

.dst_01_in_r dl dt{
font-size: 24px;
line-height: 140%;
color: #FFFFFF;
border-bottom: 1px solid rgba(255,255,255,0.20);
margin-bottom: 25px;
padding-bottom: 5px;
}

.dst_01_in_r dl dt span{
font-size: 15px;
line-height: 140%;
color: #FFFFFF;
margin-right: 13px;
}

.dst_01_in_r dl dd{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}

.dst_01_in_r dl dd dl dt{
    float: left;
    clear: both;
    
    font-size: 14px;
    line-height: 120%;

    color: #FFFFFF;
border-bottom:none;
margin-bottom: 0px;
padding-bottom: 0px;  

}


.dst_01_in_r dl dd dl dd{

    
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    margin-left: 80px;

    color: #FFFFFF;

margin-bottom: 10px;


}

.dst_01_sns{
}

.dst_01_sns ul li{
    float: left;
    margin-right: 15px;
}

.dst_01_sns ul li img{
    width: 18px;

}

.dst_01_sns ul li:last-child{
	margin-bottom:0px;
}




/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:19px;
    line-height: 160%;

    margin-bottom: 5px;

}


.privacy dd {
    font-size:16px;
    line-height: 140%;
    margin-bottom: 25px;

}













/* お問い合わせフォーム---------------------------------------------- */


.contact-txt{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 27px;

}

.f_text01{
    font-size: 14px;
    line-height: 100%;
}

.f_text01 a{
    color: #000000;
    text-decoration:underline;
}


.f_text01 a:hover{
    color: #000000;
    text-decoration: none;
}


.contact-t{
	font-size:15px;
	line-height:150%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}





#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

}


.with-form1::placeholder{
    font-size: 14px;
    line-height: 100%;
    font-weight: normal !important;
  color:#454545;
}



.with-form3{
	width:320px;
    height: 35px !important;

	padding:5px 2px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#00A0E9;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}













}
