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


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


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

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

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

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

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


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




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



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


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


html {
     font-feature-settings : "palt";
     letter-spacing:1px;
     
    font-family: 'noto400';
     
}

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

body{
    font-family: 'noto400';

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

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


}

body a:focus{
	outline:none;
}




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


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

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


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#333333;
	text-align:left;
}	 

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

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


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


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

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

}

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

}


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

}

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

}

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


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

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





.header_bg{

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


#header{

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

}

header{

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

	box-sizing:border-box;
}


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

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

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


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




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



.fr_bg{

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

}

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

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

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

}

address{
	font-size:16px;
	line-height:180%;
    margin-bottom: 50px;
    color: #ffffff;    
}

.ad_ttl{
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    font-family: 'noto700';
    margin-bottom: 15px;
}

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

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

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



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




.f_sns_b01 a{
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
    
    background: rgba(255,255,255,0.60);
    
    border-radius: 7px;
    transition: all 0.3s ease-in-out;    
}

.f_sns_b01 a:hover{
    background: rgba(255,255,255,0.90);
}


}

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


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

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

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


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


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


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

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

}

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

}


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

}

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

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


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

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





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

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

header{

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

	box-sizing:border-box;
 
}



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

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

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





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




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

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

}

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

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

.footer_in{	
    max-width: 380px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

}

address{
	font-size:16px;
	line-height:180%;
    margin-bottom: 50px;
    color: #ffffff;    
}

.ad_ttl{
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    font-family: 'noto700';
    margin-bottom: 15px;
}

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

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

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


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



.f_sns_b01 img{
    max-width: 250px;

}

.f_sns_b01 a{
    display: block;
    max-width: 380px;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
    
    background: rgba(255,255,255,0.60);
    
    border-radius: 7px;
    transition: all 0.3s ease-in-out;    
}

.f_sns_b01 a:hover{
    background: rgba(255,255,255,0.90);
}






}



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


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



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


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


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

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

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

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

}

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

}

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

}


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

}


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


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





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


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

header{

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

	box-sizing:border-box;
  
}




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

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

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





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





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

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

}

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

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

.footer_in{	
    max-width: 330px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

}

address{
	font-size:14px;
	line-height:180%;
    margin-bottom: 40px;
    color: #ffffff;    
}

.ad_ttl{
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
    font-family: 'noto700';
    margin-bottom: 15px;
}

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

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

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



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

.f_sns_b01 img{
    max-width: 250px;

}

.f_sns_b01 a{
    display: block;
    max-width: 330px;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
    
    background: rgba(255,255,255,0.60);
    
    border-radius: 7px;
    transition: all 0.3s ease-in-out;    
}

.f_sns_b01 a:hover{
    background: rgba(255,255,255,0.90);
}






}




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


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

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


h1.h1_01{

width: 250px;
height: auto;
position: absolute;
top:40px;

z-index: 1;

}

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





h2.h2_01{
    font-size: 40px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
 
    margin-bottom: 40px;
    
    font-family: "dnp-shuei-nshogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    
    
    background: url("../img/common/h2_bg.png") center bottom no-repeat;
    padding-bottom: 22px;

}

h2.h2_02{
    font-size: 40px;
    line-height: 100%;
    color: #000000;
    text-align: center;
     
    margin-bottom: 40px;
    
    font-family: "dnp-shuei-nshogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    
    background: url("../img/common/h2_bg.png") center bottom no-repeat;
    padding-bottom: 22px;
}

h2.h2_01.h2_c01:first-letter{
    color: #b2e2dd;
    font-size: 50px;
 }
 
 h2.h2_02.h2_c02:first-letter{
    color: #2f4491;
    font-size: 50px;
 }
 
 
 


h3.h3_01{
    font-size: 35px;
    line-height: 140%;

    color: #27a06e;
    margin-bottom: 35px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

 
 h3.h3_02{
    font-size: 20px;
    line-height: 140%;

    color: #3a3a3a;
    margin-bottom: 25px;

    font-family: 'noto500';
    font-weight: normal;
    
    background: url("../img/common/h3.jpg") left center no-repeat;
    padding-left: 40px;
}

 
 

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


.tp_mg_out{
	position: relative;

    
/*    overflow: hidden;*/
}

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

}


.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
    text-align:left;
    
    padding:0 50px;
    box-sizing: border-box;

}

.tp_mg_in dl dt{
/*    font-size: 214px;
    line-height: 100%;
    color:#000000;
    
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.12em;
    margin-bottom: 10px;*/

    margin-bottom: 10px;
}


.tp_mg_in dl dt em{
    font-size: 146px;
    line-height: 100%;
    color:#000000;
    margin-left: -25px;
    margin-right: -30px;

}
 
  
.tp_mg_in dl dd{
    font-size: 50px;
    line-height: 100%;
    color:#cb6767;
    
    font-family: "century-old-style-std", serif;
    font-weight: 400;
    font-style: normal;    
}
    



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



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



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

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

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

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


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

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






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

box-sizing: border-box;

z-index:50;




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

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

}
.slide_txt_in{

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

}




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




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



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



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



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

    height: 530px;

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


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



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


.slider_in dl dd{

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

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

*/


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

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

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

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


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

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







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


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

	z-index:5;


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




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



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


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


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


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


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


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

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


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









/* ボタンの基本スタイル */


.btn_btm01{
    margin-bottom: 60px;

}

.button{
    max-width: 400px;
    width: 100%;
    height: 35px;
    background: #b70505;  
}

.button a {
    overflow: hidden;
    
  position: relative;
  display: block;
    max-width: 400px;
    width: 100%;
    height: 35px;
    padding: 0 0 0 0;
    background: #b70505;
    font-size: 20px;

    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  
    outline: none;
    transition: ease .2s;
    
  box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.button a span {
    position: relative;
    z-index: 3;
    color:#fff;
}

.button a:hover span{
    color:#fff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}









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




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


.tp_msg_bg{
background: linear-gradient(180deg, rgba(234,253,231,1) 0%, rgba(255,255,255,1) 100%);
}

.tp_msg01{
    font-size: 50px;
    line-height: 140%;
    text-align: center;
    color: #253d7a;
    margin-bottom: 40px;

font-family: "dnp-shuei-ymincho-std", sans-serif;
font-weight: 600;
font-style: normal;
}

.tp_msg02{
    max-width: 880px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;

}

.tp_msg02 ul li{
    width: 28%;
    height: auto;
    float: left;
    margin-right: 6%;
}

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



.tp_msg03{
    max-width: 980px;
    width: 100%;
    height:auto;
    margin:  0 auto;
    font-size: 18px;
    line-height: 200%;

}



.tp_msg04{

}

.tp_msg04 ul li{
    width: 49%;
    height:450px;
    float: left;
    margin-right: 2%;
    
    margin-bottom: 20px;
    
    position: relative;
}

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

.tp_msg04 ul li:nth-child(3){
    margin-left: 25.5%;
    margin-bottom: 0px;
}


.tp_msg04_in{
}

.tp_msg04_in dl{
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    
    padding: 15px 30px;
    box-sizing: border-box;
    
    background: rgba(0,0,0,0.50);
}

.tp_msg04_in dl dt{
    font-size: 33px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
 
    margin-bottom: 15px;
    
    font-family: "dnp-shuei-nshogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.tp_msg04_in dl dd{
    font-size: 16px;
    line-height: 160%;
    color:#FFFFFF;
}





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

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

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




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


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


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

.tp_svs_in{

}

.tp_svs01{

}

.tp_svs01 ul li{
    max-width: 890px;
    width: 100%;
    height: 80px;
    background: url("../img/top/02_txt_bg.jpg") repeat;
    margin: 0 auto 30px auto;
    
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
   
   border-radius: 10px;
}

.tp_svs01 ul li p{
    font-size: 21px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;

}

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







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


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


.tp_ns{

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



}




.news_01{
    margin-bottom: 50px;

}

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

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

}

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

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






/*  トップ　会社概要　------------------------------------------ */



.abt_01_btm01{
    margin-bottom: 60px;

}

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

.abt_01 table{
    width: 100%;
}

.abt_01 table th{
	width:150px !important;
	padding:10px 0px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #3a3a3a;
    
overflow-wrap: anywhere;

}

.abt_01 table td{
	padding:10px 0px;
	box-sizing:border-box;

	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #3a3a3a;
    
    
    overflow-wrap: anywhere;
}


.abt_01 table td dl dt{
    font-family: 'noto500';  
    margin-bottom: 3px;

}

.abt_01 table td dl dd{
    margin-bottom: 12px;

}

.abt_01 table td dl dd:last-child{
    margin-bottom: 0px;
}




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

}

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

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

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








.abt_02_t{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 20px;

}

.abt_02{
    margin-bottom: 100px;

}





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

.abt_03 table{
    width: 100%;
}

.abt_03 table th{
	width:300px !important;
	padding:10px 0px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #3a3a3a;
    
overflow-wrap: anywhere;

}

.abt_03 table td{
	padding:10px 0px;
	box-sizing:border-box;

	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #3a3a3a;
    
    
    overflow-wrap: anywhere;
}



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


.tp_rrt000{
    margin-bottom: 60px;
    
    border: 4px solid #d8ad36;
    padding: 50px 30px;
    border-radius: 10px;
}

.tp_rrt000 dl dt{
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 10px;

}

.tp_rrt000 dl dd{
    font-size: 30px;
    line-height: 160%;
    text-align: center;
    font-family: 'noto700';  
}

.tp_rrt000 dl dd span{
    background: linear-gradient(transparent 70%, #ffb2b2 50%);

}


.tp_rrt001_01{
    margin-bottom: 60px;
}

.tp_rrt001_01 dl dt{
    font-size: 30px;
    line-height: 140%;

    color: #27a06e;
    margin-bottom: 20px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.tp_rrt001_01 dl dd{


}

.tp_rrt001_01 dl dd ul li{
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 15px;
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 10px;
}

.tp_rrt001_01 dl dd ul li span{
    font-size: 14px;
    margin-left: 10px;
}

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

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

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




.tp_rrt001{
    margin-bottom: 60px;

}


.tp_rrt001 dl dt{
    font-size: 35px;
    line-height: 140%;

    color: #27a06e;
    margin-bottom: 20px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.tp_rrt001 dl dd{
    font-size: 20px;
    line-height: 220%;
}

.tp_rrt001 ul{
    margin-bottom: 30px;

}


.tp_rrt001 ul li{
    font-size: 28px;
    line-height: 140%;
    color: #15a2aa;
    font-family: 'noto700';  
    margin-bottom: 10px;
}

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


.tp_rrt002{
    background: #e9f9f7;
    padding: 40px;
    box-sizing: border-box;
    

}

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

}


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


.tp_rrt002_in{

}

.tp_rrt002_in dl dt{
    font-size: 30px;
    line-height: 140%;

    color: #27a06e;
    margin-bottom: 13px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.tp_rrt002_in dl dd{
    font-size: 16px;
    line-height: 180%;
    
    margin-bottom: 25px;
}



.tp_rrt_btn{
    max-width: 250px;
    width: 100%;
    height: 50px;
    background: #FFFFFF;    
    margin: 0 0 0 auto;
}

.tp_rrt_btn a{
    display: block;
    width: 100%;
    height: 50px;
    border: 3px solid #27a06e;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;    
    
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #27a06e;
     
    transition:0.3s;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_rrt_btn a:hover{
    border: 3px solid #27a06e;
    background: #27a06e;
     color:#FFFFFF;
}




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


.cmn_pg_bg{
    background: url("../img/common/pg_bg.png") top right no-repeat;
    margin-top: 90px;

}







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


.privacy{
}


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

    margin-bottom: 8px;

}


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

}









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




.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
     border-left: 15px solid #0c8a65;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
     margin-bottom: 100px;
}

.ctt_txt01 dl dt{
    font-size: 25px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 7px;
}

.ctt_txt01 dl dd{
    font-size: 45px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';  
}


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

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


.f_text01 a{
    color: #1D2128;
    text-decoration: none;
}

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



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

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:26px;

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


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

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

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

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

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









.ctt_tel{
    margin-bottom: 80px;

}

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


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

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

}

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

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








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

}


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

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

}

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


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




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

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

}

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

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

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

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

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

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


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


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

}

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

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

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



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

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


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

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

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


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

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

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




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

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

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






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

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




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





}


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


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

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

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

z-index: 1;
}

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


.h2_lf{    
    text-align: left !important;

}


h2.h2_01{
    font-size: 33px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
 
    margin-bottom: 36px;
    
    font-family: "dnp-shuei-nshogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    
    
    background: url("../img/common/h2_bg.png") center bottom no-repeat;
    padding-bottom: 22px;

}

h2.h2_02{
    font-size: 33px;
    line-height: 100%;
    color: #000000;
    text-align: center;
     
    margin-bottom: 36px;
    
    font-family: "dnp-shuei-nshogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    
    background: url("../img/common/h2_bg.png") center bottom no-repeat;
    padding-bottom: 22px;
}

h2.h2_01.h2_c01:first-letter{
    color: #b2e2dd;
    font-size: 42px;
 }
 
 h2.h2_02.h2_c02:first-letter{
    color: #2f4491;
    font-size: 42px;
 }
 
 

 h3.h3_01{
    font-size: 28px;
    line-height: 140%;

    color: #27a06e;
    margin-bottom: 32px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}


 
 h3.h3_02{
    font-size: 18px;
    line-height: 140%;

    color: #3a3a3a;
    margin-bottom: 25px;

    font-family: 'noto500';
    font-weight: normal;
    
    background: url("../img/common/h3.jpg") left center no-repeat;
    background-size: 25px 3px;
    padding-left: 35px;
}

 

 
 


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


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


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

}

   
   
.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align:left;
    
    
    max-width: 800px;
    box-sizing:border-box;
    width: 100%;


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

.tp_mg_in dl dt{
/*    font-size: 170px;
    line-height: 100%;
    color:#000000;
    
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.12em;
    margin-bottom: 10px;
    text-align: right;*/


    margin-bottom: 10px;
}

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




.tp_mg_in dl dt em{
    font-size: 126px;
    line-height: 100%;
    color:#000000;
    margin-left: -15px;


}
 
  
.tp_mg_in dl dd{
    font-size: 40px;
    line-height: 100%;
    color:#cb6767;
    
    font-family: "century-old-style-std", serif;
    font-weight: 400;
    font-style: normal;
    
    text-align: right;
}



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



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



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

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

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

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

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






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

box-sizing: border-box;

z-index: 10;

/*background: #E97072;*/

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



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

}
.slide_txt_in{

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

}

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




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



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


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




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

    height: 400px;

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

.slider_in img{


}



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


.slider_in dl dd{
width: 380px;

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

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


*/

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

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

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

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


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

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





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


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


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

}






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


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

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



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


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


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


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

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


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




/* ボタンの基本スタイル */


.btn_btm01{
    margin-bottom: 50px;

}

.button{
    max-width: 400px;
    width: 100%;
    height: 32px;
    background: #b70505;  
}

.button a {
    overflow: hidden;
    
  position: relative;
  display: block;
    max-width: 400px;
    width: 100%;
    height: 32px;
    padding: 0 0 0 0;
    background: #b70505;
    font-size: 18px;

    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  
    outline: none;
    transition: ease .2s;
    
  box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.button a span {
    position: relative;
    z-index: 3;
    color:#fff;
}

.button a:hover span{
    color:#fff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}








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



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


.tp_msg_bg{
background: linear-gradient(180deg, rgba(234,253,231,1) 0%, rgba(255,255,255,1) 100%);
}

.tp_msg01{
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #253d7a;
    margin-bottom: 40px;

font-family: "dnp-shuei-ymincho-std", sans-serif;
font-weight: 600;
font-style: normal;
}

.tp_msg02{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;

}

.tp_msg02 ul li{
    width: 28%;
    height: auto;
    float: left;
    margin-right: 6%;
}

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



.tp_msg03{
    max-width: 780px;
    width: 100%;
    height:auto;
    margin:  0 auto;
    font-size: 16px;
    line-height: 200%;

}



.tp_msg04{

}

.tp_msg04 ul li{
    width: 49%;
    height:350px;
    float: left;
    margin-right: 2%;
    
    margin-bottom: 15px;
    
    position: relative;
}

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

.tp_msg04 ul li:nth-child(3){
    margin-left: 25.5%;
    margin-bottom: 0px;
}


.tp_msg04_in{
}

.tp_msg04_in dl{
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    
    padding: 15px 20px;
    box-sizing: border-box;
    
    background: rgba(0,0,0,0.50);
}

.tp_msg04_in dl dt{
    font-size: 26px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
 
    margin-bottom: 15px;
    
    font-family: "dnp-shuei-nshogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.tp_msg04_in dl dd{
    font-size: 15px;
    line-height: 150%;
    color:#FFFFFF;
}





.tp_msg04_bg01{
	width: 100%;
	height:350px !important;
	background:url("../img/top/01_01.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_msg04_bg02{
	width: 100%;
	height:350px !important;
	background:url("../img/top/01_02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_msg04_bg03{
	width: 100%;
	height:350px !important;
	background:url("../img/top/01_03.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

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


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


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

.tp_svs_in{

}

.tp_svs01{

}

.tp_svs01 ul li{
    max-width: 890px;
    width: 100%;
    height: 70px;
    background: url("../img/top/02_txt_bg.jpg") repeat;
    margin: 0 auto 30px 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;
   
   border-radius: 10px;
}

.tp_svs01 ul li p{
    font-size: 19px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;

}

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







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



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



.tp_ns{

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



}

.news_01{
    margin-bottom: 40px;

}

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

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

}

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

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






/*  トップ　会社概要　------------------------------------------ */



.abt_01_btm01{
    margin-bottom: 40px;

}

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

.abt_01 table{
    width: 100%;
}

.abt_01 table th{
	width:130px !important;
	padding:10px 0px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
overflow-wrap: anywhere;

}

.abt_01 table td{
	padding:10px 0px;
	box-sizing:border-box;

	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
    
    overflow-wrap: anywhere;
}


.abt_01 table td dl dt{
    font-family: 'noto500';  
    margin-bottom: 3px;

}

.abt_01 table td dl dd{
    margin-bottom: 12px;

}

.abt_01 table td dl dd:last-child{
    margin-bottom: 0px;
}



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




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



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

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




.abt_02_t{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 17px;

}

.abt_02{
    margin-bottom: 80px;

}



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

.abt_03 table{
    width: 100%;
}

.abt_03 table th{
	width:250px !important;
	padding:10px 0px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
overflow-wrap: anywhere;

}

.abt_03 table td{
	padding:10px 0px;
	box-sizing:border-box;

	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
    
    overflow-wrap: anywhere;
}


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



.tp_rrt000{
    margin-bottom: 50px;
    
    border: 3px solid #d8ad36;
    padding: 40px 30px;
    border-radius: 10px;
}

.tp_rrt000 dl dt{
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 10px;

}

.tp_rrt000 dl dd{
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    font-family: 'noto700';  
}

.tp_rrt000 dl dd span{
    background: linear-gradient(transparent 70%, #ffb2b2 50%);

}


.tp_rrt001_01{
    margin-bottom: 40px;
}

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

    color: #27a06e;
    margin-bottom: 20px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.tp_rrt001_01 dl dd{


}

.tp_rrt001_01 dl dd ul li{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
}

.tp_rrt001_01 dl dd ul li span{
    font-size: 13px;
    margin-left: 10px;
}

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

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

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




.tp_rrt001{
    margin-bottom: 40px;

}


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

    color: #27a06e;
    margin-bottom: 20px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

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

}


.tp_rrt001 ul{
    margin-bottom: 25px;

}


.tp_rrt001 ul li{
    font-size: 24px;
    line-height: 140%;
    color: #15a2aa;
    font-family: 'noto700';  
    margin-bottom: 10px;
}

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




.tp_rrt002{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    background: #e9f9f7;
    padding: 40px;
    box-sizing: border-box;
    

}

.tp_rrt002_l{
    width: 100%;
    height: auto;
    float: none;
    
    text-align: center;

}


.tp_rrt002_r{
    width: 100%;
    height: auto;
    float: none;
}


.tp_rrt002_in{

}

.tp_rrt002_in dl dt{
    font-size: 26px;
    line-height: 140%;

    color: #27a06e;
    margin-bottom: 13px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

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



.tp_rrt_btn{
    max-width: 210px;
    width: 100%;
    height: 45px;
    background: #FFFFFF;    
    margin: 0 0 0 auto;
}

.tp_rrt_btn a{
    display: block;
    width: 100%;
    height: 45px;
    border: 3px solid #27a06e;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;    
    
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    color: #27a06e;
     
    transition:0.3s;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_rrt_btn a:hover{
    border: 3px solid #27a06e;
    background: #27a06e;
     color:#FFFFFF;
}



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


.cmn_pg_bg{
    background: url("../img/common/pg_bg.png") top right no-repeat;
    margin-top: 60px;
    background-size: 900px 198px;

}



































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


.privacy{
}


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

    margin-bottom: 8px;

}


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

}




















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




.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
     border-left: 12px solid #0c8a65;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
     margin-bottom: 80px;
}

.ctt_txt01 dl dt{
    font-size: 22px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 7px;
}

.ctt_txt01 dl dd{
    font-size: 33px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';  
}



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

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


.f_text01 a{
    color: #1D2128;
    text-decoration: none;
}

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




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

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:22px;

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


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

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

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

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

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








.ctt_tel{
    margin-bottom: 60px;

}

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


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

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

}

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

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




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


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

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

}

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


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


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



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

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

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

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

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

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

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

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


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

}

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

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

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



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

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

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

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

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


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


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

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




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

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

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






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

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




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



}



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

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


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

z-index:1;
}


.h2_lf{    
    text-align: left !important;

}


h2.h2_01{
    font-size: 24px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
 
    margin-bottom: 32px;
    
    font-family: "dnp-shuei-nshogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    
    
    background: url("../img/common/h2_bg.png") center bottom no-repeat;
    background-size: 24px 9px;
    padding-bottom: 19px;

}

h2.h2_02{
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    text-align: center;
     
    margin-bottom: 32px;
    
    font-family: "dnp-shuei-nshogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    
    background: url("../img/common/h2_bg.png") center bottom no-repeat;
    background-size: 24px 9px;    
    padding-bottom: 19px;
}

h2.h2_01.h2_c01:first-letter{
    font-size: 32px;
 }
 
 h2.h2_02.h2_c02:first-letter{
    color: #2f4491;
    font-size: 32px;
 }
 


 h3.h3_01{
    font-size: 22px;
    line-height: 140%;

    color: #27a06e;
    margin-bottom: 30px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}


 h3.h3_02{
    font-size: 17px;
    line-height: 140%;

    color: #3a3a3a;
    margin-bottom: 15px;

    font-family: 'noto500';
    font-weight: normal;
    
    background: url("../img/common/h3.jpg") left center no-repeat;
    background-size: 20px 2px;
    padding-left: 25px;
}

 

 
 



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

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


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

}

   
   
   
   
.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

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


    
    max-width: 500px;
    box-sizing:border-box;
    width: 100%;


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

.tp_mg_in dl dt{
    font-size: 100px;
    line-height: 100%;
    color:#000000;
    
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.12em;
    margin-bottom: 10px;
    text-align: right;

}

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




.tp_mg_in dl dt em{
    font-size: 70px;
    line-height: 100%;
    color:#000000;
    margin-left: -10px;
    margin-right: 0px;

}
 
  
.tp_mg_in dl dd{
    font-size: 26px;
    line-height: 100%;
    color:#cb6767;
    
    font-family: "century-old-style-std", serif;
    font-weight: 400;
    font-style: normal;
    
    text-align: right;
}

   

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



.split-slideshow{
    position: relative;
/*  height: 100vh;*/
    height: 450px;
    z-index: 0;
     overflow: hidden;   
}



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

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

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

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

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





.slide_txt_out{
position:relative;
width: 100%;
/*  height: 100vh;*/
    height: 450px;
margin: 50px auto 0 auto;
padding: 0 20px;

box-sizing: border-box;

z-index: 10;

/*background: #E97072;*/

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



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

}
.slide_txt_in{

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

}


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








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



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


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



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

    height: 350px;

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

.slider_in img{


}



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


.slider_in dl dd{
width: 300px;

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

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







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

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

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

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


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

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





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


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

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

}





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



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

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



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


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


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


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

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


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



/* ボタンの基本スタイル */

.btn_btm01{
    margin-bottom: 40px;

}

.button{
    max-width: 330px;
    width: 100%;
    height: 32px;
    background: #b70505;  
}

.button a {
    overflow: hidden;
    
  position: relative;
  display: block;
    max-width: 330px;
    width: 100%;
    height: 32px;
    padding: 0 0 0 0;
    background: #b70505;
    font-size: 16px;

    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  
    outline: none;
    transition: ease .2s;
    
  box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.button a span {
    position: relative;
    z-index: 3;
    color:#fff;
}

.button a:hover span{
    color:#fff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}









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


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


.tp_msg_bg{
background: linear-gradient(180deg, rgba(234,253,231,1) 0%, rgba(255,255,255,1) 100%);
}

.tp_msg01{
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #253d7a;
    margin-bottom: 30px;

font-family: "dnp-shuei-ymincho-std", sans-serif;
font-weight: 600;
font-style: normal;
}

.tp_msg02{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_msg02 ul li{
    width: 28%;
    height: auto;
    float: left;
    margin-right: 6%;
}

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



.tp_msg03{
    max-width: 780px;
    width: 100%;
    height:auto;
    margin:  0 auto;
    font-size: 15px;
    line-height: 170%;

}




.tp_msg04{

}

.tp_msg04 ul li{
    width: 100%;
    height:250px;
    float: left;
    margin-right: 0%;
    
    margin-bottom: 25px;
    
    position: relative;
}

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

.tp_msg04 ul li:nth-child(3){
    margin-left: 0%;
    margin-bottom: 0px;
}


.tp_msg04_in{
}

.tp_msg04_in dl{
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: 0;
    
    padding: 15px 20px;
    box-sizing: border-box;
    
    background: rgba(0,0,0,0.50);
}

.tp_msg04_in dl dt{
    font-size: 20px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
 
    margin-bottom: 12px;
    
    font-family: "dnp-shuei-nshogomincho-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.tp_msg04_in dl dd{
    font-size: 14px;
    line-height: 150%;
    color:#FFFFFF;
}





.tp_msg04_bg01{
	width: 100%;
	height:250px !important;
	background:url("../img/top/01_01.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_msg04_bg02{
	width: 100%;
	height:250px !important;
	background:url("../img/top/01_02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_msg04_bg03{
	width: 100%;
	height:250px !important;
	background:url("../img/top/01_03.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




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


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


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

.tp_svs_in{

}

.tp_svs01{

}

.tp_svs01 ul li{
    max-width: 890px;
    width: 100%;
    height: 64px;
    background: url("../img/top/02_txt_bg.jpg") repeat;
    margin: 0 auto 25px auto;
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 3px;
    
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
   
   border-radius: 10px;
}

.tp_svs01 ul li p{
    font-size: 17px;
    line-height: 150%;
    text-align: left;
    color: #FFFFFF;

}

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






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


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





.tp_ns{

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



}


.news_01{
    margin-bottom: 30px;

}

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

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

}

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

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



/*  トップ　会社概要　------------------------------------------ */


.abt_01_btm01{
    margin-bottom: 30px;

}


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

.abt_01 table{
    width: 100%;
}

.abt_01 table th{
    display: block;
	width:100% !important;
	padding:6px 0px 6px 0;
	box-sizing:border-box;

    font-family: 'noto500';   
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom:none;
    
overflow-wrap: anywhere;

}

.abt_01 table td{
    display: block;
	width:100% !important;
	padding:0px 0px 6px 0;
	box-sizing:border-box;

	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
    
    overflow-wrap: anywhere;
}




.abt_01 table td dl dt{
    font-family: 'noto500';  
    margin-bottom: 3px;

}

.abt_01 table td dl dd{
    margin-bottom: 10px;

}

.abt_01 table td dl dd:last-child{
    margin-bottom: 0px;
}





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



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


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

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




.abt_02_t{
    font-size: 15px;
    line-height: 170%;
    margin-bottom:15px;

}

.abt_02{
    margin-bottom: 60px;

}


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

.abt_03 table{
    width: 100%;
}

.abt_03 table th{
    display: block;
	width:100% !important;
	padding:6px 0px 6px 0;
	box-sizing:border-box;

    font-family: 'noto500';   
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom:none;
    
overflow-wrap: anywhere;

}

.abt_03 table td{
    display: block;
	width:100% !important;
	padding:0px 0px 6px 0;
	box-sizing:border-box;

	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
    
    overflow-wrap: anywhere;
}



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





.tp_rrt000{
    margin-bottom: 35px;
    
    border: 2px solid #d8ad36;
    padding: 43px 20px;
    border-radius: 10px;
}

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

}

.tp_rrt000 dl dd{
    font-size: 19px;
    line-height: 160%;
    text-align: center;
    font-family: 'noto700';  
}

.tp_rrt000 dl dd span{
    background: linear-gradient(transparent 75%, #ffb2b2 50%);

}





.tp_rrt001_01{
    margin-bottom: 30px;
}

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

    color: #27a06e;
    margin-bottom: 20px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.tp_rrt001_01 dl dd{


}

.tp_rrt001_01 dl dd ul li{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left:6px;
}

.tp_rrt001_01 dl dd ul li span{
    font-size: 12px;
    margin-left: 8px;
}

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

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

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



.tp_rrt001{
    margin-bottom: 30px;

}


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

    color: #27a06e;
    margin-bottom: 20px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

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

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

}

.tp_rrt001 ul{
    margin-bottom: 20px;
}

.tp_rrt001 ul li{
    font-size: 18px;
    line-height: 140%;
    color: #15a2aa;
    font-family: 'noto700';  
    margin-bottom: 7px;
}

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






.tp_rrt002{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    background: #e9f9f7;
    padding: 30px;
    box-sizing: border-box;
    

}

.tp_rrt002_l{
    width: 100%;
    height: auto;
    float: none;
    
    text-align: center;
    margin-bottom: 10px;

}


.tp_rrt002_r{
    width: 100%;
    height: auto;
    float: none;
}


.tp_rrt002_in{

}

.tp_rrt002_in dl dt{
    font-size: 21px;
    line-height: 140%;

    color: #27a06e;
    margin-bottom: 13px;

    font-family: "dnp-shuei-ymincho-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.tp_rrt002_in dl dd{
    font-size: 15px;
    line-height: 160%;
    
    margin-bottom: 20px;
}



.tp_rrt_btn{
    max-width: 180px;
    width: 100%;
    height: 35px;
    background: #FFFFFF;    
    margin: 0 0 0 auto;
}

.tp_rrt_btn a{
    display: block;
    width: 100%;
    height: 35px;
    border: 2px solid #27a06e;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #27a06e;
     
    transition:0.3s;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_rrt_btn a:hover{
    border: 3px solid #27a06e;
    background: #27a06e;
     color:#FFFFFF;
}








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


.cmn_pg_bg{
    background: url("../img/common/pg_bg.png") top right no-repeat;
    margin-top: 50px;
    background-size: 780px 165px;
}















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


.privacy{
}


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

    margin-bottom: 5px;

}


.privacy dd {
    font-size:13px;
    line-height: 140%;
    margin-bottom: 20px;

}














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


.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
     border-left: 9px solid #0c8a65;
    padding-left: 11px;
    padding-top: 7px;
    padding-bottom: 7px;
     margin-bottom: 60px;
}

.ctt_txt01 dl dt{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 7px;
}

.ctt_txt01 dl dd{
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';  
}






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

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


.f_text01 a{
    color: #1D2128;
    text-decoration: none;
}

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



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

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:18px;

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


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

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

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

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

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








.ctt_tel{
    margin-bottom: 50px;

}

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


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

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

}

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

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









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


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

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

}

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


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







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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

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

.with-form3{
	width:100%;
    height: 35px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;

}



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

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


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

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

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


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

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

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




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

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

}

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







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

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




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













}
