/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}



/* webフォントのちらつき対応 ---------------------------------------------- */


html {
  visibility: hidden;
  
}
html.wf-active {
  visibility: visible;
}


html {
    font-family: 'noto400';
	

}

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';
}

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:16px;
	color:#000;
	line-height:180%;
	text-align:left;

}	 

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




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





.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 70px 0;

}


.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 0px 0;
}


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


#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;


    box-sizing: border-box;
	background:#FFF;
}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:100px;
	margin:0 auto;

	position:relative;

}

header{

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

	box-sizing:border-box;
}




.header_tel{
	position:absolute;
	top:10px;
	right:30px;
    background: url("../img/common/h_tel.jpg") left 7px no-repeat;
    padding-left: 40px;
    
    
    font-size: 35px;
    line-height: 120%;
    color: #0a2788;
     font-family: 'noto700';
    
      
}


.header_time{
	position:absolute;
	top:27px;
	right:30px;
    
    font-size: 15px;
    line-height: 120%;
    
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;      
}


.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:-40px;
    padding-top:40px;
}


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


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


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

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


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:15px 0 20px 0;
	box-sizing:border-box;


}



address{
	font-size:14px;
	line-height:150%;
	color:#362d2d;

text-align: center;


    margin-bottom: 12px;


}

.ad_ttl{
	font-size:18px;
	line-height:120%;
	margin-bottom:8px;	
	color:#362d2d;
}

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

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


.f_cpy{

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





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {


body{
	padding:0;
	margin:0;
	font-size:15px;
	color:#000;
	line-height:160%;
	text-align:left;

}	

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



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


.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}

.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:20px 0 60px 0;

}

.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 0px 0;
}



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


#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;
	background:#FFF;
}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	max-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;
/*    padding: 0 30px;*/
    box-sizing: border-box;
	position:relative;


}

header{	
	max-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;
		
	padding:0 30px;
	box-sizing:border-box;
}



.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 60px;
    margin: 0 auto   !important;

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

.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:-40px;
    padding-top:40px;
}


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



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


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

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


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:15px 0 20px 0;
	box-sizing:border-box;


}



address{
	font-size:14px;
	line-height:150%;
	color:#362d2d;
    text-align: center;


    margin-bottom: 15px;


}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#362d2d;
    text-align: center;
}

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

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


.f_cpy{

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










}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:0;
	margin:0;
	font-size:14px;
	color:#000;
	line-height:150%;
	text-align:left;

}	



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



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



.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px 0 50px 0;

}


.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 0px 0;
}



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


#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;
	background:#FFF;
}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	max-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;
/*    padding: 0 20px;*/
    box-sizing: border-box;
	position:relative;

}

header{
	max-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;

		
	padding:0 15px;
	box-sizing:border-box;
}


.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin: 0 auto   !important;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

.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:-40px;
    padding-top:40px;
}



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




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


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

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


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:12px 0 15px 0;
	box-sizing:border-box;


}



address{
	font-size:13px;
	line-height:150%;
	color:#362d2d;
    text-align: center;


    margin-bottom: 10px;


}

.ad_ttl{
	font-size:14px;
	line-height:130%;
	margin-bottom:8px;	
	color:#362d2d;
}

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

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


.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
	color:#362d2d;
    text-align: center;
}









}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

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


h1.h1_01{
width: 362px;
height: auto;
position: absolute;
top: 20px;
left: 50px;


}

h1 img{
	width:100%;
	height:auto;
}



.h2_01{
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-family: 'noto700';  
    background:url("../img/common/h2.png") center bottom 10px no-repeat;
    margin-bottom: 10px;
}

.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	color:rgba(255,255,255,0.20);
	font-size: 80px;

    font-family: 'noto500'; 

}


.h2_btm00{
    margin-bottom: 0px !important;
}

.h2_btm01{
    margin-bottom: 20px !important;
}





.h2_02{
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #413f3d;
    text-align: center;
    font-family: 'noto700'; 
    margin-bottom: 40px;
     
    background:url("../img/common/h2.png") center bottom 10px no-repeat;

}

.heading06_01 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06_01 span {
	position: relative;
	z-index: 2;
}

.heading06_01::before {
	content: attr(data-en);
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	color:rgba(26,57,116,0.20);
	font-size: 80px;

    font-family: 'noto500'; 

}



.h2_03{
    font-size: 60px;
    line-height: 140%;
    font-family: 'noto400'; 

    
    color:#FFFFFF;
}

.h2_03 p{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
    margin-top: 3px;
    
    background: url("../img/common/p_h2.jpg") left bottom 10px no-repeat;
    padding-left: 60px;
}



.h4_01{
    font-size: 36px;
    line-height: 120%;
    color: #413f3d;
    margin-bottom: 30px;
    text-align: center;

}

.h4_01 p{
    font-size: 20px;
    line-height: 120%;
    color:#37588A;
    margin-top: 7px;

}


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


.top_slide_out{
    padding: 0 30px;

}

.top_slide{
	width:100%;
	min-height:600px;

	z-index:5;


    margin-top: 60px;


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








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




.c_t_txt{

    height: 500px;
    margin: 0 auto;
/*   background: #5E4949;*/

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   margin-left: 90px;
   box-sizing: border-box;
}

.c_t_txt_in{
    font-size: 70px;
    line-height: 115%;
    color: #FFFFFF !important;

    z-index: 9000;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:900;
    font-style: normal; 
}

.c_t_txt_rd{
    color: #FF0004;
}





.pg_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/common/p_m_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}












/* ページ共通 ---------------------------------------------- */



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




.btn_arrow {
    max-width: 250px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    
    display: table;
    position: relative;

    color:#FFFFFF;
    
    font-size: 16px;
    line-height: 120%;
    

    text-align: center;
    text-decoration: none;
    box-sizing: border-box;

      transition: all  0.3s ease;
    
   background: linear-gradient(128deg, rgba(145,26,26,1) 0%, rgba(185,18,18,1) 100%);  
   
   border-radius: 40px;


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

}
.btn_arrow::after {

    position: absolute;
    top: 50%;
    right: 2em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.btn_arrow a{

    color: #fff;
}

.btn_arrow:hover {

background: linear-gradient(128deg, rgba(68,112,193,1) 0%, rgba(25,57,115,1) 100%);
    color: #fff;
}





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


.tp_msg{
 
}

.tp_msg dl dt p{
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;

}

.tp_msg dl dt{
    font-size: 35px;
    line-height: 140%;
    text-align: center;
    color: #0a2788;
    text-align: center;
    font-family: 'noto700';  
    margin-bottom: 20px;
}


.tp_msg dl dd{
    font-size: 16px;
    line-height: 200%;

    color: #353434;


}




/* トップ　採用-------------------------------------------- */


.tp_rrt01_bg{
	width: 100%;
	height:495px !important;
	background:url("../img/top/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     

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

.tp_rrt01_in{
    margin-bottom: 30px;
}

.tp_rrt01_in dl{
    margin-bottom: 30px;

}

.tp_rrt01_in dl dt{
}

.tp_rrt01_in dl dd{
    font-size: 25px;
    line-height: 180%;
    text-align: center;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';  
}





/* トップ　社会貢献------------------------------------------- */


.tp_csr_bg{
    height: 500px;
    background: linear-gradient(180deg, rgba(68,112,193,1) 0%, rgba(26,58,116,1) 100%);
        
}


.tp_csr_out{
    height: 500px;

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

.tp_csr_in{
 

}

.tp_csr_in ul li{
    width: 40%;
    height: auto;
    float: left;
    margin-right: 0%;



}

.tp_csr_in ul li:nth-child(2n){
    width: 55%;
    margin-right: 0%;
    float: right;  

   
   text-align: center;
   
   

}




.tp_csr_in_01{
    padding: 40px 0 0 0;


}

.tp_csr_in_01 dl dt{
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: 'noto400'; 

}

.tp_csr_in_01 dl dt p{
    font-size: 45px;
    line-height: 100%;
    color: #FFFFFF;;
    margin-bottom: 10px;
    font-family: 'noto700'; 

}

.tp_csr_in_01 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;

    font-family: 'noto400'; 
    
    word-break: break-all;
    word-wrap: break-word;
    
    margin-bottom: 30px;

}

.tp_csr_btn {
    max-width: 300px;
    width: 100%;
    height: 60px;

    
    display: table;
    position: relative;

    color:#FFFFFF;
    
    font-size: 15px;
    line-height: 100%;
    padding-bottom: 1px;
    

    text-align: center;
    text-decoration: none;
    box-sizing: border-box;

      transition: all  0.3s ease;
    
    border: 1px solid #FFFFFF;

   border-radius: 35px;


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

}
.tp_csr_btn::after {

    position: absolute;
    top: 50%;
    right: 2em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.tp_csr_btn a{

    color: #fff;
}

.tp_csr_btn:hover {

background: linear-gradient(128deg, rgba(68,112,193,1) 0%, rgba(25,57,115,1) 100%);
    color: #fff;
}


/* トップ　業務案内-------------------------------------------- */



.tp_svs_bg{
	width: 100%;
	height:1500px !important;
	background:url("../img/top/02_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     

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


.tp_svs_inout01{

}


.tp_svs_in01{

}

.tp_svs_in01 ul li{
    width: 49%;
    height: auto;
    float:left;
    margin-right: 2%;
    margin-bottom: 50px;
}

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


.tp_svs_in_txt01{
    height: 90px;
    background: #dee2e8;
    padding: 15px 30px 25px 30px;
     border-radius: 10px;
     
       display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.tp_svs_in_txt01_in{
    background: url("../img/top/02_list.png") left 15px no-repeat;
    background-size: 50px 50px;
    padding-left: 70px;
}

.tp_svs_in_txt01_in dl dt{
    font-size: 30px;
    line-height: 100%;
    color: #4470c1;
    margin-bottom: 10px;
    font-family: 'noto500'; 
}


.tp_svs_in_txt01_in dl dt p{
    font-size: 17px;
    line-height: 100%;
    margin-bottom: 5px;
    color: #4470c1;
    font-family: 'noto500'; 
}

.tp_svs_in_txt01_in dl dd{
    font-size: 15px;
    line-height: 150%;


}



.tp_svs_img001{
	width: 100%;
	height:450px !important;
	background:url("../img/top/02_01.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
     
     border-radius: 10px;
}



.tp_svs_img002{
	width: 100%;
	height:450px !important;
	background:url("../img/top/02_02.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
     
     border-radius: 10px;
}


.tp_svs_img003{
	width: 100%;
	height:450px !important;
	background:url("../img/top/02_03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
     
     border-radius: 10px;
}


.tp_svs_img004{
	width: 100%;
	height:450px !important;
	background:url("../img/top/02_04.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
     
     border-radius: 10px;
}








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

.tp_news{

}

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

}

.tp_news dl dd{
font-size: 16px;
line-height: 160%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 140px;
border-bottom: 1px dotted #3a3a3a;
}


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

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






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


.cmm_ctt_bg_out{
padding: 0 50px
}


.cmm_ctt_bg{

	width: 100%;
	height:500px !important;
	background:url("../img/common/ctt_bg.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 50px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
   border-radius: 10px;
}


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


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 23px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
    color:#000000;
    font-family: 'noto500';  
}

.cmm_ctt dl dd{
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color:#000000;

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

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

}
  
.cmm_ctt dl dd p{
    font-size: 45px;
    line-height: 110%;
    text-align: center;
    color: #0a2788;
    margin-bottom: 10px;

    text-align: center;
    font-family: 'noto700';  
}
  


.cmm_ctt_btn{

	max-width:400px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;


}

.cmm_ctt_btn a{
display: block;
height: 40px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 1px;
    background: #bd2b21;
	border: 2px solid #bd2b21;
     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;



    font-family: ryo-gothic-plusn, 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; 

}

.cmm_ctt_btn a:hover{
    background:#FFFFFF;
	border: 2px solid #bd2b21;

  color: #bd2b21;
}



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


.abt_msg_txt{
    font-size: 35px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 40px;
    color: #0d2473;
    font-family: 'noto700';  
}


.abt_msg{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    
    position: relative;

}

.abt_msg dl dt{

}

.abt_msg dl dt img{
    margin-bottom: 0;
    vertical-align: top;

}


.abt_msg dl dd{
    font-size: 16px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto500'; 
    
    position: absolute;
    
    bottom: 0;
    right: 0;
    
    background: #9d3e3e;
    padding: 10px 20px 12px 20px;
    width: 50%;
    text-align: right;
}


.abt_msg01_btm01{
    margin-bottom: 70px !important;

}

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


}

.abt_msg01 p{
    text-align: right;
    margin-top: 15px;

}




.abt_02{

	width: 100%;
	height:700px !important;
	background:url("../img/company/02_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  

}




.abt_02_in{
    margin-bottom: 20px;
}

.abt_02_in_b{
}


.abt_02_in_b ul li{
    border-radius: 10px;
    padding: 40px 30px;
    background: #eeeded;
    margin-bottom: 30px;

}

.abt_02_in_b ul li:last-child{
	margin-bottom:0px;
}


.abt_02_in_b ul li dl dt{
    text-align:center;
    font-size: 30px;
    line-height: 100%;
    color: #9d3e3e;
    margin-bottom: 20px;
    font-family: 'noto700';  
}


.abt_02_in_b ul li dl dd{

    font-size: 20px;
    line-height: 160%;
    color: #413f3d;
    
    max-width: 760px;
    width: 100%;
    margin: 0 auto;


}






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

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

}

.abt_tbl table th{
	width:170px;

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

    vertical-align: text-top;

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

.abt_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 #3a3a3a;
}


.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}


.abt_tbl table td ul li{
    background:url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-bottom: 7px;
    
    float: left;
    margin-right: 25px;

}

.abt_tbl table td ul li:last-child{
	margin-bottom:0px;
    margin-right: 0px;    
}






.abt_map{



}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



/* 業務案内--------------------------------------------- */


.svs_tb{
    max-width: 530px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.svs_tb ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

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

.svs_tb ul li a{
    display: block;
    width: 100%;
    height: 50px;
    
    font-size: 18px !important;
    line-height: 100%;
    text-align: center;
    color: #324274;
    padding-bottom: 2px;
    
    border: 1px solid #324274;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFFFFF;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
      transition: all  0.3s ease;   
}

.svs_tb ul li a:hover{

    color:#FFFFFF;
    
    border: 1px solid #324274;

    background: #324274;
}
.svs_tb_on{
    background: #324274 !important;
    color:#FFFFFF !important;    
}






.svs001_bg{
	width: 100%;
	height:570px !important;
	background:url("../img/service/00_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  


}

.svs001{

}

.svs001 dl dt{
    font-size: 45px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: 'noto500';  
}

.svs001 dl dt span{
    color: #da2425;

}


.svs001 dl dd{
}


.svs002{
    margin-bottom: 30px;
}

.svs002 ul li{
    width: 49%;
    height: auto;
    float:left;
    margin-right: 2%;

}

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



.svs003{
    margin-bottom: 60px;
}

.svs003 ul li{
    margin-bottom: 30px;
}

.svs003 ul li:last-child{
	margin-bottom:0px;
}


.svs003 ul li dl dt{
    font-size: 20px;
    line-height: 120%;
    color: #0d2473;
    border-left: 8px solid #0d2473;
    padding: 5px 0 5px 12px;
    margin-bottom: 15px;

}



.svs003 ul li dl dd{
    font-size: 16px;
    line-height: 180%;


}



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

.svs_tbl table{
	width:100%;
	height:auto;
table-layout: fixed;
}

.svs_tbl table th{


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

    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #3a3a3a;
    color: #324274;
}

.svs_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 #3a3a3a;
}


.svs_tbl table th:nth-child(1){
    width: 140px;

}






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





.rt01_bg{
	width: 100%;
	height:400px !important;
	background:url("../img/recruit/01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  


}




.rt01_in{

}

.rt01_in ul li{
    width: 32%;
    height: 280px;
    float: left;
    margin-right: 2%;
    padding: 20px;
    box-sizing: border-box;
    
    background: linear-gradient(180deg, rgba(47,158,9,1) 0%, rgba(6,207,171,1) 100%);
    
    border-radius: 15px;
    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}

.rt01_in ul li:nth-child(3n){
    margin-right: 0%;
    float: right;  
}


.rt01_in ul li dl dt{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-family: 'noto700'; 
}


.rt01_in ul li dl dd{

    text-align: center;

}



.rt02_bg01{
	width: 100%;
	height:400px !important;
	background:url("../img/recruit/02_01.png") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 40px auto;
     
     border-radius: 15px;
     
     position: relative;

}

.rt02_bg02{
	width: 100%;
	height:400px !important;
	background:url("../img/recruit/02_02.png") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 40px auto;
     
     border-radius: 15px;
     
     position: relative;
}


.rt02_in{
    position: absolute;
    width: 100%;
    height: 120px;
    
    bottom: 0;
    left: 0;
    padding: 6px 30px;
    box-sizing: border-box;


background-image: linear-gradient(270deg, rgba(255,255,255,0)  60%, #FFF 100%);

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

}


.rt02_in_01{

}

.rt02_in_01 dl dt{
    max-width: 190px;
    width: 100%;
    height: 32px;
    background: #1f56b2;
    
    padding-bottom: 3px;

    
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 12px;

    color: #FFFFFF;

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



.rt02_in_01 dl dd{

    
    font-size: 25px;
    line-height: 100%;
    font-family: 'noto700'; 

    color:#000000;

}













/* CSR ---------------------------------------------- */




.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;

    margin-bottom: 70px;

  }
  .swiper-container.visible {
    overflow: visible;
  }

  .swiper-slide div{
    text-align: center;
  }

  .swiper-slide div img{
    margin: 0px auto;
    width: 500px;
    height: 500px;
    object-fit: cover; /* この一行を追加するだけ！ */
  }




.swiper{
    margin-bottom: 20px;

}


.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: 20px !important;
}

.csr_list{

}

.csr_list ul li{
    padding: 15px;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 161%;

}

.csr_list ul li:nth-child(odd){
background:#e9edf2;
}






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


.privacy{
}


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

    margin-bottom: 8px;

    font-family: 'noto700';  
}


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


}


.privacy dd a{
    color: #000000;
    text-align-last: none;
}

.privacy dd a:hover{
    color: #000000;
    text-align-last: none;
}











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



.contact-t{

	margin-bottom:70px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{

	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:20px;

}

.contact-t dl dd{
	
	font-size:30px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
    font-family: 'noto700';      
}

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


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

.contact-t dl dd a:hover{
    color: #000000;
    text-decoration: none;
}



#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: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:300px;
    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:#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);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (max-width: 1060px) {


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

h1.h1_01{
    width: 280px;
	height:auto;
	position: absolute;
    top: 12px;
}

h1 img{
	width:100%;
	height:auto;
}



.h2_01{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-family: 'noto700';  
     
    background:url("../img/common/h2.png") center bottom 12px no-repeat;
    background-size: 8px 20px;
    
    margin-bottom: 10px;
}

.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	color:rgba(255,255,255,0.20);
	font-size: 69px;

    font-family: 'noto500'; 

}




.h2_btm00{
    margin-bottom: 0px !important;
}

.h2_btm01{
    margin-bottom: 20px !important;
}


.h2_02{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #413f3d;
    text-align: center;
    font-family: 'noto700'; 
    margin-bottom: 30px;
     
    background:url("../img/common/h2.png") center bottom 12px no-repeat;
    background-size: 8px 20px;

}

.heading06_01 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06_01 span {
	position: relative;
	z-index: 2;
}

.heading06_01::before {
	content: attr(data-en);
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	color:rgba(26,57,116,0.20);
	font-size: 69px;

    font-family: 'noto500'; 
}





.h2_03{
    font-size: 35px;
    line-height: 140%;
    font-family: 'noto400'; 

    
    color:#FFFFFF;
}

.h2_03 p{
    font-size: 15px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: 'noto300'; 
    margin-top: 3px;
    
    background: url("../img/common/p_h2.jpg") left bottom 9px no-repeat;
    background-size: 40px 2px;
    padding-left: 50px;
}


.h4_01{
    font-size: 28px;
    line-height: 120%;
    color: #413f3d;
    margin-bottom: 30px;
    text-align: center;

}

.h4_01 p{
    font-size: 17px;
    line-height: 120%;
    color:#37588A;
    margin-top: 7px;

}





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


.top_slide_out{
    padding: 0 20px;
}

.top_slide{
	width:100%;
	min-height:450px;
    margin-top: 30px;

	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}







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

.c_t_txt{


    height: 300px;
    margin: 0 auto;
/*   background: #5E4949;*/

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   margin-left: 60px;
}

.c_t_txt_in{
    font-size: 60px;
    line-height: 115%;
    color: #FFFFFF !important;

    z-index: 9000;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:900;
    font-style: normal; 
}

.c_t_txt_rd{
    color: #FF0004;
}





.pg_top_img{
	width: 100%;
	height:140px !important;
	background:url("../img/common/p_m_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}




/* ページ共通背景 ---------------------------------------------- */


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



.btn_arrow {
    max-width: 200px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    
    display: table;
    position: relative;

    color:#FFFFFF;
    
    font-size: 15px;
    line-height: 100%;
    padding-bottom: 1px;
    

    text-align: center;
    text-decoration: none;
    box-sizing: border-box;

      transition: all  0.3s ease;
    
   background: linear-gradient(128deg, rgba(145,26,26,1) 0%, rgba(185,18,18,1) 100%);  
   
   border-radius: 35px;


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

}
.btn_arrow::after {

    position: absolute;
    top: 50%;
    right: 2em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.btn_arrow a{

    color: #fff;
}

.btn_arrow:hover {

background: linear-gradient(128deg, rgba(68,112,193,1) 0%, rgba(25,57,115,1) 100%);
    color: #fff;
}









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


.tp_msg{
 
}

.tp_msg dl dt p{
    max-width: 120px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;

}

.tp_msg dl dt{
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #0a2788;
    text-align: center;
    font-family: 'noto700';  
    margin-bottom: 20px;
}


.tp_msg dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}



.tp_msg dl dd{
    font-size: 16px;
    line-height: 180%;

    color: #353434;


}


/* トップ　採用-------------------------------------------- */


.tp_rrt01_bg{
	width: 100%;
	height:400px !important;
	background:url("../img/top/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     

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

.tp_rrt01_in{
    margin-bottom: 30px;

}

.tp_rrt01_in dl{
    margin-bottom: 30px;

}

.tp_rrt01_in dl dt{
}

.tp_rrt01_in dl dd{
    font-size: 22px;
    line-height: 180%;
    text-align: center;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';  
}







/* トップ　社会貢献------------------------------------------- */


.tp_csr_bg{

    background: linear-gradient(180deg, rgba(68,112,193,1) 0%, rgba(26,58,116,1) 100%);
        
}


.tp_csr_out{

}

.tp_csr_in{
 

}

.tp_csr_in ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 30px;



}

.tp_csr_in ul li:nth-child(2n){
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
   text-align: center;
   
   

}




.tp_csr_in_01{
    padding: 40px 0 0 0;


}

.tp_csr_in_01 dl dt{
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: 'noto400'; 

}

.tp_csr_in_01 dl dt p{
    font-size: 36px;
    line-height: 100%;
    color: #FFFFFF;;
    margin-bottom: 10px;
    font-family: 'noto700'; 

}

.tp_csr_in_01 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;

    font-family: 'noto400'; 
    
    word-break: break-all;
    word-wrap: break-word;
    
    margin-bottom: 30px;

}

.tp_csr_btn {
    max-width: 260px;
    width: 100%;
    height: 50px;

    
    display: table;
    position: relative;

    color:#FFFFFF;
    
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 1px;
    

    text-align: center;
    text-decoration: none;
    box-sizing: border-box;

      transition: all  0.3s ease;
    
    border: 1px solid #FFFFFF;

   border-radius: 35px;


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

}
.tp_csr_btn::after {

    position: absolute;
    top: 50%;
    right: 2em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.tp_csr_btn a{

    color: #fff;
}

.tp_csr_btn:hover {

background: linear-gradient(128deg, rgba(68,112,193,1) 0%, rgba(25,57,115,1) 100%);
    color: #fff;
}









/* トップ　業務案内-------------------------------------------- */



.tp_svs_bg{
	width: 100%;
	height:1150px !important;
	background:url("../img/top/02_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     

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


.tp_svs_inout01{

}


.tp_svs_in01{

}

.tp_svs_in01 ul li{
    width: 48.5%;
    height: auto;
    float:left;
    margin-right: 3%;
    margin-bottom: 40px;
}

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


.tp_svs_in_txt01{
    height: 90px;
    background: #dee2e8;
    padding: 15px 20px 25px 20px;
     border-radius: 10px;
     
       display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.tp_svs_in_txt01_in{
    background: url("../img/top/02_list.png") left 15px no-repeat;
    background-size: 30px 30px;
    padding-left: 40px;
}

.tp_svs_in_txt01_in dl dt{
    font-size: 26px;
    line-height: 100%;
    color: #4470c1;
    margin-bottom: 10px;
    font-family: 'noto500'; 
}


.tp_svs_in_txt01_in dl dt p{
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 5px;
    color: #4470c1;
    font-family: 'noto500'; 
}

.tp_svs_in_txt01_in dl dd{
    font-size: 15px;
    line-height: 150%;


}



.tp_svs_img001{
	width: 100%;
	height:300px !important;
	background:url("../img/top/02_01.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 15px auto;
     
     border-radius: 10px;
}



.tp_svs_img002{
	width: 100%;
	height:300px !important;
	background:url("../img/top/02_02.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 15px auto;
     
     border-radius: 10px;
}


.tp_svs_img003{
	width: 100%;
	height:300px !important;
	background:url("../img/top/02_03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 15px auto;
     
     border-radius: 10px;
}


.tp_svs_img004{
	width: 100%;
	height:300px !important;
	background:url("../img/top/02_04.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 15px auto;
     
     border-radius: 10px;
}

































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

.tp_news{

}

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

}

.tp_news dl dd{
font-size: 15px;
line-height: 160%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 130px;
border-bottom: 1px dotted #3a3a3a;
}


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

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




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


.cmm_ctt_bg_out{
padding: 0 30px;

}


.cmm_ctt_bg{

	width: 100%;
	height:350px !important;
	background:url("../img/common/ctt_bg.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:40px auto 40px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
   border-radius: 10px;
}


.cmm_ctt{
width: 100%;
height: auto;
margin: -30px auto 0 auto;
}


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
    color:#000000;
    font-family: 'noto500';  
}

.cmm_ctt dl dd{
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color:#000000;

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

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

}
  
.cmm_ctt dl dd p{
    font-size: 38px;
    line-height: 110%;
    text-align: center;
    color: #0a2788;
    margin-bottom: 10px;

    text-align: center;
    font-family: 'noto700';  
}
  


.cmm_ctt_btn{

	max-width:400px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;


}

.cmm_ctt_btn a{
display: block;
height: 40px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 1px;
    background: #bd2b21;
	border: 2px solid #bd2b21;
     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;



    font-family: ryo-gothic-plusn, 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; 

}

.cmm_ctt_btn a:hover{
    background:#FFFFFF;
	border: 2px solid #bd2b21;

  color: #bd2b21;
}







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


.abt_msg_txt{
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 30px;
    color: #0d2473;
    font-family: 'noto700';  
}


.abt_msg{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    
    position: relative;

}

.abt_msg dl dt{

}

.abt_msg dl dt img{
    margin-bottom: 0;
    vertical-align: top;

}


.abt_msg dl dd{
    font-size: 15px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto500'; 
    
    position: absolute;
    
    bottom: 0;
    right: 0;
    
    background: #9d3e3e;
    padding: 10px 20px 12px 20px;
    width: 50%;
    text-align: right;
}


.abt_msg01_btm01{
    margin-bottom: 50px !important;

}


.abt_msg01{
    font-size: 16px;
    line-height: 170%;

    
    word-break: break-all;
    word-wrap: break-word;

}

.abt_msg01 p{
    text-align: right;
    margin-top: 15px;

}


.abt_02{

	width: 100%;
	height:580px !important;
	background:url("../img/company/02_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  

}




.abt_02_in{
    margin-bottom: 30px;
}

.abt_02_in_b{
}


.abt_02_in_b ul li{
    border-radius: 10px;
    padding: 30px 20px;
    background: #eeeded;
    margin-bottom: 25px;

}

.abt_02_in_b ul li:last-child{
	margin-bottom:0px;
}


.abt_02_in_b ul li dl dt{
    text-align:center;
    font-size: 26px;
    line-height: 100%;
    color: #9d3e3e;
    margin-bottom: 20px;
    font-family: 'noto700';  
}


.abt_02_in_b ul li dl dd{

    font-size: 18px;
    line-height: 160%;
    color: #413f3d;
    
    max-width: 760px;
    width: 100%;
    margin: 0 auto;


}













.abt_tbl{
	width:100%;
	height:auto;
	margin-bottom:50px;
}

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

}

.abt_tbl table th{
	width:170px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;

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

.abt_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

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


.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}


.abt_tbl table td ul li{
    background:url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 7px;
    
    float: left;
    margin-right: 25px;

}

.abt_tbl table td ul li:last-child{
	margin-bottom:0px;
    margin-right: 0px;    
}






.abt_map{



}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}






/* 業務案内--------------------------------------------- */




.svs_tb{
    max-width: 480px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.svs_tb ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

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

.svs_tb ul li a{
    display: block;
    width: 100%;
    height: 46px;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #324274;
    padding-bottom: 2px;
    
    border: 1px solid #324274;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFFFFF;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
      transition: all  0.3s ease;   
}

.svs_tb ul li a:hover{

    color:#FFFFFF;
    
    border: 1px solid #324274;

    background: #324274;
}
.svs_tb_on{
    background: #324274 !important;
    color:#FFFFFF !important;    
}





.svs001_bg{
	width: 100%;
	height:480px !important;
	background:url("../img/service/00_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  


}

.svs001{

}

.svs001 dl dt{
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: 'noto500';  
}

.svs001 dl dt span{
    color: #da2425;

}


.svs001 dl dd{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto;


}




.svs002{
    margin-bottom: 30px;
}

.svs002 ul li{
    width: 49%;
    height: auto;
    float:left;
    margin-right: 2%;

}

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



.svs003{
    margin-bottom: 50px;
}

.svs003 ul li{
    margin-bottom: 30px;
}

.svs003 ul li:last-child{
	margin-bottom:0px;
}


.svs003 ul li dl dt{
    font-size: 18px;
    line-height: 120%;
    color: #0d2473;
    border-left: 7px solid #0d2473;
    padding: 5px 0 5px 10px;
    margin-bottom: 12px;

}



.svs003 ul li dl dd{
    font-size: 15px;
    line-height: 170%;


}




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

.svs_tbl table{
	width:100%;
	height:auto;
table-layout: fixed;
}

.svs_tbl table th{
	padding:6px 10px 6px 10px;		
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #3a3a3a;
    color: #324274;
}

.svs_tbl table td{
	padding:6px 10px 6px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

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


.svs_tbl table th:nth-child(1){
    width: 100px;

}






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





.rt01_bg{
	width: 100%;
	height:300px !important;
	background:url("../img/recruit/01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  


}




.rt01_in{

}

.rt01_in ul li{
    width: 32%;
    height: 220px;
    float: left;
    margin-right: 2%;
    padding: 20px 10px;
    box-sizing: border-box;
    
    background: linear-gradient(180deg, rgba(47,158,9,1) 0%, rgba(6,207,171,1) 100%);
    
    border-radius: 15px;
    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}

.rt01_in ul li:nth-child(3n){
    margin-right: 0%;
    float: right;  
}


.rt01_in ul li dl dt{
    font-size: 19px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 18px;
    color: #FFFFFF;
    font-family: 'noto700'; 
}


.rt01_in ul li dl dd{
    max-width: 100px;
    width: 100%;
    height: auto;
    margin: 0 auto;

    text-align: center;

}




.rt02_bg01{
	width: 100%;
	height:300px !important;
	background:url("../img/recruit/02_01.png") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;
     
     border-radius: 15px;
     
     position: relative;

}

.rt02_bg02{
	width: 100%;
	height:300px !important;
	background:url("../img/recruit/02_02.png") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;
     
     border-radius: 15px;
     
     position: relative;
}


.rt02_in{
    position: absolute;
    width: 100%;
    height: 100px;
    
    bottom: 0;
    left: 0;
    padding: 6px 20px;
    box-sizing: border-box;


background-image: linear-gradient(270deg, rgba(255,255,255,0)  50%, #FFF 100%);

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

}


.rt02_in_01{

}

.rt02_in_01 dl dt{
    max-width: 190px;
    width: 100%;
    height: 30px;
    background: #1f56b2;
    
    padding-bottom: 3px;

    
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 12px;

    color: #FFFFFF;

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



.rt02_in_01 dl dd{

    
    font-size: 20px;
    line-height: 100%;
    font-family: 'noto700'; 

    color:#000000;

}






/* CSR ---------------------------------------------- */





.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;

    
    margin-bottom: 50px;
  }
  .swiper-container.visible {
    overflow: visible;
  }

  .swiper-slide div{
    text-align: center;
  }

  .swiper-slide div img{
    margin: 0px auto;
    width: 400px;
    height: 400px;
    object-fit: cover; /* この一行を追加するだけ！ */
  }
  
  
  
  




/* トップ swiper ---------------------------------------------- */

.swiper{
    margin-bottom: 20px;

}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: 20px !important;
}



.csr_list{

}

.csr_list ul li{
    padding: 15px;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 140%;

}

.csr_list ul li:nth-child(odd){
background:#e9edf2;
}



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


.privacy{
}


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

    margin-bottom: 8px;

    font-family: 'noto700';  
}


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

}




.privacy dd a{
    color: #000000;
    text-align-last: none;
}

.privacy dd a:hover{
    color: #000000;
    text-align-last: none;
}


















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


.contact-t{

	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{

	font-size:24px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:26px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
    font-family: 'noto700';       
}

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


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

.contact-t dl dd a:hover{
    color: #000000;
    text-decoration: none;
}



#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: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:300px;
    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:#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);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    width: 220px;
	height:auto;
	position: absolute;
    top: 17px;
}

h1 img{
	width:100%;
	height:auto;
}




.h2_01{
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-family: 'noto700';  
     
    background:url("../img/common/h2.png") center bottom 14px no-repeat;
    background-size: 6px 15px;

    margin-bottom: 8px;
}

.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 40px;
	font-size: 20px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	color:rgba(255,255,255,0.20);
	font-size: 50px;

    font-family: 'noto500'; 

}




.h2_btm00{
    margin-bottom: 0px !important;
}


.h2_btm01{
    margin-bottom: 12px !important;
}


.h2_02{
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #413f3d;
    text-align: center;
    font-family: 'noto700'; 
    margin-bottom: 28px;
     
    background:url("../img/common/h2.png") center bottom 14px no-repeat;
    background-size: 6px 15px;

}

.heading06_01 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 40px;
	font-size: 20px;
	text-align: center;
}

.heading06_01 span {
	position: relative;
	z-index: 2;
}

.heading06_01::before {
	content: attr(data-en);
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	color:rgba(26,57,116,0.20);
	font-size: 50px;

    font-family: 'noto500'; 
}






.h2_03{
    font-size: 22px;
    line-height: 140%;
    font-family: 'noto400'; 

    
    color:#FFFFFF;
}

.h2_03 p{
    font-size: 13px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: 'noto300'; 
    margin-top: 3px;
    
    background: url("../img/common/p_h2.jpg") left bottom 9px no-repeat;
    background-size: 25px 1px;
    padding-left: 30px;
}




.h4_01{
    font-size: 22px;
    line-height: 120%;
    color: #413f3d;
    margin-bottom: 30px;
    text-align: center;

}

.h4_01 p{
    font-size: 14px;
    line-height: 120%;
    color:#37588A;
    margin-top: 7px;

}




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


.top_slide_out{
    padding: 0 15px;
}


.top_slide{
	width:100%;
	min-height:300px;
	z-index:5;

    margin-top: 30px;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}







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


.c_t_txt{

    width: 100%;
    height: 200px;
    margin: 0 auto;
/*   background: #5E4949;*/

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   margin-left: 15px;
}

.c_t_txt_in{
    font-size: 35px;
    line-height: 115%;
    color: #FFFFFF !important;

    z-index: 9000;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:900;
    font-style: normal; 
}

.c_t_txt_rd{
    color: #FF0004;
}





.pg_top_img{
	width: 100%;
	height:100px !important;
	background:url("../img/common/p_m_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}









/* ページ共通背景 ---------------------------------------------- */


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



.btn_arrow {
    max-width: 170px;
    width: 100%;
    height: 36px;
    margin: 0 auto;
    
    display: table;
    position: relative;

    color:#FFFFFF;
    
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 2px;
    

    text-align: center;
    text-decoration: none;
    box-sizing: border-box;

      transition: all  0.3s ease;
    
   background: linear-gradient(128deg, rgba(145,26,26,1) 0%, rgba(185,18,18,1) 100%);  
   
   border-radius: 35px;


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

}
.btn_arrow::after {

    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.btn_arrow a{

    color: #fff;
}

.btn_arrow:hover {

background: linear-gradient(128deg, rgba(68,112,193,1) 0%, rgba(25,57,115,1) 100%);
    color: #fff;
}













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


.tp_msg{
 
}

.tp_msg dl dt p{
    max-width: 90px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;

}

.tp_msg dl dt{
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #0a2788;
    text-align: center;
    font-family: 'noto700';  
    margin-bottom: 15px;
}


.tp_msg dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}



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

    color: #353434;


}



/* トップ　採用-------------------------------------------- */


.tp_rrt01_bg{
	width: 100%;
	height:320px !important;
	background:url("../img/top/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     

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

.tp_rrt01_in{
    margin-bottom: 30px;

}

.tp_rrt01_in dl{
    margin-bottom: 20px;

}

.tp_rrt01_in dl dt{
}

.tp_rrt01_in dl dd{
    font-size: 19px;
    line-height: 180%;
    text-align: center;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';  
}







/* トップ　社会貢献------------------------------------------- */


.tp_csr_bg{

    background: linear-gradient(180deg, rgba(68,112,193,1) 0%, rgba(26,58,116,1) 100%);
        
}


.tp_csr_out{

}

.tp_csr_in{
 

}

.tp_csr_in ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 30px;



}

.tp_csr_in ul li:nth-child(2n){
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
   text-align: center;
   
   

}




.tp_csr_in_01{
    padding: 40px 0 0 0;


}

.tp_csr_in_01 dl dt{
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: 'noto400'; 

}

.tp_csr_in_01 dl dt p{
    font-size: 26px;
    line-height: 100%;
    color: #FFFFFF;;
    margin-bottom: 10px;
    font-family: 'noto700'; 

}

.tp_csr_in_01 dl dd{
    font-size: 15px;
    line-height: 170%;
    color: #FFFFFF;

    font-family: 'noto400'; 
    
    word-break: break-all;
    word-wrap: break-word;
    
    margin-bottom: 30px;

}

.tp_csr_btn {
    max-width: 210px;
    width: 100%;
    height: 42px;

    
    display: table;
    position: relative;

    color:#FFFFFF;
    
    font-size: 13px;
    line-height: 100%;
    padding-bottom: 1px;
    

    text-align: center;
    text-decoration: none;
    box-sizing: border-box;

      transition: all  0.3s ease;
    
    border: 1px solid #FFFFFF;

   border-radius: 35px;


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

}
.tp_csr_btn::after {

    position: absolute;
    top: 50%;
    right: 2em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.tp_csr_btn a{

    color: #fff;
}

.tp_csr_btn:hover {

background: linear-gradient(128deg, rgba(68,112,193,1) 0%, rgba(25,57,115,1) 100%);
    color: #fff;
}






/* トップ　業務案内-------------------------------------------- */



.tp_svs_bg{
	width: 100%;
	height:1450px !important;
	background:url("../img/top/02_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     

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


.tp_svs_inout01{

}


.tp_svs_in01{

}

.tp_svs_in01 ul li{
    width: 100%;
    height: auto;
    float:none;
    margin-right: 3%;
    margin-bottom: 40px;
}

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


.tp_svs_in_txt01{
    height: 80px;
    background: #dee2e8;
    padding: 15px 15px 20px 15px;
     border-radius: 10px;
     
       display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.tp_svs_in_txt01_in{
    background: url("../img/top/02_list.png") left 15px no-repeat;
    background-size: 25px 25px;
    padding-left: 35px;
}

.tp_svs_in_txt01_in dl dt{
    font-size: 21px;
    line-height: 100%;
    color: #4470c1;
    margin-bottom: 7px;
    font-family: 'noto500'; 
}


.tp_svs_in_txt01_in dl dt p{
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 5px;
    color: #4470c1;
    font-family: 'noto500'; 
}

.tp_svs_in_txt01_in dl dd{
    font-size: 14px;
    line-height: 140%;


}



.tp_svs_img001{
	width: 100%;
	height:160px !important;
	background:url("../img/top/02_01.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 15px auto;
     
     border-radius: 7px;
}



.tp_svs_img002{
	width: 100%;
	height:160px !important;
	background:url("../img/top/02_02.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 15px auto;
     
     border-radius: 7px;
}


.tp_svs_img003{
	width: 100%;
	height:160px !important;
	background:url("../img/top/02_03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 15px auto;
     
     border-radius: 7px;
}


.tp_svs_img004{
	width: 100%;
	height:160px !important;
	background:url("../img/top/02_04.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 15px auto;
     
     border-radius: 7px;
}






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

.tp_news{

}

.tp_news dl dt{
font-size: 14px;
line-height: 150%;
float: none;
clear: none;
margin-bottom: 4px;

}

.tp_news dl dd{
font-size: 14px;
line-height: 150%;
margin: 0 0 10px 0;
padding-bottom: 10px;
padding-left: 0px;
border-bottom: 1px dotted #3a3a3a;
}


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

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








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


.cmm_ctt_bg_out{
padding: 0 20px;

}


.cmm_ctt_bg{

	width: 100%;
	height:290px !important;
	background:url("../img/common/ctt_bg.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:30px auto 30px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
   border-radius: 10px;
}


.cmm_ctt{
width: 100%;
height: auto;
margin: -30px auto 0 auto;
}


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color:#000000;
    font-family: 'noto500';  
}

.cmm_ctt dl dd{
    font-size: 15px;
    line-height: 110%;
    text-align: center;
    color:#000000;

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

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

}
  
.cmm_ctt dl dd p{
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    color: #0a2788;
    margin-bottom: 7px;

    text-align: center;
    font-family: 'noto700';  
}
  


.cmm_ctt_btn{

	max-width:400px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;


}

.cmm_ctt_btn a{
display: block;
height: 40px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 1px;
    background: #bd2b21;
	border: 2px solid #bd2b21;
     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;



    font-family: ryo-gothic-plusn, 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; 

}

.cmm_ctt_btn a:hover{
    background:#FFFFFF;
	border: 2px solid #bd2b21;

  color: #bd2b21;
}









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


.abt_msg_txt{
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 20px;
    color: #0d2473;
    font-family: 'noto700';  
}


.abt_msg_txt span::before {
	content: "\A" ;
	white-space: pre ;
}



.abt_msg{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    
    position: relative;

}

.abt_msg dl dt{

}

.abt_msg dl dt img{
    margin-bottom: 0;
    vertical-align: top;

}


.abt_msg dl dd{
    font-size: 15px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto500'; 
    
    position: absolute;
    
    bottom: 0;
    right: 0;
    
    background: #9d3e3e;
    padding: 10px 20px 12px 20px;
    width: 50%;
    text-align: right;
}


.abt_msg01_btm01{
    margin-bottom: 40px !important;

}


.abt_msg01{
    font-size: 15px;
    line-height: 160%;

    
    word-break: break-all;
    word-wrap: break-word;

}
.abt_msg01 p{
    text-align: right;
    margin-top: 11px;

}



.abt_02{

	width: 100%;
	height:490px !important;
	background:url("../img/company/02_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  

}




.abt_02_in{
    margin-bottom: 40px;
}

.abt_02_in_b{
}


.abt_02_in_b ul li{
    border-radius: 10px;
    padding: 25px 20px;
    background: #eeeded;
    margin-bottom: 25px;

}

.abt_02_in_b ul li:last-child{
	margin-bottom:0px;
}


.abt_02_in_b ul li dl dt{
    text-align:center;
    font-size: 20px;
    line-height: 100%;
    color: #9d3e3e;
    margin-bottom: 12px;
    font-family: 'noto700';  
}


.abt_02_in_b ul li dl dd{

    font-size: 15px;
    line-height: 170%;
    color: #413f3d;
    
    max-width: 760px;
    width: 100%;
    margin: 0 auto;


}















.abt_tbl{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

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

}

.abt_tbl table th{
    display: block;
	width:100%;

	padding:7px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;

	text-align:left;
    border-bottom:none;
    
    color: #445F96;
}

.abt_tbl table td{
    display: block;
	width:100%;
	padding:3px 0px 7px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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


.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}


.abt_tbl table td ul li{
    background:url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 7px;
    
    float: left;
    margin-right: 25px;

}

.abt_tbl table td ul li:last-child{
	margin-bottom:0px;
    margin-right: 0px;    
}






.abt_map{



}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}










/* 業務案内--------------------------------------------- */




.svs_tb{
    max-width: 480px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
}

.svs_tb ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

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

.svs_tb ul li a{
    display: block;
    width: 100%;
    height: 40px;
    
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #324274;
    padding-bottom: 2px;
    
    border: 1px solid #324274;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFFFFF;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
      transition: all  0.3s ease;   
}

.svs_tb ul li a:hover{

    color:#FFFFFF;
    
    border: 1px solid #324274;

    background: #324274;
}
.svs_tb_on{
    background: #324274 !important;
    color:#FFFFFF !important;    
}






.svs001_bg{
	width: 100%;
	height:300px !important;
	background:url("../img/service/00_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  


}

.svs001{

}

.svs001 dl dt{
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: 'noto500';  
}

.svs001 dl dt span{
    color: #da2425;

}


.svs001 dl dd{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;


}





.svs002{
    margin-bottom: 20px;
}

.svs002 ul li{
    width: 49%;
    height: auto;
    float:left;
    margin-right: 2%;

}

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



.svs003{
    margin-bottom: 40px;
}

.svs003 ul li{
    margin-bottom: 25px;
}

.svs003 ul li:last-child{
	margin-bottom:0px;
}


.svs003 ul li dl dt{
    font-size: 16px;
    line-height: 120%;
    color: #0d2473;
    border-left: 6px solid #0d2473;
    padding: 6px 0 5px 10px;
    margin-bottom: 8px;

}



.svs003 ul li dl dd{
    font-size: 14px;
    line-height: 150%;


}





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

.svs_tbl table{
	width:100%;
	height:auto;
table-layout: fixed;
}

.svs_tbl table th{
	padding:4px 6px 4px 6px;		
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #3a3a3a;
    color: #324274;
}

.svs_tbl table td{
	padding:4px 6px 4px 6px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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


.svs_tbl table th:nth-child(1){
    width: 70px;

}


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





.rt01_bg{
	width: 100%;
	height:360px !important;
	background:url("../img/recruit/01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  


}




.rt01_in{

}

.rt01_in ul li{
    width: 49%;
    height: 140px;
    float: left;
    margin-right: 2%;
    padding: 20px 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    
    background: linear-gradient(180deg, rgba(47,158,9,1) 0%, rgba(6,207,171,1) 100%);
    
    border-radius: 15px;
    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}

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


.rt01_in ul li:nth-child(3n){
    width: 100%;
    margin-right: 0%;
    float:left;
    margin-bottom: 0px;    
}


.rt01_in ul li dl dt{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 12px;
    color: #FFFFFF;
    font-family: 'noto700'; 
}


.rt01_in ul li dl dd{
    max-width: 50px;
    width: 100%;
    height: auto;
    margin: 0 auto;

    text-align: center;

}









.rt02_bg01{
	width: 100%;
	height:220px !important;
	background:url("../img/recruit/02_01.png") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;
     
     border-radius: 15px;
     
     position: relative;

}

.rt02_bg02{
	width: 100%;
	height:220px !important;
	background:url("../img/recruit/02_02.png") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;
     
     border-radius: 15px;
     
     position: relative;
}


.rt02_in{
    position: absolute;
    width: 100%;
    height: 76px;
    
    bottom: 0;
    left: 0;
    padding: 6px 15px;
    box-sizing: border-box;


background-image: linear-gradient(270deg, rgba(255,255,255,0)  20%, #FFF 100%);

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

}


.rt02_in_01{

}

.rt02_in_01 dl dt{
    max-width: 190px;
    width: 100%;
    height: 22px;
    background: #1f56b2;
    
    padding-bottom: 3px;

    
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 7px;

    color: #FFFFFF;

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



.rt02_in_01 dl dd{

    
    font-size: 17px;
    line-height: 100%;
    font-family: 'noto700'; 

    color:#000000;

}



/* CSR ---------------------------------------------- */


.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;

    margin-bottom: 40px;
  }
  .swiper-container.visible {
    overflow: visible;
  }

  .swiper-slide div{
    text-align: center;
  }

  .swiper-slide div img{
    margin: 0px auto;
    width: 250px;
    height: 250px;
    object-fit: cover; /* この一行を追加するだけ！ */
  }




/* トップ swiper ---------------------------------------------- */

.swiper{
    margin-bottom: 6px;

}


.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: 20px !important;
}




.csr_list{

}

.csr_list ul li{
    padding: 10px;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 140%;

}

.csr_list ul li:nth-child(odd){
background:#e9edf2;
}




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


.privacy{
}


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

    margin-bottom: 8px;

    font-family: 'noto700';  
}


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

}




.privacy dd a{
    color: #000000;
    text-align-last: none;
}

.privacy dd a:hover{
    color: #000000;
    text-align-last: none;
}





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


.contact-t{
	font-size:20px;
	line-height:150%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{

	font-size:16px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
    
    font-family: 'noto700';       
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}



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

.contact-t dl dd a:hover{
    color: #000000;
    text-decoration: none;
}



#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:15px;
	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:15px;
	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;

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

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













}
