

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {

    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-size: 62.5%;/* ベースのフォントサイズを10pxに設定 */

    box-sizing: border-box;
    
  font-feature-settings: "palt";
}

html { scroll-behavior: smooth;}

*:first-child + html body {

    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;

}

body{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;

	
	padding:0;
	margin:0;
	font-size: 1.6rem;

	line-height:140%;
	text-align:left;

    box-sizing: border-box;
}


body a:focus{
	outline:none;
}






/* 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;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body{
	padding:0;
	margin:0;
	font-size:17px;

	line-height:160%;
	text-align:left;

}	 

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}



.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}


.container00{
	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:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0;

}

.container02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0;

}

.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 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 60px 0;

}



.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;
}

.container04_00{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 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:70px 0 70px 0;

}





.container05{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0;
}


.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0 0px 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;

}


/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */






#header {

  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:100px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;

 background-color: #fff;

}

header{

	width:100%;
	height:100px;
	margin:0 auto;

	box-sizing:border-box;
}


.header_contact{
    position:absolute;
    top:30px;
    right:50px;
	width:130px;
	height:auto;
	text-align: center;
	text-decoration: none;
}

.header_contact a{
    display: block;
	width:130px;
    height: 40px;
    font-size: 15px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 2px;
    
    background: #000;

	border: 1px solid #000;
     box-sizing: border-box;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:400;
    font-style: normal;   
}

.header_contact a p::after{
    display: inline-block;
    content: url(../img/common/contact_icon.png);

    margin-left: 5px;
    padding-top: -1px;

    transition: 0.3s;
}


.header_contact a:hover {
    background-color: #cc0000;
    border:1px solid #cc0000
}

.header_contact.on a {
    background-color: #cc0000;
    border:1px solid #cc0000
}



/*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:-80px;
    padding-top:80px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}

.youtube_01_outer {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
}
.youtube_01 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
  
.youtube_01 iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
  
  
  



/* footer ---------------------------------------------- */


footer{

	padding:30px 40px;
	box-sizing:border-box;


}

.footer_in{
    max-width: 1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}



address{
	font-size:14px;
	line-height:160%;
	color:#000;


    margin-bottom: 10px;


}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:12px;	


}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
    text-align: center;
	line-height:120%;
    color: #999999;
}







/*gnav*/




.nav_logo{
	margin-bottom:50px;
	display:none;
}





#g-nav-list{
position: absolute;
right: 180px;
top: 42px;





}


#g-nav-list ul{


}
	
#g-nav-list ul li:first-child{

    box-sizing: border-box;
}


#g-nav-list ul li{

    float: left;
	font-size:15px;
	line-height:100%;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: text-top;
    margin-right: 30px;

    letter-spacing: 0.10em;


    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 600;
    font-style: normal;
}

#g-nav-list ul li:last-child{
	margin-right:0px;
    display: none;
}

#g-nav-list ul li a{
	color:#000;
	text-decoration: none;
	position: relative;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

#g-nav-list ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0;
  height:3px;
  background-color: #cc0000;
  transition: .3s;
  transform: translateX(-50%);
}
/*
#g-nav-list ul li a:hover::after{
  width: 100%;
}
*/
#g-nav-list ul li a:hover{
    color: #cc0000;
}




/*


#g-nav-list ul li:nth-child(5){
    margin-right: 0%;
}

*/


.gnav_on{
    color: #cc0000 !important;
    

    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 600;
    font-style: normal;
}


  
  
  
  
/*========= ページトップのためのCSS ===============*/

/*リンクを右下に固定*/
#page-top {
    display: none;
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}






/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    position: absolute;
    top: 23px;
    left: 50px;
}


h2.h2_01{
    font-size: 24px;
    line-height: 110%;
    font-weight: 600;
    text-align: center;
    color: #000;

    margin-bottom: 60px;
}

h2.h2_01.mbh{
    margin-bottom: 30px;
}

h2.h2_01.mb0{
    margin-bottom: 0px;
}


h2.h2_01 p{
    font-size: 60px;
    line-height: 110%;

    margin-bottom: 10px;
}


h2.h2_01.clrw{
    color: #fff;
}





h2.h2_02{
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
  color: #34507c;  

}

h2.h2_02 p{
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 6px;
  color:#000000;
}





.h2_cr{
    color:  #FFFFFF !important;
}

.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 25px !important
}


.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 40px !important
}




h3.h3_01{
    margin-bottom: 40px;

    border-left: 4px solid #cc0000;

    font-size: 30px;
    font-weight: 600;
    line-height: 100%;

    padding-left: 20px;
    padding-top: 50px;

}






h4.h4_01{
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #000000;
    
    border-bottom: 1px dotted #999999;
    
    font-weight: 400;
}

/* スライド ---------------------------------------------- */


.top_slide_out{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}


.top_slide{
	width:100%;
    margin-top: 100px;
	height: calc(100vh - 100px);

	z-index:5;


 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    border-radius: 15px;
}

.top_slide_out > div{
    border-radius: 15px;
}


.slide_txt_out{
position:relative;
width: 100%;
height: 100%;
margin: 0 auto;

box-sizing: border-box;

z-index: 6000;
}


.slide_txt_out .slide_txt{
    position: absolute;
    top: calc(50% - 290px);
    left: calc(50% - 180px);

    width: 558px;
    height: 139px;


    translate: -50% 0px;
}

.slide_txt_out .slide_txt img{
    width: 100%;
}



.slide_txt_out p.main{
    position: absolute;
    top: calc(50% - 160px);
    left: 50%;

    width: 100%;

    text-align: center;

    font-size: 60px;
    line-height: 140%;
    color: #fff;

    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 700;
    font-style: normal;

    translate: -50% 0px;
}





.slide_txt_out p.sub{
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;

    width: 100%;

    text-align: center;

    font-size: 36px;
    line-height: 120%;
    color: #fff;

    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 700;
    font-style: normal;

    translate: -50% 0px;

}


.slide_txt_out br.sp{
    display: none;
}



/* 各ページイメージ ---------------------------------------------- */


.business_top_img{
	width: 100%;
	height:500px !important;
	background:url("../img/business/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;

     border-radius: 10px;
}

.company_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/company/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;

     border-radius: 10px;
}


.recruit_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/recruit/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;

     border-radius: 10px;
}

.contact_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/contact/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;

     border-radius: 10px;
}




/* サブページタイトル部分---------------------------------------------- */

.sub_page_top{
	width: 100%;
    height: 310px;
	background:url("../img/common/sub_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;

     padding:0 20px;
     box-sizing:border-box;

     display: -webkit-flex;
     display: flex;
     -webkit-align-items: center; 
     align-items: center; 
     -webkit-justify-content: center; 
     justify-content: center; 
}




/* ページ共通背景 ---------------------------------------------- */
.bg_top_msg{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg01.jpg") bottom center no-repeat;
    background-size:100% auto;                               /* 画像のサイズを指定    */
}

.bg_sub_page{
	width: 100% !important;
	height:auto;
	background:url("../img/common/sub_bg01.jpg") top center no-repeat;
    background-size:100% auto;                               /* 画像のサイズを指定    */

}

.sub_page_img{
     display: -webkit-flex;
     display: flex;
     -webkit-align-items: center; 
     align-items: center; 
     -webkit-justify-content: center; 
     justify-content: center; 
}

.sub_page_inner{
    max-width: 1073px;
    width: 100%;
    padding: 0px 50px;
    box-sizing: border-box;
}

.sub_page_inner img{
    width: 100%;
}




.bg_main_tp{
    margin-top: 100px;
}


.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:cover;                               /* 画像のサイズを指定    */
}



.button_l{
    margin: 0 !important;
}


.button01{
	width:260px;
	height:75px;
	text-align: center;
	text-decoration: none;
    margin: 0px auto;

}

.button01 a{
    position: relative;
	width:260px;
    height: 75px;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    
    box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:400;
    font-style: normal;   

}

.button01 a::before{
    position: absolute;
    
    top: 0px;
    left: 0px;

    content: '';

    width: 200px;
    height: 60px;
    background-image: url(../img/common/btn_bg1.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.button01 a::after{
    position: absolute;
    
    right: 0px;
    bottom: 0px;

    content: '';

    width: 200px;
    height: 60px;
    background-image: url(../img/common/btn_bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.button01 a p{
    position: relative;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    
    box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:400;
    font-style: normal; 

    z-index: 5;
 
}

.button01 a p::after{
    display: inline-block;
    content: url(../img/common/link_icon.png);

    margin-left: 5px;
    padding-top: -1px;

    transition: 0.3s;
    z-index: 5;
}

.button01 a:hover {
    opacity: 0.8;
}




/* トップ　メッセージ-------------------------------------------- */

.tp_msg{
    width: 100%;

}

.tp_msg_img{
    margin: 10px auto 30px;
    text-align: center;

    max-width: 174px;
    width: 100%;
}


.tp_msg dt{
    font-size: 40px;
    line-height: 160%;
    font-weight: 600;
    text-align: center;

    margin-bottom: 30px;
}


.tp_msg dd{
    font-size: 18px;
    line-height: 160%;

    text-align: center;
}




/* トップ　メッセージ　-------------------------------------------- */

.top_cont01{
    width: 100%;
    max-width: 1500px;
    margin: 0px auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top_cont01_l{
    width: 580px;

    display: flex;
    flex-direction: column;

}
 
.top_cont01_l dl{
    margin-bottom: 40px;
}

.top_cont01_l dl dt{
    margin-bottom: 30px;
    text-align: center;
}

.top_cont01_l dl dt p:nth-child(1){
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
}

.top_cont01_l dl dt p:nth-child(2){
    font-size: 88px;
    line-height: 120%;
    font-weight: 700;
}

.top_cont01_l dl dt p:nth-child(2) span{
    font-size: 64px;
    line-height: 120%;
    font-weight: 700;

    color: #2c80d4;
}

.top_cont01_l dl dt p:nth-child(3){
    font-size: 32px;
    line-height: 160%;
    font-weight: 700;
}

.top_cont01_l dl dd{
    text-align: center;
    font-size: 22px;
    line-height: 160%;
    font-weight: 700;
}





.top_cont01_r{
    width: calc(100% - 580px);
    max-width: calc(100% - 580px);

    max-height: 520px;

    display: flex;

    text-align: center;

}

.top_cont01_r img{
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 20px;
}




/* トップ　会社情報　-------------------------------------------- */

.top_cont02{
    position: relative;
    width: 100%;
    height: 550px;

    margin: 0px auto 100px;
}

.top_cont02_l{
    position: absolute;
    top: 0;
    left: 0;

    width: calc(50% + 140px);
    height: 550px;

    background:url("../img/top/02.png") right  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;

    border-radius: 20px;

    display: flex;
    flex-direction: row;
    align-items: flex-end;

    padding: 50px;
    padding-right: 200px;
    box-sizing: border-box;

}

.top_cont02_r{
    position: absolute;
    top: 0;
    right: 0;

    width: calc(50% + 140px);
    height: 550px;

    background:url("../img/top/03.png") left no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;

    border-radius: 20px;

    display: flex;
    flex-direction: row;
    align-items: flex-end;

    padding: 50px;
    padding-left: 200px;
    box-sizing: border-box;
}


.top_cont02_l .top_cont02_txt{

}

.top_cont02_r .top_cont02_txt{

}























/* トップ　事業内容　-------------------------------------------- */

.top_cont03{
    width: 100%;
    margin: 0px auto 100px;
}

.top_cont03_list{
    width: 100%;
    margin: 0px auto 60px;
}

.top_cont03_list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

    gap: 20px;
}

.top_cont03_list li{
    display: flex;
    flex-direction: column;

    flex: 0 0 calc((100% - 20px*3) / 4);
    max-width: calc((100% - 20px*3) / 4);
    box-sizing: border-box;

    padding: 120px 20px;
    box-sizing: border-box;

    border-radius: 10px;
}


.top_cont03_list li:nth-child(1){
    background:url("../img/top/04_01.png") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_cont03_list li:nth-child(2){
    background:url("../img/top/04_02.png") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_cont03_list li:nth-child(3){
    background:url("../img/top/04_03.png") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_cont03_list li:nth-child(4){
    background:url("../img/top/04_04.png") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_cont03_list li div{
    font-size: 20px;
    line-height: 140%;
    color: #fff;

    width: 100%;
    max-width: 240px;
    margin: 0 auto;

    text-align: center;

    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    box-sizing: border-box;
}




/* 新着情報---------------------------------------------- */

.bg_top_news{
    width: 100% !important;
    height:auto;
    
    background-color: #f5f4f6;
    padding: 100px 50px;
    box-sizing: border-box;

    border-radius: 20px;

    margin-bottom: 100px;
}



.tp_news{
    max-width: 1200px;
    margin: 0px auto 60px;
}

.tp_news dl{

}

.tp_news dl dt{
font-size: 16px;
line-height: 160%;
float: left;
clear: both;

color: #999999;

letter-spacing: 0.03em;

}

.tp_news dl dd{
font-size: 16px;
line-height: 160%;
margin: 0 0 12px 0;
padding-bottom: 10px;
padding-left: 140px;

border-bottom: 1px solid #999999;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}

.news_ttl{
    font-size: 24px;
    line-height: 140%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

.news_day{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
    text-align: right;
}

.news_post{
    font-size: 18px;
    line-height: 180%;
}








/* 共通お問い合わせ---------------------------------------------- */


.cmm_ctt{
    width: 100%;
    height: auto;
}


.cmm_ctt dl{
    text-align: center;
}


.cmm_ctt_address{
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;

}

.cmm_ctt_tel{
    font-size: 36px;
    line-height: 140%;
    font-weight: 700;

    text-align: center;
    margin-bottom: 40px;
 

}

.cmm_ctt_tel br.sp{
    display: none ;
}



.cmm_ctt_btn{
	max-width:450px;
	width:100%;
	height:auto;
    margin: 0 auto;

    text-align: center;
    text-decoration: none;  
}

.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 12px 5px 15px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF; 

    background: linear-gradient(60deg,#d34e8d, #d9a8a8);
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
    

	-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 */    
}

.cmm_ctt_btn a:hover{
    opacity: 0.8;
}




/* 会社情報-------------------------------------------- */


.cp_msg{
    width: 100%;
    margin-bottom: 60px;

    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
}

.cp_msg dt{
    width: 100%;

    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;

    margin-bottom: 20px;
}

.cp_msg dd{
    width: 100%;

    font-size: 20px;
    line-height: 160%;
    text-align: center;
}


.cp_msg dd br.pctb{
    display: inline;
}




.cp_cont01 {
    width: 100%;
    height: 450px;
}



.cp_cont01_l{
    float: left;
    width: 50%;
    height: 100%;

    background:url("../img/company/cont01_bg.jpg") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 

}

.cp_cont01_l dl{
    width: 80%;
}

.cp_cont01_l dt{
    font-size: 36px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 10px;

}

.cp_cont01_l dd{
    font-size: 16px;
    line-height: 160%;
}


.cp_cont01_r{
    float: right;
    width: 50%;
    height: 100%;
}

.cp_cont01_r img{
    height: 450px;
    width: auto;
    object-fit: cover;
}



.cp_cont02{
    margin-bottom: 100px;
}

.cp_cont02 dl{
    margin-bottom: 30px;
}

.cp_cont02 dl dt{
font-size: 16px;
line-height: 160%;

float: left;
clear: both;


letter-spacing: 0.03em;

}

.cp_cont02 dl dd{
font-size: 16px;
line-height: 160%;
margin: 0 0 15px 0;
padding-left: 140px;
padding-bottom: 15px;


border-bottom: 1px dotted #999999;


}


.cp_cont02 dl dd a{
    color: #000000;
    text-decoration: none;
}

.cp_cont02 dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}

.cp_cont02 dl dd ul {
    overflow: auto;
}

.cp_cont02 dl dd li{
    display: inline-block;
    margin-right: 20px;
    margin-left: 0px;
}


.cp_cont02 dl dd li:before{
    content: '●';
    font-size: 8px;
    vertical-align: top;

    margin-right: 5px;
}



.cp_cont02 dl dd li:last-child{
    margin-right: 0px;
}



.cp_map{
    width: 100%;
    margin-bottom: 100px;
}

.cp_map dt{
    font-size: 20px;
    line-height: 160%;
    font-weight: 600;
}

.cp_map dd{
    margin-bottom: 60px;
}

.cp_map dd:last-child{
    margin-bottom: 0px;
}

.cp_map dd p{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
}

.cp_map iframe{
    width: 100%;
}



/* 事業案内--------------------------------------------- */



.biz_msg{
    width: 100%;

    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;

    margin-bottom: 60px;
}

.biz_msg br.sp{
    display: none;
}

.biz_cont01{
    width: 100%;
    margin-bottom: 100px;
}


.biz_cont01 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

    gap: 20px;
}

.biz_cont01 li{
    display: flex;
    flex-direction: column;

    flex: 0 0 calc((100% - 20px*1) / 2);
    max-width: calc((100% - 20px*1) / 2);
    box-sizing: border-box;
    
}

.biz_cont01 li .biz_cont01_img{
    display: flex;

    width: 100%;

    padding: 150px 20px;
    box-sizing: border-box;

    border-radius: 10px;
    margin-bottom: 10px;
}

.biz_cont01 li .img01{
    background:url("../img/business/01.png") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
}

.biz_cont01 li .img02{
    background:url("../img/business/02.png") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
}

.biz_cont01 li .img03{
    background:url("../img/business/03.png") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
}

.biz_cont01 li .img04{
    background:url("../img/business/04.png") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
}


.biz_cont01 li .biz_cont01_img div{
    font-size: 24px;
    line-height: 140%;
    color: #fff;

    width: 100%;
    max-width: 300px;
    margin: 0 auto;

    text-align: center;

    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    box-sizing: border-box;
}

.biz_cont01_txt{
    font-size: 16px;
    line-height: 160%;

    margin-bottom: 20px;
}





/* 採用情報--------------------------------------------- */


.rrt_msg{

    font-family: kozuka-gothic-pr6n, sans-serif;

    font-style: normal;

    margin-bottom: 60px;
}

.rrt_msg dl dt{
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;

    margin-bottom: 20px;
   

}

.rrt_msg dl dd{
    font-size: 18px;
    line-height: 180%;
    
    word-wrap: break-word;
    word-break: break-all;

    text-align: left;
}






.rrt_b01{ 
    margin-bottom: 60px;
}

.rrt_b01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
}

.rrt_b01 ul li:nth-child(2n){
    margin-right: 0%;
}


.rrt_b01_in{
    height: 280px;
    padding: 30px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.rrt_b01_in dl dt{
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 30px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.rrt_b01_in dl dd{
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;
    margin-bottom: 30px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}


.rrt_b01_in dl dd p{
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_b01_in dl dd p span{
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 15px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}




.rrt_b01_in01{

    margin-bottom: 70px;

}


.rrt_b01_in01 dl dt{
    font-size: 17px;
    line-height: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #7b7b7c;
    color: #284684;    

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_b01_in01 dl dt:first-letter{

}

.rrt_b01_in01 dl dd{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;   
}


.rrt_b01_in01 dl dd:last-child{
	margin-bottom:0px;
}




.rrt_box_bg01{
	height:280px !important;
	background:url("../img/recruit/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg02{
	height:280px !important;
	background:url("../img/recruit/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





.rrt01_tbl{
	width:100%;
	height:auto;
    margin-bottom: 70px;

}

.rrt01_tbl table{
	width:100%;
	height:auto;

}

.rrt01_tbl table th{
	width:130px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;
    letter-spacing: 0.1em;

    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}

.rrt01_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

    
	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}









/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:20px;
    line-height: 160%;

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}


.privacy dd:last-child {
    margin-bottom: 0px;
}






/* お問い合わせフォーム ---------------------------------------------- */


.contact_cont01{
    width: 100%;
    text-align: center;
    margin-bottom: 90px;
}

.contact_cont01 li{
    display: inline-block;
}

.contact_cont01 li:first-child{
    margin-right: 30px;
}

.contact_cont01 li span{
    position: relative;

    font-size: 36px;
    line-height: 160%;

    font-weight: 600;

    padding-left: 55px;
    padding-bottom: 3px;
}

.contact_cont01 li span.tel::before{
    position: absolute;
    
    top: 50%;
    left: 0px;

    content: '';

    width: 50px;
    height: 50px;
    background-image: url(../img/contact/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: 0.3s;
}

.contact_cont01 li span.fax::before{
    position: absolute;
    
    top: 50%;
    left: 0px;

    content: '';

    width: 50px;
    height: 50px;
    background-image: url(../img/contact/fax.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: 0.3s;

}



.contact-txt{
    font-size: 36px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 100px;
}


.f_text01{
font-size: 16px;
line-height: 120%;
text-align: center;
    margin-bottom: 15px;
}


.f_text01 a{
    color:#000000;
    text-decoration: underline;
}

.f_text01 a:hover{
    color:#000000;
    text-decoration: underline;
}


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:50px;	
}


.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:100px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	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:16px;
	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;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	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:#697489;
    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);
    }
}






	
}

