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


@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');
}


@font-face{
  font-family: 'adinekir';
    src:url("../font/adinekir/adinekir.woff") format('woff');
}




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



/*html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
  visibility: visible;
}
*/

html{
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}


html {
     font-feature-settings : "palt";
     letter-spacing:1px;
     
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
     
}

*:first-child + html body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}



body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

	
	padding:0;
	margin:0;
	font-size:16px;

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


}

body a:focus{
	outline:none;
}




/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@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;
	line-height:180%;    
	color:#333333;
	text-align:left;
}	 

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

.ctr_t{
    margin-top: 90px !important;
}


.cp_bg{
    margin-top: 90px;
    background: url("../img/common/common_page_bg.png") top left no-repeat;
    background-size: 1500px 600px;
}


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

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

}

.container01_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0;

}

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

}


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

}



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


#fixed-header {
  position: fixed;
  top:0px;  
  width: 100%;
  
  z-index: 500;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{

	width:100%;
	height:80px;
	margin:0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    
    
    background:#FFFFFF;
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); 
}


#header{

	width:100%;
	height:80px;
	margin:0 auto;
    position: relative;

}

header{

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

	box-sizing:border-box;
}


.h_tel{
    position: absolute;
    top: 10px;
    right: 0;
    max-width: 270px;
    width: 100%;
    height: 70px;
    background: #0c8a65;
    
    border-radius: 35px;
    box-sizing: border-box;
    padding-bottom: 5px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.h_tel dl dt{
    font-size: 23px;
    line-height: 100%;
    color: #ffffff;
    font-family: 'noto700';
    text-align: center;
    margin-bottom: 9px;
}

.h_tel dl dd{
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
    font-family: 'noto500';
    text-align: center;    
}


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}




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



.fr_bg{

	width: 100%;
    height: auto;
	background:#0c3579;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding: 60px 0;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         

}

footer{

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

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

.footer_in{	

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

}





.f_logo{
    text-align: center;
    margin-bottom: 35px;
}

.f_nav{
    border-top: 1px solid #d7c447;
    padding-top: 25px;
    margin-bottom: 25px;

}

.f_nav ul{
    text-align: center;
}


.f_nav ul li{
    font-size: 15px;
    line-height: 120%;
    display: inline-block;
    margin-right: 20px;

}
.f_nav ul li:last-child{
    margin-right: 0px;
}

.f_nav ul li a{
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease-in-out;    
}

.f_nav ul li a:hover{
    color: #FFFFFF;
    text-decoration:underline;
}




.f_nav_b01{
margin-bottom: 50px;

}

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

}

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


.f_nav_b01 dl dt{
    font-size: 17px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.f_nav_b01 dl dd{
    font-size: 15px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 10px;
    background: url("../img/common/list01.png") left 8px no-repeat;
    padding-left: 10px;
    
}



.f_nav_b01 dl a{
    color: #FFFFFF;
    text-decoration:none;
}

.f_nav_b01 dl a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}





.ad_ttl{
	font-size:16px;
	line-height:180%;
    margin-bottom: 10px;
    color: #ffffff;   
    text-align: center;
}

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

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

.f_cpy{
	font-size: 13px;
	box-sizing:border-box;
	line-height:120%;
    color:#FFFFFF;
    text-align: center;
}


.f_tx{
    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF;
    margin-bottom: 30px;

}




}



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


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

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

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


.ctr_t{
    margin-top: 60px !important;
}


.cp_bg{
    margin-top: 60px;
    background: url("../img/common/common_page_bg.png") top left no-repeat;
    background-size: 700px 280px;
}


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

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

}

.container01_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0;

}

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

}


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

}

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


#fixed-header {
  position: fixed;
  top: 0px;  
  width: 100%;
  
  
  z-index: 550;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{
	width:100%;
	height:70px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
    background: #FFFFFF;

    padding: 0 30px;
    
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);        
}

header{

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

	box-sizing:border-box;
 
}



.h_tel{
    position: absolute;
    top: 7px;
    right: 80px;
    max-width: 210px;
    width: 100%;
    height: 46px;
    background: #0c8a65;
    
    border-radius: 35px;
    box-sizing: border-box;
    padding-bottom: 4px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.h_tel dl dt{
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
    font-family: 'noto700';
    text-align: center;
    margin-bottom: 6px;
}

.h_tel dl dd{
    font-size: 11px;
    line-height: 100%;
    color: #ffffff;
    font-family: 'noto500';
    text-align: center;    
}





#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-70px;
    padding-top:70px;
}




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

.fr_bg{

	width: 100%;
    height: auto;
	background:#0c3579;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding: 50px 0;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         

}

footer{

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

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

.footer_in{	

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

}





.f_logo{
    width: 100px;
    text-align: center;
    margin: 0 auto 30px auto;

}

.f_nav{
    border-top: 1px solid #d7c447;
    padding-top: 25px;
    margin-bottom: 25px;

}

.f_nav ul{
    text-align: center;
}


.f_nav ul li{
    font-size: 14px;
    line-height: 120%;
    display: inline-block;
    margin-right: 20px;

}
.f_nav ul li:last-child{
    margin-right: 0px;
}

.f_nav ul li a{
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease-in-out;    
}

.f_nav ul li a:hover{
    color: #FFFFFF;
    text-decoration:underline;
}


.f_nav_b01{
margin-bottom: 10px;

}

.f_nav_b01 ul li{
    width: 31%;
    height: auto;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 30px;

}

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


.f_nav_b01 dl dt{
    font-size: 15px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.f_nav_b01 dl dd{
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 10px;
    background: url("../img/common/list01.png") left 8px no-repeat;
    padding-left: 10px;
    
}



.f_nav_b01 dl a{
    color: #FFFFFF;
    text-decoration:none;
}

.f_nav_b01 dl a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}










.ad_ttl{
	font-size:15px;
	line-height:180%;
    margin-bottom: 10px;
    color: #ffffff;   
    text-align: center;
}

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

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

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


.f_tx{
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    margin-bottom: 30px;

}



}



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


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



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


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


.ctr_t{
    margin-top: 60px !important;
}

.cp_bg{
    margin-top: 60px;
    background: url("../img/common/common_page_bg.png") top left no-repeat;
    background-size: 450px 180px;
}

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

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

}

.container01_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0;

}

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

}

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

}

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


#fixed-header {
  position: fixed;
  top: 0px;  
  width: 100%;
  
  z-index: 550;
  
  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{
	width:100%;
	height:70px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
    background: #FFFFFF;

    padding: 0 20px;
    
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);       
}

header{

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

	box-sizing:border-box;
  
}




.h_tel{
    position: absolute;
    top: 7.5px;
    right: 65px;
    max-width: 160px;
    width: 100%;
    height: 44px;
    background: #0c8a65;
    
    border-radius: 25px;
    box-sizing: border-box;
    padding-bottom: 1px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.h_tel dl dt{
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
    font-family: 'noto700';
    text-align: center;
    margin-bottom: 5px;
}

.h_tel dl dd{
    font-size: 10px;
    line-height: 100%;
    color: #ffffff;
    font-family: 'noto500';
    text-align: center;    
}





#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-90px;
    padding-top:90px;
}





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

.fr_bg{

	width: 100%;
    height: auto;
	background:#0c3579;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding: 40px 0;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         

}

footer{

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

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

.footer_in{	

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

}





.f_logo{
    width: 90px;
    text-align: center;
    margin: 0 auto 25px auto;

}

.f_nav{
    border-top: 1px solid #d7c447;
    padding-top: 20px;
    margin-bottom: 20px;

}

.f_nav ul{
    text-align: center;
}


.f_nav ul li{
    font-size: 13px;
    line-height: 120%;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;

}
.f_nav ul li:last-child{
    margin-right: 0px;
}

.f_nav ul li a{
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease-in-out;    
}

.f_nav ul li a:hover{
    color: #FFFFFF;
    text-decoration:underline;
}



.f_nav_b01{
margin-bottom: 10px;

}

.f_nav_b01 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0%;
    margin-bottom: 20px;

}

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


.f_nav_b01 dl dt{
    font-size: 14px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.f_nav_b01 dl dd{
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 10px;
    background: url("../img/common/list01.png") left 6px no-repeat;
    padding-left: 8px;
    
}



.f_nav_b01 dl a{
    color: #FFFFFF;
    text-decoration:none;
}

.f_nav_b01 dl a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}









.ad_ttl{
	font-size:13px;
	line-height:180%;
    margin-bottom: 10px;
    color: #ffffff;   
    text-align: center;
}

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

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

.f_cpy{
	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color:#FFFFFF;
    text-align: center;
}


.f_tx{
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 25px;

}







}




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


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

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


h1.h1_01{

width: 340px;
height: auto;

position: absolute;
top: 20px;
left: 0px;

z-index: 1000;

}

h1 img{
    text-align: center;
}


.h2_01_cl01{
    color: #FFFFFF !important;

}


.h2_btm{
    margin-bottom: 40px;
}


.h2_01{
    font-size: 26px;
    line-height: 100%;
    color:#000000;
    text-align: center;
 
    margin-bottom: 40px;
    
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;



}


.h2_01 p{
    font-size: 70px;
    line-height: 120%;
    color:#a2a2bd;
    text-align: center;
    background: url("../img/common/h2.png") center bottom no-repeat;
    padding-bottom: 25px;
 
    margin-bottom: 16px;
    
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}





 .pg_b_bg{
     margin-top: 130px;
    height: 250px;
    background: url("../img/common/p_m_bg.png") right center no-repeat,#2a3587;
}

.pg_b_in{
    height: 250px;

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



.h2_02{
    font-size: 36px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.h2_bg01_tp{
    margin-top: 80px;
    margin-bottom: 100px;
}

.h2_bg01_tp01{
    margin-top: 80px;

}

.h2_bg01{
    background: #3b77c3;
    padding: 50px 0;
    

}



.h2_03{
    font-size: 24px;
    line-height: 100%;
    color:#d7c447;

    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.h2_03 p{
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 10px;
    color:#d7c447;

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}






.h3_01{
    width: 100%;
    font-size: 30px;
    line-height: 140%;
    color:#323b67;
    text-align: center;

    padding: 15px 40px;
    box-sizing: border-box;
    border:1px solid#323b67;
  
    margin-bottom: 40px;


  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;

  
  position: relative;
}



.h3_01::before {
  content: "";
  position: absolute;
    border:1px solid#323b67;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
}




.h3_02_bg01{
    background: #71a5da;
    padding: 35px 0;

}

.h3_02{
    font-size: 30px;
    line-height: 100%;
    color:#ffffff;

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}



.h4_01{
    font-size: 24px;
    line-height: 140%;
    color:#21348c;
    
    border-left: 10px solid #21348c;
    padding-left: 10px;
    margin-bottom: 30px;
    

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
    vertical-align: text-top;      
}

.h4_01 span{
    font-size: 19px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    padding:3px 10px;
    background:  #288cd8;
    border-radius: 10px;
    margin-right: 12px;
    margin-top: 2px;

    vertical-align: text-top;

    display: inline-block;

}



 
/* load--------------------------------------------------------------------------------------------------------------------------------------------- */
   
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 600;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 180px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}




 

/* トップメイン画像---------------------------------------------- */


.tp_mg_out{
	position: relative;

}

.tp_mg{
  width: 100%;
  height: 100vh;
  background-image:url("../img/top/top_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 50px;
    box-sizing: border-box;  

}


.tp_mg_in{
/* background: #E9888A;*/
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
	bottom: 100px;
	right: 50px;

    text-align:right;
    
    padding:0 0px;
    box-sizing: border-box;
    
    

}

.tp_mg_in dl dt{
   font-size: 50px;
    line-height: 130%;
    color:#FFFFFF;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;    

    letter-spacing: -0.02em;
    margin-bottom: 10px;

  text-shadow: 0 0 5px rgba(74, 52, 13, 1.0);
}

.tp_mg_in dl dt em{
    margin-left: 15px;

}
  
.tp_mg_in dl dd{
    font-size: 38px;
    line-height: 100%;
    color:#FFFFFF;

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  text-shadow: 0 0 5px rgba(74, 52, 13, 1.0);
}
    

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}


.text-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.block--3 .text-item {
  transform: translateX(-201%);
}
.block--3 .is-active .text-item {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}
.block--3 .is-active .text-item:nth-child(1) {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(1) > span {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(2) {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(2) > span {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(3) {
  transition-delay: 0.26s;
}
.block--3 .is-active .text-item:nth-child(3) > span {
  transition-delay: 0.26s;
}
.text-item > span {
  display: block;
}
.block--3 .text-item > span {
  transform: translateX(101%);
}
.block--3 .is-active .text-item > span {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}



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



.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    
    z-index: 0;
    
    overflow: hidden;    
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    overflow: hidden;
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;

    z-index: 1;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;

    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}


.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}
.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 10px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}

.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}

.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}






.slide_txt_out{
position:relative;
width: 100%;
height: 100vh;
margin: 90px auto 0 auto;
padding: 0 50px;

box-sizing: border-box;

z-index:50;




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

.slide_txt_bg{
    max-width: 980px;
    width: 100%;
    min-height: 898px;
    background: url("../img/top/slide_on.png") center center no-repeat;

}
.slide_txt_in{

    max-width: 170px;
    width: 100%;
    height: auto;
    margin: 100px auto 0 auto;

}




.is-animated {
  animation: slideIn 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}




/*==================================================
スライダーのためのcss
===================================*/
/*#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
    
}



.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 14s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



.slider_in{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 530px;

	z-index: 2;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;


    
    background: url("../img/top/slide_bg.png") left center no-repeat;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



.slider_in dl dt{
margin-bottom: 20px;
text-align: center;
}


.slider_in dl dd{

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

text-align: center;
margin: 0 auto;
}

*/


/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
z-index: 20;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-10px;
    left:50%;
    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:0.5em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}







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


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

	z-index:5;


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




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



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


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


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


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


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


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

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


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



.btn_btm01{
    margin: 0 0 100px auto;
}


.btn_r{
    margin: 0 0 0 auto;

}

.btn{
    width: 300px;
    height:65px;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;

  box-sizing: border-box;
  background-color:#2A73BC;

  font-size: 16px;
  line-height: 100;


    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;    

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

.btn a{

 
    color: #FFFFFF;
}


.btn span {
  position: relative; 
  z-index: 1;
}

.btn:after {

  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 490%;
  width: 140%;
  background:#21348C;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-94%) translateY(-25%) rotate(45deg);
  transform: translateX(-94%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
    color:  #1d1f86;  
}

.btn a:hover{


}



.btn01{
    width: 300px;
    height:65px;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #21348c;
  border: 1px solid #21348c;
  box-sizing: border-box;
  background-color: none;

  font-size: 16px;
  line-height: 100;


    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;    

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


.btn01 a{
  color: #21348c;
}


.btn01 span {
  position: relative; 
  z-index: 1;
}

.btn01:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background:#21348c;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-94%) translateY(-25%) rotate(45deg);
  transform: translateX(-94%) translateY(-25%) rotate(45deg);
}

.btn01:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
    color:  #1d1f86;  
}

.btn01 a:hover{
    color:#FFFFFF;

}


.btn02{
    max-width: 330px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

.btn02 a{
    display: block;
    width: 100%;
    height: 68px;
    border: 1px solid #2c76c1;
    box-sizing: border-box;
    border-radius: 15px;
    
    font-size: 23px;
    line-height: 100%;
    text-align: center;
    color: #2c76c1;

  font-family: "BIZ UDPMincho", 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;   
   
    transition: all 0.3s ease-in-out;       
}


.btn02 a:hover{

    border: 1px solid #2c76c1;
    background: #2c76c1;
    color:#FFFFFF;
 
}


.btn02_btm{
    margin-bottom: 70px;

}
.btn02_01_c{
    margin: 0 auto ;
}

.btn02_01{
    max-width: 330px;
    width: 100%;
    height: 60px;

}

.btn02_01 a{
    display: block;
    width: 100%;
    height: 68px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 15px;
    
    font-size: 23px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;

  font-family: "BIZ UDPMincho", 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;   
   
    transition: all 0.3s ease-in-out;       
}


.btn02_01 a:hover{

    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color:#2c76c1;
 
}




/* TOP共通アニメーション */
.fuwatAnime {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
   }
   @-webkit-keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
   }
   @keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   }
   
   
   
   
/* トップ お知らせ　------------------------------------------ */


.tp_ns_out{
    
}

.tp_ns_out_l{
   width: calc(100% - 240px);
   height: auto;
   float: left;
}

.tp_ns_out_r{
    width: 210px;
    height: auto;
    float: right;
}



.news_01{
}

.news_01 dl dt{
    font-size: 16px;
    line-height: 180%;
    float: left;
    clear: both;
    width: 100px;
}

.news_01 dl dd{
    padding-left: 120px;
    font-size: 16px;
    line-height: 180%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #999999;

}

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

.news_01 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}

   
.scroll-area{

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

}



.news_02{
    margin-bottom: 80px;
}

.news_02 dl dt{
    font-size: 16px;
    line-height: 180%;
    float: left;
    clear: both;
    width: 100px;
}

.news_02 dl dd{
    padding-left: 120px;
    font-size: 16px;
    line-height: 180%;
    padding-bottom:12px;
    margin-bottom:12px;
    border-bottom: 1px solid #d7c447;

}

.news_02 dl dd:last-child{

    margin-bottom:0px;
}


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

.news_02 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}





/* トップ オスカー・ジャパンについて　------------------------------------------ */

.tp_abto_bg{
    background:url("../img/top/02_bg.jpg") repeat;
}

.tp_abto_out{
    background: url("../img/top/02.png") left bottom no-repeat;
    background-size: 720px 629px;
}

.tp_abto_bx{

}


.tp_abto_bx_l{
   width: 330px;
   height: auto;
   float: left;
/*   background: #F3A6A7;*/
}

.tp_abto_bx_r{
   width: calc(100% - 380px);
   height: auto;
   float: right;
}

.tp_abto_bx_r01{
    margin-bottom: 30px;

}


.tp_abto_bx_r01 dl dt{
    font-size: 35px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal; 
    margin-bottom: 25px;

}

.tp_abto_bx_r01 dl dd{
    font-size: 28px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;    

}



.tp_abto_bx_r02{
    margin-bottom: 60px;
}

.tp_abto_bx_r02 ul li{
    font-size: 22px;
    line-height: 140%;
    background: #d4deee;
    padding: 12px 25px 15px 25px;
    border-radius: 12px;
    margin-bottom: 18px;

}

.tp_abto_bx_r02 ul li:nth-child(2n){
    background: #b9cceb !important;
}

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


.tp_au001{
    margin-bottom: 50px;
}


.tp_au001 dl dt{
    font-size: 28px;
    line-height: 140%;

    color: #3e3e3e;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  margin-bottom: 30px;
  

}

.tp_au001 dl dt span{
    font-size: 34px;
}

.tp_au001 dl dt em{
    font-size: 34px;
}

.tp_au001 dl dt small{
    font-size: 34px;
}

.tp_au001 dl dd{
    font-size: 20px;
    line-height: 200%;

    color: #3e3e3e;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  

}


.tp_au001 dl dd p{
    font-size: 25px;
    margin-bottom: 7px;

}


.tp_au001 dl dd span{
    background: #eee8ab;
    padding: 5px;
    
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-style: normal;
}



.tp_au002{

}

.tp_au002 ul li{
    width: 49%;
    height: 250px;
    float: left;
    margin-right: 2%;
    
    border: 1px solid #2c76c1;
    box-sizing: border-box;
    padding: 40px 50px;

}

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


.tp_au002 ul li ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    
    border:none;
    box-sizing: border-box;
    padding: 0px;
    
    background:url("../img/common/list001.png") left 10px no-repeat;
    font-size: 18px;
    line-height: 140%;
    padding-left: 10px;
    margin-bottom: 10px;
}

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


.tp_au002 dl dt{
    font-size: 22px;
    line-height: 140%;
    color: #524545;
    font-weight: bold;
    margin-bottom: 10px;

}


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


}







/* トップ 事業領域　------------------------------------------ */






.tp_bns02{
    margin-bottom: 60px;

}


.tp_bns02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    border-radius: 10px;
    
    padding: 0 20px;
    box-sizing: border-box;
}
.tp_bns02 ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_bns02_in{
    margin-top: -15px;
}

.tp_bns02_in dl dt{
    font-size: 30px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    margin-bottom: 15px;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.tp_bns02_in dl dt p{
    font-size: 75px;
    line-height: 100%;
    color:rgba(255,255,255,0.50);
    text-align: center;
    margin-bottom: 20px;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.tp_bns02_in dl dd{
    font-size: 24px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}



.tp_bns02_bg01{
	width: 100%;
	height:300px !important;
	background:url("../img/top/03_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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


.tp_bns02_bg02{
	width: 100%;
	height:300px !important;
	background:url("../img/top/03_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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





.tp_bns03{
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #5b709e;


}

.tp_bns03 dl{
    margin-bottom: 40px;

}

.tp_bns03 dl dt{
    font-size: 28px;
    line-height: 140%;
    color:#21348c;
    margin-bottom: 30px;
    
    border-left: 8px solid #21348c;
    padding-left: 10px;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.tp_bns03 dl dd ul li{
    font-size: 20px;
    line-height: 140%;
    
    background: url("../img/top/03_list.jpg") left 8px no-repeat;
    padding-left: 22px;

    margin-bottom: 15px;

}

.tp_bns03 dl dd ul li:last-child{
    margin-bottom: 0px;
}




.tp_bn04{
    text-align: center;
    
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 50px;
    
    color: #2c76c1;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;    
}



.tp_bn05{

}

.tp_bn05 ul li{
    width: 49%;
    height: 280px;
    float: left;
    margin-right: 2%;
    
    background: #2c76c1;
    box-sizing: border-box;
    padding: 30px;
    
    border-radius: 15px;

}

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

.tp_bn05 dl dt{
    font-size: 100px;
    line-height: 100%;
    text-align:center;
    color: #d7c447;

    transform: skewX(-15deg);

    margin-bottom: 15px;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;       
}


.tp_bn05 dl dd p{
    font-size: 31px;
    line-height: 140%;
    text-align:center;
    color:#FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    
}

.tp_bn05 dl dd{
    font-size: 20px;
    line-height: 140%;
    text-align:center;
    color:#FFFFFF;  
}

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




/* トップ 主要取引先　------------------------------------------ */




.tp_ctm01{
    margin-bottom: 80px;
}


.tp_ctm01_l{
    width: 48.5%;
    height: auto;
    float: left;

}

.tp_ctm01_r{
    width: 48.5%;
    height: auto;
    float: right;
}

.tp_ctm01 ul li{
    font-size: 20px;
    line-height: 140%;
    
    background: url("../img/top/03_list.jpg") left 8px no-repeat;
    padding-left: 22px;

    margin-bottom: 15px;
}

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



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



.ci01{

}


.ci01 dl dt{
    font-size: 28px;
    line-height: 140%;
    color:#bb840f;
    margin-bottom: 30px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.ci01 dl dd{
    max-width: 1200px;
    width: 100%;
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    margin: 0 auto;
}

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






.ci_btn{

}


.ci_btn ul li{
    width: calc(100% / 3);
    height: 300px;
    float: left;
    background:url("../img/top/02.png") left bottom no-repeat, #0d3d83;
 
    background-size: 260px 227px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   box-sizing: border-box;
}



.ci_btn ul li:nth-child(3){
   border-right: none;
}

.ci_btn ul li:nth-child(4){
   border-bottom: none;
}

.ci_btn ul li:nth-child(5){
   border-bottom: none;
}

.ci_btn ul li:nth-child(6){
   border-bottom: none;
}


.ci_btn ul li dl dt{
    font-size: 32px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.ci_btn01{
    margin-bottom: 100px;

}


.ci_btn01 ul li{
    width: calc(100% / 2);
    height: 300px;    
    background: #2c76c1;
    padding: 0 20px;
    
    float: left;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-right: 1px solid #d7c447;
   border-bottom: 1px solid #d7c447;

   box-sizing: border-box;    
}

.ci_btn01 ul li:nth-child(2){
   border-right: none;
}

.ci_btn01 ul li:nth-child(3){

   border-bottom: none;   
}

.ci_btn01 ul li:nth-child(4){
   border-right: none;
   border-bottom: none;   
}


.ci_btn01 ul li dl {
    width: 100%;
}

.ci_btn01 ul li dl dt{
    font-size: 26px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 40px;
    text-align: center;
    
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}


.ci_btn01 ul li dl dd{    
    width: 100%;

}




.ci_01{
    width: 100%;

}

.ci_01 table{
    width: 100%;
}

.ci_01 table th{
	width:220px !important;
	padding:10px 20px;
	box-sizing:border-box;
    background: #d4deee;
    
	font-size:16px;
    line-height: 160%;
    text-align: center;
    border-bottom: 8px solid #FFFFFF;
    border-right:  8px solid #FFFFFF;
	border-collapse:collapse;

    
}

.ci_01 table td{
	padding:10px 20px;
	box-sizing:border-box;
    background: #f7f7f7;

	font-size:16px;
    line-height: 160%;
    border-bottom: 8px solid #FFFFFF;    
	border-collapse:collapse;

}

.ci_01 table td ul li{
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 7px;
    margin-right: 30px;

    margin-bottom: 5px;

}

.ci_01 table td ul li.abl01{
    background:none !important;
    list-style: decimal;
    margin-left: 28px;
    padding-left: 5px;
     margin-right: 25px;

}

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

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


.ci_01_list ul li{
    list-style: decima;
    margin-left: 20px;
	font-size:16px;
    line-height: 160%;
    
}




.ci_02{

}


.ci_02 dl dt{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.ci_02 dl dd{
    font-size: 18px;
    line-height: 200%;
}

.ci_02 dl dd p{
    margin-top: 20px;
    text-align: right;

}

.ci_02 dl dd p span{
    height: 30px;
    background: url("../img/company_information/02/logo.jpg") left 2px no-repeat;
    background-size: 23px 23px;
    padding-left: 30px;

}



.ci_03{
    font-size: 28px;
    line-height: 160%;
    color:#bb840f;
    margin-bottom: 50px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}




.ci_04{
}

.ci_04 ul li{
    margin-bottom: 50px;
    padding: 0 50px;
    box-sizing: border-box;
    
    border-radius: 35px;
}

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


.ci_04 dl{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.ci_04 dl dt{
    font-size: 28px;
    line-height: 160%;
    color:#FFFFFF;
    margin-bottom: 20px;
    background: url("../img/company_information/03/bdr.jpg") left center no-repeat;
    padding-left: 60px;

    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.ci_04 dl dd{
    font-size: 18px;
    line-height: 200%;
    color:#FFFFFF;

}

.ci_04_bg01{
	height:410px !important;
	background:url("../img/company_information/03/01_01.jpg") right center no-repeat,#011f45;


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

.ci_04_bg02{
	height:260px !important;
	background:url("../img/company_information/03/01_02.jpg") right center no-repeat,#011f45;


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


.ci_04_bg03{
	height:300px !important;
	background:url("../img/company_information/03/01_03.jpg") right center no-repeat,#011f45;


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





.ci_05{
    margin-bottom: 60px;

}


.ci_05_l{
    width: 500px;
    height: auto;
    float: left;
}

.ci_05_r{
    width:calc(100% - 540px);
    height: auto;
    float: right;
}


.ci_05_in{

}

.ci_05_in dl dt{
    font-size: 22px;
    line-height: 160%;
    color:#21348c;
    margin-bottom: 10px;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

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

    margin-bottom: 60px;
}

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


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

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

.ci_07{

}




.ci_08{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 40px;
}

.ci_08 p{
    text-align: right;
    margin-bottom: 20px;
}



.ci_09{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 80px;
}

.ci_09 ul li{
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 20px;
}

.ci_09 p{
    margin-top: 30px;
    text-align: right;
}

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



.ci_10{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 20px;
}

.ci_10 p{
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}


.ci_11{
    background: #e8ecf1;
    border-radius: 15px;
    margin-bottom: 80px;
    padding: 50px 30px;
    box-sizing:border-box;
}

.ci_11 dl{
    max-width: 750px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}


.ci_11 dl dt{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 15px;
}

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

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

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




.ci_12{
    margin-bottom: 40px;
}

.ci_12 dl dt{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 15px;
}

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


.ci_13{
    margin-bottom: 80px;
}

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

}

.ci_13 ul{
    margin-top: 10px;
}

.ci_13 ul li{
    list-style: decimal;
    margin-left: 20px;
    padding-left: 10px;
    margin-bottom: 25px;
    
    font-size: 16px;
    line-height: 180%;
}

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


.ci_13 ul li ul li{
    list-style:none;
    margin-left: 10px;
    margin-bottom: 10px !important;
    background: url("../img/common/list001.png") left 13px no-repeat;
    
    font-size: 16px;
    line-height: 180%;
}


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

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

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

.ci_13_li01{
    list-style-type: katakana !important;
    background:none !important;
    margin-left: 25px !important;  
}


.ci_14{
    font-size: 16px;
    line-height: 180%;  
    margin-bottom: 40px;
}


.ci_15{
    font-size: 16px;
    line-height: 180%;  
    margin-bottom: 60px;
}

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


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

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




.ci_16{
    font-size: 26px;
    line-height: 200%;
    color: #2c76c1;

}



.ci_17{

}

.ci_17_l{
    width: 430px;
    height: auto;
    float: left;
}

.ci_17_r{
    width: calc(100% - 460px);
    height: auto;
    float: right;
}

.ci_17_r dl dt{
    font-size: 25px;
    line-height: 170%;
    color:#2c76c1;
    margin-bottom: 20px;

    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

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

.ci_17_r dl dd{
    font-size: 18px;
    line-height: 180%;
}

.ci_17_r dl dd p{
    text-align: right;
    margin-top: 15px;
}





/* 主要実績　------------------------------------------ */

.ach01{
    font-size: 32px;
    line-height: 140%;
    color:#bb840f;
    margin-bottom: 50px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;

}



.ach02{
    margin-bottom: 100px;
}

.ach02 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    
    padding: 0 20px;
    box-sizing: border-box;
    
    border-radius: 20px;
}


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


.ach02 ul li:nth-child(4){
    margin-bottom: 0px;
    margin-left: 17%;
}

.ach02 ul li:nth-child(5){
    margin-bottom: 0px;
}

.ach02 ul li p{
    font-size: 24px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.ach02 ul li p span::before{
	content: "\A" ;
	white-space: pre ;
}


.ach02_bg01{
	height:186px !important;
	background:url("../img/achievements/01_01_bg.jpg") center center no-repeat; 

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

.ach02_bg02{
	height:186px !important;
	background:url("../img/achievements/01_02_bg.jpg") center center no-repeat; 

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

.ach02_bg03{
	height:186px !important;
	background:url("../img/achievements/01_03_bg.jpg") center center no-repeat; 

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

.ach02_bg04{
	height:186px !important;
	background:url("../img/achievements/01_04_bg.jpg") center center no-repeat; 

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

.ach02_bg05{
	height:186px !important;
	background:url("../img/achievements/01_05_bg.jpg") center center no-repeat; 

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








.ach03{
    width: 100%;
    margin-bottom: 40px;

}

.ach03 table{
    width: 100%;
}

.ach03 table th{
	width:220px !important;
	padding:20px 20px;
	box-sizing:border-box;
    background: #d4deee;
    
	font-size:16px;
    line-height: 150%;
    text-align: center;
    border-bottom: 8px solid #FFFFFF;
    border-right:  8px solid #FFFFFF;
	border-collapse:collapse;

    
}

.ach03 table td{
	padding:20px 20px;
	box-sizing:border-box;
    background: #f7f7f7;

	font-size:16px;
    line-height: 150%;
    border-bottom: 8px solid #FFFFFF;    
	border-collapse:collapse;

}

.ach03 table td ul li{
    margin-bottom: 15px;
    

}

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



.ach03 table td ul li ul{
    margin-top: 10px;

}

.ach03 table td ul li ul li{
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 10px;
    margin-right: 30px;
   
    margin-bottom: 10px;

}

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



.ach04{
    margin-bottom: 80px;
}

.ach04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    border: 1px solid #D4D4D4;
    box-sizing:border-box;
}

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




.ach05{

}

.ach05 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
}

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

.ach05 ul li dl dt{
    text-align: center;
    margin-bottom: 20px;
}


.ach05 ul li dl dd{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
}


/* 選ばれる理由 ---------------------------------------------- */

.rs01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;

}

.rs02{
    margin-bottom: 100px;

}


.rs02 ul li{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    
    border-radius: 15px;
}

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

.rs02 ul li dl dt{
    font-size: 25px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    margin-bottom: 7px;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.rs02 ul li dl dd{
    font-size: 17px;
    line-height: 180%;
    color:#FFFFFF;
    text-align: center;

}



.rs02_bg01{
	height:180px !important;
	background:url("../img/reason/01_01.jpg") center center no-repeat; 

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

.rs02_bg02{
	height:180px !important;
	background:url("../img/reason/01_02.jpg") center center no-repeat; 

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


.rs02_bg03{
	height:180px !important;
	background:url("../img/reason/01_03.jpg") center center no-repeat; 

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







.rs03{
    margin-bottom: 100px;

}

.timeline {
  list-style: none;
}
.timeline li {
    width:auto;
    height: 95px;
    float: none;

    overflow: hidden;
    margin: 0;
    position: relative;

    padding: 0 14px;

    box-sizing: border-box;
    

}


  .timeline-content {
    width: 95%;
    height: 100%;

    border-left: 3px #dadada solid;
    padding-top: 5px;
    padding-left: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #4369a9;
    position: absolute;
    left:6px;
    top: 9px;
    border-radius: 100%;
  }

  .timeline-content dl dt{
    font-size: 20px;
    line-height: 130%;
    color: #0c3579;

    padding-bottom: 0px;    
    margin-bottom: 4px;
    border-bottom: none;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;

  }


  .timeline-content dl dd{
    font-size: 16px;
    line-height: 180%;
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
  }
  
  

.rs04{
    margin-bottom: 100px;

}

.rs04 ul li{
    width: 32%;
    height: 266px;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    
    padding: 0 30px;
    box-sizing: border-box;
    
    background: url("../img/reason/02_bg.jpg") repeat;
    
    border-radius: 15px;
    

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

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

.rs04 ul li:nth-child(7){
    margin-bottom: 0px;
}


.rs04 ul li dl{
    max-width: 400px;
    width: 100%;
}


.rs04 ul li dl dt{
    text-align: center;
    margin-bottom: 15px;
    font-family: 'noto500';   
}

.rs04 ul li dl dt img{
    max-width: 80px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.rs04 ul li dl dt p{
    font-size: 25px;
    line-height: 130%;
    color:#FFFFFF;
    margin-bottom: 15px;
}

.rs04 ul li dl dd{
/*    background: #E1ABAC;*/
    font-size: 16px;
    line-height: 180%;
    color:#FFFFFF;
    text-align:left;

}


/*.rs04 ul li dl dd span::before{
	content: "\A" ;
	white-space: pre ;
}*/



.rs05{

}

.rs05_l{
    width: 40%;
    height: auto;
    float: left;
}

.rs05_r{
    width: 56%;
    height: auto;
    float: right;
}

.rs05_in{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;
}


.rs06{
    margin-bottom: 100px;

}

.rs06 ul li{
    width: 32%;
    height: 270px;
    float: left;
    margin-right: 2%;
     background: #46b1e1;
    box-sizing:border-box;
    
    border-radius: 15px;
    
    

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

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


.rs06 ul li dl dt{
    font-size: 50px;
    line-height: 100%;
    text-align:center;
    margin-bottom: 20px;
    color: #FFFFFF;
    
    font-weight: bold;
}


.rs06 ul li dl dd{
    font-size: 22px;
    line-height: 160%;
    text-align:center;
    color: #FFFFFF;
}



.rs07_c01{
    color: #FFFFFF !important;

}

.rs07{
    margin-bottom: 60px;

}

.rs07 dl dt{

    font-size: 50px;
    line-height: 100%;
    text-align:center;

    transform: skewX(0deg);

    margin-bottom: 40px;
    


  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}


.rs07 dl dt p{

    font-size: 80px;
    line-height: 100%;
    text-align:center;
    color: #d7c447;
    margin-bottom: 10px;

    transform: skewX(-10deg);

    
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-style: normal;

}

.rs07 dl dt span{
    padding: 0px 20px 5px 20px;


  
  border-bottom: 4px solid #d7c447;
}


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

    font-size: 20px;
    line-height: 200%;
     
}

.rs07 dl dd span{
    background: #c1ab05;
    padding: 3px 5px;

}



.rs08{
    margin-bottom: 100px;
}

.rs08 ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
}

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




.rs08 ul li ul li{
    width: 100%;
    float: none;
    margin-right: 0%;
    
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
    
    background: url("../img/why_choose_us/list.png") left 5px no-repeat;
    padding-left: 18px;
}

.rs08 ul li ul li:last-child{

    margin-bottom:0px;
}

.rs08 ul li dl dt p{
    position: relative;
    z-index: 10;
    text-align: center;

}


.title {
    z-index: 2;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
    
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  padding: 25px 20px;
  background: #c1e5f5;
  color: #2c76c1;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

.title01{
    z-index: 2;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
    
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  padding: 25px 20px;
  background: #2a71b9;
  color:#FFFFFF;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}



.rs09{
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.rs09 ul li{
    width: 30%;
    float: left;
    margin-right: 5%;
}

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


.rs09 ul li dl dt{
    margin-bottom: 25px;

}

.rs09 ul li dl dd{
    font-size: 19px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;

}


.rs09 ul li dl dd span::before{
	content: "\A" ;
	white-space: pre ;
}


.rs10{
    margin: 0 auto 60px auto;
}

.rs10 ul li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
}


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


.rs11{

}

.rs11 ul li{
    font-size: 18px;
    line-height: 140%;
    color: #333333;
    margin-bottom: 16px;
    
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
}
.rs11 ul li:last-child{

    margin-bottom:0px;
}


.rs12{

}

.rs12 ul{
    text-align:left;

}

.rs12 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
    text-align: left;
}

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

.rs12 ul li dl dt{
    text-align:center;
    margin: 0 auto 15px auto;
}

.rs12 ul li dl dt img{
    border: 1px solid #E1E1E1;
    box-sizing: border-box;

}

.rs12 ul li dl dd{

/*background: #EBC0C1;*/
height: 100px;

}

.rs12 ul li dl dd dl dt{
    text-align:left;
    margin: 0 0 8px 0;

     font-size: 17px;
    line-height: 140%;
    
    border-left: 4px solid #71a5da;
    padding-left: 8px;
}
    
.rs12 ul li dl dd dl dd {
    font-size: 14px;
    line-height: 140%;
    
  height: auto; 


}


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

.rrt_tx01{
    border: 1px solid #A7A7A7;
    padding: 50px 30px;
    
    font-size: 20px;
    line-height: 180%;
    text-align: center;

}


.rrt_tx02{
    margin-bottom: 40px;
}

.rrt_tx02 dl dt{
    font-size: 26px;
    line-height: 180%;
    margin-bottom: 40px;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.rrt_tx02 dl dt span{
    color: #71A5DA;
}


.rrt_tx02 dl dd{
    font-size: 20px;
    line-height: 180%;


}

.rrt_tx03{
    max-width: 960px;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto;
}

.rrt_tx03 ul li{
    width: 18.4%;
    height: 180px;
    float: left;
    margin-right: 2%;
    
    border-radius: 50%;
    box-sizing: border-box;
    
    background: #2c76c1;
    
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;


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

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


.rrt_tx03 ul li span::before{
	content: "\A" ;
	white-space: pre ;
}



.rrt_tx04{
    background: #2c76c1;
    
    font-size: 20px;
    line-height: 140%;
    
    color: #FFFFFF;
    text-align: center;
    padding: 12px 10px 13px 10px;
    
    margin-bottom: 25px;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}



.rrt_tx05{
    background: #f2f2f2;
    
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    padding: 12px 10px 13px 10px;
    
    margin-bottom: 70px;

}







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


.privacy{
}


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

    margin-bottom: 8px;

}


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

}









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




.ctt_txt01{
    font-size: 24px;
    line-height: 140%;

}

.ctt_txt01 dl dt{
    font-size: 25px;
    line-height: 160%;
  
    margin-bottom: 15px;
    text-align: center;
}

.ctt_txt01 dl dd{
    font-size: 40px;
    line-height: 150%;
    color: #0d3d83;

    text-align: center;    
}

.ctt_txt01 dl dd span{
    margin-left: 20px;

}

.ctt_txt01 dl dd a{
    color: #0d3d83;
    text-decoration: none;
}

.ctt_txt01 dl dd a:hover{
    color: #0d3d83;
    text-decoration: none;
}


.f_text01 a{
    color: #0d3d83;
    text-decoration: none;
}

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


.f_text02{
    font-size: 25px;
    line-height: 180%;
    text-align: center;
}

.f_text02 span{
    font-size: 18px;

}



.contact-t{
    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:26px;

	line-height:120%;
	margin-bottom:25px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 20px;
    line-height: 100%;
    text-align:center;
}

.contact-t dl dd p{
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 7px;
    text-align:center;
    color: #835f08;

    font-family: "paganini", serif;
    font-weight: 400;
    font-style: normal;
}

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

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









.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 26px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}




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

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

}

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

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

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

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

.with-form3{
	width:450px;
    height: 40px !important;  
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


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

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

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


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


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


@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

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



h1.h1_01{

width: 250px;
height: auto;

position: absolute;
top: 20px;
left: 30px;

z-index: 1000;
}

h1 img{
    text-align: center;
}


.h2_01_cl01{
    color: #FFFFFF !important;

}

.h2_btm{
    margin-bottom: 35px;
}


.h2_01{
    font-size: 20px;
    line-height: 100%;
    color:#000000;
    text-align: center;
 
    margin-bottom: 36px;
    
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.h2_01 p{
    font-size: 53px;
    line-height: 120%;
    color:#a2a2bd;
    text-align: center;
    background: url("../img/common/h2.png") center bottom no-repeat;
    background-size: 17px 18px;
    padding-bottom: 22px;
 
    margin-bottom: 13px;
    
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

 
 
  .pg_b_bg{
     margin-top: 70px;
    height: 200px;
    background: url("../img/common/p_m_bg.png") right -350px center no-repeat,#2a3587;
    background-size: 916px 200px;

}

.pg_b_in{
    height: 200px;

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



.h2_02{
    font-size: 28px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.h2_bg01_tp{
    margin-top: 70px;
    margin-bottom: 60px;    
}

.h2_bg01_tp01{
    margin-top: 70px;

}


.h2_bg01{
    background: #3b77c3;
    padding: 36px 0;
    

}

.h2_03{
    font-size: 18px;
    line-height: 100%;
    color:#d7c447;

    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.h2_03 p{
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 10px;
    color:#d7c447;

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}







.h3_01{
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    color:#323b67;
    text-align: center;

    padding: 15px 20px;
    box-sizing: border-box;
    border:1px solid#323b67;
  
    margin-bottom: 40px;


  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;

  
  position: relative;
}


.h3_01::before {
  content: "";
  position: absolute;
    border:1px solid#323b67;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
}

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



.h3_02_bg01{
    background: #71a5da;
    padding: 30px 0;

}

.h3_02{
    font-size: 21px;
    line-height: 100%;
    color:#ffffff;

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}



.h4_01{
    font-size: 20px;
    line-height: 140%;
    color:#21348c;
    
    border-left: 7px solid #21348c;
    padding-left: 9px;
    margin-bottom: 30px;
    

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
    
    vertical-align: text-top;    
} 


.h4_01 span{
    font-size: 15px;
    line-height: 130%;
    color:#FFFFFF;
    text-align: center;
    padding:3px 10px 4px 10px;
    background:  #288cd8;
    border-radius: 8px;
    margin-right: 8px;

    margin-top: 2px;

    vertical-align: text-top;

    display: inline-block;

}




 
/* load--------------------------------------------------------------------------------------------------------------------------------------------- */
   
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 600;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 160px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

/* トップメイン画像---------------------------------------------- */


.tp_mg_out{
	position: relative;
    
/*    overflow: hidden;*/
}


.tp_mg{
  width: 100%;
  height: 100vh;
  background-image:url("../img/top/top_main.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 30px;
    box-sizing: border-box;  
    


}

   
   
.tp_mg_in{
/*   background: #E9888A;*/
    max-width: 570px;
    width: 100%;
    margin: 0 auto;

	position: absolute;

    box-sizing: border-box;

	z-index: 2;
	bottom: 50px;
	right: 30px;

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


}

.tp_mg_in dl dt{

   font-size: 40px;
    line-height: 130%;
    color:#FFFFFF;

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;    

    letter-spacing: -0.02em;
    margin-bottom: 12px;
    text-align: right;

  text-shadow: 0 0 5px rgba(99, 73, 36, 1.0);
}


.tp_mg_in dl dt em{
    margin-left: 15px;

}
  
.tp_mg_in dl dd{
    font-size: 26px;
    line-height: 100%;
    color:#FFFFFF;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;  
    text-align: right; 
    
  text-shadow: 0 0 5px rgba(99, 73, 36, 1.0);
}
    
    

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}


.text-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.block--3 .text-item {
  transform: translateX(-101%);
}
.block--3 .is-active .text-item {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}
.block--3 .is-active .text-item:nth-child(1) {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(1) > span {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(2) {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(2) > span {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(3) {
  transition-delay: 0.26s;
}
.block--3 .is-active .text-item:nth-child(3) > span {
  transition-delay: 0.26s;
}
.text-item > span {
  display: block;
}
.block--3 .text-item > span {
  transform: translateX(101%);
}
.block--3 .is-active .text-item > span {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}
    



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



.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    
    z-index: 0;
    overflow: hidden;
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    overflow: hidden;
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;

    z-index: 2;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;

    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}
.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 10px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}






.slide_txt_out{
position:relative;
width: 100%;
height: 100vh;
margin: 60px auto 0 auto;
padding: 0 30px;

box-sizing: border-box;

z-index: 10;

/*background: #E97072;*/

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



.slide_txt_bg{
    max-width: 700px;
    width: 100%;
    min-height: 641px;
    background: url("../img/top/slide_on.png") center center no-repeat;
    background-size: 700px 641px;

}
.slide_txt_in{

    max-width: 130px;
    width: 100%;
    height: auto;
    margin: 60px auto 0 auto;

}

 
 
.is-animated {
  animation: slideIn 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}




/*==================================================
スライダーのためのcss
===================================*/
/*#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
     
}


.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 15s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}




.slider_in{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 400px;

	z-index: 2;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;
    
    background: url("../img/top/slide_bg.png") left center no-repeat;
    background-size: 400px 400px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.slider_in img{


}



.slider_in dl dt{
width: 460px;
margin-bottom: 20px;
text-align: center;
}


.slider_in dl dd{
width: 380px;

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

text-align: center;
margin: 0 auto;
}


*/

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
    z-index: 8000;    
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}





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


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


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

}






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


.about_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/about/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;

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



.service_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;


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


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


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

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


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





.btn_btm01{
    margin: 0 0 70px auto;
}

.btn_r{
    margin: 0 0 0 auto;

}

.btn{
    width: 230px;
    height:58px;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;

  box-sizing: border-box;
  background-color:#2A73BC;

  font-size: 15px;
  line-height: 100;


    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;    

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

.btn a{
    color: #FFFFFF;
}

.btn span {
  position: relative; 
  z-index: 1;
}

.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background:#21348C;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-94%) translateY(-25%) rotate(45deg);
  transform: translateX(-94%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.btn a:hover{


}







.btn01{
    width: 270px;
    height:58px;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #21348c;
  border: 1px solid #21348c;
  box-sizing: border-box;
  background-color: none;

  font-size: 16px;
  line-height: 100;


    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;    

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

.btn01 a{
  color: #21348c;
}

.btn01 span {
  position: relative; 
  z-index: 1;
}

.btn01:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background:#21348c;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-94%) translateY(-25%) rotate(45deg);
  transform: translateX(-94%) translateY(-25%) rotate(45deg);
}

.btn01:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
    color:  #1d1f86;  
}

.btn01 a:hover{
    color:#FFFFFF;

}

   

.btn02{
    max-width: 260px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.btn02 a{
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #2c76c1;
    box-sizing: border-box;
    border-radius: 15px;
    
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #2c76c1;

  font-family: "BIZ UDPMincho", 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;   
   
    transition: all 0.3s ease-in-out;       
}


.btn02 a:hover{

    border: 1px solid #2c76c1;
    background: #2c76c1;
    color:#FFFFFF;
 
}


.btn02_btm{
    margin-bottom: 50px;

}


.btn02_01_c{
    margin: 0 auto ;
}

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

}

.btn02_01 a{
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 15px;
    
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-align: center;
    color: #FFFFFF;

  font-family: "BIZ UDPMincho", 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;   
   
    transition: all 0.3s ease-in-out;       
}


.btn02_01 a:hover{

    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color:#2c76c1;
 
}

/* トップ お知らせ　------------------------------------------ */


.tp_ns_out{
    
}

.tp_ns_out_l{
   width: calc(100% - 220px);
   height: auto;
   float: left;
}

.tp_ns_out_r{
    width: 190px;
    height: auto;
    float: right;
}



.news_01{
}

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

}

.news_01 dl dd{
    padding-left: 100px;
    font-size: 15px;
    line-height: 170%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #999999;

}

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

.news_01 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}

   
.scroll-area{

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


.news_02{
    margin-bottom: 60px;
}

.news_02 dl dt{
    font-size: 15px;
    line-height: 170%;
    float: left;
    clear: both;
    width: 90px;
}

.news_02 dl dd{
    padding-left: 110px;
    font-size: 15px;
    line-height: 170%;
    padding-bottom:12px;
    margin-bottom:12px;
    border-bottom: 1px solid #d7c447;

}

.news_02 dl dd:last-child{

    margin-bottom:0px;
}

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

.news_02 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}





/* トップ オスカー・ジャパンについて　------------------------------------------ */

.tp_abto_bg{
    background:url("../img/top/02_bg.jpg") repeat;
}

.tp_abto_out{
    background: url("../img/top/02.png") left bottom no-repeat;
    background-size: 450px 393px;
}

.tp_abto_bx{

}



.tp_abto_bx_l{
   width:240px;
   height: auto;
   float: left;
/*   background: #F3A6A7;*/
}

.tp_abto_bx_r{
   width: calc(100% - 290px);
   height: auto;
   float: right;
}

.tp_abto_bx_r01{
    margin-bottom: 30px;

}


.tp_abto_bx_r01 dl dt{
    font-size: 26px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal; 
    margin-bottom: 25px;

}

.tp_abto_bx_r01 dl dd{
    font-size: 21px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;    

}



.tp_abto_bx_r02{
    margin-bottom: 50px;
}

.tp_abto_bx_r02 ul li{
    font-size: 17px;
    line-height: 160%;
    background: #d4deee;
    padding: 9px 19px 12px 19px;
    border-radius: 10px;
    margin-bottom: 16px;

}

.tp_abto_bx_r02 ul li:nth-child(2n){
    background: #b9cceb !important;
}

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






.tp_au001{
    margin-bottom: 40px;
}


.tp_au001 dl dt{
    font-size: 22px;
    line-height: 140%;

    color: #3e3e3e;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  margin-bottom: 30px;
  

}

.tp_au001 dl dt span{
    font-size: 25px;
}

.tp_au001 dl dt em{
    font-size: 25px;
}

.tp_au001 dl dt small{
    font-size: 25px;
}


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

    color: #3e3e3e;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  

}


.tp_au001 dl dd p{
    font-size: 20px;
    margin-bottom: 7px;

}


.tp_au001 dl dd span{
    background: #eee8ab;
    padding: 5px;
    
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-style: normal;
}



.tp_au002{

}

.tp_au002 ul li{
    width: 49%;
    height: 250px;
    float: left;
    margin-right: 2%;
    
    border: 1px solid #2c76c1;
    box-sizing: border-box;
    padding: 30px;

}

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


.tp_au002 ul li ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    
    border:none;
    box-sizing: border-box;
    padding: 0px;
    
    background:url("../img/common/list001.png") left 9px no-repeat;
    font-size: 16px;
    line-height: 130%;
    padding-left: 8px;
    margin-bottom: 10px;
}

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


.tp_au002 dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #524545;
    font-weight: bold;
    margin-bottom: 10px;

}


.tp_au002 dl dd{
    font-size: 16px;
    line-height: 160%;


}


/* トップ 事業領域　------------------------------------------ */





.tp_bns02{
    margin-bottom: 50px;
}


.tp_bns02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    border-radius: 10px;
    
    padding: 0 10px;
    box-sizing: border-box;
}
.tp_bns02 ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_bns02_in{
    margin-top: -15px;
}

.tp_bns02_in dl dt{
    font-size: 25px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    margin-bottom: 15px;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.tp_bns02_in dl dt p{
    font-size: 65px;
    line-height: 100%;
    color:rgba(255,255,255,0.50);
    text-align: center;
    margin-bottom: 20px;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.tp_bns02_in dl dd{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}



.tp_bns02_bg01{
	width: 100%;
	height:270px !important;
	background:url("../img/top/03_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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


.tp_bns02_bg02{
	width: 100%;
	height:270px !important;
	background:url("../img/top/03_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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




.tp_bns03{
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 2px solid #5b709e;


}

.tp_bns03 dl{
    margin-bottom: 35px;

}

.tp_bns03 dl dt{
    font-size: 24px;
    line-height: 140%;
    color:#21348c;
    margin-bottom: 25px;
    
    border-left: 6px solid #21348c;
    padding-left: 8px;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.tp_bns03 dl dd ul li{
    font-size: 18px;
    line-height: 140%;
    
    background: url("../img/top/03_list.jpg") left 8px no-repeat;
    background-size: 10px 10px;
    padding-left: 16px;

    margin-bottom: 15px;

}

.tp_bns03 dl dd ul li:last-child{
    margin-bottom: 0px;
}






.tp_bn04{
    text-align: center;
    
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 45px;
    
    color: #2c76c1;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;    
}



.tp_bn05{

}

.tp_bn05 ul li{
    width: 49%;
    height: 260px;
    float: left;
    margin-right: 2%;
    
    background: #2c76c1;
    box-sizing: border-box;
    padding: 30px;
    
    border-radius: 15px;

}

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

.tp_bn05 dl dt{
    font-size: 80px;
    line-height: 100%;
    text-align:center;
    color: #d7c447;

transform: skewX(-15deg);

    margin-bottom: 15px;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;       
}


.tp_bn05 dl dd p{
    font-size: 22px;
    line-height: 140%;
    text-align:center;
    color:#FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    
}

.tp_bn05 dl dd{
    font-size: 16px;
    line-height: 140%;
    text-align:left;
    color:#FFFFFF;  
}

.tp_bn05 dl dd span::before{
	content: "" ;
	white-space: none ;
}




/* トップ 主要取引先　------------------------------------------ */




.tp_ctm01{
    margin-bottom: 60px;
}


.tp_ctm01_l{
    width: 48%;
    height: auto;
    float: left;

}

.tp_ctm01_r{
    width: 48%;
    height: auto;
    float: right;
}

.tp_ctm01 ul li{
    font-size: 18px;
    line-height: 140%;
    
    background: url("../img/top/03_list.jpg") left 8px no-repeat;
    background-size: 10px 10px;
    padding-left: 16px;

    margin-bottom: 15px;
}

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








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

.ci01{

}


.ci01 dl dt{
    font-size: 26px;
    line-height: 140%;
    color:#bb840f;
    margin-bottom: 30px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.ci01 dl dd{
    max-width: 1200px;
    width: 100%;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    margin: 0 auto;
}

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









.ci_btn{

}


.ci_btn ul li{
    width: calc(100% / 2);
    height: 220px;
    float: left;
    background:url("../img/top/02.png") left bottom no-repeat, #0d3d83;
 
    background-size: 160px 140px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   box-sizing: border-box;
}



.ci_btn ul li:nth-child(2n){
   border-right: none;
}



.ci_btn ul li:nth-child(5){
   border-bottom: none;
}

.ci_btn ul li:nth-child(6){
   border-bottom: none;
}


.ci_btn ul li dl dt{
    font-size: 24px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.ci_btn01{
    margin-bottom: 70px;

}


.ci_btn01 ul li{
    width: calc(100% / 2);
    height: 210px;    
    background: #2c76c1;
    padding: 0 20px;
    
    float: left;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-right: 1px solid #d7c447;
   border-bottom: 1px solid #d7c447;

   box-sizing: border-box;    
}

.ci_btn01 ul li:nth-child(2){
   border-right: none;
}

.ci_btn01 ul li:nth-child(3){

   border-bottom: none;   
}

.ci_btn01 ul li:nth-child(4){
   border-right: none;
   border-bottom: none;   
}


.ci_btn01 ul li dl {
    width: 100%;
}

.ci_btn01 ul li dl dt{
    font-size: 22px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 30px;
    text-align: center;
    
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}


.ci_btn01 ul li dl dd{    
    width: 100%;

}




.ci_01{


    width: 100%;

}

.ci_01 table{
    width: 100%;
}

.ci_01 table th{
	width:170px !important;
	padding:10px 20px;
	box-sizing:border-box;
    background: #d4deee;
    
	font-size:15px;
    line-height: 150%;
    text-align: center;
    border-bottom: 8px solid #FFFFFF;
    border-right:  8px solid #FFFFFF;
	border-collapse:collapse;

    
}

.ci_01 table td{
	padding:10px 20px;
	box-sizing:border-box;
    background: #f7f7f7;

	font-size:15px;
    line-height: 150%;
    border-bottom: 8px solid #FFFFFF;    
	border-collapse:collapse;

}

.ci_01 table td ul li{
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 8px;
    margin-right: 30px;

    margin-bottom: 5px;

}

.ci_01 table td ul li.abl01{
    background:none !important;
    list-style: decimal;
    margin-left: 28px;
    padding-left: 5px;
     margin-right: 25px;
 
}

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

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


.ci_02{

}


.ci_02 dl dt{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 35px auto;
}

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

.ci_02 dl dd p{
    margin-top: 17px;
    text-align: right;

}

.ci_02 dl dd p span{
    height: 30px;
    background: url("../img/company_information/02/logo.jpg") left 2px no-repeat;
    background-size: 21px 21px;
    padding-left: 30px;

}



.ci_03{
    font-size: 24px;
    line-height: 160%;
    color:#bb840f;
    margin-bottom: 50px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

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






.ci_04{
}

.ci_04 ul li{
    margin-bottom: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    
    border-radius: 30px;
}

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


.ci_04 dl{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.ci_04 dl dt{
    font-size: 24px;
    line-height: 160%;
    color:#FFFFFF;
    margin-bottom: 20px;
    background: url("../img/company_information/03/bdr.jpg") left center no-repeat;
    background-size: 40px 2px;
    padding-left: 55px;

    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

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

}

.ci_04_bg01{
	height:340px !important;
	background:url("../img/company_information/03/01_01.jpg") right center no-repeat,#011f45;


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

.ci_04_bg02{
	height:210px !important;
	background:url("../img/company_information/03/01_02.jpg") right center no-repeat,#011f45;


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


.ci_04_bg03{
	height:300px !important;
	background:url("../img/company_information/03/01_03.jpg") right center no-repeat,#011f45;


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





.ci_05{
    margin-bottom: 50px;

}


.ci_05_l{
    width: 300px;
    height: auto;
    float: left;
}

.ci_05_r{
    width:calc(100% - 340px);
    height: auto;
    float: right;
}


.ci_05_in{

}

.ci_05_in dl dt{
    font-size: 20px;
    line-height: 160%;
    color:#21348c;
    margin-bottom: 10px;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.ci_05_in dl dd{
    font-size: 15px;
    line-height: 170%;

    margin-bottom: 40px;
}

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


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

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

.ci_07{

}







.ci_08{
    font-size: 15px;
    line-height: 180%;
    margin-bottom: 30px;
}

.ci_08 p{
    text-align: right;
    margin-bottom: 20px;
}



.ci_09{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 70px;
}

.ci_09 ul li{
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 20px;
}

.ci_09 p{
    margin-top: 25px;
    text-align: right;
}

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



.ci_10{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 20px;
}

.ci_10 p{
    max-width: 160px;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}


.ci_11{
    background: #e8ecf1;
    border-radius: 15px;
    margin-bottom: 70px;
    padding: 40px 30px;
    box-sizing:border-box;
}

.ci_11 dl{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}


.ci_11 dl dt{
    font-size: 18px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 15px;
}

.ci_11 dl dd{
    font-size: 15px;
    line-height: 170%;
}

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

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





.ci_12{
    margin-bottom: 40px;
}

.ci_12 dl dt{
    font-size: 18px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 12px;
}

.ci_12 dl dd{
    font-size: 15px;
    line-height: 170%;
}


.ci_13{
    margin-bottom: 70px;
}

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

}

.ci_13 ul{
    margin-top: 10px;
}

.ci_13 ul li{
    list-style: decimal;
    margin-left: 20px;
    padding-left: 10px;
    margin-bottom: 25px;
    
    font-size: 15px;
    line-height: 170%;
}

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


.ci_13 ul li ul li{
    list-style:none;
    margin-left: 10px;
    margin-bottom: 10px !important;
    background: url("../img/common/list001.png") left 13px no-repeat;
    
    font-size: 15px;
    line-height: 170%;
}


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

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

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

.ci_13_li01{
    list-style-type: katakana !important;
    background:none !important;
    margin-left: 25px !important;  
}


.ci_14{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 35px;
}


.ci_15{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 50px;
}

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


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

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






.ci_16{
    font-size: 21px;
    line-height: 180%;
    color: #2c76c1;

}



.ci_17{

}

.ci_17_l{
    width: 270px;
    height: auto;
    float: left;
}

.ci_17_r{
    width: calc(100% - 300px);
    height: auto;
    float: right;
}

.ci_17_r dl dt{
    font-size: 18px;
    line-height: 170%;
    color:#2c76c1;
    margin-bottom: 20px;

    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

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

.ci_17_r dl dd{
    font-size: 15px;
    line-height: 170%;
}

.ci_17_r dl dd p{
    text-align: right;
    margin-top: 15px;
}





/* 主要実績　------------------------------------------ */

.ach01{
    font-size: 27px;
    line-height: 140%;
    color:#bb840f;
    margin-bottom: 40px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;

}



.ach02{
    margin-bottom: 60px;
}

.ach02 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 20px;
    
    padding: 0 20px;
    box-sizing: border-box;
    
    border-radius: 20px;
}


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

.ach02 ul li:nth-child(5){
    margin-left: 25.75%;
}



.ach02 ul li p{
    font-size: 22px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.ach02 ul li p span::before{
	content: "\A" ;
	white-space: pre ;
}


.ach02_bg01{
	height:160px !important;
	background:url("../img/achievements/01_01_bg.jpg") center center no-repeat; 

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

.ach02_bg02{
	height:160px !important;
	background:url("../img/achievements/01_02_bg.jpg") center center no-repeat; 

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

.ach02_bg03{
	height:160px !important;
	background:url("../img/achievements/01_03_bg.jpg") center center no-repeat; 

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

.ach02_bg04{
	height:160px !important;
	background:url("../img/achievements/01_04_bg.jpg") center center no-repeat; 

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

.ach02_bg05{
	height:160px !important;
	background:url("../img/achievements/01_05_bg.jpg") center center no-repeat; 

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






.ach03{
    width: 100%;
    margin-bottom: 25px;

}

.ach03 table{
    width: 100%;
}

.ach03 table th{
	width:140px !important;
	padding:20px 20px;
	box-sizing:border-box;
    background: #d4deee;
    
	font-size:15px;
    line-height: 140%;
    text-align: center;
    border-bottom: 8px solid #FFFFFF;
    border-right:  8px solid #FFFFFF;
	border-collapse:collapse;

    
}

.ach03 table td{
	padding:20px 20px;
	box-sizing:border-box;
    background: #f7f7f7;

	font-size:15px;
    line-height: 140%;
    border-bottom: 8px solid #FFFFFF;    
	border-collapse:collapse;

}

.ach03 table td ul li{
    margin-bottom: 15px;
    

}

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



.ach03 table td ul li ul{
    margin-top: 10px;

}

.ach03 table td ul li ul li{
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 10px;
    margin-right: 30px;
   
    margin-bottom: 10px;

}

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



.ach04{
    margin-bottom: 60px;
}

.ach04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    border: 1px solid #D4D4D4;
    box-sizing:border-box;
}

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






.ach05{

}

.ach05 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
}

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

.ach05 ul li dl dt{
    text-align: center;
    margin-bottom: 15px;
}


.ach05 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}



/* 選ばれる理由 ---------------------------------------------- */

.rs01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 35px;

}

.rs02{
    margin-bottom: 70px;

}


.rs02 ul li{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
    
    border-radius: 15px;
}

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

.rs02 ul li dl dt{
    font-size: 22px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    margin-bottom: 7px;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.rs02 ul li dl dd{
    font-size: 16px;
    line-height: 180%;
    color:#FFFFFF;
    text-align: center;

}



.rs02_bg01{
	height:170px !important;
	background:url("../img/reason/01_01.jpg") center center no-repeat; 

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

.rs02_bg02{
	height:170px !important;
	background:url("../img/reason/01_02.jpg") center center no-repeat; 

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


.rs02_bg03{
	height:170px !important;
	background:url("../img/reason/01_03.jpg") center center no-repeat; 

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






.rs03{
    margin-bottom: 70px;

}

.timeline {
  list-style: none;
}
.timeline li {
    width:auto;
    height:auto;
    float: none;

    overflow: hidden;
    margin: 0;
    position: relative;

    padding: 0 14px;

    box-sizing: border-box;
    

}


  .timeline-content {
    width: 95%;
    height: 100%;

    border-left: 3px #dadada solid;
    padding-top: 5px;
    padding-left: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #4369a9;
    position: absolute;
    left:7px;
    top: 14px;
    border-radius: 100%;
  }

  .timeline-content dl dt{
    font-size: 18px;
    line-height: 130%;
    color: #0c3579;

    padding-bottom: 0px;    
    margin-bottom: 4px;
    border-bottom: none;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    
    padding-top: 5px;

  }


  .timeline-content dl dd{
    font-size: 15px;
    line-height: 160%;
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
  }
  


  

.rs04{
    margin-bottom: 70px;

}

.rs04 ul li{
    width: 32%;
    height: 240px;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    
    padding: 0 25px;
    box-sizing: border-box;
    
    background: url("../img/reason/02_bg.jpg") repeat;
    
    border-radius: 15px;
    

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

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


.rs04 ul li:nth-child(7){
    margin-bottom: 0px;
}

.rs04 ul li dl{
    max-width: 400px;
    width: 100%;
}


.rs04 ul li dl dt{
    text-align: center;
    margin-bottom: 15px;
    font-family: 'noto500';   
}

.rs04 ul li dl dt img{
    max-width: 68px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.rs04 ul li dl dt p{
    font-size: 22px;
    line-height: 130%;
    color:#FFFFFF;
    margin-bottom: 18px;
}

.rs04 ul li dl dd{
/*    background: #E1ABAC;*/
    font-size: 15px;
    line-height: 170%;
    color:#FFFFFF;
    text-align:left;

}


/*.rs04 ul li dl dd span::before{
	content: "\A" ;
	white-space: pre ;
}*/




.rs05{

}

.rs05_l{
    width: 42%;
    height: auto;
    float: left;
}

.rs05_r{
    width: 54%;
    height: auto;
    float: right;
}

.rs05_in{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 30px;
}







.rs06{
    margin-bottom: 80px;

}

.rs06 ul li{
    width: 49%;
    height: 200px;
    float: left;
    margin-right: 2%;
     background: #46b1e1;
    box-sizing:border-box;
    
    border-radius: 15px;
    margin-bottom: 20px;
    
    

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

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


.rs06 ul li:nth-child(3){
    margin-left: 25.5%;
    margin-bottom: 0px;    
}


.rs06 ul li dl dt{
    font-size: 40px;
    line-height: 100%;
    text-align:center;
    margin-bottom: 15px;
    color: #FFFFFF;
    
    font-weight: bold;
}


.rs06 ul li dl dd{
    font-size: 20px;
    line-height: 160%;
    text-align:center;
    color: #FFFFFF;
}



.rs07_c01{
    color: #FFFFFF !important;

}



.rs07{
    margin-bottom: 60px;

}

.rs07 dl dt{

    font-size: 30px;
    line-height: 100%;
    text-align:center;

    transform: skewX(0deg);

    margin-bottom: 40px;
    

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;

}


.rs07 dl dt p{

    font-size: 60px;
    line-height: 100%;
    text-align:center;
    color: #d7c447;
    margin-bottom: 10px;

    transform: skewX(-10deg);

    
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-style: normal;

}

.rs07 dl dt span{
    padding: 0px 20px 5px 20px;


  
  border-bottom: 4px solid #d7c447;
}


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

    font-size: 16px;
    line-height: 180%;
     
}
.rs07 dl dd span{
    background: #c1ab05;
    padding: 2px 5px;

}


.rs08{
    margin-bottom: 100px;
}

.rs08 ul li{
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 25px;
}

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

.rs08 li:nth-child(3){
    margin-left: 25.75%;
    margin-bottom: 0px;    
}



.rs08 ul li ul li{
    width: 100%;
    float: none;
    margin-right: 0%;
    
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
    
    background: url("../img/why_choose_us/list.png") left 7px no-repeat;
    background-size: 8px 8px;
    padding-left: 12px;
}

.rs08 ul li ul li:last-child{

    margin-bottom:0px;
}

.rs08 ul li ul li:nth-child(3){
    margin-left: 0%;
    margin-bottom: 10px;
}

.rs08 ul li dl dt p{
    position: relative;
    z-index: 10;
    text-align: center;

}

.rs08 ul li dl dt p img{
    width: 80px;

}


.title {
    z-index: 2;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
    
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  padding: 20px 20px;
  background: #c1e5f5;
  color: #2c76c1;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

.title01{
    z-index: 2;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
    
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  padding: 20px 20px;
  background: #2a71b9;
  color:#FFFFFF;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}




.rs09{
    max-width: 750px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.rs09 ul li{
    width: 31%;
    float: left;
    margin-right: 3.5%;
}

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


.rs09 ul li dl dt{
    margin-bottom: 25px;

}

.rs09 ul li dl dd{
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;

}


.rs09 ul li dl dd span::before{
	content: "\A" ;
	white-space: pre ;
}




.rs10{
    margin: 0 auto 50px auto;
}

.rs10 ul li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
}


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





.rs11{

}

.rs11 ul li{
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 12px;
    
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
}
.rs11 ul li:last-child{

    margin-bottom:0px;
}




.rs12{

}

.rs12 ul{
    text-align:left;

}

.rs12 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
    text-align: left;
}

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

.rs12 ul li dl dt{
    text-align:center;
    margin: 0 auto 15px auto;
}

.rs12 ul li dl dt img{
    border: 1px solid #E1E1E1;
    box-sizing: border-box;

}

.rs12 ul li dl dd{

/*background: #EBC0C1;*/
height: 90px;

}

.rs12 ul li dl dd dl dt{
    text-align:left;
    margin: 0 0 8px 0;

     font-size: 16px;
    line-height: 140%;
    
    border-left: 3px solid #71a5da;
    padding-left: 6px;
}
    
.rs12 ul li dl dd dl dd {
    font-size: 14px;
    line-height: 140%;
    
  height: auto; 


}

















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

.rrt_tx01{
    border: 1px solid #A7A7A7;
    padding: 40px 20px;
    
    font-size: 18px;
    line-height: 180%;
    text-align: center;

}



.rrt_tx02{
    margin-bottom: 40px;
}

.rrt_tx02 dl dt{
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 30px;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}


.rrt_tx02 dl dt span{
    color: #71A5DA;
}

.rrt_tx02 dl dd{
    font-size: 18px;
    line-height: 170%;


}

.rrt_tx03{
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto;
}

.rrt_tx03 ul li{
    width: 32%;
    height: 178px;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    
    border-radius: 50%;
    box-sizing: border-box;
    
    background: #2c76c1;
    
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;


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

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

.rrt_tx03 ul li:nth-child(4){
    margin-left: 17%;
    margin-bottom: 0px;    
}

.rrt_tx03 ul li:nth-child(5){

    margin-bottom: 0px;    
}


.rrt_tx03 ul li span::before{
	content: "\A" ;
	white-space: pre ;
}



.rrt_tx04{
    background: #2c76c1;
    
    font-size: 18px;
    line-height: 140%;
    
    color: #FFFFFF;
    text-align: center;
    padding: 12px 10px 13px 10px;
    
    margin-bottom: 20px;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}



.rrt_tx05{
    background: #f2f2f2;
    
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    padding: 12px 10px 13px 10px;
    
    margin-bottom: 60px;

}




























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


.privacy{
}


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

    margin-bottom: 8px;

}


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

}




















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



.ctt_txt01{
    font-size: 24px;
    line-height: 140%;

}

.ctt_txt01 dl dt{
    font-size: 21px;
    line-height: 160%;

    margin-bottom: 15px;
    text-align: center;
}

.ctt_txt01 dl dd{
    font-size: 30px;
    line-height: 150%;
    color: #0d3d83;
 
    text-align: center;    
}

.ctt_txt01 dl dd span{ 
    margin-left: 20px;
}




.ctt_txt01 dl dd a{
    color: #0d3d83;
    text-decoration: none;
}

.ctt_txt01 dl dd a:hover{
    color: #0d3d83;
    text-decoration: none;
}


.f_text01 a{
    color: #0d3d83;
    text-decoration: none;
}

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


.f_text02{
    font-size: 20px;
    line-height: 180%;
    text-align: center;
}

.f_text02 span{
    font-size: 15px;

}



.contact-t{
    margin-bottom: 60px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:22px;

	line-height:120%;
	margin-bottom:25px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 18px;
    line-height: 100%;
    text-align:center;
}

.contact-t dl dd p{
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 7px;
    text-align:center;
    color: #835f08;

    font-family: "paganini", serif;
    font-weight: 400;
    font-style: normal;
}

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

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








.ctt_tel{
    margin-bottom: 60px;

}

.ctt_tel dl dt{
    font-size: 45px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 15px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 20px;
    line-height: 160%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}




.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    border: 1px solid #9B9B9B;
    padding: 30px;
    box-sizing: border-box;
}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 24px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}


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



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

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

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

#contact-f th{
	font-size: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:100%;
	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:100%;
    height: 40px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;
}



.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;
        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: 230px;
height: auto;
margin: 0 auto;

position: absolute;
top: 21px;
left: 20px;

z-index: 1000;
}

h1 img{
    text-align: center;
}


.h2_01_cl01{
    color: #FFFFFF !important;

}


.h2_btm{
    margin-bottom: 30px;
}



.h2_01{
    font-size: 15px;
    line-height: 100%;
    color:#000000;
    text-align: center;
 
    margin-bottom: 36px;
    
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.h2_01 p{
    font-size: 35px;
    line-height: 120%;
    color:#a2a2bd;
    text-align: center;
    background: url("../img/common/h2.png") center bottom no-repeat;
    background-size: 13px 14px;
    padding-bottom: 17px;
 
    margin-bottom: 9px;
    
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}



  .pg_b_bg{
     margin-top: 70px;
    height: 130px;
    background: url("../img/common/p_m_bg.png") right -350px center no-repeat,#2a3587;
    background-size: 595px 130px;

}

.pg_b_in{
    height: 130px;

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



.h2_02{
    font-size: 22px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}



.h2_bg01_tp{
    margin-top: 70px;
    margin-bottom: 50px;        
}

.h2_bg01_tp01{
    margin-top: 70px;

}



.h2_bg01{
    background: #3b77c3;
    padding: 26px 0 28px 0;
    

}

.h2_03{
    font-size: 13px;
    line-height: 100%;
    color:#d7c447;

    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.h2_03 p{
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 10px;
    color:#d7c447;

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}





.h3_01{
    width: 100%;
    font-size: 19px;
    line-height: 140%;
    color:#323b67;
    text-align: center;

    padding: 15px 10px;
    box-sizing: border-box;
    border:1px solid#323b67;
  
    margin-bottom: 30px;


  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  position: relative;
}



.h3_01::before {
  content: "";
  position: absolute;
    border:1px solid#323b67;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
}


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




.h3_02_bg01{
    background: #71a5da;
    padding: 28px 0;

}

.h3_02{
    font-size: 18px;
    line-height: 100%;
    color:#ffffff;

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}



.h4_01{
    font-size: 17px;
    line-height: 140%;
    color:#21348c;
    
    border-left: 5px solid #21348c;
    padding-left: 6px;
    margin-bottom: 25px;
    

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
    
    vertical-align: text-top;    
}

.h4_01 span{
    font-size: 13px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    padding:1px 8px 2px 8px;
    background:  #288cd8;
    border-radius: 7px;
    margin-right: 5px;
    margin-top: 2px;

    vertical-align: text-top;

    display: inline-block;


}



 
/* load--------------------------------------------------------------------------------------------------------------------------------------------- */
   
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1500;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 130px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}



/* トップメイン画像---------------------------------------------- */

.tp_mg_out{
	position: relative;
    
/*    overflow: hidden;*/
}


.tp_mg{
  width: 100%;
  height: 100vh;
  background-image:url("../img/top/top_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 20px;
    box-sizing: border-box;  

}
   
      
   
.tp_mg_in{
/*  background: #E9888A;*/
    max-width: 570px;
    width: 100%;
    margin: 0 auto;

	position: absolute;

    box-sizing: border-box;

	z-index: 2;
	z-index: 2;
	bottom: 40px;
	right: 20px;

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


}

.tp_mg_in dl dt{

   font-size: 28px;
    line-height: 130%;
    color:#FFFFFF;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;    

    letter-spacing: -0.02em;
    margin-bottom: 10px;
    text-align: right;    

  text-shadow: 0 0 5px rgba(99, 73, 36, 1.0);
}

.tp_mg_in dl dt em{
    margin-left: 0px;

}

.tp_mg_in dl dt em::before{
	content: "\A" ;
	white-space: pre ;
}
  
.tp_mg_in dl dd{
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;    
    text-align: right;    
    
  text-shadow: 0 0 5px rgba(99, 73, 36, 1.0);
}
    

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}


.text-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.block--3 .text-item {
  transform: translateX(-101%);
}
.block--3 .is-active .text-item {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}
.block--3 .is-active .text-item:nth-child(1) {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(1) > span {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(2) {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(2) > span {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(3) {
  transition-delay: 0.26s;
}
.block--3 .is-active .text-item:nth-child(3) > span {
  transition-delay: 0.26s;
}
.text-item > span {
  display: block;
}
.block--3 .text-item > span {
  transform: translateX(101%);
}
.block--3 .is-active .text-item > span {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}




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



.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
     overflow: hidden;   
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    overflow: hidden;
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;

    z-index: 2;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;

    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}
.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 10px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}





.slide_txt_out{
position:relative;
width: 100%;
height: 100vh;
margin: 50px auto 0 auto;
padding: 0 20px;

box-sizing: border-box;

z-index: 10;

/*background: #E97072;*/

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



.slide_txt_bg{
    max-width: 350px;
    width: 100%;
    min-height: 321px;
    background: url("../img/top/slide_on.png") center center no-repeat;
    background-size: 350px 321px;

}
.slide_txt_in{

    max-width: 80px;
    width: 100%;
    height: auto;
    margin: 0px auto 0 auto;

}


.is-animated {
  animation: slideIn 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}








/*==================================================
スライダーのためのcss
===================================*/
/*#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
    
}


.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 14s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



.slider_in{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 350px;

	z-index: 2;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;
    
    background: url("../img/top/slide_bg.png") -100px center no-repeat;
    background-size: 350px 350px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.slider_in img{


}



.slider_in dl dt{
width: 350px;
margin-bottom: 20px;
text-align: center;
}


.slider_in dl dd{
width: 300px;

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

text-align: center;
margin: 0 auto;
}
*/







/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:30px;
    z-index: 8000;    
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 20px;
	background:#FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:20px;
		opacity: 1;
	}
	100%{
		height:0;
		top:40px;
		opacity: 0;
	}
}





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


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

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

}





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



.about_top_img{
	width: 100%;
	height:250px !important;
	background:url("../img/about/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;

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



.service_top_img{
	width: 100%;
	height:250px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;


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


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


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

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


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




.btn_btm01{
    margin: 0 0 60px auto;
}


.btn_r{
    margin: 0 0 0 auto;

}

.btn{
    max-width: 170px;
    height:46px;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;

  box-sizing: border-box;
  background-color:#2A73BC;

  font-size: 14px;
  line-height: 100;


    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;    

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

.btn a{
    color: #FFFFFF;
}


.btn span {
  position: relative; 
  z-index: 1;
}

.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 420%;
  width: 140%;
  background:#21348C;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-94%) translateY(-25%) rotate(45deg);
  transform: translateX(-94%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.btn a:hover{


}





.btn01{
    width: 220px;
    height:48px;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #21348c;
  border: 1px solid #21348c;
  box-sizing: border-box;
  background-color: none;

  font-size: 16px;
  line-height: 100;


    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;    

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

.btn01 a{
  color: #21348c;
}

.btn01 span {
  position: relative; 
  z-index: 1;
}

.btn01:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background:#21348c;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-94%) translateY(-25%) rotate(45deg);
  transform: translateX(-94%) translateY(-25%) rotate(45deg);
}

.btn01:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
    color:  #1d1f86;  
}

.btn01 a:hover{
    color:#FFFFFF;

}

   
   

.btn02{
    max-width: 220px;
    width: 100%;
    height: 45px;
    margin: 0 auto;
}

.btn02 a{
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #2c76c1;
    box-sizing: border-box;
    border-radius: 15px;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #2c76c1;

  font-family: "BIZ UDPMincho", 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;   
   
    transition: all 0.3s ease-in-out;       
}


.btn02 a:hover{

    border: 1px solid #2c76c1;
    background: #2c76c1;
    color:#FFFFFF;
 
}



.btn02_btm{
    margin-bottom: 40px;

}
.btn02_01_c{
    margin: 0 auto ;
}

.btn02_01{
    max-width: 220px;
    width: 100%;
    height: 45px;


}

.btn02_01 a{
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 15px;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;

    color: #FFFFFF;

  font-family: "BIZ UDPMincho", 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;   
   
    transition: all 0.3s ease-in-out;       
}


.btn02_01 a:hover{

    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color:#2c76c1;
 
}

/* トップ お知らせ　------------------------------------------ */


.tp_ns_out{
    
}

.tp_ns_out_l{
display: block;
   width: 100%;
   height: auto;
   float:none;
   margin-bottom: 40px;
}

.tp_ns_out_r{
    width: 120px;
    height: auto;
    float:none;
    margin: 0 auto;
}



.news_01{
}

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

}

.news_01 dl dd{
    padding-left: 90px;
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #999999;

}

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

.news_01 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}

   
.scroll-area{

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




}




.news_02{
    margin-bottom: 50px;
}

.news_02 dl dt{
    font-size: 14px;
    line-height: 160%;
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 2px;
}

.news_02 dl dd{
    padding-left: 0px;
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #d7c447;

}


.news_02 dl dd:last-child{

    margin-bottom:0px;
}

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

.news_02 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}





/* トップ オスカー・ジャパンについて　------------------------------------------ */

.tp_abto_bg{
    background:url("../img/top/02_bg.jpg") repeat;
}

.tp_abto_out{
    background: url("../img/top/02.png") left bottom no-repeat;
    background-size: 350px 306px;
}

.tp_abto_bx{

}



.tp_abto_bx_l{
   width:240px;
   height: auto;
   float:none;
/*   background: #F3A6A7;*/
   margin: 0 auto;
}

.tp_abto_bx_r{
   width:100%;
   height: auto;
   float:none;
}

.tp_abto_bx_r01{
    margin-bottom: 35px;

}


.tp_abto_bx_r01 dl dt{
    font-size: 21px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal; 
    margin-bottom: 22px;

}

.tp_abto_bx_r01 dl dd{
    font-size: 17px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;    

}



.tp_abto_bx_r02{
    margin-bottom: 40px;
}

.tp_abto_bx_r02 ul li{
    font-size: 15px;
    line-height: 140%;
    background: #d4deee;
    padding: 9px 14px 12px 14px;
    border-radius: 10px;
    margin-bottom: 16px;

}

.tp_abto_bx_r02 ul li:nth-child(2n){
    background: #b9cceb !important;
}

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








.tp_au001{
    margin-bottom: 40px;
}


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

    color: #3e3e3e;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  margin-bottom: 30px;
  

}

.tp_au001 dl dt span{
    font-size: 18px;
}

.tp_au001 dl dt em{
    font-size: 18px;
}

.tp_au001 dl dt small{
    font-size: 18px;
}



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

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






.tp_au001 dl dd{
    font-size: 15px;
    line-height: 170%;

    color: #3e3e3e;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  

}


.tp_au001 dl dd p{
    font-size: 18px;
    margin-bottom: 7px;

}


.tp_au001 dl dd span{
    background: #eee8ab;
    padding: 5px;
    
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-style: normal;
}



.tp_au002{

}

.tp_au002 ul li{
    width: 100%;
    height: 190px;
    float: left;
    margin-right: 0%;
    margin-bottom: 25px;
    
    border: 1px solid #2c76c1;
    box-sizing: border-box;
    padding: 20px;

}

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


.tp_au002 ul li ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    
    border:none;
    box-sizing: border-box;
    padding: 0px;
    
    background:url("../img/common/list001.png") left 8px no-repeat;
    font-size: 16px;
    line-height: 130%;
    padding-left: 8px;
    margin-bottom: 10px;
}


.tp_au002 ul li ul li:nth-child(2){
    margin-bottom: 10px; 
}

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


.tp_au002 dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #524545;
    font-weight: bold;
    margin-bottom: 10px;

}


.tp_au002 dl dd{
    font-size: 16px;
    line-height: 160%;


}



/* トップ 事業領域　------------------------------------------ */




.tp_bns02{
    margin-bottom: 40px;
}


.tp_bns02 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 30px;
    
    border-radius: 10px;
    
    padding: 0 10px;
    box-sizing: border-box;
}
.tp_bns02 ul li:nth-child(2n){
    margin-right: 0%;
    margin-bottom: 0px;    
}

.tp_bns02_in{
    margin-top: -15px;
}

.tp_bns02_in dl dt{
    font-size: 21px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    margin-bottom: 15px;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.tp_bns02_in dl dt p{
    font-size: 55px;
    line-height: 100%;
    color:rgba(255,255,255,0.50);
    text-align: center;
    margin-bottom: 15px;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.tp_bns02_in dl dd{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}



.tp_bns02_bg01{
	width: 100%;
	height:220px !important;
	background:url("../img/top/03_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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


.tp_bns02_bg02{
	width: 100%;
	height:220px !important;
	background:url("../img/top/03_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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




.tp_bns03{
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #5b709e;


}

.tp_bns03 dl{
    margin-bottom: 30px;

}
.tp_bns03 dl dt{
    font-size: 18px;
    line-height: 140%;
    color:#21348c;
    margin-bottom: 20px;
    
    border-left: 5px solid #21348c;
    padding-left: 7px;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.tp_bns03 dl dd ul li{
    font-size: 15px;
    line-height: 140%;
    
    background: url("../img/top/03_list.jpg") left 6px no-repeat;
    background-size: 9px 9px;
    padding-left: 13px;

    margin-bottom: 13px;

}

.tp_bns03 dl dd ul li:last-child{
    margin-bottom: 0px;
}





.tp_bn04{
    text-align: center;
    
    font-size: 21px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 40px;
    
    color: #2c76c1;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;    
}



.tp_bn05{

}

.tp_bn05 ul li{
    width: 100%;
    height: 200px;
    float: left;
    margin-right: 0%;
    
    background: #2c76c1;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 25px;
    
    border-radius: 15px;

}

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

.tp_bn05 dl dt{
    font-size: 60px;
    line-height: 100%;
    text-align:center;
    color: #d7c447;

transform: skewX(-15deg);

    margin-bottom: 15px;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;       
}


.tp_bn05 dl dd p{
    font-size: 19px;
    line-height: 140%;
    text-align:center;
    color:#FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    
}

.tp_bn05 dl dd{
    font-size: 15px;
    line-height: 150%;
    text-align:left;
    color:#FFFFFF;  
}

.tp_bn05 dl dd span::before{
	content: "" ;
	white-space: none ;
}



/* トップ 主要取引先　------------------------------------------ */




.tp_ctm01{
    margin-bottom: 50px;
}


.tp_ctm01_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 13px;

}

.tp_ctm01_r{
    width: 100%;
    height: auto;
    float: none;
}

.tp_ctm01 ul li{
    font-size: 15px;
    line-height: 140%;
    
    background: url("../img/top/03_list.jpg") left 6px no-repeat;
    background-size: 9px 9px;
    padding-left: 13px;

    margin-bottom: 13px;
}

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






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

.ci01{

}


.ci01 dl dt{
    font-size: 22px;
    line-height: 160%;
    color:#bb840f;
    margin-bottom: 30px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.ci01 dl dd{
    max-width: 480px;
    width: 100%;
    font-size: 16px;
    line-height: 180%;
    text-align:left;
    margin: 0 auto;

}

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






.ci_btn{

}


.ci_btn ul li{
    width: calc(100% / 2);
    height: 160px;
    float: left;
    background:url("../img/top/02.png") left bottom no-repeat, #0d3d83;
 
    background-size: 120px 105px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   box-sizing: border-box;
}



.ci_btn ul li:nth-child(2n){
   border-right: none;
}



.ci_btn ul li:nth-child(5){
   border-bottom: none;
}

.ci_btn ul li:nth-child(6){
   border-bottom: none;
}


.ci_btn ul li dl dt{
    font-size: 18px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 15px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}







.ci_btn{

}


.ci_btn ul li{
    width: calc(100% / 2);
    height: 180px;
    float: left;
    background:url("../img/top/02.png") left bottom no-repeat, #0d3d83;
 
    background-size: 160px 140px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   box-sizing: border-box;
}



.ci_btn ul li:nth-child(2n){
   border-right: none;
}



.ci_btn ul li:nth-child(5){
   border-bottom: none;
}

.ci_btn ul li:nth-child(6){
   border-bottom: none;
}


.ci_btn ul li dl dt{
    font-size: 24px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


.ci_btn01{
    margin-bottom: 60px;

}


.ci_btn01 ul li{
    width: calc(100% / 2);
    height: 150px;    
    background: #2c76c1;
    padding: 0 20px;
    
    float: left;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-right: 1px solid #d7c447;
   border-bottom: 1px solid #d7c447;

   box-sizing: border-box;    
}

.ci_btn01 ul li:nth-child(2){
   border-right: none;
}

.ci_btn01 ul li:nth-child(3){

   border-bottom: none;   
}

.ci_btn01 ul li:nth-child(4){
   border-right: none;
   border-bottom: none;   
}


.ci_btn01 ul li dl {
    width: 100%;
}

.ci_btn01 ul li dl dt{
    font-size: 18px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}


.ci_btn01 ul li dl dd{    
    width: 100%;

}



.ci_01{
    width: 100%;

}

.ci_01 table{
    width: 100%;
}

.ci_01 table th{
	width:120px !important;
	padding:10px 5px;
	box-sizing:border-box;
    background: #d4deee;
    
	font-size:14px;
    line-height: 150%;
    text-align: center;
    border-bottom: 4px solid #FFFFFF;
    border-right:  4px solid #FFFFFF;
	border-collapse:collapse;

    
}

.ci_01 table td{
	padding:10px 10px;
	box-sizing:border-box;
    background: #f7f7f7;

	font-size:14px;
    line-height: 150%;
    border-bottom: 4px solid #FFFFFF;    
	border-collapse:collapse;

}

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

    margin-bottom: 10px;

}

.ci_01 table td ul li.abl01{
    background:none !important;
    list-style: decimal;
    margin-left: 28px;
    padding-left: 5px;
     margin-right: 25px;

}

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

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




.ci_02{

}


.ci_02 dl dt{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

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

.ci_02 dl dd p{
    margin-top: 15px;
    text-align: right;

}

.ci_02 dl dd p span{
    height: 30px;
    background: url("../img/company_information/02/logo.jpg") left 1px no-repeat;
    background-size: 19px 19px;
    padding-left: 25px;

}



.ci_03{
    font-size: 18px;
    line-height: 200%;
    color:#bb840f;
    margin-bottom: 40px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

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









.ci_04{
}

.ci_04 ul li{
    margin-bottom: 25px;
    padding: 0 20px;
    box-sizing: border-box;
    
    border-radius: 25px;
}

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


.ci_04 dl{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.ci_04 dl dt{
    font-size: 18px;
    line-height: 160%;
    color:#FFFFFF;
    margin-bottom: 16px;
    background: url("../img/company_information/03/bdr.jpg") left center no-repeat;
    background-size: 30px 1px;
    padding-left: 45px;

    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

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

}

.ci_04_bg01{
	height:300px !important;
	background:url("../img/company_information/03/01_01.jpg") right center no-repeat,#011f45;


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

.ci_04_bg02{
	height:190px !important;
	background:url("../img/company_information/03/01_02.jpg") right center no-repeat,#011f45;


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


.ci_04_bg03{
	height:240px !important;
	background:url("../img/company_information/03/01_03.jpg") right center no-repeat,#011f45;


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





.ci_05{
    margin-bottom: 40px;

}


.ci_05_l{
    max-width: 300px;
    width:100%;
    height: auto;
    float: none;
    margin: 0 auto 30px auto;
}

.ci_05_r{
    width:100%;
    height: auto;
    float: none;
}


.ci_05_in{

}

.ci_05_in dl dt{
    font-size: 16px;
    line-height: 160%;
    color:#21348c;
    margin-bottom: 7px;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

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

    margin-bottom: 30px;
}

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


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

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

.ci_07{

}








.ci_08{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;
}

.ci_08 p{
    text-align: right;
    margin-bottom: 20px;
}



.ci_09{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 60px;
}

.ci_09 ul li{
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 15px;
}

.ci_09 p{
    margin-top: 20px;
    text-align: right;
}

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



.ci_10{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}

.ci_10 p{
    max-width: 110px;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}


.ci_11{
    background: #e8ecf1;
    border-radius: 15px;
    margin-bottom: 60px;
    padding: 20px 20px;
    box-sizing:border-box;
}

.ci_11 dl{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}


.ci_11 dl dt{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 15px;
}

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

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

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







.ci_12{
    margin-bottom: 30px;
}

.ci_12 dl dt{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 10px;
}

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


.ci_13{
    margin-bottom: 70px;
}

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

}

.ci_13 ul{
    margin-top: 10px;
}

.ci_13 ul li{
    list-style: decimal;
    margin-left: 20px;
    padding-left: 7px;
    margin-bottom: 25px;
    
    font-size: 14px;
    line-height: 160%;
}

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


.ci_13 ul li ul li{
    list-style:none;
    margin-left: 5px;
    margin-bottom: 10px !important;
    background: url("../img/common/list001.png") left 9px no-repeat;
    
    font-size: 14px;
    line-height: 160%;
}


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

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

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

.ci_13_li01{
    list-style-type: katakana !important;
    background:none !important;
    margin-left: 25px !important;  
}


.ci_14{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;
}


.ci_15{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;
}

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


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

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






.ci_16{
    font-size: 17px;
    line-height: 170%;
    color: #2c76c1;

}



.ci_17{

}

.ci_17_l{
    max-width: 360px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 30px auto;
}

.ci_17_r{
    width: calc(100%);
    height: auto;
    float: none;
}

.ci_17_r dl dt{
    font-size: 17px;
    line-height: 150%;
    color:#2c76c1;
    margin-bottom: 20px;

    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

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

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

.ci_17_r dl dd p{
    text-align: right;
    margin-top: 15px;
}





/* 主要実績　------------------------------------------ */

.ach01{
    font-size: 20px;
    line-height: 140%;
    color:#bb840f;
    margin-bottom: 35px;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;

}



.ach02{
    margin-bottom: 50px;
}

.ach02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    
    padding: 0 5px;
    box-sizing: border-box;
    
    border-radius: 15px;
}


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

.ach02 ul li:nth-child(5){
    margin-left: 25.5%;
}



.ach02 ul li p{
    font-size: 15px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.ach02 ul li p span::before{
	content: "\A" ;
	white-space: pre ;
}


.ach02_bg01{
	height:110px !important;
	background:url("../img/achievements/01_01_bg.jpg") center center no-repeat; 

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

.ach02_bg02{
	height:110px !important;
	background:url("../img/achievements/01_02_bg.jpg") center center no-repeat; 

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

.ach02_bg03{
	height:110px !important;
	background:url("../img/achievements/01_03_bg.jpg") center center no-repeat; 

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

.ach02_bg04{
	height:110px !important;
	background:url("../img/achievements/01_04_bg.jpg") center center no-repeat; 

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

.ach02_bg05{
	height:110px !important;
	background:url("../img/achievements/01_05_bg.jpg") center center no-repeat; 

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








.ach03{
    width: 100%;
    margin-bottom: 25px;

}

.ach03 table{
    width: 100%;
}

.ach03 table th{
	width:90px !important;
	padding:20px 20px;
	box-sizing:border-box;
    background: #d4deee;
    
	font-size:14px;
    line-height: 140%;
    text-align: center;
    border-bottom: 4px solid #FFFFFF;
    border-right:  4px solid #FFFFFF;
	border-collapse:collapse;

    
}

.ach03 table td{
	padding:20px 20px;
	box-sizing:border-box;
    background: #f7f7f7;

	font-size:14px;
    line-height: 140%;
    border-bottom: 4px solid #FFFFFF;    
	border-collapse:collapse;

}

.ach03 table td ul li{
    margin-bottom: 10px;
    

}

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



.ach03 table td ul li ul{
    margin-top: 10px;

}

.ach03 table td ul li ul li{
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 10px;
    margin-right: 30px;
   
    margin-bottom: 10px;

}

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



.ach04{
    margin-bottom: 60px;
}

.ach04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    border: 1px solid #D4D4D4;
    box-sizing:border-box;
}

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


.ach05{

}

.ach05 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 25px;
}

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

.ach05 ul li:nth-child(4n){
    margin-right: 0%;
    margin-bottom: 0px;    
}

.ach05 ul li:nth-child(4n){
    margin-right: 0%;
    margin-bottom: 0px;     
}

.ach05 ul li dl dt{
    text-align: center;
    margin-bottom: 12px;
}


.ach05 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}


/* 選ばれる理由 ---------------------------------------------- */

.rs01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;

}

.rs02{
    margin-bottom: 60px;

}


.rs02 ul li{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    
    border-radius: 15px;
}

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

.rs02 ul li dl dt{
    font-size: 19px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    margin-bottom: 7px;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.rs02 ul li dl dd{
    font-size: 14px;
    line-height: 180%;
    color:#FFFFFF;
    text-align: center;

}



.rs02_bg01{
	height:150px !important;
	background:url("../img/reason/01_01.jpg") center center no-repeat; 

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

.rs02_bg02{
	height:150px !important;
	background:url("../img/reason/01_02.jpg") center center no-repeat; 

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


.rs02_bg03{
	height:150px !important;
	background:url("../img/reason/01_03.jpg") center center no-repeat; 

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










.rs03{
    margin-bottom: 60px;

}

.timeline {
  list-style: none;
}
.timeline li {
    width:auto;
    height:auto;
    float: none;

    overflow: hidden;
    margin: 0;
    position: relative;

    padding: 0 14px;

    box-sizing: border-box;
    

}


  .timeline-content {
    width: 95%;
    height: 100%;

    border-left: 3px #dadada solid;
    padding-top: 5px;
    padding-left: 15px;
  }
  .timeline-content:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #4369a9;
    position: absolute;
    left:9px;
    top: 13px;
    border-radius: 100%;
  }

  .timeline-content dl dt{
    font-size: 16px;
    line-height: 130%;
    color: #0c3579;

    padding-bottom: 0px;    
    margin-bottom: 4px;
    border-bottom: none;

    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    
    padding-top: 5px;    

  }


  .timeline-content dl dd{
    font-size: 14px;
    line-height: 150%;
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;

  }
  

  


  

.rs04{
    margin-bottom: 60px;

}

.rs04 ul li{
    width: 49%;
    height: 220px;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    
    padding: 0 20px;
    box-sizing: border-box;
    
    background: url("../img/reason/02_bg.jpg") repeat;
    
    border-radius: 10px;
    

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

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

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


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


.rs04 ul li:nth-child(7){
    margin-bottom: 0px;
}

.rs04 ul li dl{
    max-width: 400px;
    width: 100%;
}


.rs04 ul li dl dt{
    text-align: center;
    margin-bottom: 15px;
    font-family: 'noto500';   
}

.rs04 ul li dl dt img{
    max-width: 50px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.rs04 ul li dl dt p{
    font-size: 20px;
    line-height: 130%;
    color:#FFFFFF;
    margin-bottom: 18px;
}

.rs04 ul li dl dd{
/*    background: #E1ABAC;*/
    font-size: 14px;
    line-height: 160%;
    color:#FFFFFF;
    text-align:left;

}


/*.rs04 ul li dl dd span::before{
	content: "\A" ;
	white-space: pre ;
}*/




.rs05{
    max-width: 590px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.rs05_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 15px;
}

.rs05_r{
    width: 100%;
    height: auto;
    float: none;
}

.rs05_in{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 25px;
}













.rs06{
    margin-bottom: 70px;

}

.rs06 ul li{
    width: 100%;
    height: 120px;
    float: left;
    margin-right: 0%;
     background: #46b1e1;
    box-sizing:border-box;
    
    border-radius: 15px;
    margin-bottom: 20px;
    
    

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

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


.rs06 ul li:nth-child(3){
    margin-left: 0%;
    margin-bottom: 0px;    
}


.rs06 ul li dl dt{
    font-size: 30px;
    line-height: 100%;
    text-align:center;
    margin-bottom: 10px;
    color: #FFFFFF;
    
    font-weight: bold;
}


.rs06 ul li dl dd{
    font-size: 17px;
    line-height: 160%;
    text-align:center;
    color: #FFFFFF;
}



.rs07_c01{
    color: #FFFFFF !important;

}

.rs07{
    margin-bottom: 50px;

}

.rs07 dl dt{

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

    transform: skewX(0deg);

    margin-bottom: 40px;
    

  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;

}


.rs07 dl dt p{

    font-size: 40px;
    line-height: 100%;
    text-align:center;
    color: #d7c447;
    margin-bottom: 10px;

    transform: skewX(-10deg);

    
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-style: normal;

}

.rs07 dl dt span{
    padding: 0px 20px 5px 20px;


  
  border-bottom: 4px solid #d7c447;
}


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

    font-size: 15px;
    line-height: 170%;
     
}

.rs07 dl dd span{
    background: #c1ab05;
    padding: 3px 5px;

}



.rs08{
    margin-bottom: 70px;
}

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

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

.rs08 li:nth-child(3){
    margin-left: 0%;
    margin-bottom: 0px;    
}



.rs08 ul li ul li{
    width: 100%;
    float: none;
    margin-right: 0%;
    
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 10px;
    
    background: url("../img/why_choose_us/list.png") left 7px no-repeat;
    background-size: 8px 8px;
    padding-left: 12px;
}

.rs08 ul li ul li:last-child{

    margin-bottom:0px;
}

.rs08 ul li ul li:nth-child(3){
    margin-left: 0%;
    margin-bottom: 10px;
}

.rs08 ul li dl dt p{
    position: relative;
    z-index: 10;
    text-align: center;

}

.rs08 ul li dl dt p img{
    width: 60px;

}


.title {
    z-index: 2;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
    
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  padding: 23px 20px 16px 20px;
  background: #c1e5f5;
  color: #2c76c1;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

.title01{
    z-index: 2;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
    
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  
  padding: 23px 20px 16px 20px;
  background: #2a71b9;
  color:#FFFFFF;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}






.rs09{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.rs09 ul li{
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
}


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


.rs09 ul li:nth-child(3n){
    margin-left: 26%;
    margin-bottom: 0px;
}


.rs09 ul li dl dt{
    max-width: 140px;
    margin: 0 auto 20px auto;


}

.rs09 ul li dl dd{
    font-size: 15px;
    line-height: 150%;
    text-align: left;
    color: #FFFFFF;

}


.rs09 ul li dl dd span::before{
	content: "" ;
	white-space: none ;
}





.rs10{
    margin: 0 auto 40px auto;
}

.rs10 ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}


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

.rs10 ul li:nth-child(3){
    margin-bottom: 0px;
}


.rs10 ul li:nth-child(4n){
    margin-right: 0%;
    margin-bottom: 0px;    
}




.rs11{

}

.rs11 ul li{
    font-size: 15px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 13px;
    
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
}
.rs11 ul li:last-child{

    margin-bottom:0px;
}








.rs12{

}

.rs12 ul{
    text-align:left;

}

.rs12 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    text-align: left;
}

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



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



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

.rs12 ul li dl dt{
    text-align:center;
    margin: 0 auto 15px auto;
}

.rs12 ul li dl dt img{
    border: 1px solid #E1E1E1;
    box-sizing: border-box;

}

.rs12 ul li dl dd{

/*background: #EBC0C1;*/
height: 85px;

}

.rs12 ul li dl dd dl dt{
    text-align:left;
    margin: 0 0 8px 0;

     font-size: 15px;
    line-height: 140%;
    
    border-left: 3px solid #71a5da;
    padding-left: 6px;
}
    
.rs12 ul li dl dd dl dd {
    font-size: 13px;
    line-height: 140%;
    
  height: auto; 


}








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

.rrt_tx01{
    border: 1px solid #A7A7A7;
    padding: 30px 20px;
    
    font-size: 16px;
    line-height: 170%;
    text-align: left;

}





.rrt_tx02{
    margin-bottom: 30px;
}

.rrt_tx02 dl dt{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.rrt_tx02 dl dt span{
    color: #71A5DA;
}


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


}

.rrt_tx03{
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto;
}

.rrt_tx03 ul li{
    width: 32%;
    height: 120px;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    
    border-radius: 20px;
    box-sizing: border-box;
    
    background: #2c76c1;
    
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;


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

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

.rrt_tx03 ul li:nth-child(4){
    margin-left: 17%;
    margin-bottom: 0px;    
}

.rrt_tx03 ul li:nth-child(5){

    margin-bottom: 0px;    
}


.rrt_tx03 ul li span::before{
	content: "\A" ;
	white-space: pre ;
}



.rrt_tx04{
    background: #2c76c1;
    
    font-size: 16px;
    line-height: 140%;
    
    color: #FFFFFF;
    text-align: center;
    padding: 12px 10px 13px 10px;
    
    margin-bottom: 15px;
    
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}



.rrt_tx05{
    background: #f2f2f2;
    
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    padding: 12px 10px 13px 10px;
    
    margin-bottom: 60px;

}


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


.privacy{
}


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

    margin-bottom: 5px;

}


.privacy dd {
    font-size:13px;
    line-height: 140%;
    margin-bottom: 20px;

}














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


.ctt_txt01{
    font-size: 24px;
    line-height: 140%;

}

.ctt_txt01 dl dt{
    font-size: 16px;
    line-height: 170%;

    margin-bottom: 10px;
    text-align: center;
}

.ctt_txt01 dl dd{
    font-size: 26px;
    line-height: 150%;
    color: #0d3d83;

    text-align: center;    
}

.ctt_txt01 dl dd span{
    margin-left: 0;

}

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



.ctt_txt01 dl dd a{
    color: #0d3d83;
    text-decoration: none;
}

.ctt_txt01 dl dd a:hover{
    color: #0d3d83;
    text-decoration: none;
}


.f_text01 a{
    color: #0d3d83;
    text-decoration: none;
}

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



.f_text02{
    font-size: 16px;
    line-height: 180%;
    text-align:left;
}

.f_text02 span{
    font-size: 13px;

}



.contact-t{
    margin-bottom: 50px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:18px;

	line-height:120%;
	margin-bottom:20px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 15px;
    line-height: 100%;
    text-align:center;
}

.contact-t dl dd p{
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 12px;
    text-align:center;
    color: #835f08;

    font-family: "paganini", serif;
    font-weight: 400;
    font-style: normal;
}

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

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








.ctt_tel{
    margin-bottom: 50px;

}

.ctt_tel dl dt{
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 5px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}









.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    border: 1px solid #9B9B9B;
    padding: 20px 15px;
    box-sizing: border-box;
}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

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

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf 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:100%;
    height: 35px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;

}



.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);
    }
}













}
