

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


html {

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

}

*:first-child + html body {

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

body{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;  
	
	padding:0;
	margin:0;
	font-size:16px;

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

}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



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


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

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

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

.slicknav_menu {
	display:none;
}

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

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


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	

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

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

}	 

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

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

    overflow-x: hidden;
    background-color: #fff;
}



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



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


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 80px 0;

}

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

}

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

}

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

}


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

}


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

}



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

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



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


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

}





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


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




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

}

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

}


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

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

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






#header {

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

 box-sizing: border-box;

 mix-blend-mode: normal;
}

#header.mb_set{
    mix-blend-mode: difference;
}

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


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

    transition: 0.3s;
}

.header_bg.bg_set{
	background-color: rgba(10,32,63,0.6);
}


.header_bg.acrive{
    background: #FFFFFF;
}




header{

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

	box-sizing:border-box;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


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


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


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


footer{
    position: relative;
	padding:100px;
	box-sizing:border-box;

    background-color: #0a203f;
}

.footer_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 1500px;
    content: '';
	height:auto;
    padding-top: 18%;
	background:url(../img/common/footer_logo.png) center  no-repeat ; 
	 -moz-background-size: contain;
	-o-background-size: contain;
	 background-size: contain;

     transform: translate(-50%,-50%);
}



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



.address{
    margin-bottom: 30px;
}

.address dl dt{
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;
    font-style: normal;
    color: #fff;

    margin-bottom: 10px;
}

.address dl dd{
    font-size: 15px;
    line-height: 160%;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}



.f_cpy{
    font-size: 15px;
    line-height: 160%;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300; 
    color: #fff;
}






/*gnav*/




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





#g-nav-list{
position: absolute;
right: 40px;
top: 50px;





}


#g-nav-list ul{


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

    box-sizing: border-box;
}


#g-nav-list ul li{

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

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

}

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

#g-nav-list ul li a{
    mix-blend-mode: difference;
	color:#fff;
	text-decoration: none;
	position: relative;

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


}

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




/*


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

*/


.gnav_on{
   /* color: #fff !important;*/
    
}


  
  
  



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


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

/*リンクを右下に固定*/
#page-top {
    width: 50px;
    height: 55px;
	position: fixed;
	right: 10px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

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

/*　下に下がる動き　*/

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








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

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


h1.h1_01{
    position: absolute;
    top: 20px;
    left: 40px;
}


h2.h2_01{
    position: relative;
    margin-bottom: 60px;

    padding-left: 4.7vw;
}

h2.h2_01::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 3.5vw;
    aspect-ratio: 1;
    clip-path: polygon(0 0,100% 0,0 100%);
    background: #0a203f;

}



h2.h2_01 p:first-child{
    font-size: calc(12px + 0.75vw);
    line-height: calc(12px + 0.75vw);
    margin-bottom: 20px;
    color: #000;
}

h2.h2_01 p:last-child{
    font-size: calc(50px + 3vw);
    line-height: calc(40px + 3vw);
    color: #000;

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




h2.h2_02{
    position: relative;
    margin-bottom: 40px;

    padding-left: 4.7vw;
}

h2.h2_02::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 3.5vw;
    aspect-ratio: 1;
    clip-path: polygon(0 0,100% 0,0 100%);
    background: #fff;

}



h2.h2_02 p:first-child{
    font-size: calc(12px + 0.75vw);
    line-height: calc(12px + 0.75vw);
    margin-bottom: 20px;
    color: #fff;
}

h2.h2_02 p:last-child{
    font-size: calc(50px + 3vw);
    line-height: calc(40px + 3vw);
    color: #fff;

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


h2.h2_03{
    position: relative;
    margin-bottom: 60px;

    padding-left: 90px;
}

h2.h2_03::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 70px;
    aspect-ratio: 1;
    clip-path: polygon(0 0,100% 0,0 100%);
    background: #0a203f;

}



h2.h2_03 p:first-child{
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #000;
}

h2.h2_03 p:last-child{
    font-size: 100px;
    line-height: 100%;
    color: #000;

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





.h2_cr{
    color:  #FFFFFF !important;
}

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

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


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

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




h3.h3_01{
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
}

h3.h3_01 span{
    font-size: 24px;

}




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

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



.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(100vh / 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;
}

.slideshow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 80px;
    width: 100vw;
    text-align: center;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 100;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 0.8;
}









.top_slide_out{
    padding: 0 30px;

}

.top_slide{
	width:100%;
	height: 100vh;

	z-index:5;


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


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

box-sizing: border-box;

z-index: 6000;
}



.slide_txt_out p.main{
position: absolute;
top: calc(50% - 15vw);
left: 6vw;

text-align: left;

font-size: 10.5vw;
line-height: 85%;
color: #fff;

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





.slide_txt_out p.sub{
    position: absolute;
    top: calc(50% + 13vw);
    left: 6vw;

    text-align: left;

    font-size: 2.3vw;
    line-height: 120%;
    color: #fff;



    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.slide_txt_out p.sub span{
    display: block;
}



.sub_slide_txt_out{
position:relative;
width: 100%;
max-width: 1100px;
height: 100%;
margin: 0 auto;
padding: 0px 50px;

box-sizing: border-box;

z-index: 6000;

}



.sub_slide_txt_out p.main{
position: absolute;
top: 20%;
left: 50px;


text-align: left;

font-size: min(11.5vw,130px);
line-height: 80%;
color: #fff;

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





.sub_slide_txt_out p.sub{
    position: absolute;
    top: 85%;
    left: 50px;
    text-align: left;

    font-size: min(2.5vw,30px);
    line-height: 120%;
    color: #fff;



    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.sub_slide_txt_out p.sub  span{
    display: block;
}







:root {
    --delay: 0;
    --duration: 800ms;
    --iterations: 1;
}

.reveal-text,
.reveal-text::after {
  -webkit-animation-delay: var(--animation-delay, 2s);
          animation-delay: var(--animation-delay, 2s);
  -webkit-animation-iteration-count: var(--iterations, 1);
          animation-iteration-count: var(--iterations, 1);
  -webkit-animation-duration: var(--duration, 800ms);
          animation-duration: var(--duration, 800ms);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
  color: #FFF;
  white-space: nowrap;
  cursor: default
}

.reveal-text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a203f;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: text-revealer;
            animation-name: text-revealer;
}


.reveal-text.rt1,
.reveal-text.rt1::after{
    animation-delay:1s
}

.reveal-text.rt2,
.reveal-text.rt2::after{
    animation-delay:1.8s
}

.reveal-text.rt3,
.reveal-text.rt3::after{
    animation-delay:2.6s
}

.reveal-text.rt4,
.reveal-text.rt4::after{
    animation-delay:3.4s
}

@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}


@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}


@-webkit-keyframes text-revealer {
  
  0%, 50% {
    transform-origin: 0 50%;
  }
  
  60%, 100% {
    transform-origin: 100% 50%;   
  }

  
  60% {
    transform: scaleX(1);
  }
  
  100% {
    transform: scaleX(0);
  }
}


@keyframes text-revealer {
  
  0%, 50% {
    transform-origin: 0 50%;
  }
  
  60%, 100% {
    transform-origin: 100% 50%;   
  }

  
  60% {
    transform: scaleX(1);
  }
  
  100% {
    transform: scaleX(0);
  }
}






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

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


.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:0px auto 0px auto;
}


.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:0px auto 0px auto;
}


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














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

.sub_page_title{
    width: 100%;

    margin: 0px auto;
    
    padding: 100px clamp(50px, 5vw, 100px) 0px;
    box-sizing: border-box;
}




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


.bg_main_tp{
    margin-top: 100px;
}


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


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


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




.button_l{
    margin: 0 !important;
}


.button01{
	width:300px;
	height:auto;
	text-align: center;
	text-decoration: none;

}

.button01 a{
    display: block;
	width:300px;
    height: 50px;
    font-size: 16px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #0a203f;

	border: 1px solid #0a203f;
     box-sizing: border-box;

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

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

	-webkit-border-radius:25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius:25px;     /* CSS3 */    
}


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #0a203f;
    color:#0a203f;
}


.button02{
	width:300px;
	height:auto;
	text-align: center;
	text-decoration: none;

    margin-bottom: 40px;
}

.button02 a{
    display: block;
	width:300px;
    height: 50px;
    font-size: 16px;
    line-height: 110%;
    color:#0a203f;
    padding-top: 1px;
    
    background: #ffffff;

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

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

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

	-webkit-border-radius:25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius:25px;     /* CSS3 */    
}


.button02 a:hover {
    background:#0a203f;
	border: 1px solid #ffffff;
    color:#ffffff;
}





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

.tp_service{
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 90px;
}

.tp_service_txt{
    float: left;
    width: 52%;

    padding: 20px 50px 0px 5.2vw;
    box-sizing: border-box;

    word-break: auto-phrase;
}

.tp_service_img{
    float: right;
    width: 48%;
}

.tp_service_img img{
    width: 100%;
    height: 750px;
    object-fit: cover;
}


.tp_service_txt01{
    font-size: 2.2vw;
    line-height: 160%;
    font-weight: 600;

    margin-bottom: 60px;
}

.tp_service_txt01 span{
    font-size: 3.3vw;
}

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

    margin-bottom: 60px;
}



/* トップ　会社案内-------------------------------------------- */

.tp_company{
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 90px;
}

.tp_company_txt{
    position: relative;
    padding: 0px 50px 0px 5.2vw;
    box-sizing: border-box;

    z-index: 5;
}

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

    margin-bottom: 60px;
}


.tp_company_img{
    position: relative;
    width: 100%;

    margin-top: -100px;
}


.tp_company_img img{
    width: 100%;
    height: 821px;

    object-fit: cover;

}

.tp_company_img_txt01{
    position: absolute;
    top: 60%;
    left: 5.2vw;

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

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

    transform: translateY(-50%);
}


.tp_company_img_txt02{
    position: absolute;

    top: 85%;
    left: 5.2vw;

    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    font-style: normal;
    color: #fff;

    transform: translateY(-50%);
}


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


.tp_news{
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 90px;
}

.tp_news_txt{
    position: relative;
    padding: 0px 50px 0px 5.2vw;
    box-sizing: border-box;

    z-index: 5;
}


.tp_news_list {
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px;
}
.tp_news_list.swiper {
    overflow: visible;
}
.tp_news_list .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
}
.tp_news_list .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;

    max-width: 440px;
    margin-right: 30px;

}

.tp_news_list .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;

    transition: 0.3s;
}


.tp_news_list .swiper-slide a:hover{
    opacity: 0.8;
}

.tp_news_day{
    font-size: 16px;
    color: #000;

    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;

    margin-bottom: 10px;
}

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

.tp_news_img img{
    width: 100%;
}

.tp_news_title{
    font-size: 16px;
    color: #000;
}





.tp_news dl{

}

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

letter-spacing: 0.03em;

}

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

border-bottom: 1px dotted #999999;
}


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


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



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


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

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

.news_list li{
    display: flex;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;

}

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


.news_list li a{
    display: block;
    transition: 0.3s;
}

.news_list li a:hover{
    opacity: 0.8;
}



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

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

.news_post{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 90px;
}



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

.tp_recruit{
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 90px;
}

.tp_recruit_txt{
    float: left;
    width: 40%;

    padding: 0px 50px 0px 5.2vw;
    box-sizing: border-box;
}

.tp_recruit_img{
    position: relative;
    float: right;
    width: 60%;
    height: 740px;
    overflow: hidden;
}

.tp_recruit_img .tp_recruit_img01{
    width: 100%;
}


.tp_recruit_img .tp_recruit_img01 img{
    width: 100%;
    height: 740px;
    object-fit: cover;
}


.tp_recruit_img .tp_recruit_img_txt{
    overflow: hidden;
    display: flex;
    width: 100%;
}

.tp_recruit_img .tp_recruit_img_txt01{
    position: absolute;
    bottom: 120px;
    left: 0px;

    font-size: 10vw;
    line-height: 7.8vw;
    color: #fff;

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

    flex-shrink: 0;
    white-space: nowrap;
    animation: MoveLeft 10s infinite linear; 
}


.tp_recruit_img .tp_recruit_img_txt02{
    position: absolute;
    bottom: -5px;
    left: 0px;

    font-size: 10vw;
    line-height: 7.8vw;
    color: #fff;

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

    flex-shrink: 0;
    white-space: nowrap;
    animation: MoveLeft2 10s infinite linear;
}

@keyframes MoveLeft {
    from {
      transform: translateX(120%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes MoveLeft2 {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(120%);
    }
  }
  

.tp_recruit_txt01{
    font-size: 2.2vw;
    line-height: 160%;
    font-weight: 600;

    margin-bottom: 60px;
}

.tp_recruit_txt01 span{
    font-size: 3.3vw;
}





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


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


.cmm_contact_txt01{
    font-size: 30px;
    line-height: 160%;
    font-weight: 600;

    color: #fff;

    margin-bottom: 40px;
}



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

.cp_cont01 {
    width: 100%;
    overflow: auto;

    clear: both;
}



.cp_cont01_l{
    float: left;
    width: 48%;
    height: 100%;
}

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

.cp_cont01_r{
    float: right;
    width: 48%;
}

.cp_cont01_img{
    width: 100%;
}

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










.cp_cont02{
    position: relative;
    width: 100%;
}


.cp_cont02 img{
    width: 100%;
    height: 550px;

    object-fit: cover;

}

.cp_cont02_txt01{
    position: absolute;
    top: 48%;
    left: 50px;

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

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

    transform: translateY(-50%);
}


.cp_cont02_txt02{
    position: absolute;

    top: 82%;
    left: 50px;

    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    font-style: normal;
    color: #fff;

    transform: translateY(-50%);
}




.cp_cont03{
    margin-bottom: 80px;
}

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

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

float: left;
clear: both;


}

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


border-bottom: 1px dotted #999999;


}


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

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



.cp_map{
    width: 100%;
}

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

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

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

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

.cp_map iframe{
    width: 100%;
}



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


.sv_cont01 {
    width: 100%;
    overflow: auto;

    clear: both;
}



.sv_cont01_l{
    float: left;
    width: 48%;
    height: 100%;
}

.sv_cont01_l .sv_cont01_txt dt{
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;

    margin-bottom: 10px;
}

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

.sv_cont01_r{
    float: right;
    width: 48%;
}

.sv_cont01_img{
    width: 100%;
}

.sv_cont01_r .sv_cont01_img img{
    height: 450px;
    width: auto;
    object-fit: cover;
}
/*
.sv_cont02{
    width: 100%;

    margin: 0px auto;
    overflow: auto;
    padding: 0px clamp(50px, 5vw, 100px) 0px;
    box-sizing: border-box;
}


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

.sv_cont02 li{
    display: flex;
    flex-direction: column;
    
    width: 32%;
    margin-right: 2%;
    margin-bottom: 90px;
}

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

.sv_cont02 li:last-child{
    width: 100%;
    margin-right: 0%;

    flex-direction: row;
}
*/

.sv_cont02{
    width: 100%;
    max-width: 1300px;

    margin: 0px auto;
    overflow: auto;
    padding: 0px 50px;
    box-sizing: border-box;
}


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

.sv_cont02 li{
    display: flex;
    flex-direction: column;
    
    width: 48%;
    margin-right: 4%;
    margin-bottom: 90px;
}

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




.sv_cont02_txt{
    position: relative;
    flex-grow: 1;
    width: 100%;

    margin-bottom: 20px;

    border-top: 1px solid #000;
    border-left: 1px solid #000;

    padding: 30px 10px 10px 70px;
    box-sizing: border-box;


}

.sv_cont02_txt_title{
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000; 
    border-top: 0px;
    border-left: 0px;

    writing-mode: vertical-lr;

    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;

    font-size: 20px;
    padding: 30px 5px;
}

.sv_cont02_txt dt{
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;

    margin-bottom: 10px;
}

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

.sv_cont02_img{
    width: 100%;
}
/*
.sv_cont02 li:last-child .sv_cont02_txt{
    width: 32%;
    margin-right: 2%;
    height: fit-content;
}

.sv_cont02 li:last-child .sv_cont02_img{
    width: 66%;
}
*/





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

.rt_cont01_01_img{
    position: relative;
    height: 740px;
    overflow: hidden;

    margin-bottom: 60px;
}

.rt_cont01_01_img .rt_cont01_01_img01{
    width: 100%;
}


.rt_cont01_01_img .rt_cont01_01_img01 img{
    width: 100%;
    height: 740px;
    object-fit: cover;
}


.rt_cont01_01_img .rt_cont01_01_img_txt{
    overflow: hidden;
    display: flex;
    width: 100%;
}

.rt_cont01_01_img .rt_cont01_01_img_txt01{
    position: absolute;
    bottom: 120px;
    left: 0px;

    font-size: 160px;
    line-height: 150px;
    color: #fff;

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

    flex-shrink: 0;
    white-space: nowrap;
    animation: MoveLeftA 10s infinite linear; 
}


.rt_cont01_01_img .rt_cont01_01_img_txt02{
    position: absolute;
    bottom: -5px;
    left: 0px;

    font-size: 160px;
    line-height: 150px;
    color: #fff;

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

    flex-shrink: 0;
    white-space: nowrap;
    animation: MoveLeftA2 10s infinite linear;
}

@keyframes MoveLeftA {
    from {
      transform: translateX(120%);
    }
    to {
      transform: translateX(-120%);
    }
  }
  
  @keyframes MoveLeftA2 {
    from {
      transform: translateX(-120%);
    }
    to {
      transform: translateX(120%);
    }
  }

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

.rt_cont01_02 dt{
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;

    margin-bottom: 40px;
}

.rt_cont01_02 dt span{
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
}

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


.rt_cont01_03{
    width: 100%;
    max-width: 760px;
    margin: 0px auto 60px;

    height: auto;
    overflow: auto;

}

.rt_cont01_03 li{
    float: left;
    width: calc((100% - 40px) / 3);
    height: auto;
    aspect-ratio: 1;

    margin-right: 20px;

    font-size: 24px;
    font-weight: 600;

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


    text-align: center;
}

.rt_cont01_03 li:nth-child(1){
    background-image: url(../img/recruit/rt_cont01_03_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.rt_cont01_03 li:nth-child(2){
    background-image: url(../img/recruit/rt_cont01_03_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.rt_cont01_03 li:nth-child(3){
    background-image: url(../img/recruit/rt_cont01_03_bg03.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 0px;
}


.rt_cont01_04{
    width: 100%;
    margin-bottom: 60px;
    overflow: auto;
}

.rt_cont01_04 li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}

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

.rt_cont01_04 li:nth-child(3){
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
}


.rt_cont01_04 li dt{
    width: 100%;
    margin-bottom: 20px;
}


.rt_cont01_04 li dd{
    width: 100%;
    font-size: 16px;
    line-height: 160%;
}




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

.rt_cont02_list{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;

    counter-reset: rt_cont02_num;
}

.rt_cont02_list li{
    position: relative;
    padding-top: 50px;

    margin-bottom: 40px;

    counter-increment: rt_cont02_num;
}

.rt_cont02_list li .rt_cont02_list_txt{
    background-color: #b8c6d0;

    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;

    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}


.rt_cont02_list li::before{
    position: absolute;
   
    top: 0;
    left: 50px;

    content: counter(rt_cont02_num);
    
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    text-align: center;

    width: 100px;
    height: 100px;

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

    background-color: #b8c6d0;

    border-radius: 50%;
    z-index: 10;

}

.rt_cont02_list li::after{
    position: absolute;
   
    bottom: -60px;
    left: 50%;

    content: '';
    
    width: 31px;
    height: 34px;

    background-image: url(../img/recruit/rt_cont02_list.png);
    background-repeat: no-repeat;
    background-size: cover;

    transform: translateX(-50%);


    z-index: 10;

}

.rt_cont02_list li:last-child:after{
    content:none;
}












.rt_cont03{
	width:100%;
	height:auto;
    margin-bottom: 60px;

}

.rt_cont03 table{
	width:100%;
    max-width: 1000px;
    margin: 0px auto;
	height:auto;

}

.rt_cont03 table th{
	width:130px;

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

    vertical-align: text-top;

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

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

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









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


.privacy{
}


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

    margin-bottom: 8px;

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

}


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

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


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






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


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

.contact_cont01 li{
    display: inline-block;
}

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

.contact_cont01 li span{
    position: relative;

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

    font-weight: 600;

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

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

    content: '';

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

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

    content: '';

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

}



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


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


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

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


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


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

#contact-f{
	width:100%;
	height:auto;
	margin-bottom: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;
	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);
    }
}





	
}

