/*********************************************
pc style setting
*********************************************/

/*****************************
 PC 非表示
*****************************/
.pc-none {
	display: none;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	font-family: "Meiryo", "Century Gothic", Arial, sans-serif;
	color: #333;
}
/*****************************
page loading
*****************************/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
#loader img {
	width: 150px;
	height: 150px;
}
/*****************************
parallax
*****************************/
/*ナビ部分 */
#nav {
	list-style: none;
	position: fixed;
	top: 30%;
	right: 20px;
}
#nav li {
	margin: 10px 0px;
}
/*パララックス部分 */

.story {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	padding: 50px 0 50px;
}
.story_main {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	padding: 50px 0 100px;
}
#main_top .bg {
	background: url(images/bg_01_1.png) 50% 0 no-repeat fixed;
	background-size: auto 110%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#main_top {
	background: url(images/bg_01.jpg) 50% 0 no-repeat fixed;
	background-size: auto 130%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
#main_top .bg {
	background: url(images/bg_01_2.png) 50% 0 no-repeat fixed;
	background-size: auto 30%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	
}
#main_top {
	background: url(images/bg_01.jpg) 50% 0 no-repeat fixed;
	background-size: auto 20%;
	height: 100%;
	margin: 0 auto;
}
#itotsu {
	background: url(images/bg_02.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	height: auto;
	margin: 0 auto;
	padding: 0 0 50px;
}
}
#itotsu {
	background: url(images/bg_02.jpg) 50% 0 no-repeat fixed;
	background-size: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0 3px 5px #666 inset;
	-webkit-box-shadow: 0 3px 5px #666 inset;
	-moz-box-shadow: 0 3px 5px #666 inset;
}
#tsushin {
	background: url(images/bg_03.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	height: auto;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	box-shadow: 0 -3px 5px #666;
	-webkit-box-shadow: 0 -3px 5px #666;
	-moz-box-shadow: 0 -3px 5px #666;
}
#houmon {
	background: url(images/bg_04.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	height: auto;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
}
#contact {
	background: url(images/bg_05.jpg) 50% 0 no-repeat fixed;
	background-size: 100%;
	background-position: top 100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#recruit {
	background: url(images/bg_06.jpg) 50% 0 no-repeat fixed;
	background-size: 100%;
	background-position: top 100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
/*main_top部分 */
#logo_po {
	margin-top: 30px;
	text-align: center;
}
#logo_po img {
	width: 364px;
}
.logo_caption {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14pt;
	text-align: center;
	color: #180A8C;
	margin-top: 20px
}
.logo_title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 20pt;
	text-align: center;
	color: #180A8C;
	margin-top: 10px;
}
#main_bg {
	width: 1200px;
	margin: 30px auto;
}
/*通信機器事業 */
#main_bg_left {
	float: left;
	width: 30%;
	left: 180px;
	margin-left:20px;
	margin-right:30px;
}
#main_bg_left a img{
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#main_bg_left a:hover img{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
}
/*訪問介護事業 */
#main_bg_right {
	float: left;
	width: 30%;
	right: 180px;
	margin-right:30px;
}
#main_bg_right a img{
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#main_bg_right a:hover img{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
}
/*訪問看護事業 */
#main_bg_right2 {
	float: left;
	width: 30%;
	right: 180px;
}
#main_bg_right2 a img{
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#main_bg_right2 a:hover img{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
#logo_po {
	margin-top: 30px;
	text-align: center;
}
#logo_po img {
	width: 30%;
}
#main_bg {
	width: 100%;
	margin: 30px auto;
}
/*通信機器事業 */
#main_bg_left {
	float: left;
	margin-left:50px;
}
/*訪問介護事業 */
#main_bg_right {
	float: right;
}
}
/*itotsu部分 */
#itotsu_name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
	color: #1F3AB5;
}
#itotsu_name a {
	color: #1F3AB5;
	text-decoration: none;
}
#itotsu_name a:hover {
	color: #99A7F4;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#itotsu_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	color: #1F3AB5;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	margin: 10px 0 50px;
}
#itotsu-aidea{
	float:left;
	width:40%
}
.kigyourinen {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14pt;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.kigyou_text {
	font-size: 10pt;
	margin-bottom: 40px;
	margin-left:15px;
	display: inline-block;
	width: 55%;
}
/*tsushin部分 */
#tsushin_name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
}
#tsushin_name a {
	color: #FFFFFF;
	text-decoration: none;
}
#tsushin_name a:hover {
	color: #99A7F4;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#tsushin_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	margin: 10px 0 50px;
}
.tsushin_left {
	float: left;
	width: 47%;
	text-align: right;
}
.tsushin_left img {
	width: 100px;
	float: right;
	margin: 20px 0 0 20px;
}
.tsushin_right {
	float: right;
	width: 47%;
	text-align: left;
}
.tsushin_right img {
	width: 100px;
	float: left;
	margin: 20px 20px 0 0;
}
.tsushin_content_title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14pt;
	margin-top: 10px;
	margin: 30px 0 5px 0;
}
.tsushin_content {
	font-size: 10pt;
}
/*houmon部分 */
#houmon_name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
	color: #FFFFFF;
}
#houmon_name a {
	color: #FFFFFF;
	text-decoration: none;
}
#houmon_name a:hover {
	color: #8AEC7A;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#houmon_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	margin: 10px 0 50px;
}
#houmon-image{
	float:left;
	width:40%
}
.zigyou_text {
	font-size: 10pt;
	margin-bottom: 40px;
	display: inline-block;
	width: 55%;
}
.zigyou_text h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	margin-bottom: 0.2em;
}
/*contact部分 */
#contact_name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
	color: #1F3AB5;
}
#contact_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	color: #1F3AB5;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	margin: 10px 0 50px;
}
/*recruit部分 */
#recruit_name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
	color: #32C04B;
}
#recruit_name a {
	color: #32C04B;
	text-decoration: none;
}
#recruit_name a:hover {
	color: #8AEC7A;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#recruit_image1 {
	float: left;
	width:45%;
	margin-left:3%
}
#recruit_image1 img {
	width:100%;
	max-width:500px;
	text-align:right;	
}

#recruit_image1 a:hover{
	opacity:0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#recruit_image2 {
	float: right;
	width:45%;
	margin-right:3%
}
#recruit_image2 img {
	width:100%;
	max-width:500px;
	text-align:left;	
}
#recruit_image2 a:hover{
	opacity:0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#recruit_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	color: #32C04B;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	margin: 10px 0 50px;
}
/*****************************
ドロワーメニュー
*****************************/
/* ------------------------------------------------ drawer menu */
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	padding: 120px 0;
	background: #10368C;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}
.drawer-menu li {
	margin-left: -45px;
	text-align: left;
	text-indent: 70px;
	list-style-type: none;
}
.drawer-menu li a {
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* ------------------------------------------------ checkbox */
.check {
	display: none;
}
/* ------------------------------------------------ menu button */
.menu-btn {
	position: fixed;
	display: block;
	top: 20px;
	left: 20px;
	display: block;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 3;
}
.bar_bg{
	background:#10368C;
	opacity:0.6;
	width:90px;
	height:95px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}
.bar {
	position: absolute;
	top: 0;
	left: 8px;
	display: block;
	margin-top:10px;
	width: 70px;
	height: 3px;
	background: #ffffff;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	border: #ffffff 1px solid;
}
.bar.middle {
	top: 25px;
	opacity: 1;
}
.bar.bottom {
	top: 50px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	left:8px;
	bottom:-20px;
	font-size: 10pt;
	margin: auto;
	width:100px;
	color: #ffffff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #75C5F8;
	border: #75C5F8 1px solid;
}
.menu-btn:hover .menu-btn__text {
	color: #75C5F8;
}
.close-menu {
	position: fixed;
	top: 0;
	left: 300px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(../images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 56px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 56px;
	top: 40px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
/*****************************
footer
*****************************/
#copyright {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	background-color: #14356b;
	width: 100%;
	height: 50px;
	position: relative;
	bottom: 0px;
	padding: 10px 0;
}
#footer-area {
	border: 5px solid #fff;
	width: 1200px;
	margin: auto;
}
#footer-navi {
	font-size: 10pt;
	text-align: center;
}
#footer-navi a{
	color:#FFFFFF;
	text-decoration:none;
}	
#footer-navi a:hover{
	color:#A9DBF7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#footer-navi ul {
	display: inline;
	padding-left: 5px;
	border-left: 1px solid #ffffff;
}
#footer-navi li {
	display: inline;
	padding-left: 5px;
	padding-right: 10px;
	border-right: 1px solid #ffffff;
}

/*****************************
scroll top button
*****************************/
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
}
#page-top a {
	color: #fff;
	width: 130px;
	display: block;
}
#facebook_bt {
	position: fixed;
	bottom: 50px;
	left: 20px;
}
#facebook_bt a {
	color: #fff;
	width: 130px;
	display: block;
}
#roujinhome_bt {
	position: fixed;
	bottom: 50px;
	left: 160px;
}
#roujinhome_bt a {
	color: #fff;
	width: 130px;
	display: block;
}
#dayservice_bt {
	position: fixed;
	bottom: 50px;
	left: 300px;
}
#dayservice_bt a {
	color: #fff;
	width: 130px;
	display: block;
}
/*****************************
contact form7 style
*****************************/
#form_widht {
	padding: 0 20px;
}
#form_left {
	float: left;
	width: 48%;
}
#form_right {
	float: right;
	width: 48%;
}
.all-field {
	color: #8C5F1E;
	width: 100%;
	background-color: #CDE2F7;
	opacity: 0.7;
	font-size: 12pt;
	border: 1px solid #1F3AB5;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.all-field:hover {
	background-color: #7EC1F8;
	opacity: 0.7;
}
.all-field:focus {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px;
}
.textarea-field {
	color: #8C5F1E;
	width: 96%;
	height: 140px;
	resize: none;
	background-color: #CDE2F7;
	opacity: 0.7;
	font-size: 12pt;
	border: 1px solid #1F3AB5;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.textarea-field:hover {
	background-color: #7EC1F8;
	opacity: 0.7;
}
.textarea-field:focus {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px;
}
#send_button {
	cursor: pointer;
}
div.wpcf7-validation-errors {
	border: none !important;
	background-color: #FF0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px !important;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
	background-color: #1F3AB5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px !important;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
}
.contents {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	padding: 50px 0 50px;
}
/*****************************
itotsu-tec page
*****************************/
#itotsu_bg_main {
	background: url(images/itotsu_bg_main.jpg) 50% 0 no-repeat fixed;
	background-size: auto;
	height: 500px;
	margin: 0 auto;
	padding: 20% 10% 0 0;
	box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
}
#itotsu_page_logo {
	text-align: right;
}
.itotsu_office, .itotsu_office_red {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #000000;
	font-size: 30pt;
	text-align: center;
}
.itotsu_office_red {
	color: #FF0000;
}
.itotsu_office_sub {
	color: #000000;
	font-size: 12pt;
	margin: 40px auto 30px;
	line-height: 1.5em;
	text-align: center;
}
.tsushin_img {
	float: left;
	width: 370px;
	height: 142px;
	margin: 10px 5px;
}
figure {
	position: relative;
	overflow: hidden;
	width: 370px;
	height: 142px;
	cursor: default;
}
figcaption {
	position: absolute;
	bottom: -107px;
	left: 0;
	width: 100%;
	height: 142px;
	background: rgba(255,255,255,0.80);
	-webkit-transition: .3s;
	transition: .3s;
}
figure:hover figcaption {
	bottom: 0;
}
#caption_title {
	margin-top: 7px;
	font-size: 12pt;
	text-align: center;
	color: #080B83;
	font-weight: 700;
	letter-spacing: 3px;
}
.caption_comment {
	font-size: 10pt;
	margin-top: 10px;
	padding: 10px 10px;
	text-align: center;
	border-top: 1px solid rgba(110,106,106,1.00);
}
#itotsu_bg_product {
	background: url(images/itotsu_bg_product.jpg) 50% 0 no-repeat fixed;
	background-size: auto;
	height: auto;
	margin: 30px auto 0;
	padding: 0;
	box-shadow: 0 -3px 5px #666;
	-webkit-box-shadow: 0 -3px 5px #666;
	-moz-box-shadow: 0 -3px 5px #666;
}
.item_heading {
	position: relative;
	padding-left: 20px;
	border-bottom: 2px solid #070E8E;
	font-weight: bold;
	font-size: 24pt;
	line-height: 50px;
	margin-bottom: 20px;
}
.item_heading:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	background: #070E8E;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	position: absolute;
	top: -0px;
	left: 5px;
	transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
}
.item_heading:after {
	content: '';
	height: 8px;
	width: 6px;
	display: block;
	background: #070E8E;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	position: absolute;
	top: 16px;
	left: 2px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-75deg);
}
.item_heading_sub {
	font-size: 12pt;
}
.item_img_left {
	width:45%;
	max-width:555px;
	float: left;
	margin: 0 0 20px 30px;
}
.item_img_right {
	width:45%;
	max-width:555px;
	float: right;
	margin: 0 30px 20px 0;
}
.itotsu_company_area {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#itotsu_overview_title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
}
#itotsu_overview_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	margin: 10px 0 50px;
}
table.itotsu_overview {
	border-collapse: collapse;
	width: 100%;
}
table.itotsu_overview th {
	border-bottom: 1px dashed #ccc;
	text-align: left;
	padding: 10px 0;
}
table.itotsu_overview td {
	border-bottom: 1px dashed #ccc;
	text-align: left;
	width: 80%;
	padding: 10px 0;
}
.map_area {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*****************************
tsukushi page
*****************************/
#tsukushi_bg_main {
	background: url(images/tsukushi_bg_main.jpg) 50% 0 no-repeat fixed;
	background-size: auto;
	height: 500px;
	margin: 0 auto;
	padding: 20% 10% 0 0;
	box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
}
.tsukushi_title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #21B92E;
	font-size: 30pt;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #21B92E;
}
.item_heading2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: relative;
	padding-left: 20px;
	border-bottom: 2px solid #36C52B;
	font-weight: bold;
	font-size: 18pt;
	line-height: 50px;
	margin: 30px 0 20px 0;
}
.item_heading2:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	background: #36C52B;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	position: absolute;
	top: -0px;
	left: 5px;
	transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
}
.item_heading2:after {
	content: '';
	height: 8px;
	width: 6px;
	display: block;
	background: #36C52B;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	position: absolute;
	top: 16px;
	left: 2px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-75deg);
}
.kaigo_naiyou {
	width: 100%;
}
#tsukushi_bg_free {
	background: url(images/tsukushi_bg_free.jpg) 50% 0 no-repeat fixed;
	background-size: auto;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
}
.kaigo_free_img {
	float: left;
	margin: 5px 5px;
}
/*****************************
company page
*****************************/
#company_bg_main {
	background: url(images/company_bg_main.jpg) 50% 0 no-repeat fixed;
	background-size: auto;
	height: 500px;
	margin: 0 auto;
	padding: 20% 10% 0 0;
	box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
}
#itotsu_summary_title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
	color: #1c2c70;
	margin-top: 50px;
}
#itotsu_summary_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	color: #1c2c70;
	margin: 10px 0 50px;
}
.itotsu_tworows {
	float: left;
	text-align: left;
	width: 300px;
}
/*****************************
recruit page
*****************************/
#recruit_bg_main {
	background: url(images/recruit_bg_main.jpg) 50% 0 no-repeat fixed;
	background-size: auto;
	height: 500px;
	margin: 0 auto;
	padding: 20% 10% 0 0;
	box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
}
#recruit_second_name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
	color: #249013;
}
#recruit_second_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	color: #249013;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	margin: 10px 0 50px;
}
#recruit_bg_kango {
	background: url(images/bg_08.jpg) 50% 0 no-repeat fixed;
	background-size: 100%;
	background-position: top 100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0 -3px 5px #666;
	-webkit-box-shadow: 0 -3px 5px #666;
	-moz-box-shadow: 0 -3px 5px #666;
}
#recruit_kango_name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
	color: #000000;
}
#recruit_kango_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	color: #000000;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	margin: 10px 0 50px;
}
table.recruit_kango {
	width: 100%;
	margin: 20px 0;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.recruit_kango th {
	width: 25%;
	font-size: 10pt;
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: rgba(184,181,181,0.40);
	border-left: 3px double #5A5757;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.recruit_kango td {
	width: 75%;
	font-size: 10pt;
	padding: 10px 5px;
	color: #000000;
	background-color: rgba(255,  255,  255,  0.7);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#recruit_bg_form {
	background: url(images/bg_07.jpg) 50% 0 no-repeat fixed;
	background-size: 100%;
	background-position: top 100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#recruit_form_name {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30pt;
	text-align: center;
	color: #2BB32E;
}
#recruit_form_sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12pt;
	text-align: center;
	color: #2BB32E;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	margin: 10px 0 50px;
}
#recruit-image{
	float:left;
	width:45%;
	max-width:500px;
	margin-top:20px;
}
table.recruit_content {
	width: 53%;
	margin-bottom: 20px;
	float: right;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.recruit_content th {
	width: 25%;
	font-size: 10pt;
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
	color: #745717;
	background-color: rgba(216,182,62,0.4);
	border-left: 3px double #26A234;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.recruit_content td {
	width: 75%;
	font-size: 10pt;
	padding: 10px 5px;
	color: #745717;
	background-color: rgba(255,  255,  255,  0.7);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/**************
recruit form
**************/
.recruit-all-field {
	color: #6C6A6A;
	width: 96%;
	background-color: #A8F8A7;
	opacity: 0.7;
	font-size: 12pt;
	border: 1px solid #2AB128;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.recruit-all-field:hover {
	background-color: #47EF7F;
	opacity: 0.7;
}
.recruit-all-field:focus {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px;
}
.recruit-textarea-field {
	color: #6C6A6A;
	width: 96%;
	height: 140px;
	resize: none;
	background-color: #A8F8A7;
	opacity: 0.7;
	font-size: 12pt;
	border: 1px solid #2AB128;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.recruit-textarea-field:hover {
	background-color: #47EF7F;
	opacity: 0.7;
}
.recruit-textarea-field:focus {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px;
}
.recruit-select-field {
	color: #6C6A6A;
	width: 100%;
	resize: none;
	background-color: #A8F8A7;
	opacity: 0.7;
	font-size: 12pt;
	border: 1px solid #2AB128;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.recruit-select-field:hover {
	background-color: #47EF7F;
	opacity: 0.7;
}
.recruit-select-field:focus {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px;
}
/**************
recruit form
**************/
.recruit-all-field {
	color: #6C6A6A;
	width: 96%;
	background-color: #A8F8A7;
	opacity: 0.7;
	font-size: 12pt;
	border: 1px solid #2AB128;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.recruit-all-field:hover {
	background-color: #47EF7F;
	opacity: 0.7;
}
.recruit-all-field:focus {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px;
}
.recruit-textarea-field {
	color: #6C6A6A;
	width: 96%;
	height: 140px;
	resize: none;
	background-color: #A8F8A7;
	opacity: 0.7;
	font-size: 12pt;
	border: 1px solid #2AB128;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.recruit-textarea-field:hover {
	background-color: #47EF7F;
	opacity: 0.7;
}
.recruit-textarea-field:focus {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px;
}
.recruit-select-field {
	color: #6C6A6A;
	width: 100%;
	resize: none;
	background-color: #A8F8A7;
	opacity: 0.7;
	font-size: 12pt;
	border: 1px solid #2AB128;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.recruit-select-field:hover {
	background-color: #47EF7F;
	opacity: 0.7;
}
.recruit-select-field:focus {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px;
}
