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

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


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

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

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

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

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



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


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


html {
    font-family: 'noto400';

     font-feature-settings : "palt";
     letter-spacing:1px;	

}

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

body{
    font-family: 'noto400';
    

}

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

}	 

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




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

}


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

}


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

}

.container02{

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


.container03{

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

}



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


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

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





.header_out{
    position: relative;
	z-index:200;
}

#header {

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

box-sizing: border-box;
	background:#FFF;
/*    background: rgba(255,255,255,0.90);*/

}

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


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


}

header{

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

	box-sizing:border-box;
}


.header_sns{
    max-width:85px;
    width: 100%;
    position: absolute;
    top: 68px;
    right: 50px;
    
    display: none;
 
}

.header_sns ul li{
    width: 40%;
    height: auto;
    float: left;
    margin-right:20%;
}


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



.header_sns01{
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 300px; /* バナーの上下の位置 */
  right:0; /* バナーの左右の位置 */
}

.header_sns01 ul{
    padding: 15px;
    background: #FFFFFF;
    border-radius: 10px;

}

.header_sns01 ul li{
    width: 32px;
    height: auto;
    margin-bottom: 18px;
}

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


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


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


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


.footer_img{
	width: 100%;
	height:559px !important;
	background:url("../img/common/footer_bg.png") bottom center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto 0px auto;
}

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

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

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

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

    margin-bottom: 8px;
}

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

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

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

.f_cpy{

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






.sub_mu{
   position: fixed;
   width: 100%;
   top: 0px;
   z-index: 6000;
   margin: 0;
   
   display: none;
}



}



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


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


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

}	

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






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

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

}



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

}


.container02{

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


.container03{

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

}

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


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

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





.header_out{
    position: relative;
	z-index:200;
}

#header {

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

box-sizing: border-box;
	background:#FFF;
    background: rgba(255,255,255,0.90);

}

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

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


}

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





.header_sns{
    max-width:70px;
    width: 100%;
    position: absolute;
    top:16px;
    right: 85px;
 
}

.header_sns ul li{
    width: 40%;
    height: auto;
    float: left;
    margin-right:20%;
}


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

.header_sns01{
    display: none;

}




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


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




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


.footer_img{
	width: 100%;
	height:350px !important;
	background:url("../img/common/footer_bg.png") bottom center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto 0px auto;
}

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

	padding:0 30px;
	box-sizing:border-box;
/*    margin-bottom: 55px;*/
}

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

address{
	font-size:13px;
	line-height:170%;
	color:#000;
    text-align: center;

    margin-bottom: 8px;
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:10px;	
	color:#000;
}

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

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

.f_cpy{

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



.sub_mu{
   position: fixed;
   width: 100%;
   top: 60px;
   z-index: 6000;
   margin: 0;
}

.sub_mu ul li{
    width: 25%;

    font-size: 14px;
    line-height: 120%;
    margin-right:0;
    float: left;
    
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.sub_mu ul li:last-child{
	margin-right:0;
    border-right:none;
}

.sub_mu ul li a{
    height: 55px;
    display: block;
    text-align: center;
    color:#8C4C00;

    padding: 0 5px;
    
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  

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

}

.sub_mu ul li a:hover{
    color:#8C4C00;
    text-decoration: none;
}




.sub_mu_01{
    background: #a9ba8e;
}

.sub_mu_02{
    background: #b0c2a7;
}

.sub_mu_03{
    background: #c3d5c7;
}

.sub_mu_04{
    background: #abb4a2;
}

}



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


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



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

}	



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


.

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


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

}


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

}

.container02{

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


.container03{

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

}


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

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

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





.header_out{
    position: relative;
	z-index:200;
}

#header {

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

box-sizing: border-box;
	background:#FFF;
    background: rgba(255,255,255,0.90);

}

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


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

}

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

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





.header_sns{
    max-width:60px;
    width: 100%;
    position: absolute;
    top:18px;
    right: 65px;
 
}

.header_sns ul li{
    width: 40%;
    height: auto;
    float: left;
    margin-right:20%;
}


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

.header_sns01{
    display: none;

}






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



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


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


.footer_img{
	width: 100%;
	height:200px !important;
	background:url("../img/common/footer_bg.png") bottom center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto 0px auto;
}

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

	padding:0 20px;
	box-sizing:border-box;
/*    margin-bottom: 45px;*/
}

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

address{
	font-size:13px;
	line-height:170%;
	color:#000;
    text-align: center;

    margin-bottom: 7px;
}

.ad_ttl{
	font-size:14px;
	line-height:120%;
	margin-bottom:7px;	
	color:#000;
}

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

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

.f_cpy{

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



.sub_mu{
   position: fixed;
   width: 100%;
   top: 60px;
   z-index: 6000;
   margin: 0;
}

.sub_mu ul li{
    width: 25%;

    font-size: 12px;
    line-height: 120%;
    margin-right:0;
    float: left;
    
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.sub_mu ul li:last-child{
	margin-right:0;
    border-right:none;
}

.sub_mu ul li a{
    height: 45px;
    display: block;
    text-align: center;
    color:#8C4C00;

    padding: 0 5px;
    
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  


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

.sub_mu ul li a:hover{
    color:#8C4C00;
    text-decoration: none;
}





.sub_mu span::before{
    content: '\A';
    white-space: pre;
}




}




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


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

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


h1.h1_01{
width: 280px;
height: auto;
position: absolute;
top: 31px;
left: 50px;


}

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




h2.h2_01{
    font-size: 30px;
    line-height: 120%;
    color: #755e24;
    text-align: center;
    margin-bottom: 40px;

    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    letter-spacing: -0.1em;

}


h2.h2_01 p{
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 5px;

    font-family: "vdl-admin", sans-serif;
    font-weight: 400;
    font-style: normal;   

    letter-spacing: 0.1em;
}


.txt_color span:nth-child(1) {
  color: #db9f09;
}
.txt_color span:nth-child(2) {
  color: #48bded;
}
.txt_color span:nth-child(3) {
  color: #87c767;
}
.txt_color span:nth-child(4) {
  color: #e774a7;
}

.txt_color span:nth-child(5) {
  color: #87c767;
}

.txt_color span:nth-child(6) {
  color: #3d56d3;
}
.txt_color span:nth-child(7) {
  color: #c0c241;
}
.txt_color span:nth-child(8) {
  color: #a17403;
}







h3.h3_01{
    font-size: 30px;
    line-height: 120%;
    color: #4e4e4e;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 15px;
    
    background: url("../img/common/h3.png") center bottom no-repeat;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
}



h4.h4_01{
     height: 40px;
    font-size: 26px;
    line-height: 140%;
    color: #719d04;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_01:before {
    background-color: #719d04; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 40px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 12px; /* 線幅 */
}





h4.h4_02{
     height: 40px;
    font-size: 26px;
    line-height: 140%;
    color: #ca800a;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_02:before {
    background-color: #ca800a; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 40px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 12px; /* 線幅 */
}



h4.h4_03{
     height: 40px;
    font-size: 26px;
    line-height: 140%;
    color: #e77397;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_03:before {
    background-color: #e77397; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 40px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 12px; /* 線幅 */
}



h4.h4_04{
     height: 40px;
    font-size: 26px;
    line-height: 140%;
    color: #70b8cf;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_04:before {
    background-color: #70b8cf; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 40px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 12px; /* 線幅 */
}



h4.h4_05{
     height: 40px;
    font-size: 26px;
    line-height: 140%;
    color:#C48B2D;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_05:before {
    background-color: #C48B2D; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 40px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 12px; /* 線幅 */
}



h4.h4_06{
     height: 40px;
    font-size: 26px;
    line-height: 140%;
    color:#8F8282;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_06:before {
    background-color:#8F8282; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 40px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 12px; /* 線幅 */
}






h5.h5_01 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 22px;
    line-height: 140%;
    color: #719d04;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_01::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #719d04;
}

h5.h5_01::before {
	margin-right: 10px;
}


h5.h5_02 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 22px;
    line-height: 140%;
    color: #ca800a;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_02::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #ca800a;
}

h5.h5_02::before {
	margin-right: 10px;
}


h5.h5_03 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 22px;
    line-height: 140%;
    color: #e77397;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_03::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #e77397;
}

h5.h5_03::before {
	margin-right: 10px;
}



h5.h5_04 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 22px;
    line-height: 140%;
    color: #70b8cf;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_04::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #70b8cf;
}

h5.h5_04::before {
	margin-right: 10px;
}










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



.slider_out{

	position: relative;

    
    overflow: hidden;
}




.slider_in{
/*background: #E6A2A3;*/
	position: relative;
    max-width: 1000px;
    height: 100vh !important;
	z-index: 2;
    margin:0 auto;
    

    text-align: center;


}

.slider_in img{

/*

    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));*/
}



.slider_in_01{
    width: 100%;
    font-size: 60px;
    line-height: 130%;
    color:#FFFFFF;

    text-align: center;
    
    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
    
/*    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;*/
    
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
}


.slider_in_02{
    width: 250px;
    height: 250px;

	position: absolute;
	top: 140px;
	right: 0;
}








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

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

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

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


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

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









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

.message_main_bg{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/message/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;


}

.staff_main_bg{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/staff/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}

.activity_main_bg{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/activity/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg02{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/activity/main02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg03{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/activity/main03.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg04{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/activity/main04.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg05{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/activity/main05.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg06{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/activity/main06.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}



.contact_main_bg{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}

.qa_main_bg{
    display: none;
    
	width: 100%;
	height:600px !important;
	background:url("../img/qa/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}




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






.button01{
    max-width: 250px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}

.button01 a{
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    padding: 1px 20px 1px 20px;
    background:#e5b34c;
    border: 2px solid #e5b34c;
    box-sizing: border-box;


    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    
    border-radius: 30px;
    
    transition: all  0.3s ease; 
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}



.button01 a:hover{
    color:#e5b34c;
    background:#FFFFFF;
    border: 2px solid #e5b34c;
}



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





.tp_msg_out{
    background: #f9f9f1;
}


.tp_msg_bg{

	height:470px !important;
	background:url("../img/top/01_bg.png") top center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

}

.tp_msg{
    font-family: "kaisei-opti", sans-serif;
    font-weight: 500;
    font-style: normal;
}


.tp_msg dl dt{
    font-size: 35px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 30px;

}

.tp_msg dl dt span{
    font-size: 40px;


}

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

}


.tp_msg_cr01{
    color: #d0701b;
}

.tp_msg_cr02{
    color: #168b85;
}

.tp_msg_cr03{
    color: #3fbbed;
}


.tp_msg_cr04{
    color: #e668a2;
}

.tp_msg_cr05{
    color: #85b28f;
}

.tp_msg_cr06{
    color: #dd6b33;
}

.tp_msg_cr07{
    color: #005640;
}




.tp_msg_btm_bg{

	height:234px !important;
	background:url("../img/top/02_bg.png") top center no-repeat; 

	 margin:0px auto 0px auto;

}






.tp_msg_bg01{

	height:540px !important;
	background:url("../img/top/02.jpg") top 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_msg_bg02{

	height:470px !important;
	background:url("../img/top/02_01.jpg") top 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_msg_b_bg{
    max-width: 1500px;
    width: 100%;
    height: auto;
    padding: 90px 90px 90px 90px;
    box-sizing: border-box;


/*border-radius:25% 35% 28% 43%;*/
  border-radius:62% 38% 63% 37% / 40% 60% 40% 60%;
  
	background:rgba(255,255,255,0.70);
}

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


}

.tp_msg_b01 dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #724d22;
    margin-bottom: 15px;

    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
}


.tp_msg_b01 dl dd{
    font-size: 19px;
    line-height: 170%;
    color: #000000;


    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
}



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

    font-size: 28px;
    line-height: 180%;
    color:#FFFFFF;

    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
}



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

    font-size: 22px;
    line-height: 180%;
    color:#FFFFFF;


    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
}



.tp_msg_b04{
    margin-bottom: 80px;
}

.tp_msg_b04 dl dt{
    font-size: 34px;
    line-height: 140%;
    color: #724d22;
    margin-bottom: 15px;

    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    writing-mode: vertical-rl;
   text-orientation: upright;
   
   float: left;
   clear: both;
   

}


.tp_msg_b04 dl dd{
    font-size:20px;
    line-height: 170%;
    color: #000000;
    
    margin-left: 150px;
    
    margin-top: 120px;


    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    

}


.tp_msg_b05{
    font-size: 19px;
    line-height: 200%;
    color: #000000;
    


    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.tp_msg_b05 p{
    font-size: 28px;
    line-height: 140%;
    color:#363636;
    margin-bottom: 15px;
   font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
}



/* トップ　アクティビティ-------------------------------------------- */


.tp_acty_bg{
    background: #d9dfbb;

}


.tp_acty_b01{
    max-width: 980px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    
    font-size: 23px;
    line-height: 200%;
    text-align: center;
    
    
}

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


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


.tp_news_bg{
    position: relative;
	width: 100%;
	height:415px !important;
	background:url("../img/top/03_bg.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;
     
     position: relative;
     
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
}
   
.tp_news_brd{
    position: absolute;
    width: 240px;
    height: 118px;
    
    right: 30%;
    top: -40px;

}   
   
   
   
.tp_news{
    background: rgba(255,255,255,0.75);
    border-radius: 30px;
    padding: 50px 30px;

    box-sizing:border-box;

}

.tp_news dl {


}

.tp_news dl dt{
font-size: 16px;
line-height: 160%;
float: left;
clear: both;
letter-spacing: 0.1em;
color: #3a3a3a;

}

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


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


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

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



.scroll-area{
    max-width: 1000px;
    width: 100%;
height:160px;
    margin: 0 auto;




}



.news_ttl{
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 20px;
}


.news_day{
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 20px;
}


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

.news_post a{
    color: #08968F;
    text-decoration:underline;
}

.news_post a:hover{
    color: #08968F;
    text-decoration:none;
}


/* トップ　アクセス-------------------------------------------- */



.tp_acs_bg{
   width: 100%;
   height: auto;

    
    background: url("../img/top/04_bg.png") right top 150px no-repeat;

}

.tp_acs01{
    margin-bottom: 50px;

}


.tp_acs01 dl dt{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;

}


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

.tp_acs01 dl dd a{
    color: #5B6F3A;
    text-decoration: underline;
}

.tp_acs01 dl dd a:hover{
    color: #5B6F3A;
    text-decoration:none;
}

.tp_acs_map{

}



.tp_acs001{
}



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

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

.youtube_bg{
    margin-bottom: 100px;

}    
	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}



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

.container01_b01{
height: auto;

}


.container01_bg_out{
width: 100%;
height: auto;
    background: url("../img/common/paper-bg-01.jpg") repeat;
/*  border-top-left-radius: 350px;*/
  
/*  margin-top: -400px;*/
  margin-top: 120px;
  
  position:sticky;

  z-index: 50;
}


.container01_bg_out01{
    background: url("../img/common/paper-bg-01.jpg") repeat;


}

.pg_bg{
/*  border-top-left-radius: 350px;*/
	width: 100% !important;
	height:auto;
	background:url("../img/common/pg_bg.png") center top no-repeat; 
    background-size:contain;    
}


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


.msg01{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 100px;
}


.msg01 em{
    color: #f07804;
}



.msg01 span{
background: linear-gradient(transparent 70%, #f6cdcf 70%);
}




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


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

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

.swiper-button-prev::after,
.swiper-button-next::after {
    color:#DD720E;

}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 0.6;
  background-color:#03938C;
  margin: 0 10px !important;  
}
.swiper-pagination-bullet-active {
  background-color:#DD720E;
}

.swiper-pagination {
  bottom: 0px !important;
}

/*スタッフ-------------------------------------------- */


.sf_bg{
    background:url("../img/staff/bg.jpg") repeat;
    padding: 50px;
    margin-bottom: 60px;

}


.sf_img{
    text-align:center;
    margin-bottom: 40px;

}

.sf_01{   
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.sf_01 dl dt{
     height: 40px;
    font-size: 26px;
    line-height: 140%;
    color: #719d04;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}



.sf_01 dl dt:before {
    background-color: #719d04; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 40px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 12px; /* 線幅 */
}

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

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




.sf_01 dl dd ul li{
    display: inline-block;

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

    margin-bottom:10px;
    background:url("../img/staff/list.png") left center no-repeat;
    padding-left: 20px;
    margin-right: 25px;

}


/*質問-------------------------------------------- */


.qa01{
    margin-bottom: 100px;
}


.qa01 dl dt{

    border-bottom: 3px dotted #08968F;
    padding-bottom: 12px;
    margin-bottom: 12px;
    
    
    font-size: 22px;
    line-height: 120%;
}

.qa01 dl dd{

    font-size: 18px;
    line-height: 160%;
    margin-bottom: 50px;
}

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



/*アクティビティ-------------------------------------------- */


.acty_nav{
    margin-bottom: 50px;

}

.acty_nav ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;

}

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


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

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

.acty_nav ul li a{
    display: block;
    width: 100%;
    
    font-size: 25px;
    line-height: 140%;
    color:#FCFCFC;
    text-align: center;
    

    padding-top: 3px;
    padding-bottom: 5px;
    
    background:#909950;
    border-radius: 5px;

    
    transition: all  0.3s ease;
    
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    letter-spacing: -0.04em;

}


.acty_nav ul li a:hover{

    color:#FFFFFF;
    text-align: center;

    background:#667534;

}

.acty_nav_on{
    background:#667534 !important;
}



.acty01{
    margin-bottom: 80px;
    z-index: 2;

}

.acty01 img{
    border-radius: 10px;
/*  border-top-left-radius: 350px;*/
/*    border-radius: 150px;    */
}



.acty01_01{
    margin-bottom: 80px;

}

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

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


.acty01_mg01{

    font-size: 24px;
    line-height: 200%;
    margin-bottom: 80px;

    
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400; 
}

.acty01_mg01_c01{

    color: #d95858;
}    


.acty01_mg01_c02{

    color: #188cb2;
}    

    
    

.acty01_msg{
    position:relative;
/*    border:4px solid #7ea718;*/
    background: url("../img/activity/01_bg.jpg") repeat;
    
    border-radius: 50px;
    padding: 40px 50px;
    box-sizing: border-box;
    
    font-size: 18px;
    line-height: 200%;
    text-align: center;

    margin-bottom: 50px;
    z-index: 10;
}

.acty01_msg02{
    border:4px solid #cf9f0c;
    background: url("../img/activity/02_bg.jpg") repeat;
    border-radius: 15px;
    padding: 40px 50px;
    box-sizing: border-box;
    
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 40px;
}


.acty01_msg03{
    border:4px solid #e77397;
    background: url("../img/activity/03_bg.jpg") repeat;
    border-radius: 15px;
    padding: 40px 50px;
    box-sizing: border-box;
    
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 40px;
}

.acty01_msg03 p{
    font-size: 24px;
    color: #d95858;
    font-family: 'noto500';    
}


.acty01_msg04{
    border:4px solid #188cb2;
    background: url("../img/activity/04_bg.jpg") repeat;
    border-radius: 15px;
    padding: 40px 50px;
    box-sizing: border-box;
    
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 40px;
}

.acty01_msg04 p{
    font-size: 24px;
    color: #188cb2;
    font-family: 'noto500';     
}




.acty01_txt01{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 50px;
}


.acty01_txt01 span{
	background:linear-gradient(transparent 70%, #8EC298 40%);
}


.acty01_txt02{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 100px;
}

.acty01_txt03{

    margin-bottom: 70px;
}


.acty01_txt03 dl dt{
    font-size: 22px;
    line-height: 160%;
    color: #5B6F3A;
    margin-bottom: 10px;

    
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;    
}


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

    margin-bottom: 30px;

}

.acty01_txt03 dl dd span{
    font-family: 'noto700';
}


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


.acty01_txt04{

    margin-bottom: 70px;
}

.acty01_txt04 p{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 15px;  
}

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

}

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


.balloon-001 {
    display: flex;

    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding:10px 20px 15px 20px;
    border-radius: 10px;
    background-color: #65a048;
    color:#FFFFFF;
    font-size: 22px;
    line-height: 140%;
    text-align: left;
    box-sizing: border-box;
}

.balloon-001::before {
    position: absolute;
    bottom: -15px;
    left: 60px;
    width: 30px;
    height: 15px;
    background-color: #65a048;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}


.acty00{
    font-size: 22px;
    line-height: 180%;
    color: #c66e10;
    margin-bottom: 40px;
}


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

.acty01_tbl table{
	width:100%;
	height:auto;
    
    border-top:  1px dotted #b4b0af;

}

.acty01_tbl table th{
	width:250px;

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

    vertical-align: text-top;

    text-align: center;
    border-bottom: 1px dotted #b4b0af;
}

.acty01_tbl table td{
	padding:10px 25px 10px 25px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #b4b0af;
    
    background:rgba(255,255,255,0.40);
}


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


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


.acty01_tbl table td span{
    border-bottom: 2px solid #D14446;
}


.acty01_tbl_th01{
    background: #f0f4e7;
    color: #6b9405;
}

.acty01_tbl_th02{
    background: #fbf6eb;
    color: #ca800a;
}

.acty01_tbl_th03{
    background: #fcf3f6;
    color: #e77397;
}

.acty01_tbl_th04{
    background: #eefbff;
    color: #489eb9;
}

.acty01_tbl_th05{
    background:#F0DEC0;
    color: #C48B2D;
}



.acty01_tbl p{
    font-size: 16px;
    line-height: 180%;
    margin-top: 20px;


}


.acty02_btm01{
    margin-bottom: 100px !important;
}

.acty02{
    margin-bottom: 40px;
}

.acty02 ul li{
    background: url("../img/activity/list.png") left 5px no-repeat;
    padding-left: 18px;
    font-size: 16px;
    line-height: 140%;
    margin-right: 25px;
    margin-bottom: 5px;
    
    float: left;
}




.acty02 ul li span{
    color: #DF0003 !important;
}



/* トップ　YBについて-------------------------------------------- */

.tp_yb_bg{
/*  background: linear-gradient(#134367, #0a1b28);*/

background: #eeeff1;

  position: relative;
  overflow: hidden;

    z-index: 2;
}


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

}


.tp_yb_in{

}

.tp_yb_in dl{
    margin-bottom: 40px;

}

.tp_yb_in dl dt{
    font-size: 36px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    
    margin-bottom: 15px;
}

.tp_yb_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
}



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



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



.tp_bns01_in{

}

.tp_bns01_in_b{
}

.tp_bns01_in_b ul li{
    width: 32%;
    height: 390px;
    margin-right: 2%;
    float: left;
    
    background: rgba(0,0,0,0.50);

    padding: 40px !important;
    box-sizing: border-box;

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

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

.tp_bns01_in_b ul li dl{


}

.tp_bns01_in_b ul li dl dt{
    font-size: 36px;
    line-height: 130%;
    color:#FFFFFF;
    font-family: 'noto700';
    margin-bottom: 15px;
}

.tp_bns01_in_b ul li dl dd{
    font-size: 16px;
    line-height: 180%;
    color:#FFFFFF;
    margin-bottom: 20px;

}


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



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

}


.tp_rrt01_out{
    width: 100%;
    height:600px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);   
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}



.tp_rrt01_tx{
    font-size: 36px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 25px;
}



/* トップ　お問い合わせ-------------------------------------------- */



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

}


.tp_ctt01_out{
	width: 100%;
    height: 600px;


    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_ctt01{
    height: 54px;
    font-size: 36px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 25px;
    
    background: url("../img/top/04.png") left 0px no-repeat;
    padding-left: 45px;
      padding-top: 8px;
      
    vertical-align: bottom;
}














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

.cmm_ctt_bg{
	background:#eeeeee;

  border-top: 10px solid;

  border-image: linear-gradient(to right, #1f4e40, #069c6f) 1;
}


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


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 23px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;


}

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

}
  

.cmm_ctt dl dd ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

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

.cmm_ctt dl dd ul li a{
    display: block;
    width: 100%;
    height: 80px;
    font-size: 25px;
    line-height: 100%;
    color: #FFFFFF;
    background: #0a2788;
    
    transition: all  0.3s ease;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 50px;
   padding-bottom: 5px;
}


.cmm_ctt dl dd ul li a:hover{

    color: #FFFFFF;
    background: #068b63;
}

.cmm_ctt dl dd ul li span{
    display: block;
    font-size: 16px;
    margin-bottom:5px;
}

.cmm_ctt dl dd ul li em{
    font-size: 32px !important;
}








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

.abt_msg{
    margin-bottom: 50px;
}


.abt_msg_l{
    max-width: 300px;
    width: 100%;
    height: auto;
    float: left;
}

.abt_msg_r{

    width: calc(100% - 350px);

    height: auto;
    margin-right: 0;
     float: right;
     
     font-size: 16px;
     line-height: 180%;
     
     word-break: break-all;
     word-wrap: break-word;
}


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

}




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

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

}

.abt_tbl table th{
	width:150px;

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

    vertical-align: text-top;

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

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

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


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


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


.abt_tbl table td p{
    margin-bottom: 10px;

}

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

    margin-bottom: 10px;

}




.abt_map_out{
    margin-bottom: 30px;   
}

.abt_map_out_l{
    width: 49%;
    height: auto;
    float: left;
}


.abt_map_out_r{
    width: 49%;
    float: right;
}



.abt_map_txt{
 
    border-left: 6px solid #9F9F9F;
    padding: 30px 0 30px 25px;
    box-sizing: border-box;

}

.abt_map_txt dl dt{
    font-size: 22px;
    line-height: 120%;
    color: #28557A;
    margin-bottom: 8px;

}

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




.abt_map{

margin: 0 auto 80px auto;

}



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

.bns001{
    margin-bottom: 40px;

}


.bns001 dl dt{
	font-size:36px;
	line-height:140%;
    margin-bottom: 15px;

    font-family: 'noto700'; 
}

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

}




.bns002{

}

.bns002 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    margin-bottom: 40px;

}


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


.bns002_ttl{
	font-size:20px;
	line-height:140%;
    margin-bottom: 15px;
    
    border-left: 4px solid #666666;
    padding-top: 10px;
    padding-left: 10px;

    font-family: 'noto500'; 

}


.bns002_img{
    text-align: center;
    margin: 0 auto 15px auto;
}

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

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



.bns003{
    margin-bottom: 50px;
}

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

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


.bns004{
margin-bottom: 50px;

}


.bns004 dl dt{
    font-size: 18px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    

}



.bns004 dl dd{
    font-size: 16px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    

}




.bns005{

}

.bns005 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    margin-bottom: 40px;

}


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

.bns005_img{
    margin: 0 auto 15px auto;
}

.bns005_in{

}

.bns005_in dl dt{
    width: 75px;
    height:30px;
    background: #333333;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 3px;
   
    box-sizing: border-box;
    
    float: left;
    clear: both;
    

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


.bns005_in dl dd{
    float: right;


    width: calc(100% - 90px);
    
    height:30px;
    
    font-size: 15px;
    line-height: 130%;

    
    margin-bottom: 10px;
    
    text-align: left;


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

}



.bns006{
    margin-bottom: 40px;

}

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

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



.bns007{
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    padding: 35px 40px 25px 40px; 
    box-sizing: border-box;
}


.bns007 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    font-size: 16px;
    line-height: 140%;
    margin-right: 25px;
    margin-bottom: 10px;
    padding-left: 10px;
    float: left;

}


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

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

}

.bns008 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    background: #333333;
    color: #FFFFFF;
    
	font-size:16px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;

    vertical-align: text-top;


    border: 1px solid #d7d7d7;
}

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

	text-align:left;
    border: 1px solid #d7d7d7;
}



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


.rrt001{
    margin-bottom: 70px;


}


.rrt001 dl dt{


	font-size:36px;
	line-height:140%;
    margin-bottom: 25px;

    font-family: 'noto700'; 
}

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





.rrt02_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  
  margin-bottom: 50px;
}

.rrt02_bx_l{
    width: 38%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #003366;
    

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


.rrt02_bx_r{
    width: 62%;
    height: auto;
    float:right;
    text-align: right;

}


.rrt02_bx_r img{
    vertical-align:bottom;

}

.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

.rrt02_bx_in dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align:center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt02_bx_in dl dt span{
    font-size: 14px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 8px 2px 8px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt02_bx_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align:center;
}



.rrt003_ttl{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px auto;
    position: relative;
    padding: 1.5rem 1rem;
    font-size: 24px;
    line-height: 140%;
    box-sizing: border-box;    
    font-family: 'noto700';    
    text-align: center;
}

.rrt003_ttl::before,
.rrt003_ttl::after {
    position: absolute;
    width: 95%;
    height: 20px;
    content: '';
}

.rrt003_ttl::before {
    border-left: solid 3px #003366;
    border-top: solid 3px #003366;
    top: 0;
    left: 0;
}

.rrt003_ttl::after {
    border-right: solid 3px #003366;;
    border-bottom: solid 3px #003366;
    bottom: 0;
    right: 0;
}


.rrt003{
    margin-bottom: 70px;

}


.rrt003 dl dt{
    font-size: 24px;
    line-height: 150%;

    font-family: 'noto700';
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 4px solid #666666;
}

.rrt003 dl dt:first-letter{
    color: #cc0000;
    font-size: 30px;    
}


.rrt003 dl dd{
    font-size: 16px;
    line-height:200%;
    
    margin-bottom: 40px;
    
    word-break: break-all;
    word-wrap: break-word;
}

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







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

.bns_bg01{
    background: #eff3f1;
}

.bns_bg02{
    background: #c6d6d1;
}


.bns001_out{
    padding: 40px 0;

}


.bns001{

}

.bns001_l{
    width: 50%;
    float: left;
}

.bns001_r{
    width: 50%;
    float:right;
}


.bns001_txt_in{
    padding: 0 40px

}

.bns001_txt{

}

.bns001_txt dl dt{
    
	font-size:18px;
    line-height: 160%;
    margin-bottom: 25px;
}

.bns001_txt dl dd{
    padding: 30px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}


.bns001_txt dl dd ul li{
    background: url("../img/business/list.png") left 3px no-repeat;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-right: 25px;
    padding-left: 18px;
    
    display: inline-block;

}



.bns_img01{
	
	height:500px !important;
	background:url("../img/business/01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.bns_img02{
	
	height:500px !important;
	background:url("../img/business/02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bns_img03{
	
	height:500px !important;
	background:url("../img/business/03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}










/* 工事実績--------------------------------------------- */


.wk_ttl{
    background: url("../img/works/bg.jpg") repeat;
    padding: 15px;

    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;

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


.wk_ttl span{
    font-size: 20px;
    margin-left: 15px;
    letter-spacing: 0.05em;

    font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-weight: 400;
    font-style: normal;
}


.wk_ttl span.wk_ttl_cr{
    color: #07a0e3;
    margin-left: 0;

}









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


.rrt_txt{
    margin-bottom: 70px;
}

.rrt_txt dl dt{
    font-size: 30px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 30px;


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

.rrt_txt dl dd{

    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 18px;
    line-height: 180%;
    word-wrap: break-word;
    word-break: break-all;
}


.rrt_b01{ 
    margin-bottom: 70px;
}

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

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


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

}

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

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

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

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


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

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

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

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




.rrt_b01_in01{
    margin-top: 25px;
    margin-bottom: 40px;

}


.rrt_b01_in01 dl dt{
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #07a0e3;

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

.rrt_b01_in01 dl dt:first-letter{
    color: #07a0e3;
}

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

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


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




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

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

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

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









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


.privacy{
}


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

    margin-bottom: 8px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


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

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}














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





input[type="email"]{
padding: 10px;
width: 65%;
color:#999;
border:1px solid #999;
}
textarea{
padding: 10px;
height: 100px;
color:#999;
font-size: 14px;
width: 65%;
border:1px solid #999;
}
button{
background: #5250e0;
color: white;
font-size:16px;
font-weight:bold;
padding: 10px 20px;
margin: 0 5px;
}


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

}

.contact-t dl{

}

.contact-t dl dt{
	color:#003366;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:40px;
	line-height:140%;

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

.contact-t a{
    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:300px;
    height: 35px !important;

	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



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

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


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

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

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


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

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

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




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

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

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






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

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




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





}


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



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


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

h1.h1_01{
width: 200px;
	height:auto;
	position: absolute;
    top: 8px;
}

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






h2.h2_01{
    font-size: 27px;
    line-height: 120%;
    color: #755e24;
    text-align: center;
    margin-bottom: 35px;

    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    letter-spacing: -0.1em;

}


h2.h2_01 p{
    font-size: 17px;
    line-height: 100%;
    margin-bottom: 5px;

    font-family: "vdl-admin", sans-serif;
    font-weight: 400;
    font-style: normal;   

    letter-spacing: 0.1em;
}


.txt_color span:nth-child(1) {
  color: #db9f09;
}
.txt_color span:nth-child(2) {
  color: #48bded;
}
.txt_color span:nth-child(3) {
  color: #87c767;
}
.txt_color span:nth-child(4) {
  color: #e774a7;
}

.txt_color span:nth-child(5) {
  color: #87c767;
}

.txt_color span:nth-child(6) {
  color: #3d56d3;
}
.txt_color span:nth-child(7) {
  color: #c0c241;
}
.txt_color span:nth-child(8) {
  color: #a17403;
}



h3.h3_01{
    font-size: 24px;
    line-height: 120%;
    color: #4e4e4e;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 15px;
    
    background: url("../img/common/h3.png") center bottom no-repeat;
    background-size: 60px 8px;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
}





h4.h4_01{
     height: 35px;
    font-size: 20px;
    line-height: 140%;
    color: #719d04;
    margin-bottom:20px;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}



h4.h4_01:before {
    background-color: #719d04; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 35px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 10px; /* 線幅 */
}







h4.h4_02{
     height: 35px;
    font-size: 20px;
    line-height: 140%;
    color: #ca800a;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_02:before {
    background-color: #ca800a; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 35px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 10px; /* 線幅 */
}



h4.h4_03{
     height: 35px;
    font-size: 20px;
    line-height: 140%;
    color: #e77397;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_03:before {
    background-color: #e77397; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 35px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 10px; /* 線幅 */
}



h4.h4_04{
     height: 35px;
    font-size: 20px;
    line-height: 140%;
    color: #70b8cf;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_04:before {
    background-color: #70b8cf; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 35px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 10px; /* 線幅 */
}



h4.h4_05{
     height: 35px;
    font-size: 20px;
    line-height: 140%;
    color:#C48B2D;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_05:before {
    background-color: #C48B2D; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 35px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 10px; /* 線幅 */
}



h4.h4_06{
     height: 35px;
    font-size: 20px;
    line-height: 140%;
    color:#8F8282;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_06:before {
    background-color: #8F8282; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 35px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 10px; /* 線幅 */
}







h5.h5_01 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 18px;
    line-height: 140%;
    color: #719d04;
    margin-bottom:20px;

text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
}

h5.h5_01::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #719d04;
}

h5.h5_01::before {
	margin-right: 10px;
}






h5.h5_02 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 18px;
    line-height: 140%;
    color: #ca800a;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_02::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #ca800a;
}

h5.h5_02::before {
	margin-right: 10px;
}


h5.h5_03 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 18px;
    line-height: 140%;
    color: #e77397;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_03::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #e77397;
}

h5.h5_03::before {
	margin-right: 10px;
}



h5.h5_04 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 18px;
    line-height: 140%;
    color: #70b8cf;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_04::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #70b8cf;
}

h5.h5_04::before {
	margin-right: 10px;
}






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



.slider_out{

	position: relative;


    overflow: hidden;
}




.slider_in{
/*background: #E6A2A3;*/
	position: relative;
    maxwidth: 1000px;
    height: 100vh !important;
	z-index: 2;
    margin:0 auto;

    

    text-align: center;


}

.slider_in img{

/*

    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));*/
}



.slider_in_01{
    width: 100%;
    font-size: 50px;
    line-height: 140%;
    color:#FFFFFF;

    text-align: center;
    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
    
/*    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;*/
    
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
}


.slider_in_02{
    width:210px;
    height: 210px;

	position: absolute;
	top: 100px;
	right:30px;
}










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

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

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

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


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

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





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

.message_main_bg{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/message/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     

     z-index: 1;
  position: relative;
}

.staff_main_bg{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/staff/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/activity/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}



.activity_main_bg02{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/activity/main02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg03{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/activity/main03.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg04{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/activity/main04.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}



.activity_main_bg05{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/activity/main05.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg06{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/activity/main06.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.contact_main_bg{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}



.qa_main_bg{
    display: none;
    
	width: 100%;
	height:520px !important;
	background:url("../img/qa/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


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




.button01{
    max-width: 210px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}

.button01 a{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    padding: 1px 10px 1px 10px;
    background:#e5b34c;
    border: 2px solid #e5b34c;
    box-sizing: border-box;


    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    
    border-radius: 30px;
    
    transition: all  0.3s ease; 
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}



.button01 a:hover{
    color:#e5b34c;
    background:#FFFFFF;
    border: 2px solid #e5b34c;
}






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





.tp_msg_out{
    background: #f9f9f1;
}


.tp_msg_bg{

	height:370px !important;
	background:url("../img/top/01_bg.png") top center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

}

.tp_msg{
    font-family: "kaisei-opti", sans-serif;
    font-weight: 500;
    font-style: normal;
}


.tp_msg dl dt{
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 30px;

}

.tp_msg dl dt span{
    font-size: 35px;


}

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

}


.tp_msg_cr01{
    color: #d0701b;
}

.tp_msg_cr02{
    color: #168b85;
}

.tp_msg_cr03{
    color: #3fbbed;
}


.tp_msg_cr04{
    color: #e668a2;
}

.tp_msg_cr05{
    color: #85b28f;
}

.tp_msg_cr06{
    color: #dd6b33;
}

.tp_msg_cr07{
    color: #005640;
}




.tp_msg_btm_bg{

	height:117px !important;
	background:url("../img/top/02_bg_t.png") top center no-repeat; 

	 margin:0px auto 0px auto;

}





.tp_msg_bg01{

	height:480px !important;
	background:url("../img/top/02.jpg") top 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_msg_bg02{

	height:350px !important;
	background:url("../img/top/02_01.jpg") top 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_msg_b_bg{
    max-width: 1500px;
    width: 100%;
    height: auto;
    padding: 50px 50px 50px 50px;
    box-sizing: border-box;


/*border-radius:25% 35% 28% 43%;*/
border-radius:27% 31% 27% 31%;

  
	background:rgba(255,255,255,0.70);
}

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


}

.tp_msg_b01 dl dt{
    font-size: 21px;
    line-height: 140%;
    color: #724d22;
    margin-bottom: 15px;

    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
}


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


    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
}



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

    font-size: 24px;
    line-height: 180%;
    color:#FFFFFF;

    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
}



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

    font-size: 20px;
    line-height: 180%;
    color:#FFFFFF;


    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
}



.tp_msg_b04{

    margin-bottom: 60px;

}

.tp_msg_b04 dl dt{
    font-size: 25px;
    line-height: 140%;
    color: #724d22;
    margin-bottom: 15px;

    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    writing-mode: vertical-rl;
   text-orientation: upright;
   
   float: left;
   clear: both;
   

}


.tp_msg_b04 dl dd{
    font-size:17px;
    line-height: 170%;
    color: #000000;
    
    margin-left: 110px;
    
    margin-top: 55px;


    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    

}

.tp_msg_b05{
    font-size: 17px;
    line-height: 180%;
    color: #000000;
    


    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.tp_msg_b05 p{
    font-size: 20px;
    line-height: 140%;
    color:#363636;
    margin-bottom: 15px;
   font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
}





/* トップ　アクティビティ-------------------------------------------- */


.tp_acty_bg{
    background: #d9dfbb;

}


.tp_acty_b01{
    max-width: 830px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    
    font-size: 19px;
    line-height: 200%;
    text-align: center;
}


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






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


.tp_news_bg{
    position: relative;
	width: 100%;
	height:415px !important;
	background:url("../img/top/03_bg.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;
     
     position: relative;
     
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
}
   
   
      
.tp_news_brd{
    position: absolute;
    width: 180px;
    height: 89px;
    
    right: 27%;
    top: -20px;

}   
   
   
   
.tp_news{
    background: rgba(255,255,255,0.75);
    border-radius: 30px;
    padding: 40px 20px;

    box-sizing:border-box;

}

.tp_news dl {


}

.tp_news dl dt{
font-size: 15px;
line-height: 160%;
float: left;
clear: both;
letter-spacing: 0.1em;
color: #3a3a3a;

}

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


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


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

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



.scroll-area{
    max-width: 1000px;
    width: 100%;
    height:160px;
    margin: 0 auto;
}


.news_ttl{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
}


.news_day{
    font-size: 13px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 20px;
}


.news_post{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 40px;
}

.news_post a{
    color: #08968F;
    text-decoration:underline;
}

.news_post a:hover{
    color: #08968F;
    text-decoration:none;
}




/* トップ　アクセス-------------------------------------------- */


.tp_acs_bg{
   width: 100%;
   height: auto;
    
    background: url("../img/top/04_bg.png") right top 150px no-repeat;
    background-size: 400px 346px;
 }

.tp_acs01{
    margin-bottom: 40px;
}

.tp_acs01 dl dt{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

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


.tp_acs01 dl dd a{
    color: #5B6F3A;
    text-decoration: underline;
}

.tp_acs01 dl dd a:hover{
    color: #5B6F3A;
    text-decoration:none;
}



.tp_acs_map{

}


.tp_acs001{
}



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

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

.youtube_bg{
    margin-bottom: 70px;

}    
	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}





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



.container01_b01{
height: auto;

}


.container01_bg_out{
width: 100%;
height: auto;
    background: url("../img/common/paper-bg-01.jpg") repeat;
/*  border-top-left-radius: 300px;*/
  
/*  margin-top: -300px;*/
  margin-top: 90px;
  
  position:sticky;

  z-index: 50;
}

.container01_bg_out01{
    background: url("../img/common/paper-bg-01.jpg") repeat;


}



.pg_bg{
/*  border-top-left-radius:300px;*/
	width: 100% !important;
	height:auto;
	background:url("../img/common/pg_bg.png") center top no-repeat; 
    background-size:contain;    
}




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




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


.msg01 em{
    color: #f07804;
}



.msg01 span{
background: linear-gradient(transparent 70%, #f6cdcf 70%);
}



.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    
    margin-bottom: 70px;


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

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

.swiper-button-prev::after,
.swiper-button-next::after {
    color:#DD720E;

}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 0.6;
  background-color:#03938C;
  margin: 0 10px !important;  
}
.swiper-pagination-bullet-active {
  background-color:#DD720E;
}

.swiper-pagination {

}





/*スタッフ-------------------------------------------- */


.sf_bg{
    background:url("../img/staff/bg.jpg") repeat;
    padding: 30px;
    margin-bottom: 50px;

}


.sf_img{
    text-align:center;
    margin-bottom: 30px;

}

.sf_01{   
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.sf_01 dl dt{
     height: 35px;
    font-size: 20px;
    line-height: 140%;
    color: #719d04;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}



.sf_01 dl dt:before {
    background-color: #719d04; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 35px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 10px; /* 線幅 */
}

.sf_01 dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 40px;
}

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




.sf_01 dl dd ul li{
    display: inline-block;

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

    margin-bottom:10px;
    background:url("../img/staff/list.png") left top 6px no-repeat;
    background-size: 12px 12px;
    padding-left: 15px;
    margin-right: 25px;

}




/*質問-------------------------------------------- */


.qa01{
    margin-bottom: 70px;
}


.qa01 dl dt{

    border-bottom: 3px dotted #08968F;
    padding-bottom: 12px;
    margin-bottom: 12px;
    
    
    font-size: 18px;
    line-height: 120%;
}

.qa01 dl dd{

    font-size: 15px;
    line-height: 160%;
    margin-bottom: 40px;
}

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





/*アクティビティ-------------------------------------------- */




.acty_nav{
    margin-bottom: 40px;

}

.acty_nav ul li{
    width: 24.25%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;

}

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



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

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

.acty_nav ul li a{
    display: block;
    width: 100%;

    padding-top: 3px;
    padding-bottom: 5px;
    
    font-size: 16px;
    line-height: 140%;
    color:#FCFCFC;
    text-align: center;
    
    background:#909950;
    border-radius: 5px;

    
    transition: all  0.3s ease;
    
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;

}


.acty_nav ul li a:hover{

    color:#FFFFFF;
    text-align: center;

    background:#667534;

}

.acty_nav_on{
    background:#667534 !important;
}




.acty01{
    margin-bottom: 60px;
}

.acty01 img{
    border-radius: 10px;
/*  border-top-left-radius: 300px;
  height: 350px;
  object-fit: cover;  */  
/*    border-radius: 150px;    */
}



.acty01_01{
    margin-bottom: 40px;
}

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

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


.acty01_mg01{

    font-size: 20px;
    line-height: 200%;
    margin-bottom: 60px;

    
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400; 
}


.acty01_mg01_c01{

    color: #d95858;
}    


.acty01_mg01_c02{

    color: #188cb2;
}    



.acty01_msg{
    border:4px solid #7ea718;
    background: url("../img/activity/01_bg.jpg") repeat;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
    
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 40px;
}

.acty01_msg02{
    border:4px solid #cf9f0c;
    background: url("../img/activity/02_bg.jpg") repeat;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
    
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 40px;
}


.acty01_msg03{
    border:4px solid #e77397;
    background: url("../img/activity/03_bg.jpg") repeat;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
    
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 40px;
}

.acty01_msg03 p{
    font-size: 20px;
    color: #d95858;
    font-family: 'noto500';       
}




.acty01_msg04{
    border:4px solid #188cb2;
    background: url("../img/activity/04_bg.jpg") repeat;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
    
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 40px;
}

.acty01_msg04 p{
    font-size: 24px;
    color: #188cb2;
    font-family: 'noto500';     
}



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

.acty01_txt01 span{
	background:linear-gradient(transparent 70%, #8EC298 40%);
}


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



.acty01_txt03{

    margin-bottom:50px;
}


.acty01_txt03 dl dt{
    font-size: 18px;
    line-height: 160%;
    color: #5B6F3A;
    margin-bottom: 10px;

    
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;    
}


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

    margin-bottom: 30px;

}


.acty01_txt03 dl dd span{
    font-family: 'noto700';
}

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




.acty01_txt04{

    margin-bottom: 50px;
}

.acty01_txt04 p{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 15px;  
}

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

}

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



.balloon-001 {
    display: flex;

    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding:8px 18px 12px 18px;
    border-radius: 10px;
    background-color: #65a048;
    color:#FFFFFF;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    box-sizing: border-box;
}

.balloon-001::before {
    position: absolute;
    bottom: -13px;
    left: 60px;
    width: 26px;
    height: 13px;
    background-color: #65a048;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}


.acty00{
    font-size: 18px;
    line-height: 180%;
    color: #c66e10;
    margin-bottom: 40px;
}


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

.acty01_tbl table{
	width:100%;
	height:auto;
    
    border-top:  1px dotted #b4b0af;

}

.acty01_tbl table th{
	width:210px;

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

    vertical-align: text-top;

    text-align: center;
    border-bottom: 1px dotted #b4b0af;
}

.acty01_tbl table td{
	padding:10px 25px 10px 25px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 170%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #b4b0af;
    background:rgba(255,255,255,0.40);
}


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


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

.acty01_tbl table td span{
    border-bottom: 2px solid #D14446;
}

.acty01_tbl_th01{
    background: #f0f4e7;
    color: #6b9405;
}

.acty01_tbl_th02{
    background: #fbf6eb;
    color: #ca800a;
}

.acty01_tbl_th03{
    background: #fcf3f6;
    color: #e77397;
}

.acty01_tbl_th04{
    background: #eefbff;
    color: #489eb9;
}


.acty01_tbl_th05{
    background:#F0DEC0;
    color: #C48B2D;
}


.acty01_tbl p{
    font-size: 15px;
    line-height: 170%;
    margin-top: 15px;


}




.acty02_btm01{
    margin-bottom: 70px !important;
}

.acty02{
    margin-bottom: 30px;
}

.acty02 ul li{
    background: url("../img/activity/list.png") left 5px no-repeat;
    background-size: 12px 12px;
    padding-left: 16px;
    font-size: 15px;
    line-height: 140%;
    margin-right: 25px;
    margin-bottom: 5px;
    
    float: left;
}



.acty02 ul li span{
    color: #DF0003 !important;
}













/* トップ　YBについて-------------------------------------------- */

.tp_yb_bg{
/*  background: linear-gradient(#134367, #0a1b28);*/

background: #eeeff1;

  position: relative;
  overflow: hidden;

    z-index: 2;
}


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

}


.tp_yb_in{

}

.tp_yb_in dl{
    margin-bottom: 35px;

}

.tp_yb_in dl dt{
    font-size: 28px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    
    margin-bottom: 12px;
}

.tp_yb_in dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #000000;
}



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



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



.tp_bns01_in{

}

.tp_bns01_in_b{
}

.tp_bns01_in_b ul li{
    width: 49%;
    height: 250px;
    margin-right: 2%;
    float: left;
    
    background: rgba(0,0,0,0.50);

    padding: 30px !important;
    box-sizing: border-box;
    margin-bottom: 15px;

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

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

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

.tp_bns01_in_b ul li dl{


}

.tp_bns01_in_b ul li dl dt{
    font-size: 24px;
    line-height: 130%;
    color:#FFFFFF;
    font-family: 'noto700';
    margin-bottom: 15px;
}

.tp_bns01_in_b ul li dl dd{
    font-size: 15px;
    line-height: 160%;
    color:#FFFFFF;
    margin-bottom: 20px;

}



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



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

}


.tp_rrt01_out{
    width: 100%;
    height:450px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);   
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}


.tp_rrt01_tx{
    font-size: 24px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 25px;
}



/* トップ　お問い合わせ-------------------------------------------- */



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

}



.tp_ctt01_out{
	width: 100%;
    height: 400px;


    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_ctt01{
    height: 45px;
    font-size: 30px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 25px;
    
    background: url("../img/top/04.png") left 0px no-repeat;
    background-size: 30px 45px;
    padding-left: 38px;
    padding-top: 8px;
    
    vertical-align: bottom;
}


















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

.cmm_ctt_bg{
	background:#eeeeee;

  border-top: 8px solid;

  border-image: linear-gradient(to right, #1f4e40, #069c6f) 1;
}


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


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;


}

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

}
  

.cmm_ctt dl dd ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

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

.cmm_ctt dl dd ul li a{
    display: block;
    width: 100%;
    height: 65px;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    background: #0a2788;
    
    transition: all  0.3s ease;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 50px;
   padding-bottom: 5px;
}


.cmm_ctt dl dd ul li a:hover{

    color: #FFFFFF;
    background: #068b63;
}

.cmm_ctt dl dd ul li span{
    display: block;
    font-size: 15px;
    margin-bottom:6px;
}



.cmm_ctt dl dd ul li em{
    font-size:26px !important;
}





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

.abt_msg{
    margin-bottom: 70px;
}


.abt_msg_l{
    max-width: 250px;
    width: 100%;
    height: auto;
    float: left;
}

.abt_msg_r{

    width: calc(100% - 280px);

    height: auto;
    margin-right: 0;
     float: right;
     
     font-size: 15px;
     line-height: 170%;
     
     word-break: break-all;
     word-wrap: break-word;
}


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


}







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

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

}

.abt_tbl table th{
	width:160px;

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

    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px solid #d7d7d7;
}

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

	text-align:left;
    border-bottom: 1px solid #d7d7d7;
}



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


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




.abt_tbl table td p{
    margin-bottom: 10px;

}


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





.abt_map_out{
    margin-bottom: 30px;   
}

.abt_map_out_l{
    width: 49%;
    height: auto;
    float: left;
}


.abt_map_out_r{
    width: 49%;
    float: right;
}



.abt_map_txt{
 
    border-left: 5px solid #9F9F9F;
    padding: 30px 0 30px 20px;
    box-sizing: border-box;

}

.abt_map_txt dl dt{
    font-size: 20px;
    line-height: 120%;
    color: #28557A;
    margin-bottom: 8px;

}

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






.abt_map{

margin: 0 auto 60px auto;

}





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

.bns001{
    margin-bottom: 30px;

}


.bns001 dl dt{
	font-size:26px;
	line-height:140%;
    margin-bottom: 15px;

    font-family: 'noto700'; 
}

.bns001 dl dd{
	font-size:15px;
	line-height:160%;

}




.bns002{
max-width: 790px;
width: 100%;
margin: 0 auto;

}

.bns002 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 40px;

}


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


.bns002_ttl{
	font-size:18px;
	line-height:140%;
    margin-bottom: 15px;
    
    border-left: 4px solid #666666;
    padding-top: 8px;
    padding-left: 8px;

    font-family: 'noto500'; 

}


.bns002_img{
    text-align: center;
    margin: 0 auto 12px auto;
}

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

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



.bns003{
max-width: 790px;
width: 100%;
margin: 0 auto 40px auto;
}

.bns003 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 25px;
}

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


.bns003 ul li:nth-child(3){
    margin-left: 25.5%;
    margin-right: 0%; 
}



.bns004{
margin-bottom: 40px;

}


.bns004 dl dt{
    font-size: 17px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    

}



.bns004 dl dd{
    font-size: 15px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    

}






.bns005{
max-width: 790px;
width: 100%;
margin: 0 auto 40px auto;
}

.bns005 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 35px;

}


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

.bns005_img{
    margin: 0 auto 15px auto;
}

.bns005_in{

}

.bns005_in dl dt{
    width: 75px;
    height:30px;
    background: #333333;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 3px;
   
    box-sizing: border-box;
    
    float: left;
    clear: both;
    

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


.bns005_in dl dd{
    float: right;


    width: calc(100% - 90px);
    
    height:30px;
    
    font-size: 15px;
    line-height: 130%;

    
    margin-bottom: 10px;
    
    text-align: left;


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

}

.bns006{
    margin-bottom: 30px;

}

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

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


.bns007{
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    padding: 30px 30px 20px 30px; 
    box-sizing: border-box;
}


.bns007 ul li{
    background: url("../img/common/list001.png") left 9px no-repeat;
    font-size: 15px;
    line-height: 140%;
    margin-right: 25px;
    margin-bottom: 10px;
    padding-left: 10px;
    float: left;

}

.bns008{
	width:100%;
	height:auto;

    overflow-x: auto;
    display: block;
    
    margin-bottom: 50px;    
}

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

    white-space: nowrap;
}

.bns008 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    background: #333333;
    color: #FFFFFF;
    
	font-size:15px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;

    vertical-align: text-top;


    border: 1px solid #d7d7d7;
}

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

	text-align:left;
    border: 1px solid #d7d7d7;
}


/* スクロールバー全体を対象にする */
.bns008::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.bns008::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.bns008::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.bns008::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}


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


.rrt001{
    margin-bottom: 50px;


}


.rrt001 dl dt{


	font-size:28px;
	line-height:140%;
    margin-bottom: 25px;

    font-family: 'noto700'; 
}

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






.rrt02_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;

  margin-bottom: 40px;
}

.rrt02_bx_l{
    width: 45%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #003366;
    

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


.rrt02_bx_r{
    width: 55%;
    height: auto;
    float:right;

}



.rrt02_bx_r img{
  height: 250px;
  object-fit: cover; /* この一行を追加するだけ！ */
    vertical-align:bottom;

}



.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

.rrt02_bx_in dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align:center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt02_bx_in dl dt span{
    font-size: 14px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 8px 2px 8px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt02_bx_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align:center;    
}







.rrt003_ttl{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px auto;
    position: relative;
    padding: 1.5rem 1rem;
    font-size: 20px;
    line-height: 140%;
    box-sizing: border-box;
    
    font-family: 'noto700';    
    text-align: center;
}

.rrt003_ttl::before,
.rrt003_ttl::after {
    position: absolute;
    width: 95%;
    height: 20px;
    content: '';
}

.rrt003_ttl::before {
    border-left: solid 3px #003366;
    border-top: solid 3px #003366;
    top: 0;
    left: 0;
}

.rrt003_ttl::after {
    border-right: solid 3px #003366;;
    border-bottom: solid 3px #003366;
    bottom: 0;
    right: 0;
}


.rrt003{
    margin-bottom: 50px;

}


.rrt003 dl dt{
    font-size: 20px;
    line-height: 150%;

    font-family: 'noto700';
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #666666;
}

.rrt003 dl dt:first-letter{
    color: #cc0000;
    font-size: 26px;    
}


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

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


























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

.bns_bg01{
    background: #eff3f1;
}

.bns_bg02{
    background: #c6d6d1;
}


.bns001_out{
    padding: 30px 0;

}


.bns001{

}

.bns001_l{
    width: 100%;
    float: none;
}

.bns001_r{
    width: 100%;
    float: none;
}


.bns001_txt_in{
    padding: 30px 30px 0 30px

}

.bns001_txt{


}

.bns001_txt dl dt{
    
	font-size:16px;
    line-height: 160%;
    margin-bottom: 25px;
}

.bns001_txt dl dd{
    padding: 30px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}


.bns001_txt dl dd ul li{
    background: url("../img/business/list.png") left 3px no-repeat;
    background-size: 11px 11px;
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-right: 25px;
    padding-left: 16px;
    
    display: inline-block;

}



.bns_img01{
	
	height:300px !important;
	background:url("../img/business/01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.bns_img02{
	
	height:300px !important;
	background:url("../img/business/02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bns_img03{
	
	height:300px !important;
	background:url("../img/business/03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}











/* 工事実績--------------------------------------------- */


.wk_ttl{
    background: url("../img/works/bg.jpg") repeat;
    padding: 12px;

    font-size: 26px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;

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


.wk_ttl span{
    font-size: 18px;
    margin-left: 15px;
    letter-spacing: 0.05em;

    font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-weight: 400;
    font-style: normal;
}


.wk_ttl span.wk_ttl_cr{
    color: #07a0e3;
    margin-left: 0;

}






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


.rrt_txt{
    margin-bottom: 60px;
}

.rrt_txt dl dt{
    font-size: 26px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 30px;


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

.rrt_txt dl dd{

    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 170%;
    word-wrap: break-word;
    word-break: break-all;
}


.rrt_b01{ 
    margin-bottom: 60px;
}

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

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


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

}

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

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

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

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


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

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

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

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




.rrt_b01_in01{
    margin-top: 25px;
    margin-bottom: 30px;

}


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

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

.rrt_b01_in01 dl dt:first-letter{
    color: #07a0e3;
}

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

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


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




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

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

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

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





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


.privacy{
}


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

    margin-bottom: 8px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


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

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}





















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


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

}

.contact-t dl{

}

.contact-t dl dt{
	color:#003366;
	font-size:22px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:32px;
	line-height:140%;

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


.contact-t a{
    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:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

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

.with-form3{
	width:300px;
    height: 35px !important;

	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}


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

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

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

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

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


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


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

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




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

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

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






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

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




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



}



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

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


h1.h1_01{
width: 190px;
	height:auto;
	position: absolute;
    top: 8px;
}

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








h2.h2_01{
    font-size: 24px;
    line-height: 120%;
    color: #755e24;
    text-align: center;
    margin-bottom: 30px;

    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    letter-spacing: -0.1em;

}


h2.h2_01 p{
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 5px;

    font-family: "vdl-admin", sans-serif;
    font-weight: 400;
    font-style: normal;   

    letter-spacing: 0.1em;
}


.txt_color span:nth-child(1) {
  color: #db9f09;
}
.txt_color span:nth-child(2) {
  color: #48bded;
}
.txt_color span:nth-child(3) {
  color: #87c767;
}
.txt_color span:nth-child(4) {
  color: #e774a7;
}

.txt_color span:nth-child(5) {
  color: #87c767;
}

.txt_color span:nth-child(6) {
  color: #3d56d3;
}
.txt_color span:nth-child(7) {
  color: #c0c241;
}
.txt_color span:nth-child(8) {
  color: #a17403;
}




h3.h3_01{
    font-size: 18px;
    line-height: 120%;
    color: #4e4e4e;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 15px;
    
    background: url("../img/common/h3.png") center bottom no-repeat;
    background-size: 54px 8px;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
}



h4.h4_01{
     height: 30px;
    font-size: 17px;
    line-height: 140%;
    color: #719d04;
    margin-bottom:20px;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}



h4.h4_01:before {
    background-color: #719d04; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 30px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 7px; /* 線幅 */
}





h4.h4_02{
     height: 30px;
    font-size: 17px;
    line-height: 140%;
    color: #ca800a;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_02:before {
    background-color: #ca800a; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 30px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 7px; /* 線幅 */
}



h4.h4_03{
     height: 30px;
    font-size: 17px;
    line-height: 140%;
    color: #e77397;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_03:before {
    background-color: #e77397; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 30px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 7px; /* 線幅 */
}



h4.h4_04{
     height: 30px;
    font-size: 17px;
    line-height: 140%;
    color: #70b8cf;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_04:before {
    background-color: #70b8cf; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 30px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 7px; /* 線幅 */
}



h4.h4_05{
     height: 30px;
    font-size: 17px;
    line-height: 140%;
    color:#C48B2D;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_05:before {
    background-color: #C48B2D; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 30px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 7px; /* 線幅 */
}





h4.h4_06{
     height: 30px;
    font-size: 17px;
    line-height: 140%;
    color:#8F8282;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

h4.h4_06:before {
    background-color:#8F8282; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 30px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 7px; /* 線幅 */
}



h5.h5_01 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 16px;
    line-height: 140%;
    color: #719d04;
    margin-bottom:20px;

text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
}

h5.h5_01::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #719d04;
}

h5.h5_01::before {
	margin-right: 10px;
}








h5.h5_02 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 16px;
    line-height: 140%;
    color: #ca800a;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_02::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #ca800a;
}

h5.h5_02::before {
	margin-right: 10px;
}


h5.h5_03 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 16px;
    line-height: 140%;
    color: #e77397;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_03::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #e77397;
}

h5.h5_03::before {
	margin-right: 10px;
}



h5.h5_04 {
	display: flex;
	justify-content: left;
	align-items: center;

    font-size: 16px;
    line-height: 140%;
    color: #70b8cf;
    margin-bottom:20px;

    text-align: left;

    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
   
}

h5.h5_04::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #70b8cf;
}

h5.h5_04::before {
	margin-right: 10px;
}




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



.slider_out{

	position: relative;


    overflow: hidden;
}




.slider_in{
/*background: #E6A2A3;*/
	position: relative;
    maxwidth: 1000px;
    height: 100vh !important;
	z-index: 2;
    margin:0 auto;

    

    text-align: center;


}

.slider_in img{

/*

    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));*/
}



.slider_in_01{
    width: 100%;
    font-size: 30px;
    line-height: 140%;
    color:#FFFFFF;

    text-align: center;
    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
    
/*    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;*/
    
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
}


.slider_in_02{
    width:160px;
    height: 160px;

	position: absolute;
	top: 150px;
	right:20px;
}






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

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

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

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


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

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







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


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

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

}







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

.message_main_bg{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/message/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;

     z-index: 1;
  position: relative;
}

.staff_main_bg{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/staff/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}



.activity_main_bg{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/activity/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}




.activity_main_bg02{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/activity/main02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg03{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/activity/main03.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg04{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/activity/main04.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}




.activity_main_bg05{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/activity/main05.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.activity_main_bg06{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/activity/main06.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


.contact_main_bg{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}



.qa_main_bg{
    display: none;
    
	width: 100%;
	height:320px !important;
	background:url("../img/qa/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     box-sizing: border-box;
     
     z-index: 1;
  position: relative;
}


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





.button01{
    max-width: 180px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}

.button01 a{
    display: block;
    width: 100%;
    height: 41px;
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    padding: 0px 10px 1px 10px;
    background:#e5b34c;
    border: 2px solid #e5b34c;
    box-sizing: border-box;


    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    
    border-radius: 34px;
    
    transition: all  0.3s ease; 
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}



.button01 a:hover{
    color:#e5b34c;
    background:#FFFFFF;
    border: 2px solid #e5b34c;
}







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





.tp_msg_out{
    background: #f9f9f1;
}


.tp_msg_bg{

	height:290px !important;
	background:url("../img/top/01_bg.png") top center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

}

.tp_msg{
    font-family: "kaisei-opti", sans-serif;
    font-weight: 500;
    font-style: normal;
}


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

}

.tp_msg dl dt span{
    font-size: 28px;


}

.tp_msg dl dd{
    font-size: 17px;
    line-height: 200%;
    text-align: center;
    letter-spacing: -0.01em;

}


.tp_msg_cr01{
    color: #d0701b;
}

.tp_msg_cr02{
    color: #168b85;
}

.tp_msg_cr03{
    color: #3fbbed;
}


.tp_msg_cr04{
    color: #e668a2;
}

.tp_msg_cr05{
    color: #85b28f;
}

.tp_msg_cr06{
    color: #dd6b33;
}

.tp_msg_cr07{
    color: #005640;
}




.tp_msg_btm_bg{

	height:70px !important;
	background:url("../img/top/02_bg_s.png") top center no-repeat; 

	 margin:0px auto 0px auto;

}







.tp_msg_bg01{

	height:480px !important;
	background:url("../img/top/02.jpg") top 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_msg_bg02{

	height:300px !important;
	background:url("../img/top/02_01.jpg") top 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_msg_b_bg{
    max-width: 1500px;
    width: 100%;
    height: auto;
    padding: 40px 30px 40px 30px;
    box-sizing: border-box;


/*border-radius:25% 35% 28% 43%;*/
border-radius:20% 27% 20% 27%;

  
	background:rgba(255,255,255,0.70);
}

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


}

.tp_msg_b01 dl dt{
    font-size: 17px;
    line-height: 140%;
    color: #724d22;
    margin-bottom: 15px;

    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
}


.tp_msg_b01 dl dd{
    font-size: 14px;
    line-height: 160%;
    color: #000000;


    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
}

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

    font-size: 18px;
    line-height: 160%;
    color:#FFFFFF;

    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
}




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

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


    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
}



.tp_msg_b04{

    margin-bottom: 50px;

}

.tp_msg_b04 dl dt{
    font-size: 19px;
    line-height: 140%;
    color: #724d22;
    margin-bottom: 15px;

    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    writing-mode: vertical-rl;
   text-orientation: upright;
   
   float: left;
   clear: both;
   

}


.tp_msg_b04 dl dd{
    font-size:15px;
    line-height: 170%;
    color: #000000;
    
    margin-left: 80px;
    
    margin-top: 45px;


    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
    

}


.tp_msg_b05{
    font-size: 15px;
    line-height: 170%;
    color: #000000;
    


    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.tp_msg_b05 p{
    font-size: 18px;
    line-height: 140%;
    color:#363636;
    margin-bottom: 15px;
   font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;
}







/* トップ　アクティビティ-------------------------------------------- */


.tp_acty_bg{
    background: #d9dfbb;

}


.tp_acty_b01{
    max-width: 570px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    
    font-size: 15px;
    line-height: 180%;
    text-align:left;
}


.tp_acty_b01 span::before {
	content: "" ;
	white-space: none ;
}








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


.tp_news_bg{
    position: relative;
	width: 100%;
	height:320px !important;
	background:url("../img/top/03_bg.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;
     
     position: relative;
     
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
}
   
   
.tp_news_brd{
    position: absolute;
    width: 120px;
    height: 59px;
    
    right: 18%;
    top: -20px;

}   
   
   
   
.tp_news{
    background: rgba(255,255,255,0.75);
    border-radius: 20px;
    padding: 25px 20px;

    box-sizing:border-box;

}

.tp_news dl {


}

.tp_news dl dt{
font-size: 14px;
line-height: 140%;
float: none;
clear: both;
letter-spacing: 0.1em;
color: #3a3a3a;
margin-bottom: 2px

}

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


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


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

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




.scroll-area{
    max-width: 1000px;
    width: 100%;
height:140px;
    margin: 0 auto;




}





.news_ttl{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px;
}


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


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

.news_post a{
    color: #08968F;
    text-decoration:underline;
}

.news_post a:hover{
    color: #08968F;
    text-decoration:none;
}




/* トップ　アクセス-------------------------------------------- */


.tp_acs_bg{
   width: 100%;
   height: auto;
    
    background: url("../img/top/04_bg.png") right top 150px no-repeat;
    background-size: 240px 208px;
 }

.tp_acs01{
    margin-bottom: 40px;
}

.tp_acs01 dl dt{
    max-width: 190px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

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


.tp_acs01 dl dd a{
    color: #5B6F3A;
    text-decoration: underline;
}

.tp_acs01 dl dd a:hover{
    color: #5B6F3A;
    text-decoration:none;
}


.tp_acs_map{

}

.tp_acs001{
}



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

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

.youtube_bg{
    margin-bottom: 50px;

}    
	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}


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




.container01_b01{
height: auto;

}


.container01_bg_out{
width: 100%;
height: auto;
    background: url("../img/common/paper-bg-01.jpg") repeat;
/*  border-top-left-radius:200px;*/
  
/*  margin-top: -200px;*/
  margin-top: 90px;
  
  position:sticky;

  z-index: 50;
}

.container01_bg_out01{
    background: url("../img/common/paper-bg-01.jpg") repeat;


}

.pg_bg{
/*  border-top-left-radius:200px;*/
	width: 100% !important;
	height:auto;
	background:url("../img/common/pg_bg.png") center top no-repeat; 
    background-size:contain;    
}



.msg00{
    max-width: 954px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
}


.msg01{
    font-size: 15px;
    line-height: 170%;
     margin-bottom: 50px;
}


.msg01 em{
    color: #f07804;
}



.msg01 span{
background: linear-gradient(transparent 70%, #f6cdcf 70%);
}



.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    
    margin-bottom: 60px;


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

  .swiper-slide div{
    text-align: center;
  }
  
.swiper-button-prev::after,
.swiper-button-next::after {
    color:#DD720E;

}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  background-color:#03938C;
  margin: 0 8px !important;  
}
.swiper-pagination-bullet-active {
  background-color:#DD720E;
}

.swiper-pagination {

}


/*スタッフ-------------------------------------------- */


.sf_bg{
    background:url("../img/staff/bg.jpg") repeat;
    padding: 20px;
    margin-bottom: 40px;

}


.sf_img{
    text-align:center;
    margin-bottom: 20px;

}

.sf_01{   
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.sf_01 dl dt{
     height: 30px;
    font-size: 17px;
    line-height: 140%;
    color: #719d04;
    margin-bottom:20px;


    font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}



.sf_01 dl dt:before {
    background-color: #719d04; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 30px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 7px; /* 線幅 */
}

.sf_01 dl dd{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 30px;
}

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




.sf_01 dl dd ul li{
    display: inline-block;

    font-size: 14px;
    line-height: 150%;

    margin-bottom:10px;
    background:url("../img/staff/list.png") left top 6px no-repeat;
    background-size: 10px 10px;
    padding-left: 13px;
    margin-right: 22px;

}






/*質問-------------------------------------------- */


.qa01{
    margin-bottom: 50px;
}


.qa01 dl dt{

    border-bottom: 3px dotted #08968F;
    padding-bottom: 12px;
    margin-bottom: 12px;
    
    
    font-size: 16px;
    line-height: 120%;
}

.qa01 dl dd{

    font-size: 14px;
    line-height: 150%;
    margin-bottom: 40px;
}

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




/*アクティビティ-------------------------------------------- */




.acty_nav{
    margin-bottom: 35px;

}

.acty_nav ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 7px;

}


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


.acty_nav ul li:nth-child(3){
    margin-right: 2%;
    margin-bottom: 7px;
}

.acty_nav ul li:nth-child(4n){
    margin-right: 0%;
    margin-bottom: 7px;    
}


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

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

.acty_nav ul li a{
    display: block;
    width: 100%;
    
    font-size: 15px;
    line-height: 140%;
    color:#FCFCFC;
    text-align: center;
    
    background:#909950;
    border-radius: 5px;


    
    transition: all  0.3s ease;
    
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;

}


.acty_nav ul li a:hover{

    color:#FFFFFF;
    text-align: center;
    background:#667534;
}

.acty_nav_on{
    background:#667534 !important;
}





.acty01{
    margin-bottom: 30px;
}

.acty01 img{
    border-radius: 10px;
/*  border-top-left-radius: 200px;
  height: 200px;
  object-fit: cover;  */
/*    border-radius: 150px;    */
}




.acty01_01{
    margin-bottom: 40px;
}

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

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


.acty01_mg01{

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

    
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400; 
}

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

.acty01_mg01_c01{

    color: #d95858;
}    


.acty01_mg01_c02{

    color: #188cb2;
}    





.acty01_msg{
    border:3px solid #7ea718;
    background: url("../img/activity/01_bg.jpg") repeat;
    border-radius: 15px;
    padding: 20px 20px;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 170%;
    text-align:left;
    margin-bottom: 40px;
}

.acty01_msg02{
    border:4px solid #cf9f0c;
    background: url("../img/activity/02_bg.jpg") repeat;
    border-radius: 15px;
    padding: 20px 20px;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 170%;
    text-align:left;
    margin-bottom: 40px;
}


.acty01_msg03{
    border:4px solid #e77397;
    background: url("../img/activity/03_bg.jpg") repeat;
    border-radius: 15px;
    padding: 20px 20px;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 170%;
    text-align:left;
    margin-bottom: 40px;
}


.acty01_msg03 p{
    font-size: 18px;
    line-height: 200%;    
    color: #d95858;
    font-family: 'noto500';       
}



.acty01_msg04{
    border:4px solid #188cb2;
    background: url("../img/activity/04_bg.jpg") repeat;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 170%;
    text-align:left;
    margin-bottom: 40px;
}

.acty01_msg04 p{
    font-size: 24px;
    line-height: 200%;      
    color: #188cb2;
    font-family: 'noto500';       
}



.acty01_txt01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom:30px;
}


.acty01_txt01 span{
	background:linear-gradient(transparent 70%, #8EC298 40%);
}


.acty01_txt02{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 50px;
}




.acty01_txt03{

    margin-bottom: 50px;
}


.acty01_txt03 dl dt{
    font-size: 16px;
    line-height: 160%;
    color: #5B6F3A;
    margin-bottom: 7px;

    
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 400;    
}


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

    margin-bottom: 25px;

}

.acty01_txt03 dl dd span{
    font-family: 'noto700';
}

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



.acty01_txt04{

    margin-bottom: 50px;
}

.acty01_txt04 p{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 15px;  
}

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

}

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



.balloon-001 {
    display: flex;

    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding:8px 18px 10px 18px;
    border-radius: 10px;
    background-color: #65a048;
    color:#FFFFFF;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    box-sizing: border-box;
}

.balloon-001::before {
    position: absolute;
    bottom: -11px;
    left: 40px;
    width: 22px;
    height: 11px;
    background-color: #65a048;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}


.acty00{
    font-size: 16px;
    line-height: 170%;
    color: #c66e10;
    margin-bottom: 40px;
}


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

.acty01_tbl table{
	width:100%;
	height:auto;
    
    border-top:  1px dotted #b4b0af;

}

.acty01_tbl table th{
	width:110px;

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

    vertical-align: text-top;

    text-align: center;
    border-bottom: 1px dotted #b4b0af;
}

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

	text-align:left;
    border-bottom: 1px dotted #b4b0af;
    background:rgba(255,255,255,0.40);    
}


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


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


.acty01_tbl table td span{
    border-bottom: 2px solid #D14446;
}

.acty01_tbl_th01{
    background: #f0f4e7;
    color: #6b9405;
}

.acty01_tbl_th02{
    background: #fbf6eb;
    color: #ca800a;
}

.acty01_tbl_th03{
    background: #fcf3f6;
    color: #e77397;
}

.acty01_tbl_th04{
    background: #eefbff;
    color: #489eb9;
}


.acty01_tbl_th05{
    background:#F0DEC0;
    color: #C48B2D;
}


.acty01_tbl p{
    font-size: 14px;
    line-height: 150%;
    margin-top: 12px;


}




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



.acty02_btm01{
    margin-bottom: 50px !important;
}

.acty02{
    margin-bottom: 25px;
}

.acty02 ul li{
    background: url("../img/activity/list.png") left 5px no-repeat;
    background-size: 10px 10px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 140%;
    margin-right: 25px;
    margin-bottom: 5px;
    
    float: left;
}



.acty02 ul li span{
    color: #DF0003 !important;
}














/* トップ　YBについて-------------------------------------------- */

.tp_yb_bg{
/*  background: linear-gradient(#134367, #0a1b28);*/

background: #eeeff1;

  position: relative;
  overflow: hidden;

    z-index: 2;
}


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

}


.tp_yb_in{

}


.tp_yb_in dl{
    margin-bottom: 28px;
}


.tp_yb_in dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    
    margin-bottom: 12px;
}

.tp_yb_in dl dd{
    font-size: 14px;
    line-height: 160%;
    color: #000000;
}




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



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



.tp_bns01_in{

}

.tp_bns01_in_b{
}

.tp_bns01_in_b ul li{
    width: 100%;
    height: 180px;
    margin-right: 0%;
    float: left;
    
    background: rgba(0,0,0,0.50);

    padding: 20px !important;
    box-sizing: border-box;
    margin-bottom: 15px;

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

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

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

.tp_bns01_in_b ul li dl{


}

.tp_bns01_in_b ul li dl dt{
    font-size: 18px;
    line-height: 130%;
    color:#FFFFFF;
    font-family: 'noto700';
    margin-bottom: 10px;
}

.tp_bns01_in_b ul li dl dd{
    font-size: 14px;
    line-height: 150%;
    color:#FFFFFF;
    margin-bottom: 20px;

}




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



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



.tp_rrt01_out{
    width: 100%;
    height:260px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);   
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}


.tp_rrt01_tx{
    font-size: 18px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 20px;
}







/* トップ　お問い合わせ-------------------------------------------- */



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

}


.tp_ctt01_out{
	width: 100%;
    height: 300px;

    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_ctt01{
    height: 45px;
    font-size: 26px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 15px;
    
    background: url("../img/top/04.png") left 0px no-repeat;
    background-size: 25px 38px;
    padding-left: 30px;
    padding-top: 8px;
    
    vertical-align: bottom;
}








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

.cmm_ctt_bg{
	background:#eeeeee;

  border-top: 6px solid;

  border-image: linear-gradient(to right, #1f4e40, #069c6f) 1;
}


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


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;


}

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

}
  

.cmm_ctt dl dd ul li{
    max-width: 400px;
    width: 100%;
    height: auto;
    float:none;
    margin: 0 auto 15px auto;

}

.cmm_ctt dl dd ul li:nth-child(2n){
    margin: 0 auto 0 auto;
}

.cmm_ctt dl dd ul li a{
    display: block;
    width: 100%;
    height: 55px;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    background: #0a2788;
    
    transition: all  0.3s ease;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 50px;
   padding-bottom: 5px;
}


.cmm_ctt dl dd ul li a:hover{

    color: #FFFFFF;
    background: #068b63;
}

.cmm_ctt dl dd ul li span{
    display: block;
    font-size: 15px;
    margin-bottom:9px;
}



.cmm_ctt dl dd ul li em{
    font-size:20px !important;
}







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

.abt_msg{
    margin-bottom: 70px;
}


.abt_msg_l{

    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    
    text-align: center;
    
    margin-bottom: 20px;
}

.abt_msg_l img{
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: 0 auto;

}

.abt_msg_r{
    width: 100%;
    height: auto;
    float: none;
     
     font-size: 14px;
     line-height: 160%;
     
     word-break: break-all;
     word-wrap: break-word;
}


.abt_msg_r p{
    text-align: right;
    margin-top: 12px;


}





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

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

}

.abt_tbl table th{
display: block;
	width:auto;

	padding:8px 0px 4px 0px;	
	box-sizing:border-box;
    
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color: #28557A;
    vertical-align: text-top;

	text-align:left;
    border-bottom:none;
}

.abt_tbl table td{
display: block;
	width:auto;
	padding:0px 0px 8px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px solid #d7d7d7;
}



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

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



.abt_tbl table td p{
    margin-bottom: 8px;

}

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








.abt_map_out{
    margin-bottom: 30px;   
}

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


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



.abt_map_txt{
 
    border-left: 4px solid #9F9F9F;
    padding: 15px 0 15px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;

}

.abt_map_txt dl dt{
    font-size: 17px;
    line-height: 120%;
    color: #28557A;
    margin-bottom: 6px;

}

.abt_map_txt dl dd{
    font-size: 15px;
    line-height: 160%;
}






.abt_map{

margin: 0 auto 40px auto;

}




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

.bns001{
    margin-bottom: 30px;

}


.bns001 dl dt{
	font-size:20px;
	line-height:140%;
    margin-bottom: 12px;

    font-family: 'noto700'; 
}

.bns001 dl dd{
	font-size:14px;
	line-height:150%;

}




.bns002{
max-width: 790px;
width: 100%;
margin: 0 auto;

}

.bns002 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 40px;

}


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


.bns002_ttl{
	font-size:14px;
	line-height:140%;
    margin-bottom: 15px;
    
    border-left: 4px solid #666666;
    padding-top: 6px;
    padding-left: 6px;

    font-family: 'noto500'; 

}


.bns002_img{
    text-align: center;
    margin: 0 auto 10px auto;
}

.bns002_txt{
	font-size:14px;
	line-height:150%;
}

.bns002_txt01{
	font-size:14px;
	line-height:150%;
    margin-bottom: 15px;
}



.bns003{
max-width: 790px;
width: 100%;
margin: 0 auto 20px auto;
}

.bns003 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 15px;
}

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


.bns003 ul li:nth-child(3){
    margin-left: 25.5%;
    margin-right: 0%; 
}



.bns004{
margin-bottom: 40px;

}


.bns004 dl dt{
    font-size: 15px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    

}



.bns004 dl dd{
    font-size: 14px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 10px;
    

}









.bns005{
max-width: 790px;
width: 100%;
margin: 0 auto 40px auto;
}

.bns005 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 35px;

}


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

.bns005_img{
    margin: 0 auto 15px auto;
}

.bns005_in{

}

.bns005_in dl dt{
    width: 75px;
    height:26px;
    background: #333333;
    text-align: center;
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 1px;
    margin-bottom: 5px;
   
    box-sizing: border-box;
    
    float:none;
    clear: both;
    

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


.bns005_in dl dd{
    float:none;


    width:100%;
    
    height:auto;
    
    font-size: 13px;
    line-height: 140%;

    
    margin-bottom: 15px;
    
    text-align: left;


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

}




.bns006{
    margin-bottom: 25px;

}

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

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




.bns007{
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    padding: 20px 20px 15px 20px; 
    box-sizing: border-box;
}


.bns007 ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    font-size: 14px;
    line-height: 140%;
    margin-right: 25px;
    margin-bottom: 5px;
    padding-left: 8px;
    float: left;


}




.bns008{
	width:100%;
	height:auto;

    overflow-x: auto;
    display: block;
    
    margin-bottom: 40px;    
}

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

    white-space: nowrap;
}

.bns008 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    background: #333333;
    color: #FFFFFF;
    
	font-size:14px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;

    vertical-align: text-top;


    border: 1px solid #d7d7d7;
}

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

	text-align:left;
    border: 1px solid #d7d7d7;
}


/* スクロールバー全体を対象にする */
.bns008::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.bns008::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.bns008::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.bns008::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}


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


.rrt001{
    margin-bottom: 40px;
}


.rrt001 dl dt{


	font-size:20px;
	line-height:140%;
    margin-bottom: 20px;

    font-family: 'noto700'; 
}

.rrt001 dl dd{
	font-size:15px;
	line-height:160%;
}





.rrt02_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  
    margin-bottom: 30px;
}

.rrt02_bx_l{
    width: 42%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #003366;
    
    

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

.rrt02_bx_r{
    width: 58%;
    height: auto;
    float:right;

}


.rrt02_bx_r img{
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */
    vertical-align:bottom;

}


.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

.rrt02_bx_in dl dt{
    font-size: 22px;
    line-height: 150%;
    text-align:center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt02_bx_in dl dt span{
    font-size: 12px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 5px 2px 5px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt02_bx_in dl dd{
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    text-align:center;    
}












.rrt003_ttl{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px auto;
    position: relative;
    padding: 1.2rem 1rem;
    font-size: 17px;
    line-height: 140%;
    box-sizing: border-box;
    
    font-family: 'noto700';    
    text-align: center;
}

.rrt003_ttl::before,
.rrt003_ttl::after {
    position: absolute;
    width: 95%;
    height: 20px;
    content: '';
}

.rrt003_ttl::before {
    border-left: solid 2px #003366;
    border-top: solid 2px #003366;
    top: 0;
    left: 0;
}

.rrt003_ttl::after {
    border-right: solid 2px #003366;;
    border-bottom: solid 2px #003366;
    bottom: 0;
    right: 0;
}


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




.rrt003{
    margin-bottom: 50px;

}


.rrt003 dl dt{
    font-size: 17px;
    line-height: 150%;

    font-family: 'noto700';
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #666666;
}

.rrt003 dl dt:first-letter{
    color: #cc0000;
    font-size: 22px;    
}


.rrt003 dl dd{
    font-size: 14px;
    line-height:160%;
    
    margin-bottom: 30px;
    
    word-break: break-all;
    word-wrap: break-word;
}

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





















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

.bns_bg01{
    background: #eff3f1;
}

.bns_bg02{
    background: #c6d6d1;
}


.bns001_out{
    padding: 20px 0;

}


.bns001{

}

.bns001_l{
    width: 100%;
    float: none;
}

.bns001_r{
    width: 100%;
    float: none;
}


.bns001_txt_in{
    padding: 20px 20px 0 20px

}

.bns001_txt{


}

.bns001_txt dl dt{
    
	font-size:14px;
    line-height: 160%;
    margin-bottom: 15px;
}

.bns001_txt dl dd{
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}


.bns001_txt dl dd ul li{
    background: url("../img/business/list.png") left 3px no-repeat;
    background-size: 9px 9px;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-right: 25px;
    padding-left: 14px;
    
    display: inline-block;

}



.bns_img01{
	
	height:300px !important;
	background:url("../img/business/01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.bns_img02{
	
	height:300px !important;
	background:url("../img/business/02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bns_img03{
	
	height:300px !important;
	background:url("../img/business/03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




/* 工事実績--------------------------------------------- */


.wk_ttl{
    background: url("../img/works/bg.jpg") repeat;
    padding: 12px 12px 8px 12px;

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

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


.wk_ttl span{
    font-size: 15px;
    margin-left: 0px;
    letter-spacing: 0.05em;
    margin-top: 8px;

    font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-weight: 400;
    font-style: normal;
    
    display: block;
}


.wk_ttl span.wk_ttl_cr{
    color: #07a0e3;
    margin-left: 0;
    display:inline;
}







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


.rrt_txt{
    margin-bottom: 50px;
}

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


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

.rrt_txt dl dd{

    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 15px;
    line-height: 160%;
    word-wrap: break-word;
    word-break: break-all;
}


.rrt_b01{ 
    margin-bottom: 50px;
}

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

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


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

}

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

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

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

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


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

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

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

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




.rrt_b01_in01{
    margin-top: 25px;
    margin-bottom: 30px;

}


.rrt_b01_in01 dl dt{
    font-size: 15px;
    line-height: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #07a0e3;

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

.rrt_b01_in01 dl dt:first-letter{
    color: #07a0e3;
}

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

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


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




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

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

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

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















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


.privacy{
}


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

    margin-bottom: 5px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


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

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}













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


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

}

.contact-t dl{

}

.contact-t dl dt{
	color:#003366;
	font-size:16px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:20px;
	line-height:140%;

    font-family: 'noto900';  

}


.contact-t a{
    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:14px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:15px 10px 15px 10px;	
	box-sizing:border-box;


}

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

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


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

}

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

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

.with-form3{
	width:280px;
    height: 35px !important;

	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}




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

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


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

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

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


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

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

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




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

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

}

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







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

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




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













}
