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

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





html {

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

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

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

html { scroll-behavior: smooth;}

*:first-child + html body {

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

}

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

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

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

    box-sizing: border-box;
}


body a:focus{
	outline:none;
}






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


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

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


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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

}

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

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


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

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

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

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

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


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



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

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;

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

}	 

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




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



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


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

}

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

}

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

}

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

}

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

}


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

}


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

}



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

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



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


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

}





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


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




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

}

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

}


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

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

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






#header {

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

 box-sizing: border-box;



    

}

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


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

 background-color: #fff;

}

header{

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

	box-sizing:border-box;
}


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

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

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

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

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

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

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

    transition: 0.3s;
}


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

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



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

nav ul{
	margin:0;
	padding:0;

}

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

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

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

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

}

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

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


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


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

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



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


footer{

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


}

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



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


    margin-bottom: 10px;


}

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


}

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

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


.f_cpy{

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





}



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


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


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

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

}	

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



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	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:60px 0;

}

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

}

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

}


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

}


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


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


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




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


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


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

}

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

}

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

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

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


.hdr_logo{
width: 200px;
height: auto;
position: absolute;
top: 20px;
left: 30px;
}



#header {

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

 box-sizing: border-box;


}

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


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


}

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

.header_contact{
    display: none;
}




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


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

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

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


footer{


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


}

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



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

    margin-bottom: 10px;


}

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


}

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

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


.f_cpy{

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





}



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


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



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

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

}	



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



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	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:40px 0;

}

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

}



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



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


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

}

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

}


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

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


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


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


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


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

}

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

}

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

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


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


.hdr_logo{
width: 180px;
height: auto;
position: absolute;
top: 15px;
left: 20px;
}



#header {

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

 box-sizing: border-box;

}

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


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

}

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

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

.header_contact{
    display: none;
}



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



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

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



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


footer{

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


}

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



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

    margin-bottom: 10px;


}

.ad_ttl{
	font-size:13px;
	line-height:120%;
	margin-bottom:6px;	


}

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

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


.f_cpy{

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




}




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


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

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


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


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

    margin-bottom: 60px;
}

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

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


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

    margin-bottom: 10px;
}


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





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

}

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





.h2_cr{
    color:  #FFFFFF !important;
}

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

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


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

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




h3.h3_01{
    margin-bottom: 40px;

    border-left: 4px solid #cc0000;

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

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

}






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

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


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

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

	z-index:5;


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

    border-radius: 15px;
}

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


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

box-sizing: border-box;

z-index: 6000;
background: rgba(0,0,0,0.15);
border-radius: 10px;
}


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

    width: 558px;
    height: 139px;


    translate: -50% 0px;
}

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



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

    width: 100%;

    text-align: center;

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

    font-family: 'noto700';

    translate: -50% 0px;
}





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

    width: 100%;

    text-align: center;

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

    font-family: 'noto700';

    translate: -50% 0px;

}


.slide_txt_out br.sp{
    display: none;
}

/* ==================================================
   MAIN VISUAL TEXT ANIMATION
================================================== */

.slide_txt_out .slide_txt,
.slide_txt_out p.main,
.slide_txt_out p.sub,
.slide_txt_out .scrolldown1 {
    will-change: transform, opacity, filter;
}


/* ------------------------------
   英字画像
------------------------------ */

.slide_txt_out .slide_txt {
    --mv-x: 0px;
    --mv-y: 0px;

    opacity: 0;
    filter: blur(6px);

    /*
     * 画像自体の斜めラインに合わせて、
     * 左下から少し入ってくる
     */
    transform:
        translate3d(
            calc(var(--mv-x) - 45px),
            calc(var(--mv-y) + 24px),
            0
        )
        scale(.97);

    transition:
        opacity 1.15s cubic-bezier(.16, 1, .3, 1),
        filter 1.15s cubic-bezier(.16, 1, .3, 1),
        transform 1.45s cubic-bezier(.16, 1, .3, 1);
}


/* ------------------------------
   メインコピー
------------------------------ */

.slide_txt_out p.main {
    --mv-x: 0px;
    --mv-y: 0px;

    opacity: 0;
    filter: blur(6px);

    transform:
        translate3d(
            var(--mv-x),
            calc(var(--mv-y) + 35px),
            0
        );

    transition:
        opacity 1.2s cubic-bezier(.16, 1, .3, 1),
        filter 1.2s cubic-bezier(.16, 1, .3, 1),
        transform 1.4s cubic-bezier(.16, 1, .3, 1);
}


/* ------------------------------
   サブコピー
------------------------------ */

.slide_txt_out p.sub {
    --mv-x: 0px;
    --mv-y: 0px;

    opacity: 0;
    filter: blur(5px);

    transform:
        translate3d(
            var(--mv-x),
            calc(var(--mv-y) + 25px),
            0
        );

    transition:
        opacity 1.2s cubic-bezier(.16, 1, .3, 1),
        filter 1.2s cubic-bezier(.16, 1, .3, 1),
        transform 1.4s cubic-bezier(.16, 1, .3, 1);
}


/* ------------------------------
   スクロール表示
------------------------------ */

.slide_txt_out .scrolldown1 {
    opacity: 0;
    transform: translateY(15px);

    transition:
        opacity 1s ease,
        transform 1.2s cubic-bezier(.16, 1, .3, 1);
}


/* ==================================================
   表示開始
================================================== */

body.is-mv-ready .slide_txt_out .slide_txt {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(
            var(--mv-x),
            var(--mv-y),
            0
        )
        scale(1);

    transition-delay: .25s;
}

body.is-mv-ready .slide_txt_out p.main {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(
            var(--mv-x),
            var(--mv-y),
            0
        );

    transition-delay: .7s;
}

body.is-mv-ready .slide_txt_out p.sub {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(
            var(--mv-x),
            var(--mv-y),
            0
        );

    transition-delay: 1.05s;
}

body.is-mv-ready .slide_txt_out .scrolldown1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.45s;
}


/* ==================================================
   スマホ
================================================== */

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

    .slide_txt_out .slide_txt {
        filter: blur(4px);

        transform:
            translate3d(-24px, 14px, 0)
            scale(.98);
    }

    .slide_txt_out p.main {
        filter: blur(4px);
        transform: translate3d(0, 24px, 0);
    }

    .slide_txt_out p.sub {
        filter: blur(3px);
        transform: translate3d(0, 18px, 0);
    }

    body.is-mv-ready .slide_txt_out .slide_txt {
        transform: translate3d(0, 0, 0) scale(1);
    }

    body.is-mv-ready .slide_txt_out p.main,
    body.is-mv-ready .slide_txt_out p.sub {
        transform: translate3d(0, 0, 0);
    }
}


/* ==================================================
   動きを減らす設定
================================================== */

@media (prefers-reduced-motion: reduce) {

    .slide_txt_out .slide_txt,
    .slide_txt_out p.main,
    .slide_txt_out p.sub,
    .slide_txt_out .scrolldown1 {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }
}




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

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

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


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


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

     border-radius: 10px;
}

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

     border-radius: 10px;
}


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

     border-radius: 10px;
}

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

     border-radius: 10px;
}




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

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

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

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




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

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

}

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

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

.sub_page_inner img{
    width: 100%;
}




.bg_main_tp{
    margin-top: 100px;
}


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



.button_l{
    margin: 0 !important;
}


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

}

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

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

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


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

}

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

    content: '';

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

}

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

    content: '';

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


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

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

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


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

    z-index: 5;
 
}

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

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

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

.button01 a:hover {
    opacity: 0.8;
}




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

.tp_msg{
    width: 100%;

}

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

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


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

    margin-bottom: 30px;
}


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

    text-align: center;
}




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

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

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

.top_cont01_l{
    width: 490px;
/*    background: rgba(224,142,143,1.00);*/
    padding: 0 0px 0 20px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;

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

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

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

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

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

    color: #2c80d4;
}

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

.top_cont01_l dl dd{
    text-align: center;
    font-size: 18px;
    line-height: 180%;
    font-family: 'noto500';
}





.top_cont01_r{

    width: calc(100% - 520px);
    max-width: calc(100% - 520px);

    max-height: 520px;

    display: flex;

 

}

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



/* ==================================================
   TOP CONTENT 01 ANIMATION
================================================== */

.top_cont01{
    overflow:hidden;
}

/*----------------------------------
  左側テキスト
----------------------------------*/

.top_cont01_l dl dt p,
.top_cont01_l dl dd,
.top_cont01_l .button01{
    opacity:0;
    will-change:opacity,transform,filter;
}

/* 皆様の */

.top_cont01_l dl dt p:nth-child(1){

    filter:blur(5px);
    transform:translateY(24px);

    transition:
        opacity 1s cubic-bezier(.16,1,.3,1),
        transform 1.2s cubic-bezier(.16,1,.3,1),
        filter 1s cubic-bezier(.16,1,.3,1);
}


/* 希望×情熱 */

.top_cont01_l dl dt p:nth-child(2){

    filter:blur(7px);

    transform:
        translate(-28px,18px)
        scale(.96);

    transition:
        opacity 1.1s cubic-bezier(.16,1,.3,1),
        transform 1.35s cubic-bezier(.16,1,.3,1),
        filter 1.1s cubic-bezier(.16,1,.3,1);
}


/* を製品化いたします */

.top_cont01_l dl dt p:nth-child(3){

    filter:blur(5px);
    transform:translateY(24px);

    transition:
        opacity 1s cubic-bezier(.16,1,.3,1),
        transform 1.2s cubic-bezier(.16,1,.3,1),
        filter 1s cubic-bezier(.16,1,.3,1);
}


/* 本文 */

.top_cont01_l dl dd{

    filter:blur(4px);
    transform:translateY(28px);

    transition:
        opacity 1.1s cubic-bezier(.16,1,.3,1),
        transform 1.3s cubic-bezier(.16,1,.3,1),
        filter 1.1s cubic-bezier(.16,1,.3,1);
}


/* ボタン */

.top_cont01_l .button01{

    transform:translateY(20px);

    transition:
        opacity 1s cubic-bezier(.16,1,.3,1),
        transform 1.2s cubic-bezier(.16,1,.3,1);
}


/*----------------------------------
  右画像
----------------------------------*/

.top_cont01_r{

    overflow:hidden;
    border-radius:20px;
}

.top_cont01_r img{

    width:100%;
    height:100%;
    object-fit:cover;

    opacity:0;
    filter:blur(5px);

    transform:
        translateX(70px)
        scale(1.04);

    transition:
        opacity 1.0s ease,
        filter 1.0s ease,
        transform 1.35s cubic-bezier(.16,1,.3,1);

    will-change:transform;
}


/*==================================================
  表示開始
==================================================*/

.top_cont01.is-show .top_cont01_l dl dt p:nth-child(1){

    opacity:1;
    filter:blur(0);
    transform:none;

    transition-delay:.05s;
}

.top_cont01.is-show .top_cont01_l dl dt p:nth-child(2){

    opacity:1;
    filter:blur(0);

    transform:translate(0,0) scale(1);

    transition-delay:.2s;
}

.top_cont01.is-show .top_cont01_l dl dt p:nth-child(3){

    opacity:1;
    filter:blur(0);
    transform:none;

    transition-delay:.38s;
}

.top_cont01.is-show .top_cont01_l dl dd{

    opacity:1;
    filter:blur(0);
    transform:none;

    transition-delay:.58s;
}

.top_cont01.is-show .top_cont01_l .button01{

    opacity:1;
    transform:none;

    transition-delay:.78s;
}


/*------------------------
  画像
------------------------*/

.top_cont01.is-show .top_cont01_r img{

    opacity:1;
    filter:blur(0);

    transform:
        translateX(0)
        scale(1);

    transition-delay:.15s;
}


/*==================================================
  ×だけ少し弾ませる
==================================================*/

.top_cont01_l dl dt p:nth-child(2) span{

    display:inline-block;

    transform:
        scale(.6)
        rotate(-12deg);

    transition:
        transform .9s cubic-bezier(.34,1.56,.64,1);
}

.top_cont01.is-show
.top_cont01_l dl dt p:nth-child(2) span{

    transform:
        scale(1)
        rotate(0);

    transition-delay:.65s;
}


/*==================================================
  スマホ
==================================================*/

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

    .top_cont01_l dl dt p:nth-child(1),
    .top_cont01_l dl dt p:nth-child(3){

        transform:translateY(18px);
    }

    .top_cont01_l dl dt p:nth-child(2){

        transform:
            translate(-18px,14px)
            scale(.97);
    }

    .top_cont01_l dl dd{

        transform:translateY(20px);
    }

    .top_cont01_r img{

        transform:
            translateX(35px)
            scale(1.03);
    }

}


/*==================================================
  Reduced Motion
==================================================*/

@media (prefers-reduced-motion:reduce){

    .top_cont01_l dl dt p,
    .top_cont01_l dl dd,
    .top_cont01_l .button01,
    .top_cont01_r img,
    .top_cont01_l dl dt p:nth-child(2) span{

        opacity:1;
        filter:none;
        transform:none;
        transition:none;
    }

}










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

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

    margin: 0px auto 100px;
}

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

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

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

    border-radius: 20px;

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

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

}

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

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

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

    border-radius: 20px;

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

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


.top_cont02_l .top_cont02_txt{

}

.top_cont02_r .top_cont02_txt{

}























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

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

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

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

    gap: 20px;
}

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

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

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

    border-radius: 10px;
}


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

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

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

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

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

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

    text-align: center;

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

/* ==================================================
   TOP CONTENT 03 ANIMATION
================================================== */

.top_cont03 {
    overflow: hidden;
}


/* ==================================================
   見出し
================================================== */

.top_cont03 .h2_01 {
    opacity: 0;
    filter: blur(5px);

    transform:
        translate3d(0, 12px, 0);

    transition:
        opacity 2.3s cubic-bezier(.16, 1, .3, 1),
        transform 2.5s cubic-bezier(.16, 1, .3, 1),
        filter 2.1s cubic-bezier(.16, 1, .3, 1);

    will-change:
        opacity,
        transform,
        filter;
}


/* ==================================================
   カード初期状態
================================================== */

.top_cont03_list li {
    position: relative;
    overflow: hidden;

    opacity: 0;

    transform:
        translate3d(0, 12px, 0)
        scale(.995);

    transition:
        opacity 2.6s cubic-bezier(.16, 1, .3, 1),
        transform 2.8s cubic-bezier(.16, 1, .3, 1);

    will-change:
        opacity,
        transform;
}


/* 背景オーバーレイ */

.top_cont03_list li::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        rgba(0, 0, 0, .08);

    transition:
        background-color .7s ease;

    pointer-events: none;
}


/* ==================================================
   カード内テキスト
================================================== */

.top_cont03_list li div {
    position: relative;
    z-index: 2;

    opacity: 1;
    transform: none;

    transition:
        background-color .55s ease,
        border-color .55s ease;
}


/* ==================================================
   ボタン初期状態
================================================== */

.top_cont03 > .button01 {
    opacity: 0;

    transform:
        translate3d(0, 10px, 0);

    transition:
        opacity 2.1s cubic-bezier(.16, 1, .3, 1),
        transform 2.3s cubic-bezier(.16, 1, .3, 1);

    will-change:
        opacity,
        transform;
}


/* ==================================================
   表示開始
================================================== */

.top_cont03.is-show .h2_01 {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(0, 0, 0);
}


.top_cont03.is-show .top_cont03_list li {
    opacity: 1;

    transform:
        translate3d(0, 0, 0)
        scale(1);
}


/* ==================================================
   左から右へ、ゆっくりふわっと表示
================================================== */

.top_cont03.is-show .top_cont03_list li:nth-child(1) {
    transition-delay: .40s;
}

.top_cont03.is-show .top_cont03_list li:nth-child(2) {
    transition-delay: .68s;
}

.top_cont03.is-show .top_cont03_list li:nth-child(3) {
    transition-delay: .96s;
}

.top_cont03.is-show .top_cont03_list li:nth-child(4) {
    transition-delay: 1.24s;
}


/* ==================================================
   ボタン表示
================================================== */

.top_cont03.is-show > .button01 {
    opacity: 1;

    transform:
        translate3d(0, 0, 0);

    transition-delay: 1.75s;
}


/* ==================================================
   ホバー
================================================== */

@media (hover: hover) and (pointer: fine) {

    .top_cont03.is-show .top_cont03_list li {
        transition:
            opacity 2.6s cubic-bezier(.16, 1, .3, 1),
            transform .8s cubic-bezier(.16, 1, .3, 1);

        transition-delay: 0s;
    }

    .top_cont03.is-show .top_cont03_list li:hover {
        transform:
            translate3d(0, -2px, 0)
            scale(1);
    }

    .top_cont03_list li:hover::before {
        background:
            rgba(0, 0, 0, .14);
    }

    .top_cont03_list li:hover div {
        background-color:
            rgba(0, 0, 0, .44);

        border-color:
            rgba(255, 255, 255, .9);
    }
}



/* ==================================================
   スマホ
================================================== */

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

    .top_cont03 .h2_01 {
        transform:
            translate3d(0, 10px, 0);
    }

    .top_cont03_list li {
        transform:
            translate3d(0, 10px, 0)
            scale(.997);

        transition:
            opacity 2.2s cubic-bezier(.16, 1, .3, 1),
            transform 2.4s cubic-bezier(.16, 1, .3, 1);
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(1) {
        transition-delay: .24s;
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(2) {
        transition-delay: .46s;
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(3) {
        transition-delay: .68s;
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(4) {
        transition-delay: .90s;
    }

    .top_cont03.is-show > .button01 {
        transition-delay: 1.25s;
    }
}


/* ==================================================
   Reduced Motion
================================================== */

@media (prefers-reduced-motion: reduce) {

    .top_cont03 .h2_01,
    .top_cont03_list li,
    .top_cont03 > .button01 {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }
}


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

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

    border-radius: 20px;

    margin-bottom: 100px;
}



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

.tp_news dl{

}

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

color: #999999;

letter-spacing: 0.03em;

}

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

border-bottom: 1px solid #999999;
}


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


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

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

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

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








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


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


.cmm_ctt dl{
    text-align: center;
}


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

}

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

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

}

.cmm_ctt_tel br.sp{
    display: none ;
}



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

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

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

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

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

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

.cmm_ctt_btn a:hover{
    opacity: 0.8;
}




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


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

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

.cp_msg dt{
    width: 100%;

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

    margin-bottom: 20px;
}

.cp_msg dd{
    width: 100%;

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


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




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



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

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

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

}

.cp_cont01_l dl{
    width: 80%;
}

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

}

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


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

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



.cp_cont02{
    margin-bottom: 100px;
}

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

.cp_cont02 dl dt{
width: 140px;
font-size: 16px;
line-height: 180%;

float: left;
clear: both;


letter-spacing: 0.03em;

}

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


border-bottom: 1px dotted #999999;


}


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

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

.cp_cont02 dl dd ul {
    overflow: auto;
}

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


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

    margin-right: 5px;
}



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



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

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

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

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

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

.cp_map iframe{
    width: 100%;
}



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



.biz_msg{
    width: 100%;

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

    margin-bottom: 60px;
}

.biz_msg br.sp{
    display: none;
}

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


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

    gap: 20px;
}

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

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

.biz_cont01 li .biz_cont01_img{
    display: flex;

    width: 100%;

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

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

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

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

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

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


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

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

    text-align: center;

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

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

    margin-bottom: 20px;
}





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


.rrt_msg{

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

    font-style: normal;

    margin-bottom: 60px;
}

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

    margin-bottom: 20px;
   

}

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

    text-align: left;
}






.rrt_b01{ 
    margin-bottom: 60px;
}

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

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


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

}

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

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

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

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


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

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

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

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




.rrt_b01_in01{

    margin-bottom: 70px;

}


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

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

.rrt_b01_in01 dl dt:first-letter{

}

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

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


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




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

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





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

}

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

}

.rrt01_tbl table th{
	width:130px;

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

    vertical-align: text-top;

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

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

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









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


.privacy{
}


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

    margin-bottom: 8px;

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

}


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

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


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






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


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

.contact_cont01 li{
    display: inline-block;
}

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

.contact_cont01 li span{
    position: relative;

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

    font-weight: 600;

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

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

    content: '';

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

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

    content: '';

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

}



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


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


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

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


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


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

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

}

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

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

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

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

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

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


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


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

}

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

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

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



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

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


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

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

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


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

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

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




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

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

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






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

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




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





}


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



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


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


h1.h1_01{
    position: absolute;
    top: 10px;
    left: 30px;
    width: 180px;
}




h1.h1_02{
    position: absolute;
    top: 12px;
    left: 30px;
    height: 43px;
    background: url("../img/common/header_logo01.png") left 1px no-repeat;
    background-size: 110px 36px;
}

h1.h1_02 a{
    font-size: 26px;
    line-height: 190%;
    color: #000000;
    
    font-weight: 300;
    padding-left: 120px;
}


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



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

    margin-bottom: 50px;
}

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

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


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

    margin-bottom: 8px;
}


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







.h2_cr{
    color:  #FFFFFF !important;
}


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

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

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

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

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







h3.h3_01{
    margin-bottom: 30px;

    border-left: 3px solid #cc0000;

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

    padding-left: 18px;
    padding-top: 45px;

}



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






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


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

.top_slide{
	width:100%;
    margin-top: 60px;
	height: 550px;

	z-index:5;


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

    border-radius: 15px;
}

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


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

box-sizing: border-box;

z-index: 6000;
background: rgba(0,0,0,0.15);
border-radius: 10px;
}


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

    width: calc(558px * 0.7);
    height: calc(139px * 0.7);


    translate: -50% 0px;
}

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



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

    width: 100%;

    text-align: center;

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

    font-family: 'noto700';

    translate: -50% 0px;
}





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

    width: 100%;

    text-align: center;

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

    font-family: 'noto700';

    translate: -50% 0px;

}

.slide_txt_out br.sp{
    display: none;
}


/* ==================================================
   MAIN VISUAL TEXT ANIMATION
================================================== */

.slide_txt_out .slide_txt,
.slide_txt_out p.main,
.slide_txt_out p.sub,
.slide_txt_out .scrolldown1 {
    will-change: transform, opacity, filter;
}


/* ------------------------------
   英字画像
------------------------------ */

.slide_txt_out .slide_txt {
    --mv-x: 0px;
    --mv-y: 0px;

    opacity: 0;
    filter: blur(6px);

    /*
     * 画像自体の斜めラインに合わせて、
     * 左下から少し入ってくる
     */
    transform:
        translate3d(
            calc(var(--mv-x) - 45px),
            calc(var(--mv-y) + 24px),
            0
        )
        scale(.97);

    transition:
        opacity 1.15s cubic-bezier(.16, 1, .3, 1),
        filter 1.15s cubic-bezier(.16, 1, .3, 1),
        transform 1.45s cubic-bezier(.16, 1, .3, 1);
}


/* ------------------------------
   メインコピー
------------------------------ */

.slide_txt_out p.main {
    --mv-x: 0px;
    --mv-y: 0px;

    opacity: 0;
    filter: blur(6px);

    transform:
        translate3d(
            var(--mv-x),
            calc(var(--mv-y) + 35px),
            0
        );

    transition:
        opacity 1.2s cubic-bezier(.16, 1, .3, 1),
        filter 1.2s cubic-bezier(.16, 1, .3, 1),
        transform 1.4s cubic-bezier(.16, 1, .3, 1);
}


/* ------------------------------
   サブコピー
------------------------------ */

.slide_txt_out p.sub {
    --mv-x: 0px;
    --mv-y: 0px;

    opacity: 0;
    filter: blur(5px);

    transform:
        translate3d(
            var(--mv-x),
            calc(var(--mv-y) + 25px),
            0
        );

    transition:
        opacity 1.2s cubic-bezier(.16, 1, .3, 1),
        filter 1.2s cubic-bezier(.16, 1, .3, 1),
        transform 1.4s cubic-bezier(.16, 1, .3, 1);
}


/* ------------------------------
   スクロール表示
------------------------------ */

.slide_txt_out .scrolldown1 {
    opacity: 0;
    transform: translateY(15px);

    transition:
        opacity 1s ease,
        transform 1.2s cubic-bezier(.16, 1, .3, 1);
}


/* ==================================================
   表示開始
================================================== */

body.is-mv-ready .slide_txt_out .slide_txt {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(
            var(--mv-x),
            var(--mv-y),
            0
        )
        scale(1);

    transition-delay: .25s;
}

body.is-mv-ready .slide_txt_out p.main {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(
            var(--mv-x),
            var(--mv-y),
            0
        );

    transition-delay: .7s;
}

body.is-mv-ready .slide_txt_out p.sub {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(
            var(--mv-x),
            var(--mv-y),
            0
        );

    transition-delay: 1.05s;
}

body.is-mv-ready .slide_txt_out .scrolldown1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.45s;
}


/* ==================================================
   スマホ
================================================== */

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

    .slide_txt_out .slide_txt {
        filter: blur(4px);

        transform:
            translate3d(-24px, 14px, 0)
            scale(.98);
    }

    .slide_txt_out p.main {
        filter: blur(4px);
        transform: translate3d(0, 24px, 0);
    }

    .slide_txt_out p.sub {
        filter: blur(3px);
        transform: translate3d(0, 18px, 0);
    }

    body.is-mv-ready .slide_txt_out .slide_txt {
        transform: translate3d(0, 0, 0) scale(1);
    }

    body.is-mv-ready .slide_txt_out p.main,
    body.is-mv-ready .slide_txt_out p.sub {
        transform: translate3d(0, 0, 0);
    }
}


/* ==================================================
   動きを減らす設定
================================================== */

@media (prefers-reduced-motion: reduce) {

    .slide_txt_out .slide_txt,
    .slide_txt_out p.main,
    .slide_txt_out p.sub,
    .slide_txt_out .scrolldown1 {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }
}
















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

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

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




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

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

     border-radius: 10px;
}


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

     border-radius: 10px;
}




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

     border-radius: 10px;
}

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

     border-radius: 10px;
}




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

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

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

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



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

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

}

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

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

.sub_page_inner img{
    width: 100%;
}


.button_l{
    margin: 0 !important;
}

.button_l{
    margin: 0 !important;
}


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

}

.button01 a{
    position: relative;
	width:200px;
    height: 60px;
    font-size: 13px;
    line-height: 110%;
    color:#FFFFFF;
    
    box-sizing: border-box;

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

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


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

}

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

    content: '';

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

}

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

    content: '';

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


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

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

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


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

    z-index: 5;
 
}

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

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

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

.button01 a:hover {
    opacity: 0.8;
}








/* トップ　相談ください。------------------------------------------- */


.tp_gsd{
    max-width: 600px;
    width: 100%;
    margin: 0 auto 60px auto;
    text-align: center;
}


.tp_gsd img{
    vertical-align: bottom;
    margin: 0;
}





/* トップ　相談ください。------------------------------------------- */


.tp_gsd{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.tp_gsd img{
    vertical-align: bottom;
    margin: 0;
}







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


.tp_msg{
    width: 100%;

}

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

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


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

    margin-bottom: 15px;
}


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

    text-align: center;
}



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

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

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

.top_cont01_l{
    width: 100%;

    display: flex;
    flex-direction: column;

    margin-bottom: 50px;

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

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

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

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

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

    color: #2c80d4;
}

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

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





.top_cont01_r{
    width: 100%;
    max-width: 800px;

    margin: 0px auto;

    display: flex;

    text-align: center;

}

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



/* ==================================================
   TOP CONTENT 01 ANIMATION
================================================== */

.top_cont01{
    overflow:hidden;
}

/*----------------------------------
  左側テキスト
----------------------------------*/

.top_cont01_l dl dt p,
.top_cont01_l dl dd,
.top_cont01_l .button01{
    opacity:0;
    will-change:opacity,transform,filter;
}

/* 皆様の */

.top_cont01_l dl dt p:nth-child(1){

    filter:blur(5px);
    transform:translateY(24px);

    transition:
        opacity 1s cubic-bezier(.16,1,.3,1),
        transform 1.2s cubic-bezier(.16,1,.3,1),
        filter 1s cubic-bezier(.16,1,.3,1);
}


/* 希望×情熱 */

.top_cont01_l dl dt p:nth-child(2){

    filter:blur(7px);

    transform:
        translate(-28px,18px)
        scale(.96);

    transition:
        opacity 1.1s cubic-bezier(.16,1,.3,1),
        transform 1.35s cubic-bezier(.16,1,.3,1),
        filter 1.1s cubic-bezier(.16,1,.3,1);
}


/* を製品化いたします */

.top_cont01_l dl dt p:nth-child(3){

    filter:blur(5px);
    transform:translateY(24px);

    transition:
        opacity 1s cubic-bezier(.16,1,.3,1),
        transform 1.2s cubic-bezier(.16,1,.3,1),
        filter 1s cubic-bezier(.16,1,.3,1);
}


/* 本文 */

.top_cont01_l dl dd{

    filter:blur(4px);
    transform:translateY(28px);

    transition:
        opacity 1.1s cubic-bezier(.16,1,.3,1),
        transform 1.3s cubic-bezier(.16,1,.3,1),
        filter 1.1s cubic-bezier(.16,1,.3,1);
}


/* ボタン */

.top_cont01_l .button01{

    transform:translateY(20px);

    transition:
        opacity 1s cubic-bezier(.16,1,.3,1),
        transform 1.2s cubic-bezier(.16,1,.3,1);
}


/*----------------------------------
  右画像
----------------------------------*/

.top_cont01_r{

    overflow:hidden;
    border-radius:20px;
}

.top_cont01_r img{

    width:100%;
    height:100%;
    object-fit:cover;

    opacity:0;
    filter:blur(5px);

    transform:
        translateX(70px)
        scale(1.04);

    transition:
        opacity 1.0s ease,
        filter 1.0s ease,
        transform 1.35s cubic-bezier(.16,1,.3,1);

    will-change:transform;
}


/*==================================================
  表示開始
==================================================*/

.top_cont01.is-show .top_cont01_l dl dt p:nth-child(1){

    opacity:1;
    filter:blur(0);
    transform:none;

    transition-delay:.05s;
}

.top_cont01.is-show .top_cont01_l dl dt p:nth-child(2){

    opacity:1;
    filter:blur(0);

    transform:translate(0,0) scale(1);

    transition-delay:.2s;
}

.top_cont01.is-show .top_cont01_l dl dt p:nth-child(3){

    opacity:1;
    filter:blur(0);
    transform:none;

    transition-delay:.38s;
}

.top_cont01.is-show .top_cont01_l dl dd{

    opacity:1;
    filter:blur(0);
    transform:none;

    transition-delay:.58s;
}

.top_cont01.is-show .top_cont01_l .button01{

    opacity:1;
    transform:none;

    transition-delay:.78s;
}


/*------------------------
  画像
------------------------*/

.top_cont01.is-show .top_cont01_r img{

    opacity:1;
    filter:blur(0);

    transform:
        translateX(0)
        scale(1);

    transition-delay:.15s;
}


/*==================================================
  ×だけ少し弾ませる
==================================================*/

.top_cont01_l dl dt p:nth-child(2) span{

    display:inline-block;

    transform:
        scale(.6)
        rotate(-12deg);

    transition:
        transform .9s cubic-bezier(.34,1.56,.64,1);
}

.top_cont01.is-show
.top_cont01_l dl dt p:nth-child(2) span{

    transform:
        scale(1)
        rotate(0);

    transition-delay:.65s;
}


/*==================================================
  スマホ
==================================================*/

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

    .top_cont01_l dl dt p:nth-child(1),
    .top_cont01_l dl dt p:nth-child(3){

        transform:translateY(18px);
    }

    .top_cont01_l dl dt p:nth-child(2){

        transform:
            translate(-18px,14px)
            scale(.97);
    }

    .top_cont01_l dl dd{

        transform:translateY(20px);
    }

    .top_cont01_r img{

        transform:
            translateX(35px)
            scale(1.03);
    }

}


/*==================================================
  Reduced Motion
==================================================*/

@media (prefers-reduced-motion:reduce){

    .top_cont01_l dl dt p,
    .top_cont01_l dl dd,
    .top_cont01_l .button01,
    .top_cont01_r img,
    .top_cont01_l dl dt p:nth-child(2) span{

        opacity:1;
        filter:none;
        transform:none;
        transition:none;
    }

}



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

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

    margin: 0px auto 90px;
}

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

    width: calc(50% + 95px);
    height: 380px;

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

    border-radius: 20px;

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

    padding: 40px;
    padding-right: 100px;
    box-sizing: border-box;

}

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

    width: calc(50% + 95px);
    height: 380px;

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

    border-radius: 20px;

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

    padding: 40px;
    padding-left: 100px;
    box-sizing: border-box;

    justify-content: flex-end;
    
}


.top_cont02_l .top_cont02_txt{

}

.top_cont02_r .top_cont02_txt{

}























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

.top_cont03{
    width: 100%;
    max-width: 600px;
    margin: 0px auto 90px;
}

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

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

    gap: 20px;
}

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

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

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

    border-radius: 10px;
}


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

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

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

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

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

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

    text-align: center;

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

/* ==================================================
   TOP CONTENT 03 ANIMATION
================================================== */

.top_cont03 {
    overflow: hidden;
}


/* ==================================================
   見出し
================================================== */

.top_cont03 .h2_01 {
    opacity: 0;
    filter: blur(5px);

    transform:
        translate3d(0, 12px, 0);

    transition:
        opacity 2.3s cubic-bezier(.16, 1, .3, 1),
        transform 2.5s cubic-bezier(.16, 1, .3, 1),
        filter 2.1s cubic-bezier(.16, 1, .3, 1);

    will-change:
        opacity,
        transform,
        filter;
}


/* ==================================================
   カード初期状態
================================================== */

.top_cont03_list li {
    position: relative;
    overflow: hidden;

    opacity: 0;

    transform:
        translate3d(0, 12px, 0)
        scale(.995);

    transition:
        opacity 2.6s cubic-bezier(.16, 1, .3, 1),
        transform 2.8s cubic-bezier(.16, 1, .3, 1);

    will-change:
        opacity,
        transform;
}


/* 背景オーバーレイ */

.top_cont03_list li::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        rgba(0, 0, 0, .08);

    transition:
        background-color .7s ease;

    pointer-events: none;
}


/* ==================================================
   カード内テキスト
================================================== */

.top_cont03_list li div {
    position: relative;
    z-index: 2;

    opacity: 1;
    transform: none;

    transition:
        background-color .55s ease,
        border-color .55s ease;
}


/* ==================================================
   ボタン初期状態
================================================== */

.top_cont03 > .button01 {
    opacity: 0;

    transform:
        translate3d(0, 10px, 0);

    transition:
        opacity 2.1s cubic-bezier(.16, 1, .3, 1),
        transform 2.3s cubic-bezier(.16, 1, .3, 1);

    will-change:
        opacity,
        transform;
}


/* ==================================================
   表示開始
================================================== */

.top_cont03.is-show .h2_01 {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(0, 0, 0);
}


.top_cont03.is-show .top_cont03_list li {
    opacity: 1;

    transform:
        translate3d(0, 0, 0)
        scale(1);
}


/* ==================================================
   左から右へ、ゆっくりふわっと表示
================================================== */

.top_cont03.is-show .top_cont03_list li:nth-child(1) {
    transition-delay: .40s;
}

.top_cont03.is-show .top_cont03_list li:nth-child(2) {
    transition-delay: .68s;
}

.top_cont03.is-show .top_cont03_list li:nth-child(3) {
    transition-delay: .96s;
}

.top_cont03.is-show .top_cont03_list li:nth-child(4) {
    transition-delay: 1.24s;
}


/* ==================================================
   ボタン表示
================================================== */

.top_cont03.is-show > .button01 {
    opacity: 1;

    transform:
        translate3d(0, 0, 0);

    transition-delay: 1.75s;
}


/* ==================================================
   ホバー
================================================== */

@media (hover: hover) and (pointer: fine) {

    .top_cont03.is-show .top_cont03_list li {
        transition:
            opacity 2.6s cubic-bezier(.16, 1, .3, 1),
            transform .8s cubic-bezier(.16, 1, .3, 1);

        transition-delay: 0s;
    }

    .top_cont03.is-show .top_cont03_list li:hover {
        transform:
            translate3d(0, -2px, 0)
            scale(1);
    }

    .top_cont03_list li:hover::before {
        background:
            rgba(0, 0, 0, .14);
    }

    .top_cont03_list li:hover div {
        background-color:
            rgba(0, 0, 0, .44);

        border-color:
            rgba(255, 255, 255, .9);
    }
}



/* ==================================================
   スマホ
================================================== */

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

    .top_cont03 .h2_01 {
        transform:
            translate3d(0, 10px, 0);
    }

    .top_cont03_list li {
        transform:
            translate3d(0, 10px, 0)
            scale(.997);

        transition:
            opacity 2.2s cubic-bezier(.16, 1, .3, 1),
            transform 2.4s cubic-bezier(.16, 1, .3, 1);
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(1) {
        transition-delay: .24s;
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(2) {
        transition-delay: .46s;
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(3) {
        transition-delay: .68s;
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(4) {
        transition-delay: .90s;
    }

    .top_cont03.is-show > .button01 {
        transition-delay: 1.25s;
    }
}


/* ==================================================
   Reduced Motion
================================================== */

@media (prefers-reduced-motion: reduce) {

    .top_cont03 .h2_01,
    .top_cont03_list li,
    .top_cont03 > .button01 {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }
}





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

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

    border-radius: 20px;

    margin-bottom: 90px;
}


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

.tp_news dl{

}

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

color: #999999;

letter-spacing: 0.03em;

}

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

border-bottom: 1px solid #999999;
}


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


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



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

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

.news_post{
    font-size: 17px;
    line-height: 170%;
}









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


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


.cmm_ctt dl{
    text-align: center;
}


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

}

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

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

}

.cmm_ctt_tel br.sp{
    display: none ;
}


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

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

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

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

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

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

.cmm_ctt_btn a:hover{
    opacity: 0.8;
}






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


.cp_msg{
    width: 100%;
    margin-bottom: 50px;
    
    font-family: kozuka-gothic-pr6n, sans-serif;

    font-style: normal;
}

.cp_msg dt{
    font-size: 28px;
    line-height: 160%;
    text-align: center;
    font-weight: 700;

    margin-bottom: 20px;
}

.cp_msg dd{
    width: 100%;

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

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

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



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

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

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

}

.cp_cont01_l dl{
    width: 90%;
}

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

}

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


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

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




.cp_cont02{
    margin-bottom: 90px;
}

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

.cp_cont02 dl dt{
width: 140px;
font-size: 15px;
line-height: 170%;

float: left;
clear: both;


letter-spacing: 0.03em;

}


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


border-bottom: 1px dotted #999999;

}


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


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


.cp_cont02 dl dd ul {
    overflow: auto;
}

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


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

    margin-right: 5px;
}



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




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

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

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

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

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

.cp_map iframe{
    width: 100%;
    max-height: 400px;
}






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


.biz_msg{
    width: 100%;

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

    margin-bottom: 50px;
}

.biz_msg br.sp{
    display: none;
}

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


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

    gap: 20px;
}

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

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

.biz_cont01 li .biz_cont01_img{
    display: flex;

    width: 100%;

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

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

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

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

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

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


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

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

    text-align: center;

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

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

    margin-bottom: 10px;
}




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

.rrt_msg{

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

    font-style: normal;

    margin-bottom: 50px;
}

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

    margin-bottom: 20px;
   

}

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

    text-align: left;
}




.rrt_box01{
    height: 300px;
    margin-bottom: 25px;
}

.rrt_box01_in{
    max-width: 270px;
    width: 100%;
    height: 300px;
    background: #443d4a;
    padding: 10px;
    box-sizing: border-box;

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

.rrt_box01_in dl dt{
    font-size: 27px;
    line-height: 140%;
    color:#FFFFFF;

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

.rrt_box01_in dl dt span{
    font-size: 50px;
    line-height: 140%;
    color:#FFFFFF;
    margin-left: 15px;
}

.rrt_box01_in dl dd{
    font-size: 26px;
    line-height: 140%;
    color:#FFFFFF;

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

.rrt_box01_in dl dd p{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;
}

.rrt_box01_in dl dd span{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
}



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

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



.rrt_box02{
    margin-bottom: 60px;
}

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

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


.rrt_box02 dl dt{
    font-size: 22px;
    line-height: 160%;
    color: #665f6d;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;        
}

.rrt_box02 dl dt span{
    font-size: 34px;
    line-height: 160%;
    color: #665f6d;
    margin-right: 10px;

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


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


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














.rrt_b01{ 
    margin-bottom: 60px;
}

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

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


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

}

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

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

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

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


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

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

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

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




.rrt_b01_in01{
    margin-bottom: 60px;


}


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

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

.rrt_b01_in01 dl dt:first-letter{

}

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

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


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




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

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






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

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

}

.rrt01_tbl table th{
	width:120px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
    vertical-align: text-top;

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

.rrt01_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}







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


.privacy{
}


.privacy dt {
    font-size:18px;
    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: 70px;
}

.contact_cont01 li{
    display: inline-block;
}

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

.contact_cont01 li span{
    position: relative;

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

    font-weight: 600;

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

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

    content: '';

    width: 45px;
    height: 45px;
    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: 45px;
    height: 45px;
    background-image: url(../img/contact/fax.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: 0.3s;

}






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



.f_text01{
font-size: 14px;
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:16px;
	line-height:160%;
	margin-bottom:40px;	
}

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

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

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

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

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



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

#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:350px;
	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: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1.h1_01{
    position: absolute;
    top: 8px;
    left: 20px;
    width: 160px;
}




h1.h1_02{
    position: absolute;
    top: 9px;
    left: 20px;
    height: 43px;
    background: url("../img/common/header_logo01.png") left 8px no-repeat;
    background-size: 55px 18px;
}

h1.h1_02 a{
    font-size: 17px;
    line-height: 220%;
    color: #000000;
    
    font-weight: 500;
    padding-left: 60px;
}


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


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

    margin-bottom: 40px;
}

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

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


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

    margin-bottom: 8px;
}


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




.h2_cr{
    color:  #FFFFFF !important;
}


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

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

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

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


h3.h3_01{
    margin-bottom: 30px;

    border-left: 2px solid #cc0000;

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

    padding-left: 15px;
    padding-top: 40px;

}



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






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

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

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

	z-index:5;


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

    border-radius: 0px;
}

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


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

box-sizing: border-box;

z-index: 6000;
background: rgba(0,0,0,0.15);
border-radius: 10px;
}


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

    width: calc(558px * 0.5);
    height: calc(139px * 0.5);


    translate: -50% 0px;
}

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



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

    width: 100%;

    text-align: center;

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

    font-family: 'noto700';

    translate: -50% 0px;
}





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

    width: 100%;

    text-align: center;

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

    font-family: 'noto700';
    translate: -50% 0px;

}


.slide_txt_out br.sp{
    display: inline;
}


/* ==================================================
   MAIN VISUAL TEXT ANIMATION
================================================== */

.slide_txt_out .slide_txt,
.slide_txt_out p.main,
.slide_txt_out p.sub,
.slide_txt_out .scrolldown1 {
    will-change: transform, opacity, filter;
}


/* ------------------------------
   英字画像
------------------------------ */

.slide_txt_out .slide_txt {
    --mv-x: 0px;
    --mv-y: 0px;

    opacity: 0;
    filter: blur(6px);

    /*
     * 画像自体の斜めラインに合わせて、
     * 左下から少し入ってくる
     */
    transform:
        translate3d(
            calc(var(--mv-x) - 45px),
            calc(var(--mv-y) + 24px),
            0
        )
        scale(.97);

    transition:
        opacity 1.15s cubic-bezier(.16, 1, .3, 1),
        filter 1.15s cubic-bezier(.16, 1, .3, 1),
        transform 1.45s cubic-bezier(.16, 1, .3, 1);
}


/* ------------------------------
   メインコピー
------------------------------ */

.slide_txt_out p.main {
    --mv-x: 0px;
    --mv-y: 0px;

    opacity: 0;
    filter: blur(6px);

    transform:
        translate3d(
            var(--mv-x),
            calc(var(--mv-y) + 35px),
            0
        );

    transition:
        opacity 1.2s cubic-bezier(.16, 1, .3, 1),
        filter 1.2s cubic-bezier(.16, 1, .3, 1),
        transform 1.4s cubic-bezier(.16, 1, .3, 1);
}


/* ------------------------------
   サブコピー
------------------------------ */

.slide_txt_out p.sub {
    --mv-x: 0px;
    --mv-y: 0px;

    opacity: 0;
    filter: blur(5px);

    transform:
        translate3d(
            var(--mv-x),
            calc(var(--mv-y) + 25px),
            0
        );

    transition:
        opacity 1.2s cubic-bezier(.16, 1, .3, 1),
        filter 1.2s cubic-bezier(.16, 1, .3, 1),
        transform 1.4s cubic-bezier(.16, 1, .3, 1);
}


/* ------------------------------
   スクロール表示
------------------------------ */

.slide_txt_out .scrolldown1 {
    opacity: 0;
    transform: translateY(15px);

    transition:
        opacity 1s ease,
        transform 1.2s cubic-bezier(.16, 1, .3, 1);
}


/* ==================================================
   表示開始
================================================== */

body.is-mv-ready .slide_txt_out .slide_txt {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(
            var(--mv-x),
            var(--mv-y),
            0
        )
        scale(1);

    transition-delay: .25s;
}

body.is-mv-ready .slide_txt_out p.main {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(
            var(--mv-x),
            var(--mv-y),
            0
        );

    transition-delay: .7s;
}

body.is-mv-ready .slide_txt_out p.sub {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(
            var(--mv-x),
            var(--mv-y),
            0
        );

    transition-delay: 1.05s;
}

body.is-mv-ready .slide_txt_out .scrolldown1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.45s;
}


/* ==================================================
   スマホ
================================================== */

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

    .slide_txt_out .slide_txt {
        filter: blur(4px);

        transform:
            translate3d(-24px, 14px, 0)
            scale(.98);
    }

    .slide_txt_out p.main {
        filter: blur(4px);
        transform: translate3d(0, 24px, 0);
    }

    .slide_txt_out p.sub {
        filter: blur(3px);
        transform: translate3d(0, 18px, 0);
    }

    body.is-mv-ready .slide_txt_out .slide_txt {
        transform: translate3d(0, 0, 0) scale(1);
    }

    body.is-mv-ready .slide_txt_out p.main,
    body.is-mv-ready .slide_txt_out p.sub {
        transform: translate3d(0, 0, 0);
    }
}


/* ==================================================
   動きを減らす設定
================================================== */

@media (prefers-reduced-motion: reduce) {

    .slide_txt_out .slide_txt,
    .slide_txt_out p.main,
    .slide_txt_out p.sub,
    .slide_txt_out .scrolldown1 {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }
}














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

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

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



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


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

     border-radius: 10px;
}

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

     border-radius: 10px;
}


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

     border-radius: 10px;
}

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

     border-radius: 10px;
}




/* サブページタイトル部分---------------------------------------------- */
.sub_page_top{
	width: 100%;
    height: 150px;
	background:url("../img/common/sub_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;

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

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



/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





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

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


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

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

}

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

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

.sub_page_inner img{
    width: 100%;
}


.button_l{
    margin: 0 !important;
}

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

}

.button01 a{
    position: relative;
	width:200px;
    height: 60px;
    font-size: 13px;
    line-height: 110%;
    color:#FFFFFF;
    
    box-sizing: border-box;

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

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


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

}

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

    content: '';

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

}

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

    content: '';

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


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

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

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


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

    z-index: 5;
 
}

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

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

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

.button01 a:hover {
    opacity: 0.8;
}






/* トップ　相談ください。------------------------------------------- */


.tp_gsd{
    text-align: center;
    margin: 0 auto 50px auto;    
}


.tp_gsd img{
    vertical-align: bottom;
    margin: 0;
}





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


.tp_msg{
    width: 100%;

}

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

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


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

    margin-bottom: 15px;
}

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



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

    text-align: left;
}

.tp_msg dd .sp_none{
    display: none;
}



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

.top_sv{
    width: 100%;
}

.top_sv li{
    width: 100%;
    height: 200px;
    float: left;

}

.top_sv li:nth-child(1){
    width: 50%;

    background:url("../img/top/top_sv_bg01.jpg") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_sv li:nth-child(2){
    width: 50%;

    background:url("../img/top/top_sv_bg02.jpg") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_sv li:nth-child(3){
    width: 50%;

    background:url("../img/top/top_sv_bg03.jpg") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_sv li:nth-child(4){
    width: 50%;

    background:url("../img/top/top_sv_bg04.jpg") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_sv li:nth-child(5){
    width: 50%;

    background:url("../img/top/top_sv_bg05.jpg") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_sv li:nth-child(6){
    width: 50%;

    background:url("../img/top/top_sv_bg06.jpg") center  no-repeat ; 
    -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    margin:0px;
}

.top_sv li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

    transition: 0.5s;
}

.top_sv li a:hover{
    background-color: rgb(0 0 0 / .6);
}


.top_sv li .top_sv_in{
    position: absolute;
    top: 50%;
    left: 50%;

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

    width: 130px;

    text-align: center;
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    color: #fff;    
    
    padding: 10px;
    box-sizing: border-box;

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;

}

.top_sv li .link{
    position: absolute;
    top: 75%;
    left: 50%;

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

    width: 25px;
    height: 25px;
    
    transition: 0.5s;

}


.top_sv li a:hover .link{
    transform: translate(-50%,-50%) scale(0.9);

}



.top_sv li .link img{
    width: 100%;
}


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

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

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

.top_cont01_l{
    width: 100%;

    display: flex;
    flex-direction: column;

    margin-bottom: 40px;

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

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

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

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

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

    color: #2c80d4;
}

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

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





.top_cont01_r{
    width: 100%;
    max-width: 800px;

    margin: 0px auto;

    display: flex;

    text-align: center;

}

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

/* ==================================================
   TOP CONTENT 01 ANIMATION
================================================== */

.top_cont01{
    overflow:hidden;
}

/*----------------------------------
  左側テキスト
----------------------------------*/

.top_cont01_l dl dt p,
.top_cont01_l dl dd,
.top_cont01_l .button01{
    opacity:0;
    will-change:opacity,transform,filter;
}

/* 皆様の */

.top_cont01_l dl dt p:nth-child(1){

    filter:blur(5px);
    transform:translateY(24px);

    transition:
        opacity 1s cubic-bezier(.16,1,.3,1),
        transform 1.2s cubic-bezier(.16,1,.3,1),
        filter 1s cubic-bezier(.16,1,.3,1);
}


/* 希望×情熱 */

.top_cont01_l dl dt p:nth-child(2){

    filter:blur(7px);

    transform:
        translate(-28px,18px)
        scale(.96);

    transition:
        opacity 1.1s cubic-bezier(.16,1,.3,1),
        transform 1.35s cubic-bezier(.16,1,.3,1),
        filter 1.1s cubic-bezier(.16,1,.3,1);
}


/* を製品化いたします */

.top_cont01_l dl dt p:nth-child(3){

    filter:blur(5px);
    transform:translateY(24px);

    transition:
        opacity 1s cubic-bezier(.16,1,.3,1),
        transform 1.2s cubic-bezier(.16,1,.3,1),
        filter 1s cubic-bezier(.16,1,.3,1);
}


/* 本文 */

.top_cont01_l dl dd{

    filter:blur(4px);
    transform:translateY(28px);

    transition:
        opacity 1.1s cubic-bezier(.16,1,.3,1),
        transform 1.3s cubic-bezier(.16,1,.3,1),
        filter 1.1s cubic-bezier(.16,1,.3,1);
}


/* ボタン */

.top_cont01_l .button01{

    transform:translateY(20px);

    transition:
        opacity 1s cubic-bezier(.16,1,.3,1),
        transform 1.2s cubic-bezier(.16,1,.3,1);
}


/*----------------------------------
  右画像
----------------------------------*/

.top_cont01_r{

    overflow:hidden;
    border-radius:20px;
}

.top_cont01_r img{

    width:100%;
    height:100%;
    object-fit:cover;

    opacity:0;
    filter:blur(5px);

    transform:
        translateX(70px)
        scale(1.04);

    transition:
        opacity 1.0s ease,
        filter 1.0s ease,
        transform 1.35s cubic-bezier(.16,1,.3,1);

    will-change:transform;
}


/*==================================================
  表示開始
==================================================*/

.top_cont01.is-show .top_cont01_l dl dt p:nth-child(1){

    opacity:1;
    filter:blur(0);
    transform:none;

    transition-delay:.05s;
}

.top_cont01.is-show .top_cont01_l dl dt p:nth-child(2){

    opacity:1;
    filter:blur(0);

    transform:translate(0,0) scale(1);

    transition-delay:.2s;
}

.top_cont01.is-show .top_cont01_l dl dt p:nth-child(3){

    opacity:1;
    filter:blur(0);
    transform:none;

    transition-delay:.38s;
}

.top_cont01.is-show .top_cont01_l dl dd{

    opacity:1;
    filter:blur(0);
    transform:none;

    transition-delay:.58s;
}

.top_cont01.is-show .top_cont01_l .button01{

    opacity:1;
    transform:none;

    transition-delay:.78s;
}


/*------------------------
  画像
------------------------*/

.top_cont01.is-show .top_cont01_r img{

    opacity:1;
    filter:blur(0);

    transform:
        translateX(0)
        scale(1);

    transition-delay:.15s;
}


/*==================================================
  ×だけ少し弾ませる
==================================================*/

.top_cont01_l dl dt p:nth-child(2) span{

    display:inline-block;

    transform:
        scale(.6)
        rotate(-12deg);

    transition:
        transform .9s cubic-bezier(.34,1.56,.64,1);
}

.top_cont01.is-show
.top_cont01_l dl dt p:nth-child(2) span{

    transform:
        scale(1)
        rotate(0);

    transition-delay:.65s;
}


/*==================================================
  スマホ
==================================================*/

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

    .top_cont01_l dl dt p:nth-child(1),
    .top_cont01_l dl dt p:nth-child(3){

        transform:translateY(18px);
    }

    .top_cont01_l dl dt p:nth-child(2){

        transform:
            translate(-18px,14px)
            scale(.97);
    }

    .top_cont01_l dl dd{

        transform:translateY(20px);
    }

    .top_cont01_r img{

        transform:
            translateX(35px)
            scale(1.03);
    }

}


/*==================================================
  Reduced Motion
==================================================*/

@media (prefers-reduced-motion:reduce){

    .top_cont01_l dl dt p,
    .top_cont01_l dl dd,
    .top_cont01_l .button01,
    .top_cont01_r img,
    .top_cont01_l dl dt p:nth-child(2) span{

        opacity:1;
        filter:none;
        transform:none;
        transition:none;
    }

}




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

.top_cont02{
    position: relative;
    width: 100%;
    height: auto;

    margin: 0px auto 80px;
}

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

    width: 100%;
    height: 250px;

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

    border-radius: 20px;

    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content:center;

    padding: 30px;

    box-sizing: border-box;

    margin-bottom: 20px;

}

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

    width: 100%;
    height: 250px;

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

    border-radius: 20px;

    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content:center;

    padding:30px;

    box-sizing: border-box;
}


.top_cont02_l .top_cont02_txt{

}

.top_cont02_r .top_cont02_txt{

}























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

.top_cont03{
    width: 100%;
    max-width: 420px;
    margin: 0px auto 60px;
}

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

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

    gap: 10px;
}

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

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

    padding: 60px 15px;
    box-sizing: border-box;

    border-radius: 10px;
}


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

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

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

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

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

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

    text-align: center;

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


/* ==================================================
   TOP CONTENT 03 ANIMATION
================================================== */

.top_cont03 {
    overflow: hidden;
}


/* ==================================================
   見出し
================================================== */

.top_cont03 .h2_01 {
    opacity: 0;
    filter: blur(5px);

    transform:
        translate3d(0, 12px, 0);

    transition:
        opacity 2.3s cubic-bezier(.16, 1, .3, 1),
        transform 2.5s cubic-bezier(.16, 1, .3, 1),
        filter 2.1s cubic-bezier(.16, 1, .3, 1);

    will-change:
        opacity,
        transform,
        filter;
}


/* ==================================================
   カード初期状態
================================================== */

.top_cont03_list li {
    position: relative;
    overflow: hidden;

    opacity: 0;

    transform:
        translate3d(0, 12px, 0)
        scale(.995);

    transition:
        opacity 2.6s cubic-bezier(.16, 1, .3, 1),
        transform 2.8s cubic-bezier(.16, 1, .3, 1);

    will-change:
        opacity,
        transform;
}


/* 背景オーバーレイ */

.top_cont03_list li::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        rgba(0, 0, 0, .08);

    transition:
        background-color .7s ease;

    pointer-events: none;
}


/* ==================================================
   カード内テキスト
================================================== */

.top_cont03_list li div {
    position: relative;
    z-index: 2;

    opacity: 1;
    transform: none;

    transition:
        background-color .55s ease,
        border-color .55s ease;
}


/* ==================================================
   ボタン初期状態
================================================== */

.top_cont03 > .button01 {
    opacity: 0;

    transform:
        translate3d(0, 10px, 0);

    transition:
        opacity 2.1s cubic-bezier(.16, 1, .3, 1),
        transform 2.3s cubic-bezier(.16, 1, .3, 1);

    will-change:
        opacity,
        transform;
}


/* ==================================================
   表示開始
================================================== */

.top_cont03.is-show .h2_01 {
    opacity: 1;
    filter: blur(0);

    transform:
        translate3d(0, 0, 0);
}


.top_cont03.is-show .top_cont03_list li {
    opacity: 1;

    transform:
        translate3d(0, 0, 0)
        scale(1);
}


/* ==================================================
   左から右へ、ゆっくりふわっと表示
================================================== */

.top_cont03.is-show .top_cont03_list li:nth-child(1) {
    transition-delay: .40s;
}

.top_cont03.is-show .top_cont03_list li:nth-child(2) {
    transition-delay: .68s;
}

.top_cont03.is-show .top_cont03_list li:nth-child(3) {
    transition-delay: .96s;
}

.top_cont03.is-show .top_cont03_list li:nth-child(4) {
    transition-delay: 1.24s;
}


/* ==================================================
   ボタン表示
================================================== */

.top_cont03.is-show > .button01 {
    opacity: 1;

    transform:
        translate3d(0, 0, 0);

    transition-delay: 1.75s;
}


/* ==================================================
   ホバー
================================================== */

@media (hover: hover) and (pointer: fine) {

    .top_cont03.is-show .top_cont03_list li {
        transition:
            opacity 2.6s cubic-bezier(.16, 1, .3, 1),
            transform .8s cubic-bezier(.16, 1, .3, 1);

        transition-delay: 0s;
    }

    .top_cont03.is-show .top_cont03_list li:hover {
        transform:
            translate3d(0, -2px, 0)
            scale(1);
    }

    .top_cont03_list li:hover::before {
        background:
            rgba(0, 0, 0, .14);
    }

    .top_cont03_list li:hover div {
        background-color:
            rgba(0, 0, 0, .44);

        border-color:
            rgba(255, 255, 255, .9);
    }
}



/* ==================================================
   スマホ
================================================== */

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

    .top_cont03 .h2_01 {
        transform:
            translate3d(0, 10px, 0);
    }

    .top_cont03_list li {
        transform:
            translate3d(0, 10px, 0)
            scale(.997);

        transition:
            opacity 2.2s cubic-bezier(.16, 1, .3, 1),
            transform 2.4s cubic-bezier(.16, 1, .3, 1);
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(1) {
        transition-delay: .24s;
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(2) {
        transition-delay: .46s;
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(3) {
        transition-delay: .68s;
    }

    .top_cont03.is-show .top_cont03_list li:nth-child(4) {
        transition-delay: .90s;
    }

    .top_cont03.is-show > .button01 {
        transition-delay: 1.25s;
    }
}


/* ==================================================
   Reduced Motion
================================================== */

@media (prefers-reduced-motion: reduce) {

    .top_cont03 .h2_01,
    .top_cont03_list li,
    .top_cont03 > .button01 {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }
}












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


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

    border-radius: 20px;

    margin-bottom: 80px;
}


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

.tp_news dl{

}

.tp_news dl dt{
font-size: 15px;
font-weight: 600;
line-height: 160%;

float: none;
width: 100%;
clear: both;

color: #999999;


letter-spacing: 0.03em;

}

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


border-bottom: 1px solid #999999;

}


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


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



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

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

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









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


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


.cmm_ctt dl{
    text-align: center;
}


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

}

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

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

}

.cmm_ctt_tel br.sp{
    display: inline ;
}


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

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

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

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

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

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

.cmm_ctt_btn a:hover{
    opacity: 0.8;
}


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


.cp_msg{
    width: 100%;
    max-width: 500px;

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

    font-style: normal;

    margin: 0px auto 40px auto;
}

.cp_msg dt{
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    font-weight: 700;

    margin-bottom: 20px;
}

.cp_msg dd{
    width: 100%;

    font-size: 14px;
    line-height: 160%;
    text-align: left;
}

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



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


}



.cp_cont01_l{
    float: none;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    box-sizing: border-box;

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

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

}

.cp_cont01_l dl{
    width: 100%;
}

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

}

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


.cp_cont01_r{
    display: none;
    float: none;
    width: 100%;
    height: 100%;
}

.cp_cont01_r img{
    height: auto;
    width: 100%;
    object-fit: cover;
}







.cp_cont02{
    margin-bottom: 80px;
}

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

.cp_cont02 dl dt{
font-size: 14px;
line-height: 160%;
font-weight: 700;

float: none;
width: 100%;
clear: both;

letter-spacing: 0.03em;
margin-bottom: 5px;

}


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


border-bottom: 1px dotted #999999;

}


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


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

.cp_cont02 dl dd ul {
    overflow: auto;
}

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


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

    margin-right: 5px;
}



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


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

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

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

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

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

.cp_map iframe{
    width: 100%;
    max-height: 350px;
}



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


.biz_msg{
    width: 100%;

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

    margin-bottom: 40px;
}


.biz_msg br.sp{
    display: inline;
}




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


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

    gap: 15px;
}

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

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

.biz_cont01 li .biz_cont01_img{
    display: flex;

    width: 100%;

    padding: 80px 15px;
    box-sizing: border-box;

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

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

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

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

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


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

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

    text-align: center;

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

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

    margin-bottom: 10px;
}



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



.rrt_msg{

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

    font-style: normal;
    margin-bottom: 40px;
}

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

    margin-bottom: 20px;     
}

.rrt_msg dl dd{
    width: 100%;

    font-size: 14px;
    line-height: 160%;
    text-align: left;
}







.rrt_box01{
    height: 250px;
    margin-bottom: 25px;
}

.rrt_box01_in{
    max-width: 165px;
    width: 100%;
    height: 250px;
    background: #443d4a;
    padding: 5px;
    box-sizing: border-box;

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

.rrt_box01_in dl dt{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;

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

.rrt_box01_in dl dt span{
    font-size: 36px;
    line-height: 140%;
    color:#FFFFFF;
    margin-left: 10px;
}

.rrt_box01_in dl dd{
    font-size: 22px;
    line-height: 140%;
    color:#FFFFFF;

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

.rrt_box01_in dl dd p{
    font-size: 14px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;
}

.rrt_box01_in dl dd span{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
}



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

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




.rrt_box02{
    margin-bottom: 50px;
}

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

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


.rrt_box02 dl dt{
    font-size: 16px;
    line-height: 160%;
    color: #665f6d;
    margin-bottom: 3px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;        
}

.rrt_box02 dl dt span{
    font-size: 26px;
    line-height: 160%;
    color: #665f6d;
    margin-right: 2px;

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


.rrt_box02 dl dd{
    font-size: 15px;
    line-height: 160%;


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















.rrt_b01{ 
    margin-bottom: 50px;
}

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

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


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

}

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

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

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

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


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

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

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

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





.rrt_b01_in01{
    margin-bottom: 50px;


}


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

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

.rrt_b01_in01 dl dt:first-letter{

}

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

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


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





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

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





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

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

}

.rrt01_tbl table th{
display: block;
	width:auto;

	padding:8px 0px 4px 0px;	
	box-sizing:border-box;
    
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color: #e63f3d;
    vertical-align: text-top;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom:none;
}

.rrt01_tbl table td{
display: block;
	width:auto;
	padding:0px 0px 8px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}



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


.privacy{
}


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

    margin-bottom: 5px;

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


.privacy dd {
    font-size:14px;
    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: 50px;
}

.contact_cont01 li{
    display: block;
    margin-bottom: 10px;
}

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

.contact_cont01 li span{
    position: relative;

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

    font-weight: 600;

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

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

    content: '';

    width: 40px;
    height: 40px;
    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: 40px;
    height: 40px;
    background-image: url(../img/contact/fax.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: 0.3s;

}





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





.f_text01{
font-size: 13px;
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:15px;
	line-height:150%;
	margin-bottom:40px;	
}

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

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

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

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





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

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













}
