@charset "utf-8";

html,body {
height: 100%;
font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
color:#333;
}
@media (max-width: 767px) { 
#css{width:auto;}

img{
max-width: 100% ;
height: auto;
width /***/:auto;
}
.pc_only{
display:none;
}
.sp_only{
visibility:visible;
}
/* ================================================================================ */
/*      wrapper    */  
/* ================================================================================ */
body,
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width:100%;
	margin:0 auto;
	position: relative;
	background:#f4efea url(../images_common/bk_body.gif) repeat-x; 
}
.wrapper{
	width:98%;
	margin:0 auto;
}
.wrapper.active #nav {
	height: 220px;
}
footer {
	margin-top: auto;
}
/* ================================================================================ */
/*      header    */  
/* ================================================================================ */
.header{
	height:120px;
	width:100%;
	margin:0 auto;
	background:#fff url(../images_common/bk_body.gif) repeat-x 0 0;
	position:relative;
	border-bottom:1px solid rgb(247,155,190);
	z-index:1000;
	position: fixed;
}
.header .wrap{
	width:100%;
	margin:0 auto;
}
.header .colm1{
	position:absolute;
	bottom:0;
	left:0;
	width:60%;
	height:auto;
	padding:0 5px 10px;
	z-index:11;
}
.header .colm1 img{
	margin-top:0px;
	width:100% !important;
	height:auto;
width:auto !important;
max-height:100px  !important;
	vertical-align:middle
}
.header .colm2{
	display:none;
}
.header .headline{
	display:none;
	width:100%;
	position:absolute;
	font-weight:normal;
	top:0;
	left:0;
	color:#fff;
	font-size:93%;
	text-align:center;
	background:rgba(227,155,190, 1.0);
}

.nav_home{
	position:absolute;
	width:56px;
	height:59px;
	right:66px;
	top:49px;
	z-index:10002;
	font-family:sans-serif;
	border-left:1px solid rgb(247,156,212);
	text-align:center;
}
.nav_home a{
	display:block;
	padding:19px 0 0;
	color:#666;
	text-decoration:none;
	line-height:40px;
}
.nav_home a:before{
	font-family: FontAwesome;
	font-size:15px;
	content: "\f015";
	position:absolute;
	top:-0.1em;
	left:50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);;
	color:#666;
}

.nav_access{
	position:absolute;
	width:10em;
	top:0;
	right:0;
	background-color:rgb(227,155,190);
	background-color:rgb(247,155,190);
	background-color:#724e16;
	border-radius:0 0 6px 6px;
	z-index:10001;
}
.nav_access a{
	display:block;
	padding:0.5em 0.8em 0.5em 2.2em;
	color:#fff;
	text-decoration:none;
}
.nav_access a:before{
	font-family: FontAwesome;
	content: "\f0da";
	position:absolute;
	top:0.5em;
	left:1em;
	color:#fff;
}

/* ================================================================================ */
/*      globalNavArea header     */  
/* ================================================================================ */
.rightcolm{
	width:100%;
	margin:0px auto 30px;
	z-index:10;
	position:relative;
}

#nav {
	color: #333;
	top: 1px;
	width: 94%;
	height: 120px;
	right: 3%;
}
#nav .menu-icon-container {
	position: absolute;
	width:63px;
	top: 48px;
	height:59px;
	right: 0;
	border-left:1px solid rgb(247,156,212);
	border-radius:0px;
	text-align:center;
}
#nav .menu-list-container {
	position: absolute;
	top: 120px;
	left:2%;
	width: 96%;
	margin:0 auto;
	height:auto;
	height:100vh;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background: rgba(247,253,220,0.9);
	background:rgba(255,252,246,0.9);
	overflow: scroll;
}
#nav .menu-list-container .navTitl{
	padding:0.5em 1em;
	color:#fff;
	background:#000;
}
#nav .menu-list-container ul li {
	width: 100%;
	font-size: 100%;
	border-bottom:1px dotted #99b944;
	position: relative;
}
#nav .menu-list-container ul li:before{
	font-family: FontAwesome;
	content: "\f0a9";
	position:absolute;
	top:1em;
	left:1em;
}

#nav .menu-list-container ul li a{
	display:block;
	padding-top: 1em;
	padding-left:2.2em;
	text-decoration:none;
}
#nav .menu-list-container ul li a.hover{
	color:#080808;
	font-weight:bold;
	background: rgba(255,255,255,0.8);
}
#nav .menu-list-container ul{
	width:100%;
}
.menu-icon {
	margin-top:20px;
	display: block;
	cursor: pointer;
	color:#666;
	text-align:center;
}
.menu-icon span {
	display: block;
	padding:6px 0 0;
}

.menu-icon span{
	position:relative;
}
.menu-icon span:before {
	font-family:"FontAwesome",sans-serif;
	content: "\f0c9";
	position:absolute;
	top:-1em;
	left:2em;
}
.menu-icon span:after {
	font-family:"FontAwesome",sans-serif;
	content: " \A0 MENU";
}
/* 開閉用ボタンがクリックされた時のスタイル */
.active .menu-icon span:before {
	font-weight:normal;
	font-family:"FontAwesome",sans-serif;
	content: "\f00d";
	position:absolute;
	top:-1em;
	left:2em;
}
.active .menu-icon span:after {
	font-family:"FontAwesome",sans-serif;
	content: " \A0 CLOSE";
}
/*メニュー開閉用ボタンがクリックされた時*/
.wrapper.active #nav .menu-list-container {
	visibility: visible;
	opacity: 1;
}
/*スクロールしたらヘッダーを固定*/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	height:120px;
	background-color:rgba(255,255,255,0.9);
}
.fixed li {
	display:block;
}
.fixed li a {
	display:block;
}
.fixed .leftcolm img {
	width:85%;
	transition: 0.2s; /*アニメーション*/
}
.fixed .globalnavi {
	height: 72px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* ================================================================================ */
/*      contContainer     */  
/* ================================================================================ */
.contContainer {
	width: 100%;
	margin:120px auto 0;
}
/*-------------------*/
/*	figmain	*/
/*-------------------*/
.figmain_top{
	width:100%;
	position: relative;
}
.figmain_top img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.figmain_top .wrp{
	width: 100%;
	position: relative;
}

#row-1st-in { /*文字を重ねる*/
	width: 100%;
	position: relative;
}
#row-1st-in div{
	width:100%;
	position: absolute;top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	background-color: rgba(0,0,0,0.3);
	line-height: 1.7;
	padding:6px 0;
	font-size:1.5rem;
	color:#fff;
	font-size: 1rem;
}


.figmain_top div.pc_only{
	display:none;
}
.figmain_top .wrp div.sp_only .innr{
	background-color:#ffcccc;
display:flex;
}
.figmain_top .wrp div.sp_only h2{
width:45%;
	text-align:center;
	padding:0;
	padding-bottom:12px;
	margin:0;
	color:#fff;
	font-weight:normal;
	font-size:30px;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	border:none;
}
.figmain_top .wrp div.sp_only h2 span{
	border-bottom:2px solid #fff;
	padding:6px 0;
}
.figmain_top .wrp div.sp_only p{
width:60%;
	font-size:15px;
	line-height:1.4;
}
/*-------------------*/
 /* トップページ メイン画像直下のエリア */
/*-------------------*/
.contbody {
width:100%;
margin-top:60px;
padding-bottom:30px;
background:rgba(255,255,255,0.9);
  position: relative;
}


/* ================================================================================ */
/*      contNav     */  
/* ================================================================================ */
#navBlock{
	width:100%;
}

.contNav{
	width:100%;
	margin:30px auto 30px;
}

.contNav ul.navf01 li{
	float:left;
	width:100%;
	font-size:16px;
	margin-right:0;
	border-bottom:1px solid rgb(129,80,30);
	position:relative;
}
.contNav ul.navf01 li a{
	display:block;
	padding:0.8em 1em 0.8em 2em;
	text-decoration:none;
}
.contNav ul.navf01 li a.hover{
	border-radius:6px;
	background-color: rgb(255,254,255);
	color: #a67c52;
}
.contNav ul.navf01 li:before{
	font-family: FontAwesome;
	content: "\f0a9";
	position:absolute;
	top:1em;
	left:1em;
}
.contNav ul.navf02 {
	width:100%;
	float:left;
	margin-top:30px;
	margin-bottom:0;
}
.contNav ul.navf02 li{
	float:left;
	width:49%;
	margin-right:1%;
	margin-bottom:1%;
	line-height:3em;
	background:#fff;
	border-radius:6px;
	font-size:15px;
	text-align:center;
	position:relative;
}

.contNav ul.navf01 li a,.contNav ul.navf02 li a{
	color:rgb(129,80,30);
	text-decoration:none;
	-webkit-touch-callout:none; /*デフォルトのタッチした時のハイライトを消す*/
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /*デフォルトのタッチした時のハイライトを消す*/
	cursor: pointer;
}
.contNav ul.navf02 li a.hover{
	display:block;
	border-radius:6px;
	background-color: rgb(255,229,238);
	color: #a67c52;
}
/* ================================================================================ */
/*      バナー（ヘッダーに重ねる）    */  
/* ================================================================================ */

.banr_pkup{
display:none;
width:100%;
padding-bottom:112px;
z-index:5;
}
.banr_pkup p{
float:left;
width:100%;
text-align:left;
background:rgba(255,255,255,.9);
background:#ff99cc;
border-radius:3px;
box-sizing:border-box;
padding:1.6rem;
font-size:1.5rem;
color:#fff;
display:block;
	position: relative;
}
.banr_pkup p span{
padding:3px 6px;
margin-right:3px;
border-radius:4px;
background:#ff99cc;
color:#fff;
border:1px solid #fff;
}
.banr_pkup a , .banr_pkup a:hover{
color:#fff;
display:block;
}

/**/
.banr_pkup2{ /*ヘッダ−エリア*/
padding:0;
z-index:5;
}

.banr_pkup2 p{
position: relative;
}

.banr_pkup2 p span{
padding:3px 6px;
margin-right:3px;
border-radius:4px;
color:#fff;
}
.banr_pkup2 a , .banr_pkup2 a:hover{
color:#fff;
text-decoration:none;
float:right;
width:100%;
text-align:center;
background:rgba(255,255,255,.9);
background:#33cccc;
background:rgba(51,204,204,.9);
border:1px solid #fff;
border-radius:3px;
box-sizing:border-box;
padding:1.6rem;
font-size:1.5rem;
color:#fff;
display:block;
}

.banr_pkup2 p span::before{
font-family: FontAwesome;
content: "\f0a9";
display:inline-block;
margin-right:6px;
}

/* ================================================================================ */
/*実習フォームへのリンク（フッターエリア）*/
/* ================================================================================ */
#form_jisshu_Block {
width:100%;
margin:0 auto;
padding:42px 0;
background:#ffffff;
background:rgba(211,239,227,.8);
background:#33cccc;
text-align: center;
background:rgba(211,239,227,.8) url(../images_common/bk_jisshu.png) no-repeat center bottom;
background-size:cover;
font-size:16px;
}
#form_jisshu_Block p{
width:90%;
margin:30px auto;
text-align:center;
position:relative;
text-align: left;

}
#form_jisshu_Block h2{
font-size:18px;
font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
border:none 0;
padding:0;
text-align:center;
}
#form_jisshu_Block h2 span{
margin-bottom:20px;
padding:0.5em 2em;
background:#fff;
border-radius:2em;
}
#form_jisshu_Block p{
line-height:1.6;
margin-bottom:1em;
}

#form_jisshu span{
position:relative;
}
#form_jisshu a{
text-align: center;
line-height:1;
width:100%;
margin:0 auto;
padding:1.5rem 0;
display:inline-block;
font-size:21px;
color: #a67c52;
color: #ffffff;
text-decoration: none;
background:#33cccc;
border:1px solid #ffffff;
border-radius: 3px;
}

#form_jisshu a:hover{
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s;
filter:alpha(opacity=70);
opacity:0.7;
-moz-opacity:0.7;
}

#form_jisshu2 span:after{
font-family: FontAwesome;
content: "\f0a9";
position:relative;
display:inline-block;
margin-right:6px;
color:#ffffff;
}
#form_jisshu span:before{
content:url(../images_common/icon_winopen_l.png);
position:relative;
display:inline-block;
margin-right:9px;
color:#ffffff;
}

/* ================================================================================ */
/*      footer     */  
/* ================================================================================ */
footer {
	width:100%;
	color:#999999;
	padding:30px 0;
	margin-bottom:0;
	text-transform: uppercase;
	color:#666666;
	background:rgb(255,251,254);
	position:relative;
}
.footer_info{
	margin:0 auto 0px;
	text-align:center;
	display:flex;
	flex-direction: column;
}

.footer_info .Box_l,
.footer_info .Box_r,
.footer_info .Box_b{
	width: 90%;
	margin:0 auto;
}

.footer_info .Box_l{
	order:1;
}
.footer_info .Box_r{
	order:2;
}

.footer_info .Box_b{
	order:3;
text-align:center;
}

footer p.copyRight{
	font-size:10px;
	width: 90%;
margin:0 auto;
text-align:center;
}
.footer_info .Box_l img,
.footer_info .Box_r img{
	width:auto;
}

.footer {
	position:absolute;
	bottom:0;
	width:100%;
	background:url(../images_common/bk_footer.png) repeat-x 0 bottom;
}
.footer span{
	display:none;
}


/* ================================================================================ */
/*      RETURN HOME      */
/* ================================================================================ */
#return_home {
	position: absolute;
	width:100%;
	top: 30px;
	left: 0px;
	z-index:20000;
}


#return_home span{
	display:block;
	font-family:"FontAwesome";
}
#return_home ul{
	width:100%;
	margin:0 auto;
}
#return_home ul li{
	display:inline-block;
	line-height:1.0;
	background-color:#006806;
	border-radius:18px;
	border:2px solid #999;
}

#return_home a{
	padding:0.6em 1em;
	display: block;
	font-size:100%;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius:18px;
}

#return_home li a.home{background:#EB9420;}
#return_home li a.hojin{background:#006806;}

/* ================================================================================ */
/*      RETURN PAGE TOP      */
/* ================================================================================ */
#pagetop_Block {
	width:100%;
	position:fixed;
	right:30px;
	bottom:84px;
	z-index:20001;
	text-align:center;
	width:60px;
	height:60px;
}
#pagetop{
	margin:0 auto;
	text-align:center;
}
#pagetop span{
	font-size:9px;
}
#pagetop a{
	float:right;
	line-height:1.2;
	display:block;
	margin:0;
	font-family: FontAwesome;
	font-size:30px;
	color: #a67c52;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	text-shadow: 0 0 6px rgba(255,255,255,0.8);
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}
#pagetop a.hover {
	color: #fff;
	text-shadow:0 3px 3px rgba(0,0,0,0.1);
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
	text-shadow: 0 0 6px rgba(255,255,255,0.6);
}


/* ================================================================================ */
/*      ADJUST      */
/* ================================================================================ */
.layout_justify{
	text-align:justify;
	text-justify:inter-ideograph;
}
.letterspace_intro{
	letter-spacing:1px;
}
/* ---------------------------------------------------- */
.txt_r{
	text-align:right;
}
.txt_l{
	text-align:left;
}
.txt_c{
	text-align:center;
}
.txt_indent1{
	margin-left:1em;
	text-indent:-1em;
}
/* ---------------------------------------------------- */
.margpadd0{
	margin:0;
	padding:0;
}
/* ---------------------------------------------------- */
.margT0per{
	margin-top:0px;
}
.margT150per{
	margin-top:12px;
}
.margT200per{
	margin-top:24px;
}
.margT300per{
	margin-top:36px;
}
.margB100per{
	margin-bottom:0;
}
.margB150per{
	margin-bottom:12px;
}
.margB300per{
	margin-bottom:36px;
}
.margL1em{
	margin-left:1em;
}
.margL2em{
	margin-left:2em;
}
.margL3em{
	margin-left:3em;
}

/* ---------------------------------------------------- */
.ico_new a::after{
	position:relative;
	content:"NEW";
	margin-left:6px;
	padding:3px;
	font-size:10px;
	color:#fff;
	background-color: rgb(247,155,190);
	border-radius:3px;
}
/*リスト　チェックアイコン*/
.ico_chck li{ /*190129追加 企画、秘書、総務*/
	margin-left:1.5em;
	text-indent:-1.6em;
}
.ico_chck li::before{ /*190129追加 企画、秘書、総務*/
	font-family:"FontAwesome";
	content: "\f046";
	padding-right:10px;
	position: relative;
	top: 0px;
	left:2px;
}

/*marker*/
.marker1{ /*190129追加 企画、秘書、総務*/
	padding-bottom: 3px;
	background:linear-gradient(transparent 85%, #ffcade 85%);
}
/* ---------------------------------------------------- */
.paddR1em{
	padding-right:1em;
}
.paddR2em{
	padding-right:2em;
}


/*コメント（わくつき）*/
.chushaku1{
padding:12px;
border-radius:6px;
font-size:1.3rem;
color:#ff69b4;
border:1px solid #ff69b4;
}


}

/* iPHone4,iPhone5,iPhone5sのみ */
@media print, screen and (min-width: 320px) and (max-width: 374px)
{
	.contNav ul.navf01 li{
	font-size:14px;
}
.contNav ul.navf02 li{
	font-size:13px;
}
}

/* iPHone4,iPhone5,iPhone5sのみ */
@media print, screen and (min-width: 320px) and (max-width: 374px)
{
	.header .colm1 img{
	width:60%;
}
}


/* iPHone4,iPhone5,iPhone5sのみ */
@media print, screen and (min-width: 320px) and (max-width: 374px)
{
	.fixed .leftcolm img{
	width:60%;
}
}

/* iPHone4,iPhone5,iPhone5sのみ */
@media print, screen and (min-width: 320px) and (max-width: 374px)
{
	.contbody p{
	font-size:15px;
}
h2, .sectTit01{
	font-size:16px;
}
.sectTit02{
	font-size:14px;
}
}