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


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




/* ローディング画面 ---------------------------------------------- */

/* ベースの本体 */
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #6bb6ff;
  transition: all 0.5s 1.5s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}




/* 以下にローディングアニメーションCSSのコピペ */
/* 001 */
.loader001,
.loader001:before,
.loader001:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader001 {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader001:before,
.loader001:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader001:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader001:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* ローディング画面 ---------------------------------------------- */

























html {
    font-family: 'noto400';

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

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

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

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


}

body a:focus{
	outline:none;
}




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


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

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


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

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

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




.mc_bg01{
    background: url("../img/common/bg001.png") repeat-x;
}

.mc_bg01_in{
    background: url("../img/common/bg002.png") left top no-repeat;

}




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

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

}


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




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


.container03_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0px 0;
}



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


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



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

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

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


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

  transition: .5s; 
}
#fixed-header.is-show {
 top: 0;
}


.change-color{
/*    background:#283C64;*/
    background:rgba(40,60,100,0.95);
/*    background:rgb:(0,0,0,0.60);*/
    transition: all  0.3s ease;

}


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

}

header{
	width:100%;
	height:90px;
	margin:0 auto;
	box-sizing:border-box;
}


.header_sns{
    max-width: 180px;
    width: 100%;
    height: auto;
    
	position:absolute;

	top:16px;
	right:25px;
}

.header_sns ul li{
    width: 14%;
    height: auto;
    float: left;

    margin-right: 5%;

}

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

.header_sns ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.header_sns ul li:hover img {
	opacity: .5;
}



.header_rrt{
	position:absolute;

	top:8px;
	right:30px;

     max-width: 180px;
    width: 100%;
    height: 35px;   
    
          
}


.header_rrt a{
    display: block;
    max-width: 180px;
    width: 100%;
    height: 35px;
    
    background:url("../img/common/h_btn_bg.jpg") repeat;
        
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    padding-bottom: 2px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;   
}



	
.header_rrt a:hover{
	opacity: .7;
}


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

nav ul{
	margin:0;
	padding:0;

}

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

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

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

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

}

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

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


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


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


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



.footer_menu{
    background: #2e3035;
    padding: 15px 50px ;
}

.footer_menu ul{
    text-align: center;

}

.footer_menu ul li{
    display: inline-block;
    margin-right: 20px;
}

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


.footer_menu ul li a{
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
}

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

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:30px 0 30px 0;
	box-sizing:border-box;
}

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

    font-family: 'noto400';

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

}

.ad_ttl{
	font-size:16px;
	line-height:160%;
    
	margin-bottom:8px;	
    text-align: center;
    margin: 0 auto 10px auto;
  
}

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%;
    text-align:center;

    font-family: 'noto300';
}





}



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


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

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

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




.mc_bg01{
    background: url("../img/common/bg001.png") repeat-x;
    background-size: 8px 700px;
}

.mc_bg01_in{
    background: url("../img/common/bg002.png") left top no-repeat;
    background-size: 450px 644px;
}



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



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

}


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




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


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



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

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




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

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

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


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

  transition: .5s; 
}
#fixed-header.is-show {
 top: 0;
}



.change-color{
    background:rgba(40,60,100,0.95);
/*    background:rgba(0,0,0,0.60);*/
    transition: all  0.3s ease;

}



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

}

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

	box-sizing:border-box;
}




.header_sns{
    max-width: 160px;
    width: 100%;
    height: auto;
    
	position:absolute;

	top:15px;
	right:70px;
}

.header_sns ul li{
    width: 16%;
    height: auto;
    float: left;

    margin-right: 5%;

}

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

.header_sns ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.header_sns ul li:hover img {
	opacity: .5;
}


.header_rrt{
    display: none;
	position:absolute;
	top:8px;
	right:30px;

     max-width: 180px;
    width: 100%;
    height: 35px;   
    
          
}



.header_rrt01{


     max-width: 180px;
    width: 100%;
    height: 35px;   
    margin: 0 auto;
    
          
}


.header_rrt01 a{
    display: block;
    max-width: 180px;
    width: 100%;
    height: 35px;
    
    background:url("../img/common/h_btn_bg.jpg") repeat;
        
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    padding-bottom: 2px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;   
}


	
.header_rrt01 a:hover{
	opacity: .7;
}


.header_rrt01{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}



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


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



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

.footer_menu{
    background: #2e3035;
    padding: 15px 30px ;
}

.footer_menu ul{
    text-align: center;

}

.footer_menu ul li{
    display: inline-block;
    margin-right: 20px;
}

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


.footer_menu ul li a{
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

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


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

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

.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:160%;

    font-family: 'noto400';

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

}

.ad_ttl{
	font-size:14px;
	line-height:160%;
    
	margin-bottom:8px;	
    text-align: center;
    margin: 0 auto 10px auto;
  
}

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%;
    text-align:center;

    font-family: 'noto300';
}










}



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


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



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


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




.mc_bg01{
    background: url("../img/common/bg001.png") repeat-x;
    background-size: 6px 550px;
}

.mc_bg01_in{
    background: url("../img/common/bg002.png") left top no-repeat;
    background-size: 280px 401px;
}



.container01_bg_tp01{
    margin-top: 50px !important;
}



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

}



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




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


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




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


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




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

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


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


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

  transition: .5s; 
}
#fixed-header.is-show {
 top: 0;
}



.change-color{
    background:rgba(40,60,100,0.95);
/*    background:rgba(0,0,0,0.60);*/
    transition: all  0.3s ease;

}




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

}

header{

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

	box-sizing:border-box;
}





.header_sns{
    max-width: 100px;
    width: 100%;
    height: auto;
    
	position:absolute;

	top:14px;
	right:50px;
}

.header_sns ul li{
    width: 18%;
    height: auto;
    float: left;

    margin-right: 5%;

}

.header_sns ul li:nth-child(3n){
    width: 54%;
    margin-right: 0%;
    vertical-align: top;
}

.header_sns ul li img{
    vertical-align:middle;
}

.header_sns ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.header_sns ul li:hover img {
	opacity: .5;
}


.header_rrt{
    display: none;
	position:absolute;
	top:8px;
	right:30px;

     max-width: 180px;
    width: 100%;
    height: 35px;   
    
          
}



.header_rrt01{
    max-width: 160px;
    width: 100%;
    height: 35px;   
    margin: 0 auto;
    
          
}


.header_rrt01 a{
    display: block;
    max-width: 160px;
    width: 100%;
    height: 28px;
    
    background:url("../img/common/h_btn_bg.jpg") repeat;
        
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    padding-bottom: 4px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;   
}


	
.header_rrt01 a:hover{
	opacity: .7;
}


.header_rrt01{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}







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



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




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

.footer_menu{
    background: #2e3035;
    padding: 10px 20px 5px 20px ;
}

.footer_menu ul{
    text-align: center;

}

.footer_menu ul li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}

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


.footer_menu ul li a{
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
}

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




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

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

.footer_in{	

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

address{
	font-size:12px;
	line-height:140%;

    font-family: 'noto400';

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

}

.ad_ttl{
	font-size:13px;
	line-height:160%;
    
	margin-bottom:8px;	
    text-align: center;
    margin: 0 auto 10px auto;
  
}

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

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


.f_cpy{

	font-size: 10px;
	box-sizing:border-box;
	line-height:120%;
    text-align:center;

    font-family: 'noto300';
}






}




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


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

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


h1.h1_01{

width: 280px;
height: auto;
position: absolute;
top: 16px;
left: 50px;
}

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


.h2_cr{
    text-align: center !important;
    margin-bottom: 25px !important;

}

.h2_btm01{
    margin-bottom: 0px !important;
}


h2.h2_01{
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 40px;
 	color:#000000;
    font-family: 'noto400';
}



h2.h2_01 p{
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 5px;
 	color:#283c64;
    font-family: 'noto700';
}


.h3_btm01{
    margin-bottom: 20px !important;
}



h3.h3_01{
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 35px;
 	color:#283c64;
    font-family: 'noto400';
    
    background:url("../img/common/h3.jpg") left top no-repeat;
    padding-top: 10px;
}




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

.slider_out{
    width: 100%;
    
/*    height: calc(100vh - 90px);*/
    

   height: 100vh;
	position: relative;
}



.slider_out_pg{
    width: 100%;
    
/*    height: calc(100vh - 90px);*/
    

   height: 550px;
	position: relative;
}



.slider_out_bg{
    width: 100%;
/*    height: calc(100vh - 90px);*/

/*    height: 100vh;*/
/*    background: url("../img/top/slide_bg.png") left top no-repeat;
    background-size: 846px 900px;*/
}

.slider_in_bx{
	position: absolute;

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

}


.slider_in_bx_pg{
    height: 550px;

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

.slider_in_bx01{
    position: absolute;
    max-width: 624px;
    width: 100%;
    top: 160px;

}




.vegas-animation-kenburnsDown {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}




/*====== 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::before {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き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;
	}
}





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

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

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}







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





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


}

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


}

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


}

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


}





.btnarrow5_btm010{
    margin-bottom: 80px !important;

}

/*矢印が右に移動して背景がつく*/

.btnarrow5{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/

    padding: 0px 110px 0 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #283c64;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
    
    margin-bottom: 40px;
}

.btnarrow5 a{
    font-size: 16px;
    line-height: 120%;
    color: #283c64;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
        
}

.btnarrow5 a:hover{
    color: #283c64;
}

/*矢印と下線の形状*/
.btnarrow5::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:55%;
  right:-26px;
    /*下線の形状*/
  width:120px;
  height:1px;
  background:#283c64;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 16%;
    right: -22px;
    /*矢印の形状*/
  width:1px;
  height:12px;
  background:#283c64;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
  right:-40px;
}

.btnarrow5:hover::after{
  right:-35px;
}



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

.tp_bs01{

    font-size: 24px;
    line-height: 180%;
    margin-bottom: 40px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;     
     position: relative;
}

.tp_bs01 span:after {
 content: '';
  position: absolute;
  top: 0;
  
  margin-left: 30px;


  background: url(../img/top/01.jpg);
  
  background-size: 85px 85px;

  width: 85px;
  height: 85px;
}


.tp_bs02{
    margin-bottom: 40px;
}

.tp_bs02 ul{
}


.tp_bs02 ul li{
    width: 32.8%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 20px;
    

    

       border-radius: 15px; 
}

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

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

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

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

.tp_bs02 ul li a{
    display: block;
    width: 100%;
    height: 300px;

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

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500; 
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
    background: url("../img/top/01_t.png") left top no-repeat,url("../img/top/01_b.png") right bottom no-repeat;   
    
    transition: all  0.3s ease;    
     border-radius: 15px;
     
     
pointer-events: none     
}


.tp_bs02 ul li a:hover{
    background: url("../img/top/01_t.png") left top no-repeat,url("../img/top/01_b.png") right bottom no-repeat,rgba(0,0,0,0.50);   
    border-radius: 15px;
}



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

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

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

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

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

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


/* トップ　希 企業情報------------------------------------------ */


.tp_cpy01{
    margin-bottom: 40px;
}

.tp_cpy01_bg{
	width: 100%;
	height:400px !important;
	background:url("../img/top/02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}



/* トップ　希 セミナー------------------------------------------ */


.tp_smr01{
    margin-bottom: 40px;
}

.tp_smr01_bg{
	width: 100%;
	height:400px !important;
	background:url("../img/top/03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}








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


.cpy_01{
    margin-bottom: 70px;
}

.cpy_01 dl dt{
    font-size: 25px;
    line-height: 180%;
    margin-bottom: 20px;
}

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

.cpy_01 dl dd p{
    text-align: right;
    margin-top: 5px;

}



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

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

}

.cpy_02 table th{
	width:140px;

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



    border-bottom: 1px solid #b9c4da;
}

.cpy_02 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 solid #b9c4da;
}


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


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


.cpy_03{


}








/* 希　事業内容------------------------------------------ */

.bns001{

}

.bns001 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    
    padding-bottom: 30px;
    border-bottom: 1px solid #b9c4da;
    
    
}

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


.bns001_img_out{
     margin-bottom: 30px;
     
      border-radius: 15px;    
}


.bns001_img01{


    display: block;
    width: 100%;
    height: 300px;
   
    background: url("../img/top/01_t.png") left top no-repeat,url("../img/top/01_b.png") right bottom no-repeat;   
    
    transition: all  0.3s ease;    
     border-radius: 15px;
}


.bns001_txt{
    height: 80px;
    font-size: 16px;
    line-height: 180%;
    
    word-break: break-all;
    word-wrap: break-word;
}



/* 希　セミナー------------------------------------------ */

.smr01{
    margin-bottom: 40px;
}

.smr01 dl dt{
    font-size: 28px;
    line-height: 180%;
    margin-bottom: 15px;
}

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

}




.smr02{
margin-bottom: 60px;
}

.smr02 dl{

    border-left: 3px solid #2A51AC;
    padding-left: 7px;

    
    margin-bottom: 40px;


}

.smr02 dl dt{
    font-size: 20px;
    line-height: 160%;
    font-family: 'noto500';
    margin-bottom: 5px;
    color: #2A51AC;
}

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

    padding-bottom: 3px;

}

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


.smr03{
    font-size: 16px;
    line-height: 180%;
}

.smr03 a{
    color: #2A51AC;
    text-decoration: underline;
}

.smr03 a:hover{
    color: #2A51AC;
    text-decoration:none;
}




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



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


.cmm_ctt_in{
    max-width: 1000px;
    width: 100%;
    height:500px;
    margin: 0 auto;
    padding: 20px 0 30px 0;


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

.cmm_ctt{

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

.cmm_ctt dl dt{
    max-width: 80px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    text-align: center;
}


.cmm_ctt dl dd{
    font-size: 48px;
    line-height: 120%;
    text-align: center;

    color: #283c64;
    font-family: 'noto700';
    
    margin-bottom: 20px;
}

.cmm_ctt dl dd a{
    color: #283c64;
}

.cmm_ctt dl dd a:hover{
    color: #283c64;
}


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

.cmm_ctt_btn a{
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 10px 20px 10px;
    
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    background: #283c64;
    color: #FFFFFF;
    
    border-radius: 30px;
    transition: all  0.3s ease;  
}

.cmm_ctt_btn a:hover{
    background:#2573A4;
    color: #FFFFFF;
}


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


.privacy{
}


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

    margin-bottom: 8px;

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


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

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

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




.ctt_tel{
    margin-bottom: 80px;

}

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


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

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

}

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

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



.f_text01{
    margin-bottom: 10px;
}

.f_text01 a{
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #000000;

}

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



.contact-t{

	margin-bottom:70px;	
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:20px;

	line-height:120%;
	margin-bottom:15px;
}

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


	padding-bottom:15px;
    font-family: 'noto700';    
}

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


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

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



.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:#283c64;
	width:28%;	

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

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


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


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

}

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

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

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



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

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


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

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

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


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

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

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




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

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

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






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

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




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





}


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



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


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

h1.h1_01{
width: 220px;
height: auto;
position: absolute;
top: 7px;
left: 30px;


}

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



.h2_cr{
    text-align: center !important;
    margin-bottom: 25px !important;

}

.h2_btm01{
    margin-bottom: 0px !important;
}





h2.h2_01{
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 35px;
 	color:#000000;
    font-family: 'noto400';
}



h2.h2_01 p{
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 5px;
 	color:#283c64;
    font-family: 'noto700';
}



.h3_btm01{
    margin-bottom: 15px !important;
}
h3.h3_01{
    font-size: 21px;
    line-height: 160%;
    margin-bottom: 30px;
 	color:#283c64;
    font-family: 'noto400';
    
    background:url("../img/common/h3.jpg") left top no-repeat;
    background-size: 45px 7px;
    padding-top: 8px;
}







/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
/*     height: calc(100dvh - 60px) !important;*/
     
  height: 100dvh !important;
}

.slider_out{
    width: 100%;
/*     height: calc(100dvh - 60px);*/

     
  height: 100dvh;
	position: relative;
}

.slider_out_bg{
    width: 100%;
/*     height: calc(100dvh - 60px);*/
     
 height: 100dvh;
/*    background: url("../img/top/slide_bg.png") left top no-repeat;
    background-size: 580px 617px;*/

}



.slider_in_bx{
	position: absolute;
    
    width: 500px;

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


  
}



.slider_in_bx_pg{
    height: 350px;

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

.slider_in_bx01{
    position: absolute;
    max-width: 470px;
    width: 100%;
    top: 80px;

}

.slider_in_bx01 img{
    width: 470px;

}

.vegas-animation-kenburnsDown {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}


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

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

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

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


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き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;
	}
}









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

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

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}




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



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


}

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


}


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


}

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


}









.btnarrow5_btm010{
    margin-bottom: 60px !important;

}

/*矢印が右に移動して背景がつく*/

.btnarrow5{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/

    padding: 0px 70px 0 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #283c64;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
    
    margin-bottom: 40px;
}

.btnarrow5 a{
    font-size: 15px;
    line-height: 120%;
    color: #283c64;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
        
}

.btnarrow5 a:hover{
    color: #283c64;
}

/*矢印と下線の形状*/
.btnarrow5::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:57%;
  right:-26px;
    /*下線の形状*/
  width:80px;
  height:1px;
  background:#283c64;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 10%;
    right: -22px;
    /*矢印の形状*/
  width:1px;
  height:11px;
  background:#283c64;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
  right:-40px;
}

.btnarrow5:hover::after{
  right:-35px;
}



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

.tp_bs01{

    font-size: 19px;
    line-height: 170%;
    margin-bottom: 30px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;     
     position: relative;
}

.tp_bs01 span:after {
 content: '';
  position: absolute;
  top: 0;
  
  margin-left: 20px;


  background: url(../img/top/01.jpg);
  
  background-size: 65px 65px;

  width: 65px;
  height: 65px;
}


.tp_bs02{
    margin-bottom: 30px;
}

.tp_bs02 ul{
}


.tp_bs02 ul li{
    width: 32.4%;
    height: auto;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 10px;
    

    

       border-radius: 15px; 
}

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

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

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

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

.tp_bs02 ul li a{
    display: block;
    width: 100%;
    height: 200px;

    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500; 
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
    background: url("../img/top/01_t.png") left top no-repeat,url("../img/top/01_b.png") right bottom no-repeat;  
    background-size: 60px 60px;
    
    transition: all  0.3s ease;    
     border-radius: 15px;

pointer-events: none     
}


.tp_bs02 ul li a:hover{
    background: url("../img/top/01_t.png") left top no-repeat,url("../img/top/01_b.png") right bottom no-repeat,rgba(0,0,0,0.50);   
    background-size: 60px 60px;    
    border-radius: 15px;
}



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

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

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

.tp_bs02_04{
	width: 100%;
	height:200px !important;
	background:url("../img/top/01_04.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
  
}

.tp_bs02_05{
	width: 100%;
	height:200px !important;
	background:url("../img/top/01_05.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
  
}

.tp_bs02_06{
	width: 100%;
	height:200px !important;
	background:url("../img/top/01_06.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
  
}


/* トップ　希 企業情報------------------------------------------ */


.tp_cpy01{
    margin-bottom: 30px;
}

.tp_cpy01_bg{
	width: 100%;
	height:260px !important;
	background:url("../img/top/02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}



/* トップ　希 セミナー------------------------------------------ */


.tp_smr01{
    margin-bottom: 30px;
}

.tp_smr01_bg{
	width: 100%;
	height:260px !important;
	background:url("../img/top/03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}










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


.tp_msg{
margin-bottom: 70px;

}


.tp_msg dl dt p{
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    
    color: #283c64333;
    
    margin-bottom: 20px;

    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    font-style: normal;
}


.tp_msg dl dt{
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 40px;

    
    font-family: 'noto300';  
}

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

}




.kakko01 {
max-width: 650px;
width: 100%;
box-sizing: border-box;
margin: 0 auto;
	padding: 25px;
	position: relative;
        text-align: center;
}
.kakko01::before, .kakko01::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}
.kakko01::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}
.kakko01::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}




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


.tp_bns_bg{
/*    background: url("../img/top/02_bg.jpg")repeat;*/
    background: #f2f2f3;

}


.tp_bns01{

}


.tp_bns01 ul{
    margin-bottom: 35px;

}


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

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




.tp_bns01_in{
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: 0px;
    text-align: center;
    padding: 0 20px 20px 20px;
    box-sizing:border-box;
    
background: linear-gradient(to top,rgba(000,000,000,0.9),rgba(000,000,000,0.8),rgba(000,000,000,0.7),rgba(000,000,000,0.6),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.1),rgba(000,000,000,0))
}

.tp_bns01_in dl{
    position: absolute;
    width: 100%;

    bottom: 20px;
    left:50%;
    transform: translate(-50%,0%);
}

.tp_bns01_in dl dt{
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-family: 'noto500';   
}

.tp_bns01_in dl dd{
    font-size: 14px;
    line-height: 130%;
    text-align: center;

    color: #FFFFFF;
    margin-bottom: 15px;
}



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


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

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



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

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

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

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





.tp_bns02{
    margin-top: 60px;

}

.tp_bns02 ul li{
    width:49%;
    height:150px;
    float: left;
    margin-right:2%;
    position: relative;
    margin-bottom: 12px;
}

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



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

}


.tp_bns02_out{
width: 100%;
height:100%;
/*background: linear-gradient(to top,rgba(3,189,240,0.9),rgba(3,189,240,0.5),rgba(3,189,240,0.4),rgba(3,189,240,0.3),rgba(3,189,240,0.2),rgba(3,189,240,0.1),rgba(3,189,240,0));*/

background:rgba(0,0,0,0.20) ;
}


.tp_bns02_in{
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
    padding: 0 20px;
    box-sizing:border-box;
}

.tp_bns02_in dl{
    margin-bottom: 20px;
}

.tp_bns02_in dl dt{
    font-size: 23px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.tp_bns02_in dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;

    color: #FFFFFF;
}



.tp_bns02_bg01{
	width: 100%;
	height:150px !important;
	background:url("../img/business/btn01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_bns02_bg02{
	width: 100%;
	height:150px !important;
	background:url("../img/business/btn02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg03{
	width: 100%;
	height:150px !important;
	background:url("../img/business/btn03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg04{
	width: 100%;
	height:150px !important;
	background:url("../img/business/btn04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg05{
	width: 100%;
	height:150px !important;
	background:url("../img/business/btn05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg06{
	width: 100%;
	height:150px !important;
	background:url("../img/business/btn06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_bns02_bg07{
	width: 100%;
	height:150px !important;
	background:url("../img/business/btn07.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}






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


.tp_rrt_bg{
/*    background: url("../img/top/03_bg.jpg")repeat;*/
    background: #FFFFFF;
}


.tp_rrt_b01{
}

.tp_rrt_b01_l{
    width: 100%;
    height: auto;
    float: none;
    
    margin-bottom: 40px;
}

.tp_rrt_b01_r{
    width: 100%;
    height: auto;
    float: none;

}

.tp_rrt_b01_r img{
    vertical-align: bottom;
}


.tp_rrt_b01_in{
}

.tp_rrt_b01_in dl dt{
    font-size: 30px;
    line-height: 160%;
    font-family: 'noto700';
    
    margin-bottom: 25px;
}

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

.tp_rrt_b01_in dl dt em{
    color: #00BAED;

}

.tp_rrt_b01_in dl dd{

}



.tp_rrt_b01_bg01{

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


.tp_rrt_b01_bg02{

	height:300px !important;
	background:url("../img/top/05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



/* トップ　その他入口------------------------------------------ */


.tp_igt01{

}

.tp_igt01 ul li{
    width: 50%;
    height: 500px;
    float: left;
    position: relative;
}




.tp_igt01_out{
    width: 100%;
    height: 100vh;
/*    background-image: linear-gradient(150deg, rgba(3, 189, 240, 0.2) 15%, rgba(24, 37, 139, 0.3));*/
}

.tp_igt01_in{
    position: absolute;
    top:50%;
    left:30px;
    transform: translate(0%,-50%);
    
}

.tp_igt01_in dl dt{
    font-size: 21px;
    line-height: 160%;
    font-family: 'noto700';
    color: #FFFFFF;
    
    margin-bottom: 25px;
}




.tp_igt01_bg01{

	height:320px !important;
	background:url("../img/top/04_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt01_bg02{

	height:320px !important;
	background:url("../img/top/04_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}












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


.cpy_01{
    margin-bottom: 50px;
}

.cpy_01 dl dt{
    font-size: 22px;
    line-height: 180%;
    margin-bottom: 20px;
}

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

.cpy_01 dl dd p{
    text-align: right;
    margin-top: 5px;

}



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

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

}

.cpy_02 table th{
	width:140px;

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



    border-bottom: 1px solid #b9c4da;
}

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

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


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


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


.cpy_03{


}




/* 希　事業内容------------------------------------------ */

.bns001{

}

.bns001 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 45px;
    
    padding-bottom: 30px;
    border-bottom: 1px solid #b9c4da;
}

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


.bns001_img_out{
     margin-bottom: 25px;
     border-radius: 15px;     
}


.bns001_img01{


    display: block;
    width: 100%;
    height: 200px;
   
    background: url("../img/top/01_t.png") left top no-repeat,url("../img/top/01_b.png") right bottom no-repeat;   
    background-size: 60px 60px;
    
    transition: all  0.3s ease;    
     border-radius: 15px;
}


.bns001_txt{
    height: 120px;
    font-size: 15px;
    line-height: 170%;
    
    word-break: break-all;
    word-wrap: break-word;
}






/* 希　セミナー------------------------------------------ */

.smr01{
    margin-bottom: 30px;
}

.smr01 dl dt{
    font-size: 24px;
    line-height: 180%;
    margin-bottom: 15px;
}

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

}




.smr02{
margin-bottom: 50px;
}

.smr02 dl{

    border-left: 3px solid #2A51AC;
    padding-left: 7px;

    
    margin-bottom: 30px;


}

.smr02 dl dt{
    font-size: 18px;
    line-height: 160%;
    font-family: 'noto500';
    margin-bottom: 5px;
    color: #2A51AC;
}

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

    padding-bottom: 3px;

}

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


.smr03{
    font-size: 15px;
    line-height: 170%;
}

.smr03 a{
    color: #2A51AC;
    text-decoration: underline;
}

.smr03 a:hover{
    color: #2A51AC;
    text-decoration:none;
}









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




.cmm_ctt_bg{
	height:340px !important;
	background:url("../img/common/ctt_bg.jpg")center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.cmm_ctt_in{
    max-width: 1000px;
    width: 100%;
    height:340px;
    margin: 0 auto;
    padding: 10px 0 20px 0;


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

.cmm_ctt{

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

.cmm_ctt dl dt{
    max-width: 50px;
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    text-align: center;
}


.cmm_ctt dl dd{
    font-size: 38px;
    line-height: 120%;
    text-align: center;

    color: #283c64;
    font-family: 'noto700';
    
    margin-bottom: 15px;
}

.cmm_ctt dl dd a{
    color: #283c64;
}

.cmm_ctt dl dd a:hover{
    color: #283c64;
}


.cmm_ctt_btn{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.cmm_ctt_btn a{
    display: block;
    width: 100%;
    height: auto;
    padding: 13px 10px 18px 10px;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    background: #283c64;
    color: #FFFFFF;
    
    border-radius: 30px;
    transition: all  0.3s ease;  
}

.cmm_ctt_btn a:hover{
    background:#2573A4;
    color: #FFFFFF;
}












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


.privacy{
}


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

    margin-bottom: 8px;

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


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

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





















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




.ctt_tel{
    margin-bottom: 60px;

}

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


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

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

}

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

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





.f_text01{
    margin-bottom: 10px;
}

.f_text01 a{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #000000;

}

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



.contact-t{

	margin-bottom:60px;	
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:18px;

	line-height:120%;
	margin-bottom:15px;
}

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

    font-family: 'noto700';    
}

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


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

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







.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:#283c64;
	width:28%;

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

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

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


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

}

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

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

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



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

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

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

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

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


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


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

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




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

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

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






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

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




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



}



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

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 180px;
height: auto;
position: absolute;
top: 6px;
left: 20px;
}


.h2_cr{
    text-align: center !important;
    margin-bottom: 20px !important;

}

.h2_btm01{
    margin-bottom: 0px !important;
}



h2.h2_01{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 32px;
 	color:#000000;
    font-family: 'noto400';
}



h2.h2_01 p{
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 5px;
 	color:#283c64;
    font-family: 'noto700';
}



.h3_btm01{
    margin-bottom: 10px !important;
}


h3.h3_01{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 25px;
 	color:#283c64;
    font-family: 'noto400';
    
    background:url("../img/common/h3.jpg") left top no-repeat;
    background-size: 40px 6px;
    padding-top: 8px;
}









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

.slider_out{
    width: 100%;
/*     height: calc(100dvh - 50px);*/

    
  height: 100dvh;
	position: relative;
}

.slider_out_bg{
    width: 100%;
/*     height: calc(100dvh - 50px);*/
    
   height: 100dvh;
/*    background: url("../img/top/slide_bg_s.png") -65px top no-repeat;
    background-size: 350px 570px;*/
}

.slider_in_bx{
	position: absolute;
    
    width: 300px;

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






.slider_in_bx_pg{
    height: 250px;

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

.slider_in_bx01{
    position: absolute;
    max-width: 300px;
    width: 100%;
    top: 70px;

}

.slider_in_bx01 img{
    width: 300px;

}





.vegas-animation-kenburnsDown {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}






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

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

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

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


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

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






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

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

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:7px;
	bottom:13px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.6rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}






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



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


}

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


}


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


}

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


}


.btnarrow5_btm010{
    margin-bottom: 60px !important;

}

/*矢印が右に移動して背景がつく*/

.btnarrow5{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/

    padding: 0px 35px 0 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #283c64;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
    
    margin-bottom: 40px;
}

.btnarrow5 a{
    font-size: 14px;
    line-height: 120%;
    color: #283c64;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
        
}

.btnarrow5 a:hover{
    color: #283c64;
}

/*矢印と下線の形状*/
.btnarrow5::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:57%;
  right:-26px;
    /*下線の形状*/
  width:50px;
  height:1px;
  background:#283c64;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 10%;
    right: -22px;
    /*矢印の形状*/
  width:1px;
  height:11px;
  background:#283c64;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
  right:-35px;
}

.btnarrow5:hover::after{
  right:-30px;
}



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

.tp_bs01{

    font-size: 16px;
    line-height: 170%;
    margin-bottom: 20px;
    padding-top: 70px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;     
     position: relative;
}

.tp_bs01 span:after {
 content: '';
  position: absolute;
  top: 0px;
  left: 50%;

  display: block;
  
  margin-left: 20px;
  margin-left: -27px;


  background: url(../img/top/01.jpg);
  
  background-size: 58px 58px;

  width: 58px;
  height: 58px;
}


.tp_bs02{
    margin-bottom: 30px;
}

.tp_bs02 ul{
}


.tp_bs02 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0%;
    margin-bottom: 10px;
     border-radius: 10px;
}

.tp_bs02 ul li:nth-child(1n){
    margin-right: 0%;
    margin-bottom: 10px; 

}

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

}

.tp_bs02 ul li:nth-child(3n){
    margin-right: 1%;
    margin-bottom: 10px;   
}

.tp_bs02 ul li:nth-child(4){
    margin-right: 0%;
    margin-bottom: 10px;   
}

.tp_bs02 ul li:nth-child(5){
    margin-right: 0%;
    margin-bottom: 10px;   
}

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

.tp_bs02 ul li a{
    display: block;
    width: 100%;
    height: 130px;

    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500; 
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
    background: url("../img/top/01_t.png") left top no-repeat,url("../img/top/01_b.png") right bottom no-repeat;  
    background-size: 55px 55px;
    
    transition: all  0.3s ease;    
     border-radius: 10px;
     
    padding-left: 10px;
    box-sizing: border-box;    


pointer-events: none     
}


.tp_bs02 ul li a:hover{
    background: url("../img/top/01_t.png") left top no-repeat,url("../img/top/01_b.png") right bottom no-repeat,rgba(0,0,0,0.50);   
    background-size: 55px 55px; 
     border-radius: 10px;
}



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

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

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

.tp_bs02_04{
	width: 100%;
	height:130px !important;
	background:url("../img/top/01_04.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
  
}

.tp_bs02_05{
	width: 100%;
	height:130px !important;
	background:url("../img/top/01_05.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
  
}

.tp_bs02_06{
	width: 100%;
	height:130px !important;
	background:url("../img/top/01_06.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
  
}



/* トップ　希 企業情報------------------------------------------ */


.tp_cpy01{
    margin-bottom: 30px;
}

.tp_cpy01_bg{
	width: 100%;
	height:180px !important;
	background:url("../img/top/02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
}



/* トップ　希 セミナー------------------------------------------ */


.tp_smr01{
    margin-bottom: 30px;
}

.tp_smr01_bg{
	width: 100%;
	height:180px !important;
	background:url("../img/top/03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
}











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

.tp_msg{
margin-bottom: 60px;

}


.tp_msg dl dt p{
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    
    color: #283c64333;
    
    margin-bottom: 15px;

    font-family: source-han-serif-japanese, serif;
    font-weight: 600;
    font-style: normal;
}


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

    font-family: 'noto400';
}

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

}





.kakko01 {
max-width: 350px;
width: 100%;
box-sizing: border-box;
margin: 0 auto;
	padding: 15px;
	position: relative;
        text-align: center;
}
.kakko01::before, .kakko01::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}
.kakko01::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	top: 0;
	left: 0;
}
.kakko01::after {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	bottom: 0;
	right: 0;
}





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


.tp_bns_bg{
/*    background: url("../img/top/02_bg.jpg")repeat;*/
    background: #f2f2f3;

}



.tp_bns01{

}


.tp_bns01 ul{
    margin-bottom: 30px;

}


.tp_bns01 ul li{
    width: 49%;
    height: 300px;
    float: left;
    margin-right:2%;
    position: relative;
    margin-bottom: 10px;




}

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





.tp_bns01_in{
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0px;
    text-align: center;
    padding: 0 20px 15px 20px;
    box-sizing:border-box;

background: linear-gradient(to top,rgba(000,000,000,0.9),rgba(000,000,000,0.8),rgba(000,000,000,0.7),rgba(000,000,000,0.6),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.1),rgba(000,000,000,0))
}

.tp_bns01_in dl{
    position: absolute;


    bottom: 10px;
    left:50%;
    transform: translate(-50%,0%);
}

.tp_bns01_in dl dt{
    font-size: 19px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-family: 'noto500';   
}

.tp_bns01_in dl dd{
    font-size: 10px;
    line-height: 120%;
    text-align: center;

    color: #FFFFFF;
    margin-bottom: 10px;
}



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


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

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




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

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

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

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







.tp_bns02{
    margin-top: 50px;

}

.tp_bns02 ul li{
    width:49%;
    height:120px;
    float: left;
    margin-right:2%;
    position: relative;
    margin-bottom: 12px;
}

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


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

}


.tp_bns02_out{
width: 100%;
height:100%;
/*background: linear-gradient(to top,rgba(3,189,240,0.9),rgba(3,189,240,0.5),rgba(3,189,240,0.4),rgba(3,189,240,0.3),rgba(3,189,240,0.2),rgba(3,189,240,0.1),rgba(3,189,240,0));*/

background:rgba(0,0,0,0.20) ;
}



.tp_bns02_in{
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
    padding: 0 10px;
    box-sizing:border-box;
}

.tp_bns02_in dl{
    margin-bottom: 15px;
}

.tp_bns02_in dl dt{
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.tp_bns02_in dl dd{
    font-size: 13px;
    line-height: 140%;
    text-align: center;

    color: #FFFFFF;
    
    display: none;
}



.tp_bns02_bg01{
	width: 100%;
	height:120px !important;
	background:url("../img/business/btn01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_bns02_bg02{
	width: 100%;
	height:120px !important;
	background:url("../img/business/btn02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg03{
	width: 100%;
	height:120px !important;
	background:url("../img/business/btn03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg04{
	width: 100%;
	height:120px !important;
	background:url("../img/business/btn04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg05{
	width: 100%;
	height:120px !important;
	background:url("../img/business/btn05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg06{
	width: 100%;
	height:120px !important;
	background:url("../img/business/btn06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_bns02_bg07{
	width: 100%;
	height:120px !important;
	background:url("../img/business/btn07.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}








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


.tp_rrt_bg{
/*    background: url("../img/top/03_bg.jpg")repeat;*/
    background: #FFFFFF;
}


.tp_rrt_b01{
}

.tp_rrt_b01_l{
    width: 100%;
    height: auto;
    float: none;
    
    margin-bottom: 30px;
}

.tp_rrt_b01_r{
    width: 100%;
    height: auto;
    float: none;

}

.tp_rrt_b01_r img{
    vertical-align: bottom;
}


.tp_rrt_b01_in{
}

.tp_rrt_b01_in dl dt{
    font-size: 18px;
    line-height: 160%;
    font-family: 'noto700';
    
    margin-bottom: 20px;
}

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

.tp_rrt_b01_in dl dt em{
    color: #00BAED;

}

.tp_rrt_b01_in dl dd{

}



.tp_rrt_b01_bg01{

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


.tp_rrt_b01_bg02{

	height:200px !important;
	background:url("../img/top/05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




/* トップ　その他入口------------------------------------------ */


.tp_igt01{

}

.tp_igt01 ul li{
    width: 100%;
    height: 220px;
    float: left;
    position: relative;
}




.tp_igt01_out{
    width: 100%;
    height: 100vh;
/*    background-image: linear-gradient(150deg, rgba(3, 189, 240, 0.2) 15%, rgba(24, 37, 139, 0.3));*/
}

.tp_igt01_in{
    position: absolute;
    top:50%;
    left:30px;
    transform: translate(0%,-50%);

    
}

.tp_igt01_in dl dt{
    font-size: 18px;
    line-height: 160%;
    font-family: 'noto700';
    color: #FFFFFF;
    
    margin-bottom: 20px;
}




.tp_igt01_bg01{

	height:280px !important;
	background:url("../img/top/04_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt01_bg02{

	height:280px !important;
	background:url("../img/top/04_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}






























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

.cpy_01{
    margin-bottom: 40px;
}

.cpy_01 dl dt{
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 15px;
}

.cpy_01 dl dd{
    font-size: 14px;
    line-height: 160%;
}

.cpy_01 dl dd p{
    text-align: right;
    margin-top: 8px;

}



.cpy_02{
	width:100%;
	height:auto;
    margin-bottom: 40px;
}

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

}

.cpy_02 table th{
	width:100%;
    display: block;

	padding:8px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color:#4B4B4B;



    border-bottom:none;
}

.cpy_02 table td{
	width:100%;
    display: block;
	padding:4px 0px 8px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

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


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


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


.cpy_03{


}







/* 希　事業内容------------------------------------------ */

.bns001{

}

.bns001 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 35px;
    
    padding-bottom: 20px;
    border-bottom: 1px solid #b9c4da;
}

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


.bns001_img_out{
     margin-bottom: 25px;
     
     border-radius: 15px;     
}


.bns001_img01{


    display: block;
    width: 100%;
    height: 130px;
   
    background: url("../img/top/01_t.png") left top no-repeat,url("../img/top/01_b.png") right bottom no-repeat;   
    background-size: 55px 55px;
    
    transition: all  0.3s ease;    
     border-radius: 15px;
}


.bns001_txt{
    height:auto;
    font-size: 14px;
    line-height: 160%;
    
    word-break: break-all;
    word-wrap: break-word;
}





/* 希　セミナー------------------------------------------ */

.smr01{
    margin-bottom: 25px;
}

.smr01 dl dt{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 10px;
}

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

}




.smr02{
margin-bottom: 30px;
}

.smr02 dl{

    border-left: 3px solid #2A51AC;
    padding-left: 7px;

    
    margin-bottom: 25px;


}

.smr02 dl dt{
    font-size: 16px;
    line-height: 160%;
    font-family: 'noto500';
    margin-bottom: 5px;
    color: #2A51AC;
}

.smr02 dl dd{
    font-size: 14px;
    line-height: 150%;

    padding-bottom: 3px;

}

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


.smr03{
    font-size: 14px;
    line-height: 150%;
}

.smr03 a{
    color: #2A51AC;
    text-decoration: underline;
}

.smr03 a:hover{
    color: #2A51AC;
    text-decoration:none;
}








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




.cmm_ctt_bg{
	height:250px !important;
	background:url("../img/common/ctt_bg.jpg")center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.cmm_ctt_in{
    max-width: 1000px;
    width: 100%;
    height:250px;
    margin: 0 auto;
    padding: 10px 0 10px 0;


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

.cmm_ctt{

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

.cmm_ctt dl dt{
    max-width: 38px;
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    text-align: center;
}


.cmm_ctt dl dd{
    font-size: 28px;
    line-height: 110%;
    text-align: center;

    color: #283c64;
    font-family: 'noto700';
    
    margin-bottom: 15px;
}

.cmm_ctt dl dd a{
    color: #283c64;
}

.cmm_ctt dl dd a:hover{
    color: #283c64;
}


.cmm_ctt_btn{
    max-width: 240px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.cmm_ctt_btn a{
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 14px 10px;
    
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    background: #283c64;
    color: #FFFFFF;
    
    border-radius: 30px;
    transition: all  0.3s ease;  
}


.cmm_ctt_btn a:hover{
    background:#2573A4;
    color: #FFFFFF;
}












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


.privacy{
}


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

    margin-bottom: 5px;

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


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

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













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





.ctt_tel{
    margin-bottom: 50px;

}

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


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

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

}

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

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



.f_text01{
    margin-bottom: 5px;
}

.f_text01 a{
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #000000;

}

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



.contact-t{

	margin-bottom:50px;	
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:15px;

	line-height:120%;
	margin-bottom:8px;
}

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

    font-family: 'noto700';    
}

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


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

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






#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:#283c64;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size: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:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



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

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


.f_txt01{
    text-align: center;
    margin-bottom: 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);
    }
}













}
