<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	共通　デフォルトスタイル（旧layout.css）
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	/*font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;*/
	line-height: 1.1;
}
body {
	color: #000;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
    overflow-x: hidden;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a,
a:link {
	color: #000;
	text-decoration: none!important;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト（旧layout.css）
------------------------------------------------------------*/
#container {
	text-align: left;
	overflow: hidden!important;
}
	#main {
		/*margin: 0 auto 45px;*/
		margin: 0 auto;
		width: 100%;
	}
	#taikaflg #main {
		/*margin: 0 auto 45px;*/
		margin: 0 auto;
		width: 100%;
	}
	#woodsash #main {
		width: 100%!important;
		max-width: 100%;
	}
	.res_wrap #main {
		width: 100%;
	}


@media (min-width:981px) {
	#main {
		/*margin: 0 auto 45px;*/
		margin: 0 auto;
		max-width: 1440px;
		width: auto;
	}
	#taikaflg #main {
		/*margin: 0 auto 45px;*/
		margin: 0 auto;
		max-width: 970px;
	}
	#woodsash #main {
		width: 100%!important;
		max-width: 100%;
	}
	.showroom_wrap #main{
		width: 100%;
	}
	
}
/*@media all and (min-width: 0) and (max-width: 640px)  {*/
	/*#main {
		margin-bottom: 0 !important;
		width: auto !important;
	}*/
/*}*/



/* -------------------------------------------------------------------------------- */
/* 　common　　*/
/* -------------------------------------------------------------------------------- */

/*html {
    font-size: 16px;
	margin-top: 0!important;
}*/

/* レスポンシブ */
.res_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.res_wrap_news {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
	.sp-only{
		display:block;
    }
    .pc-only{
        display: none !important;
    }

	.width940{
		width: 940px!important;
	}
	.contens-body{
		line-height: 0;
	}


	/* 前のレイアウト取り消し */
	#main .header-area .link,
	#main .contents-frame .link,
	#main .contents-footer .link{
		margin: 0;
		width: auto;
		height: auto;
	}

	.menulist_bg {
		background-color: rgba(0,0,0,0.60);
	}
	.menulist_bgb {
		background-color: rgba(255,255,255,1.0);
	}


@media (min-width:981px) {
	.res_wrap {
		max-width: 1440px;
	}
	.res_wrap_news {
		max-width: 940px;
	}
		.sp-only{
			display:none !important;
		}
		.pc-only{
			display: block;
		}
	
	.menulist_bg {
		background-color: rgba(0,0,0,0.00);
	}
	.menulist_bgb {
		background-color: rgba(255,255,255,0.0);
	}
}




/*------------------------------------------------------------
	ヘッダー（旧layout.css）
------------------------------------------------------------*/
/*#gHeader {
	margin-bottom: 5px;
	padding: 20px 0 30px;
	background: url(/wp/img/common/h_bg.jpg) repeat-x left bottom;
}
#gHeader.hidebackground{
    background:none;
}
#gHeader .hBox {
	margin: 0 auto;
	width: 1000px;
}

#gHeader h1 {
	float: left;
}

#gHeader #gNavi {
	margin-top: 30px;
	float: right;
	width: 750px;
	text-align: right;
}
#gHeader #gNavi ul
{
	width: 750px;
}
#gHeader #gNavi li {
	margin-left: 9px;
	float: left;
}

#gHeader #gNavi li a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	font-weight: bold;
}
#gHeader #gNavi li span {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	font-weight: bold;
}
#gHeader #gNavi li a:hover {
	color: #00bfe9;
}

#gHeader #gNavi .gNaviSubmenu
{
	position: absolute;
	display: none;
	left: 0px;
	top: 20px;
	background: #f0f0f0;
	padding-top: 15px;
	width: 200px;
	z-index: 100;
}
#gHeader #gNavi .gNaviSubmenu li
{
	margin: 0;
	padding: 0 10px 15px;
	float: none;
	display: block;
	line-height: 1;
	text-align: left;
}
#gHeader #gNavi .gNaviSubmenu li a
{
	font-weight: normal;
	margin: 0;
	line-height: 1;
	font-size: 16px;
}*/



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

.h_wrap{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
  transition: all 0.5s ease;
  /*height: 76px;*/
  z-index: 99999;  
}
	.h_left{
	  display: flex;
	  align-items: center;
	  margin-right: 20px;
	  height: 86px;}
	.h_right{
	  display: flex;
	  align-items: center;
	  height: 86px;
	  margin-right: 0px;}


/* header */
.header-area {
	display: flex;
	position: fixed;
	align-items: center;
	width: 100%;
	top: 0;
	z-index: 900;
	/*background : rgba(255,255,255,1.0);*/
	height: 60px;
	padding: 0 20px;
}
.header-area_w {
	background : rgba(255,255,255,1.0)!important;
	/*box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05)!important;*/
}
	.header_flexwrap {
		display: flex;
		align-items: center;
		height: 70px;
		width: 1400px;
		margin: 0 auto;
		top: 0;
		z-index: 900;
		color: #fff;
	}

		/* h1 */
		.h1sp{
			font-size: 2em;
			display:block !important;
			height: 26px;
			margin-left: 10px;
			z-index:9999 !important; 
		}
		.h1sp img {
		  width: 160px;
		  height: auto; 
		}

		.header-area .header-logo {
			flex-grow: 1;
			display: block;
			padding: 0;
			width: auto;
			height: 40px;
		}
			.header-area .header-logo &gt; a{
				display: contents;
				height: 100%;
			}
			.header-area .header-logo-image {
				width: auto;
				height: 100%;
				display: block;
			}

				.hidden {
					background: none;
					box-shadow: none;
					transition: all 0.5s ease;
				}  
				.madobarogo_w {
					background-image: url(../../img/index2/h_logo_skelton_w.png);
					background-repeat: no-repeat;
					background-size: 120px;
					display: block;
					width: 120px;
					height: 34px;
					transition: all 0.5s ease;
				}  

				@media all and (-ms-high-contrast:none){
					*::-ms-backdrop, .madobarogo_w { 
						background-image: url(../../img/index2/h_logo_skelton_w.png);
					} /* IE11 */
				}
				.madobarogo_b {
					background-image: url(../../img/index2/h_logo_skelton.png);
					background-repeat: no-repeat;
					background-size: 120px;
					display: block;
					width: 120px;
					height: 34px;
				}  




				/*.header-area .menu-icon {
					background-image: url('/wp/img/index2/sp/menu-bar.png');
					width: 20px;
					height: 18px;
					background-size: cover;
					background-position: center;
					margin-right: 5px;
				}
				.header-area .menu-icon.close{
					background-image: url('/wp/img/index2/sp/menu-bar-close.png');
				}*/
				.header-area .menu-icon_w {
					background-image: url('/wp/img/index2/sp/menu-bar_w.png');
					width: 20px;
					height: 18px;
					background-size: cover;
					background-position: center;
					margin-right: 5px;
					cursor: pointer;
				}
				.header-area .menu-icon_w.close{
					background-image: url('/wp/img/index2/sp/menu-bar-close_w.png');
				}
				.header-area .menu-icon_b {
					background-image: url('/wp/img/index2/sp/menu-bar_b.png');
					width: 20px;
					height: 18px;
					background-size: cover;
					background-position: center;
					margin-right: 5px;
					cursor: pointer;
				}
				.header-area .menu-icon_b.close{
					background-image: url('/wp/img/index2/sp/menu-bar-close_b.png');
				}


		.header-area .header-nav {
			width:auto;
			align-items: center;
			display: none;
			position: fixed;
			top: 60px;
			height: calc(100vh - 44px);
			min-width: 100vw;
			overflow-y: scroll;
			left: 0;
			/*background: rgba(255, 255, 255, 0.94);*/
		}
			.header-area .menu-list {
				display: block;
			}
				.header-area .menu-item {
					color: #101010;
				}
				.header-area .menu-list .menu-item {
					margin-left: 20px;
					font-weight: 500;
					cursor: pointer;
					font-family: 'Zen Kaku Gothic New', sans-serif!important;
					font-size: 1.0rem;
					padding: 10px 0;
					border-bottom: 1px solid #888888;
					margin: 0 20px;
				}
				.header-area .menu-list .menu-item:last-child {
					margin-right: 0;
				}
				.header-area .sub-menu .menu-item {
					padding:0 50px 0 5px;
				}
				.header-area .menu-item .contact-item,
				.header-area .menu-item .contact-item:visited
				.header-area .menu-item .contact-item:link{
					/*color: white;*/
					color: #101010;
				}
				.header-area .menu-item .contact-item {
					padding: 10px 10px;
					padding: 0;
					background: none;
					width: 100%;
					height: 50px;
					display: flex;
					align-items: center;
					/*border:1px solid #101010;*/
				}    


					.gmenu_01w::before, .gmenu_01w:hover:before{
						content: "ホーム";
						color: #fff;}
					.gmenu_01b::before, .gmenu_01b:hover:before{
						content: "ホーム";
						color: #00000;}

					.gmenu_02w::before, .gmenu_02w:hover:before{
						content: "NEWS";
						color: #fff;}
					.gmenu_02b::before, .gmenu_02b:hover:before{
						content: "NEWS";
						color: #00000;}

					.gmenu_03w::before, .gmenu_03w:hover:before{
						white-space: pre;
						content: "製品紹介";
						color: #fff;}
					.gmenu_03b::before, .gmenu_03b:hover:before{
						white-space: pre;
						content: "製品紹介";
						color: #00000;}

					.gmenu_04w::before, .gmenu_04w:hover:before{
						content: "ショールーム";
						color: #fff;}
					.gmenu_04b::before, .gmenu_04b:hover:before{
						content: "ショールーム";
						color: #00000;}

					.gmenu_05w::before, .gmenu_05w:hover:before{
						content: "Instagram";
						color: #fff;}
					.gmenu_05b::before, .gmenu_05b:hover:before{
						content: "Instagram";
						color: #00000;}

					.gmenu_06w::before, .gmenu_06w:hover:before{
						content: "会社概要";
						color: #fff;}
					.gmenu_06b::before, .gmenu_06b:hover:before{
						content: "会社概要";
						color: #00000;}

					.gmenu_07w::before, .gmenu_07w:hover:before{
						content: "お問い合わせ";
						color: #fff;}
					.gmenu_07b::before, .gmenu_07b:hover:before{
						content: "お問い合わせ";
						color: #00000;}

					.gmenu_07w::after, .gmenu_07w:hover:after{
						content: "\00a0";
						font-family: "Font Awesome 5 Free";
						font-weight: 600;
						font-size: 0.8em;
						top: 1px;
						position: absolute;
						color: #fff;
					}
					.gmenu_07b::after, .gmenu_07b:hover:after{
						content: "\00a0";
						font-family: "Font Awesome 5 Free";
						font-weight: 600;
						font-size: 0.8em;
						top: 1px;
						position: absolute;
						color: #00000;
					}
					.gmenu_07arrow_w::after {
						border-top: 1.5px solid #ffffff!important;
						border-right: 1.5px solid #ffffff!important;
					}
					.gmenu_07arrow_b::after {
						border-top: 1.5px solid #101010!important;
						border-right: 1.5px solid #101010!important;
					}

					.gmenu_07waku_w {
						border:1px solid #ffffff!important;
					}  
					.gmenu_07waku_b {
						border:1px solid #101010;
					}  


				@media (max-width:981px) {

					.gmenu_01w::before, .gmenu_01w:hover:before{
						content: "ホーム";
						color: #fff;}
					.gmenu_01b::before, .gmenu_01b:hover:before{
						content: "ホーム";
						color: #fff;}

					.gmenu_02w::before, .gmenu_02w:hover:before{
						content: "NEWS";
						color: #fff;}
					.gmenu_02b::before, .gmenu_02b:hover:before{
						content: "NEWS";
						color: #fff;}

					.gmenu_03w::before, .gmenu_03w:hover:before{
						white-space: pre;
						content: "製品紹介";
						color: #fff;}
					.gmenu_03b::before, .gmenu_03b:hover:before{
						white-space: pre;
						content: "製品紹介";
						color: #fff;}

					.gmenu_04w::before, .gmenu_04w:hover:before{
						content: "ショールーム";
						color: #fff;}
					.gmenu_04b::before, .gmenu_04b:hover:before{
						content: "ショールーム";
						color: #fff;}

					.gmenu_05w::before, .gmenu_05w:hover:before{
						content: "Instagram";
						color: #fff;}
					.gmenu_05b::before, .gmenu_05b:hover:before{
						content: "Instagram";
						color: #fff;}

					.gmenu_06w::before, .gmenu_06w:hover:before{
						content: "会社概要";
						color: #fff;}
					.gmenu_06b::before, .gmenu_06b:hover:before{
						content: "会社概要";
						color: #fff;}

					.gmenu_07w::before, .gmenu_07w:hover:before{
						content: "お問い合わせ";
						color: #fff;}
					.gmenu_07b::before, .gmenu_07b:hover:before{
						content: "お問い合わせ";
						color: #fff;}

					.gmenu_07w::after, .gmenu_07w:hover:after{
						content: "\00a0";
						font-family: "Font Awesome 5 Free";
						font-weight: 600;
						font-size: 0.8em;
						top: 1px;
						position: absolute;
						color: #fff;
					}
					.gmenu_07b::after, .gmenu_07b:hover:after{
						content: "\00a0";
						font-family: "Font Awesome 5 Free";
						font-weight: 600;
						font-size: 0.8em;
						top: 1px;
						position: absolute;
						color: #fff;
					}
					.gmenu_07arrow_w::after {
						border-top: 1.5px solid #ffffff!important;
						border-right: 1.5px solid #ffffff!important;
					}
					.gmenu_07arrow_b::after {
						border-top: 1.5px solid #101010!important;
						border-right: 1.5px solid #101010!important;
					}

					.gmenu_07waku_w {
						border:1px solid #ffffff!important;
						border: none!important;
					}  
					.gmenu_07waku_b {
						border:1px solid #101010;
						border: none!important;
					}  

					.header-area .menu-list .menu-item a {
						color: #fff!important;
					}
					.header-area .menu-list .sub-menu .menu-item a {
						color: #fff!important;
					}
					.header-area .toggle .toggle-title{
						color: #fff!important;
					}

				}

				/*------- toggle（サブメニュー） ------*/
				.toggle {
					position: relative;
				}
				.toggle .toggle-title, .no-toggle {
					position: relative;
					padding: 0;
					display: flex;
					align-items: center;
				}
				.toggle .toggle-title::after {
					width: 4px;
					height: 4px;
				}

				/*.toggle .toggle-title::after {
					content: "";
					margin-left: auto;
					position: relative;
					right: -10px;
					width: 8px;
					height: 8px;
					border-bottom: 1px solid black;
					border-right: 1px solid black;
					-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
				}*/
				.toggle .toggle-title.white::after{
					border-bottom: 1px solid white;
					border-right: 1px solid white;
				}
				.toggle .toggle-list {
					position: absolute;
					top: 30px;
					left: 0;
					/*background: white;*/
					width: 200px;
					/*padding: 20px;*/
				}
				.toggle .toggle-list.popup {
					position: fixed;
					display: flex;
					justify-content: center;
					width: 800px;
					padding:30px 20px;
					left: -200px;
					background-color: rgb(255, 255, 255);
					box-shadow: 0px 2px 5px 0px rgba(80, 80, 80, 0.2);
				}
				.toggle .toggle-list.popup::before {
					position: absolute;
					content: "";
					top: -10px;
					left: calc(50% - 5px);
					width: 0;
					height: 0;
					border-left: 10px solid transparent;
					border-right: 10px solid transparent;
					border-bottom: 10px solid rgb(255, 255, 255);
				}
				.toggle-list-item{
					display: block;
				}
				.toggle .toggle-list.static {
					position: inherit;
					top: 0;
					left: 0;
					/*background: white;*/
					width: 200px;
					/*padding: 20px;*/
				}
				.header-area .toggle .toggle-title{
					width:fit-content;
				}
				.header-area .menu-list .sub-menu .menu-item {
					padding: 10px 0 2px 10px;
					border-bottom: none;
					margin: 0 10px;
				}






@media (min-width:981px) {
	.header-area {
		display: flex;
		position: fixed;
		align-items: center;
		height: 80px;
		width: 100%;
		top: 0;
		z-index: 9999;
		/*background : rgba(255,255,255,1.0);*/
	}
		.header-area .header-logo {
			flex-grow: 1;
			padding: 5px 40px 5px 0;
			display: block;
			height: inherit;
		}
			.header-area .header-logo-image {
				height: 55px;
				display: block;
			}
	
				.madobarogo_w {
					background-size: 160px;
					width: 160px;
					height: 55px;
				}  	
				.madobarogo_b {
					background-size: 160px;
					width: 160px;
					height: 55px;
				}  
	
				/*.header-area .menu-icon {
					display: none;
				}
				.header-area .menu-icon.close{
					display: none;
				}*/
				.header-area .menu-icon_w {
					display: none;
				}
				.header-area .menu-icon_w.close{
					display: none;
				}
				.header-area .menu-icon_b {
					display: none;
				}
				.header-area .menu-icon_b.close{
					display: none;
				}
	
		.header-area .header-nav {
			position: static;
			top: 60px;
			min-width: unset;
			overflow-y: unset;
			left: 0;
			/*background: rgba(255, 255, 255, 0.94);*/
			width:auto;
			display: flex;
			align-items: center;
			height: 100%;
		}
			.header-area .menu-list {
				display: flex;
				align-items: center;
			}
			.header-area .menu-list .menu-item {
				margin-left: 20px;
				font-size: 14px;
				font-weight: 500;
				cursor: pointer;
				font-family: 'Zen Kaku Gothic New', sans-serif!important;
				padding: 3em 0;
				border-bottom: 0;
			}
				.header-area .menu-item .contact-item {
					padding: 10px 10px;
					background: none;
					width: 140px;
					line-height: 25px;
					display: flex;
					align-items: center;
					border:1px solid #101010;
					height: inherit;
					/*background-color: #ffffffd9;*/
				}
	
    .header-area .toggle .toggle-title{
        width:inherit;
    }
    .header-area .menu-list .sub-menu .menu-item {
        padding: inherit;
        border-bottom: none;
        margin: inherit;
    }
	
		/*子メニュー 切り替え*/
		.sp-only{
			display:none;
		}
		.pc-only{
			display: block !important;
		}
	
		/*子メニュー*/
		.menu-list .menu-item .submenu {
			position: absolute;
			/*background: #ccc;*/
			width: 140px;
			z-index: 9999;
			overflow: hidden;
			margin-top: 29px;
			margin-left: -20px;
			/*left: -20px;*/
		}
			.menu-list .menu-item .submenu li {
				overflow: hidden;
				height: 0;
				transition: 0.2s;
				left: -40px;
				color: #333;
				background: rgba(255,255,255,1.0);
				width: 200px;
				font-family: "futura-pt", sans-serif;
				font-weight: 400;
				font-style: normal;
			}
			.menu-list .menu-item .submenu li a {
				width: 200px;
				text-align: left;
				color: #333;
				position:relative;
				padding: 10px 20px;
				height: inherit;
			}
			.menu-list .menu-item .submenu li:hover a {
				color: #333;
				background: #212121;
			}
			.menu-list .menu-item:hover &gt; .submenu &gt; li {
				overflow: visible;
				height: 40px;
				display: flex;
			}

			.menu-list .menu-item .submenu li:hover a {
				color: #fff;
				background: #666;
			}
	
	
}

@media (min-width: 1200px) {
	.h_wrap{
		/*height: 86px;*/
	}
	.h1sp{
		left:0px; 
	}
}


/* Global Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* sp-pc */
/*.spmenu{
	display: flex;
	height: 76px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.pcmenu{
	display: none; 
}*/

  




/*------------------------------------------------------------
	パンくずpagePath（旧layout.css）
------------------------------------------------------------*/
#pagePath {
	margin: 60px auto 55px;
	max-width: 1440px;
	padding: 0 20px;
}
	#pagePath li {
		display: inline;
		font-size: 13px;
		line-height: 1.8;
	}
	.res_wrap #pagePath {
		width: 1400px;
		padding: 0 0;
	}
	.entry-content #pagePath {
		width: 1400px;
		padding: 0 0;
	}
	.showroom_wrap #pagePath {
		margin: 0 auto 40px;
		width: 1400px;
		padding: 0 0;
	}

/*@media all and (min-width: 0) and (max-width: 640px)  {
	#pagePath {
		display: block;
		margin: 80px auto 55px;
		width: 100%;
	}
}*/
@media (min-width:980px) {
	#pagePath {
		display: block;
		margin: 80px auto 55px;
		width: 100%;
	}
	.entry-content #pagePath {
		width: 1400px;
		padding: 0 0;
	}
	.showroom_wrap #pagePath {
		margin: 0 auto 40px;
		width: 1400px;
		padding: 0 0;
	}
}

/*@media all and (min-width: 641px) and (max-width: 1018px)  {
	#pagePath {
		width: auto;
	}	
}*/
	
/*------------------------------------------------------------
	フッター（旧layout.css）
------------------------------------------------------------*/
/*#gFooter {
	background-color: #000;
	overflow: hidden;
	zoom: 1;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 42px 0 0;
	width: 1000px;
	font-size: 14px;
}

#gFooter .fNaviBox ul {
	line-height: 1.3;
	overflow: hidden;
	zoom: 1;
}

#gFooter .fNaviBox li {
	width: 220px;
	float: left;
	min-height: 142px;
	word-break: break-all;
}

#gFooter .fNaviBox .lastLi {
	width: 120px;
}

#gFooter .fNaviBox ul a {
	color: #FFF;
	font-weight: bold;
}
#gFooter .fNaviBox ul span {
	color: #FFF;
	font-weight: bold;
}
#gFooter .fNaviBox ul .subNavi li {
	min-height: inherit;
	min-height: auto;
	float: none;
}

#gFooter .fNaviBox ul .subNavi a {
	color: #42b4dd;
	text-decoration: underline;
	font-weight: normal;
}

#gFooter .fNaviBox ul .subNavi a:hover {
	text-decoration: none;
}

#gFooter .fInnerBox {
	padding: 6px 0 20px;
	background-color: #FFF;
}

#gFooter .fInner {
	margin: 0 auto;
	width: 1000px;
}

#gFooter .fInner .fNavi {
	margin-bottom: 8px;
	text-align: right;
}

#gFooter .fInner .fNavi li {
	margin-left: 22px;
	display: inline;
}

#gFooter .fInner .fNavi a {
	font-size: 11px;
	color: #5c5c5c;
}

#gFooter .fInner .copyright {
	color: #8e8e8e;
	font-size: 11px;
}

#gHeader .sp_selectBox {
	display: none;
}*/

@media all and (min-width: 0) and (max-width: 640px)  {

	/*#gHeader {
		margin-bottom: 27px;
		padding: 14px 0 22px;
		text-align: center;
		background: url(/wp/img/common/h_bg.jpg) repeat-x left bottom;
		background-size: 11px 8px;
	}
	
	#gHeader .hBox {
		margin: 0 0 19px;
		width: auto;
	}

	#gHeader h1 {
		margin: 0 auto;
		float: none;
		width: 39%;
	}
	
	#gHeader h1 img {
		width: 100%;
	}
	
	#gHeader .sp_selectBox {
		display: block;
	}

	#gHeader .sp_selectBox select {
		font-size: 1.1rem;
		margin: 0 auto;
		width: 87%;
		border: 1px solid #DCDCDC;
		border-radius: 3px;
	}

	#gNavi {
		display: none;
	}
	
	
	#gFooter .fBox {
		padding: 27px 5px 0 43px;
		width: auto;
	}
	
	#gFooter .fNaviBox ul {
		margin-bottom: 15px;
	}
	
	#gFooter .fNaviBox li {
		margin-bottom: 15px;
		width: 100% !important;
		min-height: inherit !important;
		font-size: 20px;
	}
	
	#gFooter .fNaviBox ul:first-child li:last-child {
		margin-bottom: 0 !important;
	}
	
	#gFooter .fNaviBox ul:first-child li:first-child {
		margin-bottom: 44px;
	}
	
	#gFooter .fNaviBox ul:first-child li:nth-child(2) {
		margin-bottom: 38px;
	}
	
	#gFooter .fNaviBox ul:first-child li:nth-child(3) {
		margin-bottom: 58px;
	}
	
	#gFooter .fNaviBox ul .subNavi {
		margin: 10px 0 0;
	}
	
	#gFooter .fNaviBox ul .subNavi li {
		margin-bottom: 15px !important;
		font-size: 12px;
	}
	
	#gFooter .fInner {
		padding: 20px 0;
		width: auto;
	}
	#gFooter .fInner .fNavi
	{
		text-align: center;
		float: none;
	}
	#gFooter .fInner .fNavi li
	{
		margin: 0 10px 0;
	}
	#gFooter .fInner .fNavi li a
	{
		font-size: 0.8em;
	}
	#gFooter .fInner .copyright {
		font-size: 10px;
		text-align: center;
	}*/
}
@media all and (min-width: 641px) and (max-width: 1018px)  {
	/*#gHeader {
		padding: 14px 0 20px;
		background: url(/wp/img/common/h_bg.jpg) repeat-x left bottom;
		background-size: 11px 8px;
	}
	
	#gHeader .hBox {
		margin: 0 5px;
		width: auto;
	}
	
	#gHeader h1 {
	}
	
	#gHeader h1 img {
		width: 100%;
	}
	
	
	#gHeader {
		margin-bottom: 27px;
		padding: 14px 0 22px;
		text-align: center;
		background: url(/wp/img/common/h_bg.jpg) repeat-x left bottom;
		background-size: 11px 8px;
    }
    #gHeader.hidebackground{
        background:none;
    }
	
	#gHeader .hBox {
		margin: 0 0 19px;
		width: auto;
	}

	#gHeader h1 {
		margin: 0 auto;
		float: none;
		width: 29%;
	}
	
	#gHeader h1 img {
		width: 100%;
	}
	
	#gHeader .sp_selectBox {
		display: block;
	}

	#gHeader .sp_selectBox select {
		font-size: 1.1rem;
		margin: 0 auto;
		width: 87%;
		border: 1px solid #DCDCDC;
		border-radius: 3px;
	}

	#gNavi {
		display: none;
	}
	
	
	
	#gFooter .fBox {
		width: auto;
	}
	
	#gFooter .fNaviBox li {
		width: 20%;
	}
	
	#gFooter .fNaviBox ul .subNavi li {
		width: auto;
	}
	
	#gFooter .fInner {
		width: auto;
	}*/
}



.sf-menu {
	float:right;
	display:block;
	margin:30px 30px 0 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	font-weight: bold;
}
.sf-menu &gt;li {
	background:none;
	position:relative;
	float:left;
	display:inline-block;
	margin-left:20px;
}
.sf-menu &gt;li &gt;a {
	font-family:'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	border:none;
	padding:0;
	margin:0;
	text-decoration: none;
}
.sf-menu &gt;li &gt;a:hover {
	color:#21bee8;
	background:none;
}
.sf-menu &gt;li.current-menu-item a, .sf-menu &gt;li.current_page_item a, .sf-menu &gt;li.sfHover a {
	color:#21bee8;
	background:none;
}
.sf-menu &gt;li.active-menu-item a {
	color:#21bee8;
	background:none;
}
.sf-menu &gt;li:last-child { margin-right:0; }
.sf-menu &gt;li &gt;.sub-menu {
	top:35px;
	left:-31px;
}
.sf-menu &gt;li .sub-menu {
	margin:1px;
	width:260px !important;
	background:#eeeeee;
	padding:0;
	position: absolute;
	display: none;
	z-index: 100;
}
.sf-menu &gt;li .sub-menu li {
	float:none;
	margin:0;
	background:none;
}
.sf-menu &gt;li .sub-menu li a {
	font-family:'Lato', sans-serif;
	font-size:16px;
	line-height:16px;
	color:#000000;
	padding:15px 0;
	border-radius:0px;
	border:none;
	text-align:left;
	overflow:hidden;
	text-indent:29px;
	display: block;
	font-weight: 100;
}
.sf-menu &gt;li .sub-menu li a:hover {
	color:#fff;
	background:#21bee8;
	text-decoration: none;
}
.sf-menu &gt;li .sub-menu li.menu-item-has-children &gt; a:before {
	width:8px;
	height:40px;
	position:absolute;
	top:0;
	right:-8px;
	display:block;
	background:url("images/extra1.png") center center no-repeat;
	content:"";
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.sf-menu &gt;li .sub-menu li.menu-item-has-children &gt; a:hover:before { right:20px; }
.sf-menu &gt;li .sub-menu li .sub-menu { top:-16px; }
.sf-menu &gt;li .sub-menu li.sfHover &gt; a {
	color:#fff;
	background:#21bee8;
}
.sf-menu &gt;li a { transition: all 0.5s ease; }
.sf-menu &gt;li .sub-menu li.sfHover &gt; a:before { right:20px; }
.sf-menu&gt;li&gt;a{font:bold 18px Lato;color:#000000;}
header.topHeader
{
	width: 100%;
	position: fixed;
	top: 0px;
	background: #fff !important;
	z-index: 100;
}
header.topHeader .hBox
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.mainVisualBox.top
{
	padding-top: 80px
}
@media all and (max-width: 1018px)  {
	.sf-menu
	{
		display: none;
	}
	header.topHeader
	{
		position: relative;
	}
	.mainVisualBox.top
	{
		margin-top: 0;
	}
}

.comMap
{
	height: 400px;
	width: 100%;
}
@media all and (min-width: 0) and (max-width: 640px)  {
	.comMap
	{
		height: 228px;
		width: 100%;
	}
}

/*recruit link*/
/*#gHeader .hBox
{
	position: relative;
}
#gHeader .recruit a
{
    transition: all 0.5s ease;
	font-size: 1.1em;
	padding: 2px 20px;
	right: 160px;
	top: -10px;
	position: absolute;
	background: #21bee9;
	color: #ffffff;
}
#gHeader .recruit a:hover
{
	background: #000000;
	text-decoration: none;
}
#gHeader .midRecruit a
{
    transition: all 0.5s ease;
	font-size: 1.1em;
	padding: 2px 20px;
	right: 30px;
	top: -10px;
	position: absolute;
	background: #21bee9;
	color: #ffffff;
}
#gHeader .midRecruit a:hover
{
	background: #000000;
	text-decoration: none;
}*/
@media all and (min-width: 0) and (max-width: 1018px)  {
	/*#gHeader .recruit, #gHeader .midRecruit
	{
		display: none;
	}*/
}







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

.contents-footer {
    width: 100%;
    background: #C9C9C9;
    color: #101010;
    padding: 50px 0 20px;
    position: relative;
	margin-top: -1.5em;
}
	.contents-footer.fixed{
		bottom:0;
	}

	/* 新footermenu */
	.footermenu_flexwrap {
		width: 100%;
		margin: 0 auto 2em;
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content:flex-start;
		padding: 0 20px;
		/*font-family: "Noto Sans", SourceHanSans-Normal, sans-serif!important;*/
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
		.footermenu_flexleft {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start;
			justify-content: space-between;
		}
				.footermenu_flexitem {
					width: 48%;
					display: block;
				}
					.footermenu_flexitem .footermenu_title {
						width: 100%;
						font-size: 0.8em;
						padding-bottom: 0.5em;
						border-bottom: 1px solid #999;
					}
					.footermenu_flexitem ul {
						width: 100%;
						font-size: 0.9em;
						padding-top: 0.6em;
						margin-bottom: 2em;
					}
					.footermenu_flexitem ul li {
						width: 100%;
						font-size: 0.9em;
						padding: 0.4em 0;
					}
					.footermenu_flexitem ul li::before {
						content: "・";
						width: 8px;
						margin-right: 4px;
						height: 8px;
					}
		.footermenu_flexright {
			width: 100%;
			display: flex;
			align-items: flex-start;
			/*margin: 1em auto 0;*/
		}
			.logo_flexwrap {
				width: 20%;
				position: relative;
				display: flex;
				justify-content: space-between;
			}
				.logo_flexitem {
					width: 27%;
					display: flex;
				}
					.logo_flexitem img {
						width: 100%;
						display: flex;
					}

	.contents-footer .contents-footer-copyright {
		margin: 0 auto;
		font-size: 12px;
		width: fit-content;
	}

	


@media (max-width:600px) {
    .contents-footer .footer-unit-title.link::before {
        width: 6px;
        margin-right: 10px;
        height: 6px;
        border-top: 1px solid #101010;
        border-right: 1px solid #101010;
    }
    .contents-footer .contents-footer-triiger-up{
        position: absolute;
        right: 10px;
        top:-25px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border:1px solid black;
        border-radius: 50px;
    }
    .contents-footer .contents-footer-triiger-up::after {
        content: "";
        width: 10px;
        margin-top: 5px;
        height: 10px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        transform: rotate(45deg);
    }

}
@media (min-width:601px) {
    .contents-footer .contents-footer-triiger-up{
        position: absolute;
        right: 35px;
        top:-25px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 50%;
        border:2px solid black;
        cursor: pointer;
    }
    .contents-footer .contents-footer-triiger-up::after {
        content: "";
        width: 10px;
        margin-top: 5px;
        height: 10px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        transform: rotate(45deg);
    }
}

@media (min-width:1100px) {
	.footermenu_flexwrap {
		max-width: 1440px;
		margin: 0 auto 2em;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 0;
		padding: 0 20px;
	}
		.footermenu_flexleft {
			/*width: 800px;*/
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: flex-start;
			flex: 1;
		}
			.footermenu_flexitem {
				width: 24%;
				display: block;
			}
			/*.width2 {
				width: 25%;
			}
			.width3 {
				width: 15%;
			}*/
			.width1 .footermenu_title {
				font-family: "futura-pt", sans-serif;
				font-weight: 400;
				font-style: normal;
			}
			.width2 .footermenu_title {
				font-family: "futura-pt", sans-serif;
				font-weight: 400;
				font-style: normal;
			}
			.width3 ul li a {
				font-family: "futura-pt", sans-serif;
				font-weight: 400;
				font-style: normal;
			}
				.footermenu_flexitem .footermenu_title {
					width: 100%;
					font-size: 1.0em;
					padding-bottom: 0.5em;
					border-bottom: 1px solid #999;
				}
				.footermenu_flexitem ul {
					width: 100%;
					font-size: 1.0em;
					padding-top: 0.6em;
				}
				.footermenu_flexitem ul li {
					width: 100%;
					padding: 0.3em 0;
				}
				.footermenu_flexitem ul li a {
					font-size: 1.0em;
				}
				.footermenu_flexitem ul li a:hover {
					color: #fff;
				}
	
				.footermenu_flexitem ul li::before {
					content: "・";
					width: 8px;
					margin-right: 4px;
					height: 8px;
				}
		.footermenu_flexright {
			width: 150px;
			display: flex;
			align-items: flex-start;
			margin-top: 0;
			margin-left: 100px;
		}
			.logo_flexwrap {
				width: 100%;
				position: relative;
				display: flex;
				justify-content: space-between;
			}
}




/* -------------------------------------------------------------------------------- */
/* 　トップページ　*/
/* -------------------------------------------------------------------------------- */

/* button */
.button-layout {
    /*background-color: black;*/
    /*background-color: none;*/
    /*color: white !important;*/
    /*color: #101010 !important;
	border:1px solid #101010;*/
    padding: 10px 16px;
    border-radius: 4px;
    /*min-width: 200px;*/
    text-align: center;
    position: relative;
    /*letter-spacing: 2px;*/
}
.button-layout::after {
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-bottom-area .button-layout {
    background-color: black!important;
    color: white !important;
	border:1px solid #101010!important;
    padding: 10px 16px;
    border-radius: 4px;
    min-width: 200px!important;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
	line-height: 1.4;
}
.contact-bottom-area .button-layout::after {
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.button-layout.header {
    /*background-color: black;*/
    background-color: none;
    /*color: white !important;*/
    /*color: #101010 !important;
	border:1px solid #101010;*/
    /*padding: 5px 5px;*/
    border-radius: 0px;
    /*min-width: 200px;*/
    text-align: center;
    position: relative;
    /*letter-spacing: 2px;*/
}
.button-layout.header::after {
	display: block;
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #101010;
    border-right: 1.5px solid #101010;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button-layout-more {
    width: 400px;
    border-bottom: 1px solid #888888;
    display: flex;
    align-items: center;
    padding: 15px 10px;

    position: relative;
}
.button-layout-more:after {
    content: "";
    margin-left: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width:980px) {
    .button-layout-more:after {
        width: 4px;
        height: 4px;
    }
    .button-layout-more{
        width: auto;
        padding:8px 5px;
    }
	
	.button-layout.header::after {
		display: none;
	}
	
}

/* button */




/* -------------------------------------------------------------------------------- */
/* 　ニュース　 */
/* -------------------------------------------------------------------------------- */

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

#ul_newslisttitle {
	padding: 0 ;
	margin-bottom: 0px;
	margin-top: 0;
}

#ul_newslist {
	padding:  0 ;
	margin-bottom: 100px;
	margin-top: 0;
}
#ul_newslist {
  background-color: #fff;
  z-index: 9999; }
  #ul_newslist ul {
    text-align: center; 
	}
    #ul_newslist li:first-child {
	position: relative;
      border-top: 1px dotted #ccc;
	  margin: 20px auto 0!important;}
    #ul_newslist li {
	  color: #333 !important;
	  width: 100%;
	  display: table;
	  border-bottom: 1px dotted #ccc;
	  text-decoration: none;
	  padding: 14px 8px;
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;}
    #ul_newslist li:hover {
	  color: #333 !important;
	  background-color: #ccc;}
	#ul_newslist .news_date, #ul_newslist .news_text {
		margin-bottom: 5px;
		display: table-cell;	}
	#ul_newslist .news_date {
		width: 16%;
		padding-right: 6%;
		font-size: 1.0em;	}
	#ul_newslist .news_text {
		width: 72%;
		text-align: left;
		font-size: 1.0em;	}
	#ul_newslist .news_text a {
		text-decoration: none;	}



/* ------------　ニュースページ 　------------*/
#ul_news {
	padding: 0 ;
	margin-bottom: 60px;
	margin-top: 0;
}
#ul_news {
  background-color: #fff;
	padding: 00 ;
  z-index: 9999; }
  #ul_news ul {
    text-align: center; 
	}
    #ul_news li:first-child {
	position: relative;
      border-top: 1px dotted #ccc;
	  margin: 20px auto 0!important;}
    #ul_news li {
	  color: #333 !important;
	  width: 100%;
	  display: table;
	  border-bottom: 1px dotted #ccc;
	  text-decoration: none;
	  padding: 14px 8px;
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;}
    #ul_news li:hover {
	  color: #333 !important;
	  background-color: #ccc;}
	#ul_news .news_date, #ul_news .news_text {
		margin-bottom: 5px;
		display: table-cell;	}
	#ul_news .news_date {
		width: 16%;
		padding-right: 6%;
		font-size: 1.0em;	}
	#ul_news .news_text {
		width: 72%;
		text-align: left;
		font-size: 1.0em;	}
	#ul_news .news_text a {
		text-decoration: none;	}



/* ------------　ニュース詳細ページ 　------------*/
.single_wrapper {
	width: 100%;
	margin: 60px auto;
}
	.singlewaku {
		font-family: "游ゴシック", 'Noto Sans JP', sans-serif;
		width: 100%;
		min-height: 400px;
	}
		.singlewaku h2 {
			font-size: 24px;
			font-weight: 600;
			width: 100%;
			padding-top: 0.4em;
			text-align: left;
		}
		.singlewaku .single_textarea {
			margin-top: 60px;
			font-size: 16px;
			width: 100%;
			line-height: 2;
		}


@media (min-width: 1000px) {
	
#ul_newslist {
	padding: 40px 0 ;
	margin-bottom: 100px;
	margin-top: 0;
}

	.single_wrapper {
		width: 80%;
		margin: 60px auto;
	}

}


/* header-frame */

/* contents-frame */
/*@media (max-width:980px) {*/
@media (max-width:765px) {
    .contents-body{
        width:100vw;
        overflow-y: hidden;
    }
    .contents-frame {
		width:100%;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.contents-frame .contents-width-layout {
	    width: calc(100vw - 20px);
		width: 100%;
		margin: 0 auto;
    }
    section.contents-frame:nth-child(2n){
        background-image: url(/wp/img/index2/bg_ptn2.png);
    }
    .contents-frame .contents-title-area {
        width: calc(100vw - 20px);
        padding: 20px 0px;
        margin: 0 0 13px;
        display: flex;
    }
    .contents-frame .indextitle_txt {
        /*width: calc(100vw - 20px);*/
		width: 100%;
    }
    .contents-frame .contents-title-1 {
        width: 3.6rem;
    }
    .contents-frame .contents-title-2 {
        margin-left: 15px;
        color: #888888;
        font-weight: bold;
        display: block;
        font-size: 1.2rem;
        align-self: flex-end;
    }
}
/* contents-frame */


/* contents-frame */
/*@media (min-width:981px) {*/
@media (min-width:766px) {

    .contents-body{
        width:100vw;
        overflow-y: hidden;
    }
    .contents-frame {
        margin: 0 auto;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .contents-frame .contents-width-layout {
        width: 940px;
        display: block;
        margin: 0 auto;
    }
    section.contents-frame:nth-child(2n){
        background-image: url(/wp/img/index2/bg_ptn2.png);
    }
    
    .contents-frame .contents-title-area {
        width: 940px;
        /*width: 100%;*/
        display: flex;
        margin: 0 auto;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1.5px solid #e9e9e9;
    }
    .contents-frame .indextitle_txt {
        width: 100%!important;
    }
    .contacttitle .contents-title-area {
        margin-bottom: 10px!important;
    }
    .contents-frame .contents-title-1{
        max-width:100%;
        flex:none;
    }
      
    .contents-frame .contents-title-2{
        font-size:18px;
        margin-left: 30px;
        color: #888888;
        line-height: 1.064;
        font-weight: bold;
        align-self: flex-end;
    }
}



/* トップページ内タイトル */
.topmidashi_title{

	font-size: 2em;
	color: #333;
	font-weight: 600;
	font-family: "游ゴシック", 'Noto Sans JP', sans-serif;
}

@media (min-width:981px) {
	.topmidashi_title_e{
		font-size: 1.6em;
		color: #333;
		/*font-weight: 600;
		font-family: "游ゴシック", 'Noto Sans JP', sans-serif;*/
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
	}
	.topmidashi_title_j{
		font-size: 1.3em;
		color: #333;
		font-weight: 600;
		letter-spacing: 0.05em;
		/*font-family: "游ゴシック", 'Noto Sans JP', sans-serif;*/
	}
}



/* -------------------------------------------------------------------------------- */
/* 　Wordpress制御　 */
/* -------------------------------------------------------------------------------- */
.editor-styles-wrapper,.entry-content {
	width: 100%;
	margin: 0 auto 50px !important;
	padding: 0 20px;
	box-sizing: border-box;
}

@media (min-width:981px) {
	
.editor-styles-wrapper,.entry-content {
    counter-reset: footnotes
}
	.editor-styles-wrapper,.entry-content {
		max-width: 1440px;
		margin: 0 auto 50px;
		padding: 0 20px;
		box-sizing: border-box;
	}
}



/* -------------------------------------------------------------------------------- */
/* 　会社概要　 */
/* -------------------------------------------------------------------------------- */

.textPageMain {
	width: 100%;
	margin: 0 auto;
}
	.textPageMain p{
		margin-bottom: 40px;
	}
		.textPageMain h2{
			margin-bottom: 40px;
		}
		.textPageMain h3{
			margin-bottom: 27px;
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			color: #000000;
		}
		.textPageMain ul.normal{
			padding-left: 28px;
			list-style: disc;
			margin-bottom: 20px;
		}
			ul.companyInfo li{
				width: 100%;
				border-bottom: 1px dashed #000;
				padding-top: 20px;
				padding-bottom: 20px;
			}
			ul.companyInfo li .title{
				width: 25%;
				padding-left: 5%;
				float: left;
			}
				ul.companyInfo li ul li{
					margin-bottom: 10px;
					margin-left: 30%;
					width: 70%;
					padding-top: 0;
					padding-bottom: 10px;
				}
				ul.companyInfo li ul li.last{
					margin-bottom: 0;
					padding-bottom: 0;
					border-bottom: none;
				}
				ul.companyInfo li ul li.notxt{
					border-bottom: none;
				}

.profile_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 3em auto;
}
	.profile_wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

@media (min-width:981px) {
	.textPageMain {
		width: 960px;
		margin: 0 auto;
	}
}



/*------------------------------------------------------------
	お問い合わせ（旧layout.css）
------------------------------------------------------------*/

.contactInfo {
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 4em;
}
	.contactInfo .tel {
		font-size: 1.6em;
		line-height: 1;
		font-weight: 600;
	}
.contactText {
	font-size: 1.0em;
	line-height: 1.6;
}

#wpcf7-f94-p95-o1 label {
	font-weight: 600;
}
.wpcf7-form p {
	margin-top: 2em;
}
.wpcf7-radio {
	font-weight: 300;
	display: flex;
	flex-wrap: wrap;
}
.wpcf7-checkbox {
	font-weight: 300;
	display: flex;
	flex-wrap: wrap;
}
.wpcf7-form-control-wrap input {
	line-height: 1.4;
	padding: 1em 1em;
}
.wpcf7-form-control-wrap textarea {
	padding: 1em 1em;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	border: 1px solid #333;
	padding: 1em 1em;
}
.wpcf7-text, .wpcf7-textarea {
	width: 100%;
}
span.wpcf7-list-item{
	display: block;
	text-align: center;
	margin: 0 1em 0 0;
}
.wpcf7-radio .wpcf7-list-item{
	display: inline-block;
}

.required{
	border-radius: .21428571em;
	color: #fff;
	display: inline-block;
	padding-right: .5em;
	padding-left: .5em;
	background-color: #dd3333;
	font-size: 0.8em;
	line-height: 24px;
	margin-left: 0.6em;
}


@media all and (min-width: 0) and (max-width: 640px)  {
	.wpcf7-form-control-wrap input {
	}
	.wpcf7-form-control-wrap textarea {
	}
	.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	}
}





/* ------------------------------------　お問い合わせページ 　------------------------------------*/
#ul_contact form {
	max-width: 800px;
	margin: 60px auto 60px;
}

#ul_contact form p {
	margin-bottom: 2em;
}
.horizontal-item + .horizontal-item {
    margin-left: inherit!important;
}

.contactmain form{
	margin-top: 4em;
}

	/*タイトル*/
	.formtitle {
		font-weight: 600;
		margin-top: 2em;
		margin-bottom: 0.2em;
		display: flex;
		align-items: center;
	}
	/*必須*/
	.required {
		border-radius: .21428571em;
		color: #fff;
		display: inline-block;
		padding-right: .5em;
		padding-left: .5em;
		background-color: #dd3333;
		font-size: 0.6em;
		line-height: 24px;
		margin-left: 0.6em;
	}
	.contactmain input{
		padding: 0.5em;
		background-color: #fff;
		border: 1px solid #D1D1D1;
		border-radius: 4px;
		box-shadow: none;
		box-sizing: border-box; 
		width: 100%;
		font-size: 16px;
	}
	.contactmain .mwform-radio-field input{
		width: inherit;
	}
	.contactmain .mwform-checkbox-field input{
		width: inherit;
	}
	.contactmain textarea{
		padding: 1em 1em;
		background-color: #fff;
		border: 1px solid #D1D1D1;
		border-radius: 4px;
		box-shadow: none;
		box-sizing: border-box; 
		width: 100%;
		font-size: 16px;
	}


@media (min-width:981px) {
	
	.contactmain input{
		padding: 1em 1em;
	}
	
}

	/*送信ボタン*/
	.btn_wrap {
		margin: 40px auto;
	}
		.btn_contact {
			background-color: #005EAE;
			border-radius: .33333333em;
			border: 0px;
			color: #fff;
			font-size: 16px;
			display: block;
			height: calc(60em / 18);
			letter-spacing: .1em;
			margin-right: auto;
			margin-left: auto;
			width: calc(370em / 18);
		}
		.btn_contact:hover {
			background-color: #00549C;
			color: #fff!important;
		}

		.btn_contact_back {
			background-color: #aaa;
			border-radius: .33333333em;
			border: 0px;
			color: #fff;
			font-size: 16px;
			display: block;
			height: calc(60em / 18);
			letter-spacing: .1em;
			margin-right: auto;
			margin-left: auto;
			width: calc(370em / 18);
			/*float: left;*/
		}
		.btn_contact_back:hover {
			background-color: #787878;
			color: #fff!important;
		}
		.contactmain .btn_wrap input{
			padding: inherit;
		}




/* Larger than desktop */
@media (min-width: 1000px) {



}





/* ------------------------------------　お問い合わせ完了ページ 　------------------------------------*/
.message_wrap {
	margin: 60px 80px 200px;
	padding-top: 6em;
}
	.message_wrap h2 {
		font-size: 2em;
		font-weight: 600;
		text-align: center;
		width: 100%;
	}
	.thanks_message {
		font-size: 16px;
		font-weight: 500;
		margin: 60px auto;
		text-align: center;
	}


.thanksbtn_wrap {
    margin: 40px auto;
}
	.thanksbtn_button {
		background-color: #00B3ED;
		border-radius: .33333333em;
		border: 0px;
		color: #fff;
		font-size: 16px;
		display: block;
		letter-spacing: .1em;
		margin-right: auto;
		margin-left: auto;
		width: calc(370em / 18);
	}
	.thanksbtn_button:hover {
		color: #fff;
		background-color: #0093C3;
	}
		.thanksbtn_wrap a {
			text-decoration: none;
			text-align: center;
			padding: 0.8em;
			font-weight: 600;
		}
	

.thanks_ad {
	width:100%;
	margin: 20px 0 0;
}
	.reco_flexwrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
		padding: 30px 0;
	}
		.reco_flexitem {
			width: 100%;
			display: flex;
			align-items: center;
			text-align: center;
			margin-bottom: 20px;
		}
		.reco_flexitem a {
			margin: 0 auto;
			text-decoration: none;
		}
		.reco_flexitem a:hover {
			margin: 0 auto;
			text-decoration: underline;
		}
			.reco_img {
				width: 100%;
				text-align: center;
			}
				.reco_img img {
					width: 100%;
				    border-radius: none;
					text-align: center;
				}
			.reco_txt {
				font-size: 16px;
				text-align: center;
			}
				/*.reco_txt a {
					color: #333!important;
					margin-top: 6px;
				}
					.reco_txt a:hover {
						color: #333!important;
						text-decoration: underline!important;
					}*/
.mwform-checkbox-field label, .mwform-radio-field label {
	display: inline-flex;
	align-items: center;
	margin-right: 1em;
}




@media (min-width: 1000px) {

	.reco_flexwrap {
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			justify-content: space-between;
			padding: 30px 80px;
		}
			.reco_flexitem {
				width: 33%;
				display: flex;
				align-items: center;
				text-align: center;
			}
				.reco_img {
					width: 100%;
					text-align: center;
				}
					.reco_img img {
						width: 200px;
						height: 200px;
						border-radius: 50%;
						object-fit: cover;
					}
				.reco_txt {
					text-align: center;
				}

}


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

.contactmain {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
@media (min-width:981px) {
	.contactmain {
		width: 960px!important;
	}
}







/* -------------------------------------------------------------------------------- */
/* 　その他　 */
/* -------------------------------------------------------------------------------- */

/*投稿対策*/

.imgwrap {
	width: 100%;
}
	.imgwrap img {
		width: 100%;
		height: auto;
	}











/* -------------------------------------------------------------------------------- */
/* 　採用情報　 */
/* -------------------------------------------------------------------------------- */
.recruit_wrap {
	padding: 0 20px;
	max-width: 1440px;
	margin: -40px auto 0;	
}
	.recruit_topimage_flexwrap {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		justify-content: space-between;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
		.recruit_topimage_flexleft {
			width: 100%;
			flex: 1;
			align-items: center;
			  display: flex;
		}
			.recruit_catchwrap {
				width: 100%;
				display: block;
				z-index: 999;
			}
				.recruit_catchcopy_l {
					font-size: 1.2em;
					font-weight: 600;
					line-height: 1.2;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
					font-family: 'Noto Sans JP', sans-serif;
					margin-right: 0;
					margin-top: 1em;
					text-align: center;
				}
					.recruit_catchcopy_l .br_sp {
						display: block;
					}
				.recruit_catchcopy_m {
					margin-top: 2.0em;
					font-size: 1.0em;
					font-weight: 600;
					line-height: 1.8;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
				.recruit_catchtxt_l {
					margin-top: 2.8em;
					font-size: 1.4em;
					font-weight: 600;
					line-height: 1.2;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
				.recruit_catchtxt_m {
					font-size: 1.0em;
					font-weight: 500;
					line-height: 1.2;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
				.recruit_catchtxt_s {
					margin-top: 1.0em;
					font-size: 1.0em;
					font-weight: 500;
					line-height: 1.4;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}

				/*menuボタン*/
				.recruit_topmenu_flexwrap {
					margin-top: 4em;
					position: relative;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					justify-content: space-between;
				}
					.recruit_topmenu_flexitem {
						width: 32.5%;
						height: 60px;
						color: #333;
						position: relative;
						display: flex;
						align-items: center;
						justify-content: center;
						border-radius: 10px;
						margin-bottom: 1%;
						cursor: pointer;
						border: 1px solid #333;
					}
					.recruit_topmenu_flexitem:nth-child(3) {
						border: 1px solid #1a73e8;
					}
						.recruit_topmenu_flexitem a {
							z-index: 9;
						}
						.recruit_topmenu_flexitem:hover {
							border: 1px solid #999;
							transition: 0.5s;
						}
						.recruit_topmenu_flexitem:nth-child(3):hover {
							border: 1px solid #4A90EC;
							transition: 0.5s;
						}
						.menu_white {
							background-color: #fff;
							transition: 0.5s;
						}
						.menu_blue {
							background-color: #1a73e8;
							transition: 0.5s;
						}
						.menu_blue:hover {
							background-color: #4A90EC;
							transition: 0.5s;
						}
							.recruit_topmenu_linktxt {
								font-size: 1.0em;
								font-family: 'Noto Sans JP', sans-serif;
								font-family: 'Zen Kaku Gothic New', sans-serif;
								font-weight: 600;
								letter-spacing: 0;
								color: #333;
							}
							.menu_white_txt {
								color: #333;
							}
							.recruit_topmenu_flexitem:hover .menu_white_txt {
								color: #999;
							}
							.menu_blue_txt {
								color: #fff;
							}
							.recruit_topmenu_flexitem:hover .menu_blue_txt {
								color: #fff;
							}



							.recruit_topmenu_linkurl {
								position: absolute;
								top: 0;
								left: 0;
								width: 100%;
								height: 100%;
							}
		.recruit_topimage_flexright {
			width: 100%;
			margin-left: 0;
			text-align: right;
		}
			.recruit_slider {
				width: 100%;
				/*height: 500px;*/
				overflow: hidden;
			}
				.recruit_slider li {
					width: 100%;
					height: 300px;
					overflow: hidden;
					border-radius: 10px;
				}
					.recruit_slider li img {
						height: 100%;
						width: 100%;
						object-fit: cover;
					}


/*職種内容*/
.recruitkind_wrap {
	padding: 0 20px;
	max-width: 1400px;
	margin: 0 auto;	
}
	.recruitkind_title {
		padding-top: 2em;
		font-size: 1.6em;
		font-weight: 600;
		line-height: 1.6;
		font-family: "futura-pt", sans-serif;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		text-align: center;
	}
	.recruitkind_subtitle {
		padding-top: 0.4em;
		font-size: 1.0em;
		font-weight: 600;
		line-height: 1.2;
		font-family: "futura-pt", sans-serif;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		text-align: center;
	}

	.recruitkind_flexwrap {
		margin-top: 4em;
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
		.recruitkind_flexleft {
			width: 100%;
			align-items: center;
			text-align: center;
			display: flex;
			background-color: #fafafa;
			border-radius: 10px;
			justify-content: center;
			margin-right: 100px;
			padding: 1em;
		}
			.recruitkind_bunrui {
				padding-top: 0;
				font-size: 1.2em;
				font-weight: 600;
				line-height: 1.2;
				font-family: "futura-pt", sans-serif;
				font-family: 'Zen Kaku Gothic New', sans-serif;
				text-align: center;
			}
		.recruitkind_flexright {
			flex: 1;
			width: 100%;
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			justify-content: space-between;
		}
			.recruitkind_flexrightitem {
				margin-top: 2em;
				margin-bottom: 2em;
				width: 100.0%;
				text-align: left;
			}
			.recruitkind_flexrightitem:last-child {
				margin-bottom: 4em;
			}
			.recruitkind_flexrightitem_2 {
				margin-top: 2em;
				width: 100%;
				text-align: left;
			}
			.recruitkind_flexrightitem_2:last-child {
				margin-bottom: 4em;
			}
				.recruitkind_imgwrap {
					width: 100%;
					height: auto;
					text-align: center;
				}
					.recruitkind_imgwrap img {
						width: 100%;
						border-radius: none;
						text-align: center;
					}
				.recruitkind_busyo_title {
					padding-top: 0.2em;
					font-size: 1.0em;
					font-weight: 600;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
				.recruitkind_busyo_desc {
					padding-top: 0.1em;
					font-size: 0.8em;
					font-weight: 300;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
					.recruitkind_busyonomake_desc {
						min-height: inherit!important;
					}

				.recruitkind_work_flexwrap {
					margin-top: 0.8em;
					width: 100%;
					display: flex;
					flex-direction: row;
					flex-wrap: nowrap;
					border: 2px solid #333;
					border-radius: 8px;
					padding: 20px;
					min-height:inherit;
				}
					.recruitkind_worknomake_flexwrap {
						min-height: inherit!important;
					}
					.recruitkind_work_flexleft {
						padding-right: 20px;
						text-align: right;
						border-right: 2px solid #333;
						display: flex;
						align-items: center;
						font-size: 0.8em;
					}
					.recruitkind_work_flexright {
						padding-left: 20px;
						text-align: left;
						flex: 1;
						display: flex;
						align-items: center;
						font-size: 0.8em;
					}

	.recruitkind_busyo_bikou {
		padding-top: 2.0em;
		font-size: 1.0em;
		font-weight: 300;
		font-family: "futura-pt", sans-serif;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}


.indent_one{
	padding-left: 1em;
	text-indent: -1em;
}






/*募集要項*/
.recruitdetail_wrap {
	background-color: #fafafa;
	margin-top: 6em;
	padding: 6em 0;
}
	.recruitdetail_mainarea {
		padding: 0 20px;
		max-width: 1200px;
		margin: 0 auto;	
		padding-bottom: 4em;
		margin-bottom: 4em;
		border-bottom: 2px solid #333;
	}
	.recruitdetail_mainarealast {
		border-bottom: none!important;
		padding-bottom: 0!important;
		margin-bottom: 0!important;
	}
		.recruitdetail_title {
			padding-top: 0;
			font-size: 2.0em;
			font-weight: 600;
			line-height: 1.6;
			font-family: "futura-pt", sans-serif;
			font-family: 'Zen Kaku Gothic New', sans-serif;
			text-align: center;
		}
			.br_pc {
				display: none;
			}
		.recruitdetail_flexwrap {
			margin-top: 4em;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: space-between;
			font-family: 'Zen Kaku Gothic New', sans-serif;
		}
			.recruitdetail_flexleft {
				width: 100%;
				margin-right: 60px;
			}
				.recruitdetail_bunrui {
					padding-top: 0.4em;
					font-size: 1.6em;
					font-weight: 600;
					line-height: 1.2;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
					font-family: 'Noto Sans JP', sans-serif;
					text-align: left;
				}
			.recruitdetail_flexright {
				flex: 1;
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: space-between;
			}


				.recruitdetail_newfacemidashi {
					font-size: 1.0em;
					font-weight: 600;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
					font-family: 'Noto Sans JP', sans-serif;
					width: 100%;
					color: #1a73e8;
					padding-top: 1em;
				}
				.recruitdetail_newfacetext {
					font-size: 0.8em;
					font-weight: 300;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
					width: 100%;
				}



				.tbl_profile {
					width: 100%;
					line-height: 1.4;
				  }
					.tbl_profile tr {
						border-bottom: 1px solid #999;
						vertical-align: top;
					  }
						.tbl_profile th {
							width: 100%;
							padding: 1em 0 0;
							text-align: left;
							display: block;
							font-weight: 600;
							font-size: 0.9em;
						  }
						.tbl_profile td {
							padding: 0.2em 0 1em;
							text-align: left;
							display: block;
							font-size: 0.9em;
						  }
							.mapBox iframe {
								margin-top: 20px;
								height: 300px;
								width: 100%;
							  }


					.recruitdetail_entry {
						width: 40.0%;
						height: 60px;
						color: #333;
						position: relative;
						display: flex;
						align-items: center;
						justify-content: center;
						border-radius: 10px;
						cursor: pointer;
						border: 1px solid #1a73e8;
						margin: 4em auto 0;
					}
						.recruitdetail_entry a {
							z-index: 9;
						}
						.recruitdetail_entry:hover {
							border: 1px solid #4A90EC;
							transition: 0.5s;
						}

	.recruitdetail_bikou {
		font-size: 1.0em;
		font-weight: 300;
		font-family: "futura-pt", sans-serif;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		max-width: 1200px;
		margin: 4em auto -2em;
	}

@media (min-width: 750px) {
	.recruit_slider li {
		height: 600px;
	}
				.recruit_catchcopy_l {
					font-size: 1.6em;
				}
		.recruitkind_title {
			font-size: 2.0em;
		}
		.recruitdetail_title {
			font-size: 2.0em;
		}
}

@media (min-width: 1000px) {
	
.recruit_wrap {
	margin: -40px auto 0;	
}
	.recruit_topimage_flexwrap {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
		.recruit_topimage_flexleft {
			width: 100%;
			flex: 1;
			align-items: center;
			  display: flex;
		}
			.recruit_catchwrap {
				width: 100%;
				display: block;
				z-index: 999;
			}
				.recruit_catchcopy_l {
					font-size: 2.4em;
					font-weight: 600;
					line-height: 1.2;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
					font-family: 'Noto Sans JP', sans-serif;
					margin-right: calc(((80vw - 100%) / 2) * -1);
					margin-top: 0;
					text-align: left;
				}
					.recruit_catchcopy_l .br_sp {
						display: none;
					}
				.recruit_catchcopy_m {
					margin-top: 1.0em;
					font-size: 1.2em;
					font-weight: 600;
					line-height: 1.6;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
				.recruit_catchtxt_l {
					margin-top: 2.0em;
					font-size: 1.2em;
					font-weight: 600;
					line-height: 1.2;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
				.recruit_catchtxt_m {
					font-size: 1.0em;
					font-weight: 500;
					line-height: 1.2;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
				.recruit_catchtxt_s {
					margin-top: 1.0em;
					font-size: 1.0em;
					font-weight: 500;
					line-height: 1.4;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}

				/*menuボタン*/
				.recruit_topmenu_flexwrap {
					margin-top: 2em;
					position: relative;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					justify-content: space-between;
				}
					.recruit_topmenu_flexitem {
						width: 32.5%;
						height: 60px;
						color: #333;
						position: relative;
						display: flex;
						align-items: center;
						justify-content: center;
						border-radius: 10px;
						margin-bottom: 1%;
						cursor: pointer;
						border: 1px solid #333;
					}
					.recruit_topmenu_flexitem:nth-child(3) {
						border: 1px solid #1a73e8;
					}
						.recruit_topmenu_flexitem a {
							z-index: 9;
						}
						.recruit_topmenu_flexitem:hover {
							border: 1px solid #999;
							transition: 0.5s;
						}
						.recruit_topmenu_flexitem:nth-child(3):hover {
							border: 1px solid #4A90EC;
							transition: 0.5s;
						}
						.menu_white {
							background-color: #fff;
							transition: 0.5s;
						}
						.menu_blue {
							background-color: #1a73e8;
							transition: 0.5s;
						}
						.menu_blue:hover {
							background-color: #4A90EC;
							transition: 0.5s;
						}
							.recruit_topmenu_linktxt {
								font-size: 1.0em;
								font-family: 'Noto Sans JP', sans-serif;
								font-family: 'Zen Kaku Gothic New', sans-serif;
								font-weight: 600;
								letter-spacing: 0;
								color: #333;
							}
							.menu_white_txt {
								color: #333;
							}
							.recruit_topmenu_flexitem:hover .menu_white_txt {
								color: #999;
							}
							.menu_blue_txt {
								color: #fff;
							}
							.recruit_topmenu_flexitem:hover .menu_blue_txt {
								color: #fff;
							}



							.recruit_topmenu_linkurl {
								position: absolute;
								top: 0;
								left: 0;
								width: 100%;
								height: 100%;
							}
		.recruit_topimage_flexright {
			width: 45%;
			margin-left: 95px;
			text-align: right;
		}
			.recruit_slider {
				width: 100%;
				/*height: 500px;*/
				overflow: hidden;
			}
				.recruit_slider li {
					width: 100%;
					height: 700px;
					overflow: hidden;
					border-radius: 10px;
				}
					.recruit_slider li img {
						height: 100%;
						width: 100%;
						object-fit: cover;
					}
	
	
	
/*職種内容*/
.recruitkind_wrap {
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;	
}
	.recruitkind_title {
		padding-top: 2em;
		font-size: 2.4em;
		font-weight: 600;
		line-height: 1.6;
		font-family: "futura-pt", sans-serif;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		text-align: center;
	}
	.recruitkind_subtitle {
		padding-top: 0.4em;
		font-size: 1.2em;
		font-weight: 600;
		line-height: 1.2;
		font-family: "futura-pt", sans-serif;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		text-align: center;
	}

	.recruitkind_flexwrap {
		margin-top: 4em;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
		.recruitkind_flexleft {
			width: 100px;
			align-items: center;
			text-align: center;
			display: flex;
			background-color: #fafafa;
			border-radius: 10px;
			justify-content: center;
			margin-right: 100px;
			padding: 0;
		}
			.recruitkind_bunrui {
				padding-top: 0.4em;
			}
		.recruitkind_flexright {
			flex: 1;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: space-between;
		}
			.recruitkind_flexrightitem {
				margin-top: 2em;
				margin-bottom: 2em;
				width: 45.0%;
				text-align: left;
			}
			.recruitkind_flexrightitem:last-child {
				margin-bottom: 4em;
			}
			.recruitkind_flexrightitem_2 {
				margin-top: 4em;
				width: 32.0%;
				text-align: left;
			}
			.recruitkind_flexrightitem_2:last-child {
				margin-bottom: 4em;
			}
				.recruitkind_imgwrap {
					width: 100%;
					height: 230px;
					text-align: center;
				}
					.recruitkind_imgwrap img {
						width: 100%;
						border-radius: none;
						text-align: center;
					}
				.recruitkind_busyo_title {
					padding-top: 0.2em;
					font-size: 1.2em;
					font-weight: 600;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
				.recruitkind_busyo_desc {
					padding-top: 0.1em;
					font-size: 1.0em;
					font-weight: 300;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
				}
					.recruitkind_busyonomake_desc {
						min-height: 50px!important;
					}
				.recruitkind_work_flexwrap {
					margin-top: 0.8em;
					width: 100%;
					display: flex;
					flex-direction: row;
					flex-wrap: nowrap;
					border: 2px solid #333;
					border-radius: 8px;
					padding: 20px;
					min-height: 120px;
				}
					.recruitkind_worknomake_flexwrap {
						min-height: 160px!important;
					}
					.recruitkind_work_flexleft {
						padding-right: 20px;
						text-align: right;
						border-right: 2px solid #333;
						display: flex;
						align-items: center;
						font-size: 1.2em;
					}
					.recruitkind_work_flexright {
						padding-left: 20px;
						text-align: left;
						flex: 1;
						display: flex;
						align-items: center;
						font-size: 1.0em;
					}
	
	
	
/*募集要項*/
.recruitdetail_wrap {
	background-color: #fafafa;
	margin-top: 6em;
	padding: 6em 0;
}
	.recruitdetail_mainarea {
		padding: 0 20px;
		max-width: 1200px;
		margin: 0 auto;	
		padding-bottom: 4em;
		margin-bottom: 4em;
		border-bottom: 2px solid #333;
	}
	.recruitdetail_mainarealast {
		border-bottom: none!important;
		padding-bottom: 0!important;
		margin-bottom: 0!important;
	}
		.recruitdetail_title {
			padding-top: 0;
			font-size: 2.6em;
			font-weight: 600;
			line-height: 1.6;
			font-family: "futura-pt", sans-serif;
			font-family: 'Zen Kaku Gothic New', sans-serif;
			text-align: center;
		}
			.br_pc {
				display: block;
			}
		.recruitdetail_flexwrap {
			margin-top: 4em;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: space-between;
			font-family: 'Zen Kaku Gothic New', sans-serif;
		}
			.recruitdetail_flexleft {
				width: 200px;
				margin-right: 60px;
			}
				.recruitdetail_bunrui {
					padding-top: 0.4em;
					font-size: 2.0em;
					font-weight: 600;
					line-height: 1.2;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
					font-family: 'Noto Sans JP', sans-serif;
					text-align: left;
				}
			.recruitdetail_flexright {
				flex: 1;
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: space-between;
			}

				.recruitdetail_newfacemidashi {
					font-size: 1.2em;
					font-weight: 600;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
					font-family: 'Noto Sans JP', sans-serif;
					width: 100%;
					color: #1a73e8;
					padding-top: 1em;
				}
				.recruitdetail_newfacetext {
					font-size: 1.0em;
					font-weight: 300;
					font-family: "futura-pt", sans-serif;
					font-family: 'Zen Kaku Gothic New', sans-serif;
					width: 100%;
				}

	
				.tbl_profile {
					width: 100%;
					font-size: 1em;
				}
					.tbl_profile tr {
						border-bottom: 1px solid #999;
						vertical-align: top;
					  }
						.tbl_profile th {
							width: 20%;
							padding: 1.5em 1em;
							text-align: left;
							display: table-cell;
							font-size: 1.0em;
						  }
						.tbl_profile td {
							padding: 1.5em 1em;
							text-align: left;
							display: table-cell;
							font-size: 1.0em;
						  }
	
	
							.mapBox iframe {
								margin-top: 20px;
								height: 300px;
								width: 100%;
							  }


					.recruitdetail_entry {
						width: 40.0%;
						height: 60px;
						color: #333;
						position: relative;
						display: flex;
						align-items: center;
						justify-content: center;
						border-radius: 10px;
						cursor: pointer;
						border: 1px solid #1a73e8;
						margin: 4em auto 0;
					}
						.recruitdetail_entry a {
							z-index: 9;
						}
						.recruitdetail_entry:hover {
							border: 1px solid #4A90EC;
							transition: 0.5s;
						}

	.recruitdetail_bikou {
		font-size: 1.0em;
		font-weight: 300;
		font-family: "futura-pt", sans-serif;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		max-width: 1200px;
		margin: 4em auto -2em;
	}
	
	
	
	
	

	
	
	
}





/*----------------- エントリー ---------------*/
.recruitentry_wrap {
	padding: 0 20px;
	max-width: 1000px;
	margin: 0 auto;	
}
	.recruitentry_title {
		padding-top: 2em;
		font-size: 1.6em;
		font-weight: 600;
		line-height: 1.6;
		font-family: "futura-pt", sans-serif;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		text-align: center;
		/*margin-bottom: 1em;*/
	}
		.recruitentry_wrap .formtitle {
			font-weight: 600;
			margin-top: 2em;
			margin-bottom: 0.4em;
			display: flex;
			align-items: center;
		}
		.recruitentry_wrap .contactText {
			padding-top: 6em;
		}
		.recruitentry_wrap input {
			border: 1px solid #ccc;
			border-radius: 4px;
			padding: 0.8em;
		}
		.recruitentry_wrap .hundred input {
			width: 100%;
		}
		.recruitentry_wrap .hundred textarea {
			width: 100%;
		}
		.recruitentry_wrap select {
			border: 1px solid #ccc;
			border-radius: 4px;
			padding: 0.8em;
		}
		.recruitentry_wrap textarea {
			border: 1px solid #ccc;
			border-radius: 4px;
			padding: 0.8em;
		}
		.recruitentry_wrap .btn_contact {
			padding: 0!important;
		}
		.recruitentry_wrap .btn_contact_back {
			padding: 0!important;
		}


.mw_wp_form_input .open-area01{display: none;}
.mw_wp_form_input .open-area02{display: none;}

.open-area01{
	padding: 1em;
	background-color: #fcfcfc;
	margin-top: 2em;
}
	.open-area01 .schoolnamelabel{
		margin-top: 0;
	}
	.open-area01 .schoolname{
		width: 100%
	}
		.open-area01 .schoolname input{
			width: 100%;
			background-color: #fff;
		}
	.open-area01 .graduation{
		width: 100%
	}
		.open-area01 .graduation input{
			background-color: #fff;
		}

.open-area02{
	padding: 1em;
	background-color: #fcfcfc;
	margin-top: 2em;
}
	.open-area02 .retirementlabel{
		margin-top: 0;
	}
	.open-area02 .retirement{
		width: 100%
	}
		.open-area02 .retirement input{
			background-color: #fff;
		}

.openarea_bg{
	display: block;
}


.recruit_topimage_flexright clipPath {
  width: 2000px;
  height: 2000px;
}
.clip-img {
  width: 500px;
}

.decolink a{
	text-decoration: underline!important;
}
.decolink a:hover{
	text-decoration: none!important;
}

.kouho span label {
	display: inline-flex;
	align-items: center;
	margin-right: 0.2em;
}


/*----- サンクスページ -----*/
.thanks_buttonwrap {
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
	height: 60px;
	color: #333;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin-bottom: 1%;
	cursor: pointer;
	border: 1px solid #4A90EC;
	transition: 0.5s;
	background-color: #1a73e8;
}
.thanks_buttonwrap:hover {
	background-color: #4A90EC;
	transition: 0.5s;
}
	.thanks_button {
		font-size: 1.0em;
		font-family: 'Noto Sans JP', sans-serif;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 600;
		letter-spacing: 0;
		color: #fff;
	}
	.thanks_buttonwrap:hover .thanks_button {
		color: #fff;
	}
	.thanks_button_linkurl {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



@media (min-width: 750px) {
		.recruitentry_title {
			padding-top: 2em;
			font-size: 2.6em;
			font-weight: 600;
			line-height: 1.6;
			font-family: "futura-pt", sans-serif;
			font-family: 'Zen Kaku Gothic New', sans-serif;
			text-align: center;
			/*margin-bottom: 2em;*/
		}
}



/*----------------- プライバシーポリシー ---------------*/
.list_number li{
	padding-left: 2em;
	text-indent: -2em;
}

.policy_tbl {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
	.policy_tbl td{
		border: 1px solid #ccc;
		padding: 1em;
		box-sizing: border-box;
	}

	.privacypolicy h4 {
		margin-bottom: 20px!important;
	}
	.privacypolicy p {
		margin-bottom: 20px!important;
	}


</pre></body></html>