@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

/***********************************
 reset
***********************************/
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 1em;
}
dl, ul, ol{
	list-style-type: none;
}
html{
	overflow: unset;
	height: auto;
	min-height: 100%;
}
a{
	color: #377fea;
}
a:hover{
	color: #2c64b8;
}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 1100px;
	height: 100vh;
	min-height: 100%;
	line-height: 1.5em;
	letter-spacing: 0.07em;
	color: #282828;
	font-size: 15px;
	text-align: left;
}
article{
	position: relative;
	margin: 10px auto 30px;
	padding: 20px 0;
	width: 100%;
	height: auto;
	background: none;
	overflow: hidden;
}
article + article{
	padding-top: 0;
}

section,
div.container{
	clear: both;
	position: relative;
	padding: 0;
	background: none;
	height: 100%;
	overflow: hidden;
}
section{
	margin: 15px auto;
	max-width: 930px;
}
section.wide{
	max-width: 1035px;
}
div.container{
	margin: 0 auto;
	width: 1035px;
}
@media screen and (max-width: 640px) {
	body{
		min-width: 100%;
		letter-spacing: 0;
	}
	section,
	section.wide{
		max-width: calc(100% - 30px);
	}
	div.container{
		width: 100%;
	}
}

/* アニメーション */
/*
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
@keyframes zoomInAnime{
	from {
		transform: scale(0.6);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
section{
	opacity: 0;
}
*/

main{
	width: 100%;
	overflow: hidden;
}

p{
	margin: 0.5em 0 1em;
}

/***********************************
 others
***********************************/
.txtSS{
	font-size: 0.85em;
	letter-spacing: -0.1em;
}
.txtS{
	font-size: 0.9em;
	letter-spacing: -0.06em;
}
.txtM{
	font-size: 1.05em;
	letter-spacing: -0.06em;
}
.txtL{
	font-size: 1.2em;
	letter-spacing: 0;
}
.txtAC{
	text-align: center;
}
.txtAL{
	text-align: left;
}
.txtAR{
	text-align: right;
}
.fltL{
	float: left;
}
.fltR{
	float: right;
}

ul.disc{
	list-style-type: disc;
	margin-left: 20px;
	text-align: left;
}
ul.circle{
	list-style-type: circle;
	margin-left: 20px;
	text-align: left;
}

ul.caution{
	margin: 0 0 0 20px;
	text-align: left;
}
ul.caution li{
	position: relative;
	padding: 2px 0 0;
}
ul.caution li::before {
	position: absolute;
	left: -1.2em;
	display: block;
	content: "\0203B";
}

ol{
	list-style-type: decimal;
	margin-left: 20px;
	text-align: left;
}

.marker{
	display: inline-block;
	margin: 5px 0 10px;
	padding: 0 80px 5px 1px;
	background: linear-gradient(transparent 85%, #e3ec9c 85%);
	font-size: 1.05em;
}

.spBr{
	display: none;
}
@media screen and (max-width: 640px) {
	.spBr{
		display: block;
	}
}

/***********************************
 header, footer
***********************************/
header, footer{
	clear: both;
	position: relative;
	width: 100%;
	display: block;
	letter-spacing: normal;
	font-size: 0.85em;
}

header{
	margin: 0;
	height: 165px;
}
header a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
header a.tel{
	cursor: default;
}

header h1{
	margin: 26px 0 0;
	width: 305px;
	height: 70px;
}
header h1 a{
	background: url(/images/logo.png) no-repeat center center;
}

header ul#header_info{
	position: absolute;
	top: 4px;
	right: 0;
}
header ul#header_info li{
	display: inline-block;
	margin: 0;
	height: 90px;
}
header ul#header_info li:first-child{
	width: 270px;
	background: url(/images/header_tel.png) no-repeat center #f0f0f0;
}
header ul#header_info li:last-child{
	width: 90px;
	background: url(/images/header_mail.png) no-repeat center #5fb73a;
}
header ul#header_info li:last-child:hover{
	background-color: #68c740;
}
header ul#header_info_lan{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100px;
	margin: auto 0;
	height: 20px;
	font-size: 1.1em;
}
header:has(#globalNav) ul#header_info_lan{
	top: 40px;
	right: 400px;
	margin: 0;	
}
header ul#header_info_lan li{
	display: inline-block;
}
header ul#header_info_lan li:nth-child(1){
	position: relative;
	margin-right: 30px;
}
header ul#header_info_lan li:nth-child(1)::after{
	position: absolute;
	top: 0;
	right: -20px;
	display: block;
	content: "/";
}
header ul#header_info_lan li a{
	line-height: 20px;
	color: #353535;
	text-indent: unset;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
header ul#header_info_lan li a.on,
header ul#header_info_lan li a:hover{
	opacity: 0.6;
}

@media screen and (max-width: 640px) {
	header{
		height: 80px;
	}
	header h1{
		margin: 10px;
		width: 180px;
		height: 60px;
	}
	header h1 a{
		background-size: contain;
	}
	header ul#header_info{
		display: none;
	}

	header ul#header_info_lan{
		right: 76px;
		height: calc(40px + 1.2em);
		text-align: center;
		font-size: 0.9em;
	}
	header:has(#globalNav) ul#header_info_lan{
		top: 0;
		right: 76px;
		margin: auto 0;
	}
	header ul#header_info_lan li:nth-child(n){
		display: block;
		margin: 0;
	}
	header ul#header_info_lan li:nth-child(1)::after{
		position: absolute;
		top: unset;
		bottom: 0;
		left: 0.5em;
		right: 0.5em;
		display: block;
		border-bottom: solid 1px #5fb73a;
		content: "";
	}
	header ul#header_info_lan li a{
		padding: 0.3em 0;
	}
}

footer{
	margin-top: 30px;
	background: url(/images/footer_bg.jpg) repeat-x center top;
	height: 610px;
	text-align: center;
	font-size: 15px;
}

footer div.container a.recruit{
	margin: 45px 0 150px 100px;
}

footer ul.footer_nav{
	display: inline-grid;
	margin: 0 0 0 50px;
	width: 220px;
}
footer ul.footer_nav:last-child{
	margin: 0 0 0 30px;
}
footer ul.footer_nav li{
	position: relative;
	margin: 0 0 10px;
	line-height: 19px;
	text-align: left;
}
footer ul.footer_nav li:after{
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: -20px;
	display: block;
	content: "";
	border-left: solid 13px #ffffff;
}
footer ul.footer_nav li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
}
footer ul.footer_nav li a:hover{
	color: #f2e170;
}
footer div#footer_logo{
	display: inline-grid;
	margin: 0 0 0 50px;
	background-image: url(/images/footer_logo.png?20260317);
	width: 390px;
	height: 130px;
	text-indent: -9999px;
}

footer #copyright{
	margin: 85px 0 20px;
	color: #ffffff;
}

@media screen and (max-width: 640px) {
	footer{
		height: 300px;
		background: url(/images/footer_bg_sp.jpg) repeat-x right -20px bottom / auto 100%;
		font-size: 0.9em;
	}
	
	footer div.container a.recruit{
		margin: 10px 0 100px 15px;
		width: 216px;
		height: 90px;
	}
	footer ul.footer_nav,
	footer div#footer_logo{
		display: none;
	}
	footer #copyright{
		font-size: 0.8em;
	}
}

/***********************************
 nav
***********************************/
.dwCheck,
.dwBtn,
.drawer-menu{
	display: none;
}

nav#globalNav{
	position: relative;
	top: 22px;
	margin: 0 10px;
}
nav#globalNav ul li{
	display: inline-block;
	float: left;
	margin: 0 20px;
	width: calc((100% - 340px) / 5);
	height: 35px;
	overflow: hidden;
}
nav#globalNav ul li:nth-child(2){
	width: calc(((100% - 350px) / 5) + 40px);
}
nav#globalNav ul li:nth-child(4){
	width: calc(((100% - 350px) / 5) + 100px);
}
nav#globalNav ul li a{
	position: relative;
}
nav#globalNav ul li:nth-child(1) a{ background: url(/images/nav01.png) no-repeat center 10px; }
nav#globalNav ul li:nth-child(2) a{ background: url(/images/nav02.png) no-repeat center 10px; }
nav#globalNav ul li:nth-child(3) a{ background: url(/images/nav03.png) no-repeat center 10px; }
nav#globalNav ul li:nth-child(4) a{ background: url(/images/nav04.png) no-repeat center 10px; }
nav#globalNav ul li:nth-child(5) a{ background: url(/images/nav05.png) no-repeat center 10px; }
nav#globalNav ul li a:after{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	display: block;
	content: "";
	border-bottom: solid 2px #ffffff;
}
nav#globalNav ul li a.on:after,
nav#globalNav ul li a:hover:after{
	border-color: #5fb73a;
}

@media screen and (max-width: 640px) {
	nav#globalNav{
		display: none;
	}
	
	.dwBtn,
	.drawer-menu{
		display: block;
	}
	/* dwWrap */
	#dwWrap{
		display: table;
		width: 100%;
		height: 100vh;
		box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
	}
	#dwWrap__inner{
		display: table-cell;
	}
	/* drawer menu */
	.drawer-menu{
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100%;
		padding: 40px 0;
		background: #222;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: perspective(500px) rotateY(-90deg);
		transform: perspective(500px) rotateY(-90deg);
		opacity: 0;
	}
	.drawer-menu li{
		text-align: center;
	}
	.drawer-menu li a{
		display: block;
		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 */
	.dwCheck{
		display: none;
	}
	
	/* menu button - label tag */
	.menu-btn{
		position: fixed;
		display: block;
		top: 20px;
		right: 8px;
		display: block;
		width: 40px;
		height: 40px;
		font-size: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 3;
	}
	.bar{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 3px;
		background: #999999;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	.bar.middle{
		top: 13px;
		opacity: 1;
	}
	.bar.bottom{
		top: 26px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.menu-btn__text{
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: auto;
		color: #666666;
		-webkit-transition: all .5s;
		transition: all .5s;
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.menu-btn:hover .bar{
		background: #cccccc;
	}
	.menu-btn:hover .menu-btn__text{
		color: #cccccc;
	}
	.close-menu{
		position: fixed;
		top: 0;
		right: 300px;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0);
		-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 */
	.dwCheck:checked ~ .drawer-menu{
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;
	}
	.dwCheck:checked ~ #dwWrap{
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}
	.dwCheck:checked ~ .menu-btn .menu-btn__text{
		visibility: hidden;
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.top{
		width: 56px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.dwCheck:checked ~ .menu-btn .bar.middle{
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.bottom{
		width: 56px;
		top: 40px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.dwCheck: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;
	}
}

/***********************************
 #pnList
***********************************/
ul#pnList li{
	float: left;
}
ul#pnList li:after{
	float: right;
	display: block;
	padding: 0 10px;
	content: ">";
	line-height: 1.5em;
}
ul#pnList li:last-child:after{
	display: none;
}
ul#pnList li a{
	display: inline-block;
	color: #242424;
	text-decoration: none;
}
ul#pnList li a:hover{
	color: #663399;
}

/***********************************
 h2, h3, h4
***********************************/
h2, h3, h4{
	font-weight: normal;
}

h2{
	position: relative;
	left: 50%;
	margin: 130px 0 0 -510px;
	width: 700px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom: solid 2px #ffffff;
	text-indent: -9999px;
}
.en #mainimage h2,
.zh #mainimage h2{
	margin-top: 195px;
}
h2:after{
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #7e7e7e;
	content: "";
}
#newspage h2{ background-image: url(/images/ttl_news_txt.png); }
#treatment h2{ background-image: url(/images/ttl_treatment_txt.png); }
#company h2{ background-image: url(/images/ttl_company_txt.png); }
#homecare h2{ background-image: url(/images/ttl_homecare_txt.png); }
#qa h2{ background-image: url(/images/ttl_qa_txt.png); }
#staff h2.list{ background-image: url(/images/ttl_stafflist_txt.png); }
#staff h2{ background-image: url(/images/ttl_staff_txt.png); }
#recruit h2{ background-image: url(/images/ttl_recruit_txt.png); }
#contact h2{ background-image: url(/images/ttl_inquiry_txt.png); }

@media screen and (max-width: 640px) {
	h2{
		left: 10px;
		margin: 75px 0 0;
		width: calc(100% - 20px);
		height: 40px;
		background-size: auto 30px;
		border-bottom: solid 2px #ffffff;
	}
	.en #mainimage h2,
	.zh #mainimage h2{
		margin-top: 75px;
	}
	h2:after{
		bottom: -3px;
	}
}

#home h2,
h3{
	left: 0;
	margin: 0 0 40px;
	padding: 0 0 5px;
	width: auto;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	border-bottom: solid 1px #505050;
	text-indent: -9999px;
}
#home h2:after{
	display: none;
}
h2#ttl_news,
h3#ttl_news{
	left: 0;
	margin: 0 0 30px;
	padding: 0;
	background-image: url(/images/ttl_news.png);
	border-bottom: solid 3px #e2b618;
}
#newspage h3.txt,
#staff h3.txt,
#qa h3.txt{
	margin: 0 0 10px;
	padding: 0 0 10px;
	height: auto;
	line-height: 1.4em;
	text-indent: 0;
	font-size: 1.5em;
}
h2#ttl_eigyosho{ background-image: url(/images/ttl_eigyosho.png); }
h3#ttl_treatment{ background-image: url(/images/ttl_treatment.png); }
h3#ttl_naritachi{ background-image: url(/images/ttl_naritachi.png); }
h3#ttl_company{ background-image: url(/images/ttl_company.png); }
h3#ttl_history{ background-image: url(/images/ttl_history.png); }
h3#ttl_aisatsu{ background-image: url(/images/ttl_aisatsu.png); }
h3#ttl_rinen{ background-image: url(/images/ttl_rinen.png); }
h3#ttl_kaicho-aisatsu{ background-image: url(/images/ttl_kaicho-aisatsu.png); }
h3#ttl_kaigyo{ background-image: url(/images/ttl_kaigyo.png); }
h3#ttl_flow{ background-image: url(/images/ttl_flow.png); }
h3#ttl_eigyosholist{ background-image: url(/images/ttl_eigyosholist.png); }
h3#ttl_norenwake{ background-image: url(/images/ttl_norenwake.png); }
h3#ttl_recruit{ background-image: url(/images/ttl_recruit.png); }
h3#ttl_staff{ background-image: url(/images/ttl_staff.png); }
h3#ttl_facility{ background-image: url(/images/ttl_facility.png); }
h3#ttl_taisetsu{ background-image: url(/images/ttl_taisetsu.png); }
h3#ttl_message{ background-image: url(/images/ttl_message.png); }
h3#ttl_message2{ background-image: url(/images/ttl_message2.png); }
h3#ttl_message3{ background-image: url(/images/ttl_message3.png); }
h3#ttl_info{ background-image: url(/images/ttl_info.png); }
h3#ttl_contactform{ background-image: url(/images/ttl_contactform.png); }
h3#ttl_contact{ background-image: url(/images/ttl_contact.png); }
h3#ttl_about{ background-image: url(/images/ttl_about.png); }
h3#ttl_hatarakiyasusa{ background-image: url(/images/ttl_hatarakiyasusa.png); }
h3#ttl_harassment{ background-image: url(/images/ttl_harassment.png); }
h3#ttl_staff-user{ background-image: url(/images/ttl_staff-user.png); }
h3#ttl_kensyu{ background-image: url(/images/ttl_kensyu.png); }
h3#ttl_jobinfo{ background-image: url(/images/ttl_jobinfo.png); }
h2#ttl_link{ background-image: url(/images/ttl_link.png); }

#home h3,
h4{
	position: relative;
	margin: 10px 0 30px;
	padding: 12px 0 8px 20px;
	height: auto;
	line-height: 1.1em;
	border-bottom: dotted 1px #000000;
	color: #474747;
	text-indent: 0;
	font-size: 1.5em;
}
#home h3:after,
h4:after{
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 0;
	display: block;
	content: "";
	border-left: solid 7px #e3ec9c;
}

#home h4{
	margin: 10px 0 5px;
	font-size: 1.3em;
}

@media screen and (max-width: 640px) {
	#home h2,
	h3{
		margin: 0 0 30px;
		height: 40px;
		background-size: auto 45%;
		background-position: 10px;
		border-bottom: solid 1px #505050;
	}
	h2#ttl_news,
	h3#ttl_news{
		margin: 0 0 30px;
		padding: 0;
		background-image: url(/images/ttl_news.png);
		border-bottom: solid 3px #e2b618;
	}
	h3#ttl_naritachi{ background-size: auto 38%; }
	h3#ttl_kaigyo{ background-size: auto 38%; }
	h3#ttl_staff-user{ background-size: auto 38%; }
	
	#home h3,
	h4{
		padding-left: 15px;
		line-height: 1.5em;
		font-size: 1.3em;
	}
}


/***********************************
 table
***********************************/
table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: solid 1px #cecece;
	border-left: solid 1px #cecece;
	line-height: 1.3em;
}
th{
	padding: 10px 20px;
	background: #ecf7e7;
	font-weight: normal;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cecece;
	border-left: 3px double #cecece;
	border-right: 1px solid #cecece;
}
td{
	padding: 10px 20px;
	background: #ffffff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
table.beside{
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}
table.beside th{
	border-top: 3px double #cecece;
	border-left: 1px solid #ffffff;
}

table.lineTbl,
table.lineTbl th,
table.lineTbl td{
	border: none;
}
table.lineTbl{
	border-spacing: 0 1px;
	background: #bcbcbc;
}
table.lineTbl th,
table.lineTbl td{
	background: #fbfbfb;
}
table.lineTbl th{
	position: relative;
}
table.lineTbl th:after{
	position: absolute;
	top: 7px;
	bottom: 7px;
	right: 0;
	display: block;
	content: "";
	border-right: solid 1px #c0c0c0;
}

/***********************************
 .row, .column
***********************************/
.row{
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: calc(100% + 40px);
	margin: 0 0 40px;
}
.row:after{
	clear: both;
	display: block;
	content: "";
}
.row + .row{
	margin-top: -20px;
}
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1{
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 40px 0 0;
}
.column1{ width: calc(100% - 40px); clear: both; }
.row .column2{ width: calc(50% - 40px); }
.row .column2.narrow{ width: calc(41% - 40px); }
.row .column2.wide{ width: calc(59% - 40px); }
.row .column3-1{ width: calc((100% /3) - 40px); }
.row .column3-2{ width: calc((100% /3) * 2 - 40px); }
.row .column4-1{ width: calc(25% - 40px); }
.row .column4-3{ width: calc(75% - 40px); }
.row .column5-1{ width: calc((100% /5) - 40px); }

@media screen and (max-width: 640px) {
	.row{
		display: block;
	}
	.row .column2,
	.row .column2.narrow,
	.row .column2.wide,
	.row .column3-1,
	.row .column3-2{
		clear: both;
		float: unset;
		width: calc(100% - 40px);
	}
	.row .column4-1,
	.row .column4-3,
	.row .column5-1{
		background: #ff0000;
		width: calc(50% - 40px);
	}
}

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}
column1,
.row img + img{
	margin-top: 40px;
}
@media screen and (max-width: 640px) {
	.row img + img{
		margin-top: 20px;
	}
}
.column1 img.fixity,
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	display: block;
	margin: 0 auto;
	width: auto;
}

.row .boxShadow{
	border: solid 1px #c4c4c4;
	background: #ffffff;
	width: calc(100% - 4px);
	height: calc(100% - 5px);
	box-shadow: 0px 0px 3px 0px #c4c4c4;
}
.row.boxRowBorder{
	padding: 40px 0 40px 40px;
	background: #ffffff;
	width: calc(100% - 42px);
	border: solid 1px #cfceac;
}
.row.boxRowBorder + .row.boxRowBorder{
	border-top: none;
	margin-top: -50px;
	padding-top: 0;
}
.row.boxColor{
	padding: 40px 0 40px 40px;
	width:calc(100% - 42px);
	border: solid 1px #ffffff;
}
.row.boxColor.color01{ 	background: #ededed; }
.row.boxColor.color02{ 	background: #f2ecc7; }
.row.boxRowBorder .row:last-child,
.row.boxColor .row:last-child{
	margin: 0;
}

/***********************************
 .btn, .btnBox, .btnBoxRow
***********************************/
a.btn{
	display: block;
	width: 360px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
a.btn:hover{
	background-color: #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a.btn.treatment{ background-image: url(/images/btn_treatment.png); }
a.btn.staff{ background-image: url(/images/btn_staff.png); }
a.btn.recruit{ background-image: url(/images/btn_recruit.png); width: 360px; height: 151px; }

ul.bnrLst{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 2em 3em;
	margin: 4em auto 3em;
	width: calc(100% - 4em);
}
ul.bnrLst a{
	display: block;
	margin: 0.5em 0;
}
ul.bnrLst a img{
	width: 310px;
}

@media screen and (max-width: 640px) {
	a.btn{
		background-size: contain;
		width: 320px;
		height: 143px;
	}
	a.btn.recruit{
		width: 320px;
		height: 135px;
	}

	ul.bnrLst{
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 3em auto 0;
		width: calc(100% - 3em);
	}
	ul.bnrLst a img{
		width: 300px;
	}
	
}

a.btnTxt{
	display: inline-block;
	margin: 10px; 
	padding: 0 1em 0 1.05em;
	background: #423837;
	min-width: 180px;
	height: 33px;
	line-height: 33px;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	border-radius: 3px;
}
a.btnTxt:hover,
a.btnTxt:active{
	background: #4f4342;
}

a.btnTxtBlue{
	position: relative;
	display: inline-block;
	margin: 10px; 
	padding: 0 1em 0 1.05em;
	background: #27a0e0;
	min-width: 170px;
	height: 33px;
	overflow: hidden;
	z-index: 1;
	line-height: 33px;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	border-radius: 3px;
}
a.btnTxtBlue:before{
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 80px transparent;
	border-bottom: solid 33px #2094db;
	z-index: -1;
}
a.btnTxtBlue:hover{
	background: #228dc7;
}
a.btnTxtBlue:hover:before{
	border-bottom: solid 30px #1d83c2;
}

.btnBoxLine{
	clear: both;
	margin: 10px auto;
	text-align: center;
}
.btnBoxLine a.btn{
	display: inline-block;
	margin: 0 30px;
}
@media screen and (max-width: 640px) {
	.btnBoxLine a.btn{
		margin: 0 auto 20px;
	}
}

/**********************************************************************
 
 page
 
**********************************************************************/
p.message{
	margin: 0 0 1.5em;
	line-height: 1.6em;
	text-align: center;
	font-size: 1.25em;
}
p.message + p.message{
	margin-top: -0.5em;
}
@media screen and (max-width: 640px) {
	p.message{
		font-size: 1.1em;
	}
}

#home .eigyosho h3,
.eigyosho h4{
	margin: 10px 0;
}
.eigyosho strong{
	display: block;
	margin: 0 0 10px;
	padding: 5px;
	width: calc(100% - 40px);
	border-bottom: dotted 1px #000000;
	font-weight: bold;
}
.eigyosho ul{
	margin: 0 0 30px;
	width: calc(100% - 35px);
}
.eigyosho ul:last-child{
	margin: 0;
}
.eigyosho ul li{
	position: relative;
	margin: 5px 0 0 20px;
}
.eigyosho ul li:after{
	position: absolute;
	top: 7px;
	left: -15px;
	display: block;
	content: "";
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #649e4b;
}
.eigyosho ul.yellow li:after{
	border-left: 7px solid #e1b20a;
}
#home .eigyosho h3{
	width: calc(100% - 50px);
}
.eigyosho a{
	display: block;
	color: #282828;
	text-decoration: none;
}
.eigyosho a:hover{
	background: #fcffd2;
}

@media screen and (max-width: 640px) {
	#home .eigyosho h3,
	.eigyosho h4{
		margin: 10px auto;
	}.eigyosho strong{
		margin: 0 auto 10px;
	}
	.eigyosho ul,
	.eigyosho ul:last-child{
		margin: 0 auto 30px;
	}
}

/***********************************
 #mainimage
***********************************/
#mainimage{
	position: relative;
	padding: 0;
	height: 230px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
#newspage #mainimage{ background-image: url(/images/ttl_news.jpg); }
#treatment #mainimage{ background-image: url(/images/ttl_treatment.jpg); }
#company #mainimage{ background-image: url(/images/ttl_company.jpg); }
#homecare #mainimage{ background-image: url(/images/ttl_homecare.jpg); }
#qa #mainimage{ background-image: url(/images/ttl_qa.jpg); }
#staff #mainimage{ background-image: url(/images/ttl_staff.jpg); }
#recruit #mainimage{ background-image: url(/images/ttl_recruit.jpg); }
#contact #mainimage{ background-image: url(/images/ttl_inquiry.jpg); }
.en #mainimage{ background-image: url(/images/ttl_languages1.jpg); height: 295px; }
.zh #mainimage{ background-image: url(/images/ttl_languages2.jpg); height: 295px; }
@media screen and (max-width: 640px) {
	#mainimage,
	.en #mainimage,
	.zh #mainimage{
		height: 150px;
	}
}

#home #mainimage{
	height: 550px;
}
#home #mainimage .slide li{
	display: block;
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#home #mainimage .slide li:nth-child(1){ background-image: url(/images/main01.jpg);}
#home #mainimage .slide li:nth-child(2){ background-image: url(/images/main02.jpg);}
#home #mainimage .slide li:nth-child(3){ background-image: url(/images/main03.jpg);}

#home #mainimage p{
	position: absolute;
	top: 325px;
	right: calc(50% - 517px);
	margin: 0;
	background: rgba(49,131,14,0.65);
	width: 650px;
	height: 190px;
	z-index: 100;
}
#home #mainimage p span{
	position: relative;
	top: 20px;
	display: block;
	background: url(/images/mainimg_message.png) no-repeat center;
	background-size: contain;
	height: 150px;
	text-indent: -9999px;
}
@media screen and (max-width: 640px) {
	#home #mainimage{
		width: 100vw !important;
		height: 310px;
	}
	#home #mainimage .slide li{
		height: 200px;
	}
	#home #mainimage .slide li:nth-child(1){ background-image: url(/images/main01sp.jpg);}
	#home #mainimage .slide li:nth-child(2){ background-image: url(/images/main02sp.jpg);}
	#home #mainimage .slide li:nth-child(3){ background-image: url(/images/main03sp.jpg);}
	
	#home #mainimage p{
		top: 200px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: rgba(0,0,0,0.7);
		background: rgba(95,183,58);
		width: 100%;
		height: 110px;
	}
	#home #mainimage p span{
		top: 10px;
		margin: auto;
		background-size: contain;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
}

/***********************************
 home
***********************************/
#home p.message{
	margin: 0.8em 0 1em;
	text-align: left;
}

#home #news{
	margin: 60px auto 40px;
	padding: 20px 0;
	background: #f9f9f9;
}
#news a#newslist{
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	width: 130px;
	height: 30px;
	background: url(/images/btn_newslist.png) no-repeat center #5fb73a;
	border-radius: 20px;
	text-indent: -9999px;
}
#news a#newslist:hover{
	background-color: #67c43f;
}
#news ul{
	margin: 0 0 30px;
}
#news ul li{
	padding: 10px 10px 10px 175px;
	text-indent: -105px;
	border-bottom: dotted 1px #cccccc;
}
#news ul li.important{
	background: url(/images/news_important.png) no-repeat 10px 11px;
}
#news ul li span{
	display: inline-block;
	width: 105px;
	text-indent: 0;
}
@media screen and (max-width: 640px) {
	#home .btnBoxLine{
		margin: 0 auto;
	}
	
	#news a#newslist{
		top: 48px;
		right: 10px;
		width: 104px;
		height: 24px;
		background-size: 80% auto;
	}
	
	#news ul li{
		padding: 10px;
		text-indent: 0;;
	}
	#news ul li span{
		display: block;
		margin: 0 0 3px;
	}
	#news ul li.important span{
		margin-left: 60px;
	}
}

/***********************************
 newspage
***********************************/
#newspage p.date{
	margin: 0 0 1.2em;
	text-align: right;
}

#newspage #newsBox{
	margin: 0 0 50px;
}
#newspage #newsBox:after{
	clear: both;
	display: block;
	content: "";
}

/*** h4, h5   -- For Editor ***/
#newspage #newsBox h4,
#newspage #newsBox h5{
	display: flex;
	font-weight: normal;
}
#newspage #newsBox h4{
	margin: 10px 0 20px;
	padding: 6px 0 4px 20px;
	font-size: 1.3em;
}
#newspage #newsBox h5{
	margin: 10px 0 15px;
	padding: 0 0 4px;
	font-size: 1.1em;
	border-bottom: dotted 1px #b1b1b1;
}
#newspage #newsBox p + h5{
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	#newspage #newsBox h4{
		padding-left: 15px;
	}
}

/*** p, ul, ol   -- For Editor ***/
#newspage #newsBox p{
	margin: 10px 0 15px;
}
#newspage #newsBox img#photo1,
#newspage #newsBox img#photo2,
#newspage #newsBox img#photo3,
#newspage #newsBox img#photo4{
	display: block;
	width: auto;
	max-width: 50%;
}

#newspage #newsBox ul,
#newspage #newsBox ol{
	margin: 10px 0 15px 30px;
}
#newspage #newsBox ul{
	list-style-type: disc;
}

/*** img ***/
#newspage #newsBox img#photo1.fltL{
	margin: 15px 40px 30px 0;
}
#newspage #newsBox img#photo1.fltR{
	margin: 15px 0 30px 40px;
}
#newspage #newsBox img#photo2{
	float: left;
	max-width: calc(50% - 15px);
}
#newspage #newsBox img#photo3{
	float: right;
	width: calc(50% - 15px);
}
#newspage #newsBox img.photo4{
	float: left;
	margin: 0 15px 0 0;
	width: calc((100% / 3) - 10px);
}
#newspage #newsBox img.photo4:last-child{
	margin: 0;
}

/*** #relatedBox ***/
#newspage #relatedBox li{
	display: inline-block;
	margin: 0 5px 10px;
}
#newspage #relatedBox li a{
	display: block;
	padding: 5px 15px;
	min-width: 200px;
	border: solid 1px #cccccc;
	text-decoration: none;
	color: #282828;
}
#newspage #relatedBox li a:hover{
	background: #fcffd2;
}

@media screen and (max-width: 640px) {
	#newspage #newsBox img#photo1.fltL{
		margin: 5px 15px 15px 0;
	}
	#newspage #newsBox img#photo1.fltR{
		margin: 5px 0 15px 15px;
	}
	#newspage #newsBox img#photo2{
		float: left;
		max-width: calc(50% - 7px);
	}
	#newspage #newsBox img#photo3{
		float: right;
		width: calc(50% - 7px);
	}
	#newspage #newsBox img.photo4{
		margin: 0 9px 0 0;
		width: calc((100% / 3) - 6px);
	}
}
@media screen and (max-width: 450px) {
	#newspage #relatedBox li{
		display: block;
		margin: 0 0 10px;
	}
}

/***********************************
 treatment
***********************************/
#treatment p.message:nth-child(2) br:nth-child(2){
	display: none;
}

#treatment ul.disc{
	margin-top: -0.5em;
}

#treatment #example iframe{
	display: block;
	margin: 2em auto;
	width: 784px;
	height: 441px;
}

#treatment .naritachi p{
	margin: 0.5em auto 1em;
	width: 80%;
}

@media screen and (max-width: 640px) {
	#treatment p.message:nth-child(2) br:nth-child(2){
		display: block;
	}
	
	#treatment #example iframe{
		width: 84vw;
		height: 47.25vw;
	}
	#treatment #example img{
		width: 80vw;
		margin: 0 auto 1em;
	}
	
	#treatment .naritachi p{
		width: auto;
	}
}

/***********************************
 company
***********************************/
#company p.message br:nth-child(1),
#company p.message br:nth-child(3){
	display: none;
}

#company table#history,
#company table#history tr th,
#company table#history tr td{
	border: none;
}
#company table#history tr th{
	background: none;
	width: 100px;
	vertical-align: top;
	border-right: solid 5px #f1f7ed;
	color: #799d60;
}
#company table#history tr td ul li{
	position: relative;
	margin: 0 0 5px 0;
}
#company table#history tr:first-child th,
#company table#history tr:first-child td{
	padding-top: 25px;
}
#company table#history tr:last-child th,
#company table#history tr:last-child td{
	padding-bottom: 25px;
}
#company table#history tr td ul li:before{
	position: absolute;
	top: 5px;
	left: -27px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #b2d29b;
	content: "";
}
#company table#history tr td ul li span{
	display: inline-block;
	width: 43px;
}
#company table#history tr.big th{
	font-weight: bold;
	font-size: 1.3em;
}
#company table#history tr.big td ul li:before{
	top: 0;
	left: -31px;
	width: 17px;
	height: 17px;
}
#company table#history tr.big td ul li.mini:before{
	top: 6px;
	left: -27px;
	width: 9px;
	height: 9px;
}

#company .aisatsu div.photo{
	float: right;
	margin: 0 0 20px 40px;
	text-align: right;
}
#company .aisatsu div.photo2{
	float: right;
	margin: 0 0 20px 40px;
	width: 33%;
	text-align: right;
}
#company .aisatsu div.photo2 img{
	display: block;
	margin: 0 0 10px;
	width: 100%;
}
#company img.rinenImg{
	display: block;
	margin: 0 auto 30px;
	width: 420px;
}
#company ol.rinen li + li{
	margin-top: 1em;
}

#company #book{
	margin: auto;
	width: 550px;
}
#company #book strong{
	display: block;
	padding: 5px 10px;
	border-bottom: dotted 1px #000000;
}
#company #book p{
	padding: 5px 10px;
}
#company #book img{
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	#company p.message br:nth-child(1),
	#company p.message br:nth-child(3){
		display: block;
	}

	#company table.lineTbl{
		margin-bottom: 20px;
	}
	
	#company table#history tr th{
		padding: 10px 20px 10px 10px;
		width: auto;
		max-width: 100px;
		font-size: 0.95em;
		white-space: nowrap;
	}
	#company table#history tr.big th{
		font-size: 1.1em;
	}
	#company table#history tr td{
		padding: 10px 10px 10px 20px;
	}
	#company table#history tr td ul li span{
		display: block;
	}
	
	#company .aisatsu div.photo{
		margin: 0 0 5px 10px;
		width: auto;
		max-width: 50%;
		text-align: right;
		font-size: 0.9em;
		line-height: 1.2em;
	}
	#company .aisatsu div.photo img{
		width: 100%;
	}
	#company .aisatsu div.photo2{
		margin: 0 0 5px 10px;
		width: 40%;
		min-width: 160px;
		font-size: 0.9em;
		line-height: 1.2em;
	}
	#company img.rinenImg{
		margin: 0 auto 1.5em;
		width: calc(100% - 10px);
	}
	
	#company #book{
		width: calc(100% + 40px);
	}
}

/***********************************
 homecare
***********************************/
#homecare #target{
	margin-top: 40px;
	width: 840px;
}
#homecare #target > div .wide{
	padding-right: 10px;
}
#homecare #target > div strong{
	display: block;
	padding: 5px 10px;
	border-bottom: dotted 1px #000000;
}
#homecare #target > div p,
#homecare #target > div ul{
	padding: 5px 10px;
}

#homecare #target #cstTbl .feeCalc img{
	margin: 0 0 1em 7em;
}
#homecare #target #cstTbl .example{
	margin: 1em auto;
	padding: 1.5em 1.5em 1em;
	background: #effbea;
	max-width: 80%;
	font-size: 0.9em;
	letter-spacing: 0;
}
#homecare #target #cstTbl .example dl{
	border-bottom: dotted 1px #649e4b;
	margin: 0 auto 1em;
}
#homecare #target #cstTbl .example dl dt{
	font-weight: bold;
}
#homecare #target #cstTbl .example dl dd{
	padding: 0.2em 0 0.5em 2em;
}
#homecare #target #cstTbl .example ul.caution{
	padding-top: 0;
}
#homecare #target #cstTbl dl.word{
	margin: 1em auto;
	padding: 1.5em 1.5em 0.5em;
	max-width: 80%;
	border: dotted 1px #649e4b;
	font-size: 0.9em;
	letter-spacing: 0;
}
#homecare #target #cstTbl dl.word dt{
	font-weight: bold;
	font-size: 1.15em;
}
#homecare #target #cstTbl dl.word dd{
	padding: 0.8em 0 1em 0.5em;
}

#homecare #flow strong{
	display: block;
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.15em;
}
#homecare #flow .column3-2 strong{
	margin: 15px 0 10px;
}
#homecare #flow .column3-2 img{
	float: right;
	margin: 1.5em 0 0 1em;
	width: auto;
	height: 120px;
}

@media screen and (max-width: 640px) {
	#homecare #target{
		width: auto;
	}
	#homecare #target > div p br{
		display: none;
	}
	
	#homecare #target #cstTbl .feeCalc{
		margin: 0 0 1em;
		height: 120px;
		background: url(/images/img_homecare_fee-calc_sp.png) no-repeat center;
		background-size: contain;
	}
	#homecare #target #cstTbl .feeCalc img{
		display: none;
	}
	#homecare #target #cstTbl .example,
	#homecare #target #cstTbl dl.word{
		padding: 1.5em 1em 1em;
		max-width: calc(100% - 4em);
	}
	#homecare #target #cstTbl .example dl dd,
	#homecare #target #cstTbl dl.word dd{
		padding: 0.5em 0 1.5em 0.5em;
	}
	#homecare #target #cstTbl .example dl dd:last-child,
	#homecare #target #cstTbl dl.word dd:last-child{
		padding-bottom: 1em;
	}
}

/***********************************
 qa
***********************************/
#qa ul#qaCategory{
	margin: 10px 0 30px;
	text-align: center;
}
#qa ul#qaCategory li{
	display: inline-block;
	margin: 5px 15px;
}
#qa ul#qaCategory li a{
	display: block;
	padding: 15px 25px;
	background: #838383;
	border: solid 1px #ffffff;
	outline: solid 2px #838383;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.05em;
}
#qa ul#qaCategory li a:hover{
	background: #8f8f8f;

}

#qa h3.txt{
	margin: 10px 0 20px;
	border: none;
}

#qa section#general,
#qa section#company{
	margin-bottom: 50px;
	padding: 20px 30px;
	background: #f9f9f9;
}

#qa dt{
	position: relative;
	margin: 10px 0;
	padding: 15px 40px 15px 50px;
	border-top: dashed 1px #5fb73a;
	border-bottom: dashed 1px #5fb73a;
	font-weight: bold;
	cursor: pointer;
	transition: all .5s ease;
}
#qa dd{
	position: relative;
	display: none;
	padding: 5px 10px 40px 50px;;
}
#qa dt:before,
#qa dd:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	font-family: 'Itim', cursive;
	font-size: 30px;
}
#qa dt:before{
	bottom: 0;
	margin: auto;
	background: #5fb73a;
	content: "Q";
	font-weight: normal;
}
#qa dd:before{
	margin: auto;
	background: #b73a3a;
	content: "A";
}

#qa dt:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	content: '+';
	margin: auto;
	width: 1em;
	height: 1em;
	color: #838383;
	text-align: center;
	font-size: 1.5em;
}
#qa dt.close:after{
	transform: rotateZ(45deg);
}

@media screen and (max-width: 640px) {
#qa ul#qaCategory li{
	margin: 10px;
}
#qa ul#qaCategory li a{
	padding: 10px 15px;
}
#qa section#general,
#qa section#company{
	padding: 20px 10px;
	background: #f9f9f9;
}
#qa dt{
	padding-right: 30px;
}
#qa dt:after{
	right: 5px;
}
}

/***********************************
 staff
***********************************/
#staff p.message:nth-child(1) br:nth-child(1),
#staff p.message:nth-child(1) br:nth-child(4),
#staff p.message:nth-child(2) br:nth-child(1),
#staff p.message:nth-child(2) br:nth-child(2),
#staff p.message:nth-child(2) br:nth-child(4){
	display: none;
}

#staff .eigyosho:first-of-type{
	padding-bottom: 40px;
}
#staff .eigyosho .column3-1 h4:first-child{
	margin-top: 0;
}
#staff .eigyosho .column3-1 h4 + ul{
	width: 100%;
}
#staff .eigyosho .column1 ul.norenwake{
	margin-left: 5px;
	width: 248px;
}

#staff section a.btn.recruit{
	margin: auto;
}

@media screen and (max-width: 640px) {
	#staff p.message:nth-child(1) br:nth-child(1),
	#staff p.message:nth-child(1) br:nth-child(4),
	#staff p.message:nth-child(2) br:nth-child(1),
	#staff p.message:nth-child(2) br:nth-child(2),
	#staff p.message:nth-child(2) br:nth-child(4){
		display: block;
	}

	#staff .eigyosho:first-of-type{
		padding-bottom: 0;
	}
	#staff .eigyosho .column3-1 h4{
		width: calc(100% - 45px);
	}
	#staff .eigyosho .column3-1 h4 + ul{
		width: calc(100% - 35px);
	}
	#staff .eigyosho .column1 ul.norenwake{
		width: 100%;
	}
	#staff .eigyosho:last-child{
		margin: 0;
	}
	
	#staff img.narrowMode{
		float: left;
		margin: 0 5px 5px 0;
		width: 40%;
		max-width: 300px;
	}
}

/*****     eigyosho     *****/
#staff #info{
	padding: 30px 0; 
	background: #f9f9f9;
	text-align: center;
}
#staff #info p{
	display: inline-block;
	margin: auto;
	padding: 0 20px;
	text-align: left;
}
#staff #info p span{
	white-space: nowrap;
}
#staff #info + p.message{
	margin-top: 1.5em;;
}

#staff .staffImg img:nth-child(2),
#staff .staffImg img:nth-child(3){
	float: left;
	margin-top: 20px;
	width: calc(50% - 10px);
}
#staff .staffImg img:nth-child(2){
	margin-right: 20px;
}

#staff div.photo{
	float: right;
	margin: 0 0 20px 40px;
	text-align: right;
}
#staff div.photo img{
	width: 300px;
}

#staff img.photoR{
	float: right;
	margin: -0.2em 0 0;
	width: 180px;
}

@media screen and (max-width: 640px) {
	#staff #info h3.txt{
		font-size: 1.3em;
	}
	
	#staff .staffImg{
		margin-bottom: 20px;
	}
	#staff .staffImg img:nth-child(2),
	#staff .staffImg img:nth-child(3){
		margin-top: 10px;
		width: calc(50% - 5px);
	}
	#staff .staffImg img:nth-child(2){
		margin-right: 10px;
	}

	#staff .row.staffImg2{
		width: calc(100% + 10px);
	}
	#staff .row.staffImg2 + .row.staffImg2{
		margin-top: -30px;
	}

	#staff .row.staffImg2 .column3-1{ clear: unset; float: left; margin: 0 10px 0 0; width: calc((100% /3) - 10px); }
	
	#staff div.photo{
		margin: 0 0 5px 10px;
		width: auto;
		max-width: 50%;
		text-align: right;
		font-size: 0.9em;
		line-height: 1.2em;
	}
	#staff div.photo img{
		width: 100%;
	}

	#staff img.photoR{
		float: none;
		margin: 20px auto 0;
		width: 70%;
	}
	#staff .photoSub img{
		margin: 20px auto 0;
		width: 70%;
	}
	#staff .photoSub div:first-child img{
		margin-top: 0;
	}
}

/*****     eigyosho - funabashi     *****/

@media screen and (max-width: 640px) {
	#staff .spChengeImg{
		display: none;
	}
	#staff #funabashiStaff{
		background: url(/staff/images/funabashi_staff_sp.png) no-repeat center;
		background-size: contain;
		height: calc((100vw - 30px) * 1.73);
	}
}

/***********************************
 recruit
***********************************/
#recruit h4{
	margin-top: -7px;
}

#recruit ol + ul.caution{
	margin-top: 10px;
}

#recruit ul#kensyu > li{
	margin: 0 0 20px;
}
#recruit ul#kensyu > li strong{
	display: block;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: dashed 1px #9b9b9b;
}
#recruit ul#kensyu > li > ul{
	margin: 0 0 0 30px;
}

#recruit #ryakureki{
	margin: -30px auto 40px;
	padding: 30px 0 20px 40px;
	width: calc(100% - 142px);
	letter-spacing: 0;
	font-size: 0.95em;
}
#recruit #ryakureki .column3-1{
	margin: 0 25px 0 0;
	width: calc((100% /3) - 25px);
}
#recruit #ryakureki .column3-1 img{
	margin: 0.5em 0;
}

#recruit table#jobinfo{
	margin: 0 auto 20px;
	width: 90%;
}
#recruit table#jobinfo th{
	width: 110px;
}
#recruit table#jobinfo td ul.circle{
	margin: 0 0 0 30px;
}
#recruit table#jobinfo td ul.circle.chingin{
	margin: 0 0 0.5em 30px;
}
#recruit table#jobinfo td ul.kyuka > li{
	margin: 0 0 0.5em;
}
#recruit table#jobinfo td ul.kyuka > li:last-child{
	margin: 0;
}
#recruit table#jobinfo td ul.kyuka > li > ul.caution{
	margin: 5px 0 0 30px
}
#recruit table#jobinfo td ul.fukuri > li{
	float: left;
	min-width: 205px;
}

#recruit #recruitImg{
	width: 100%;
	height: 300px;
}

@media screen and (max-width: 640px) {
	#recruit h4{
		margin-bottom: 20px;
		padding-top: 8px;
		font-size: 1.2em;
	}
	
	#recruit .row .column2:last-child,
	#recruit .row .column3-1{
		margin-top: 20px;
	}
	
	#recruit .row .column3-1.combi{
		margin-top: 0px;
	}
	#recruit .row .column2.combi img,
	#recruit .row .column3-1.combi img{
		float: left;
		width: 49%;
	}
	#recruit .row .column2.combi img + img,
	#recruit .row .column3-1.combi img + img{
		margin: 0 0 0 2%;
	}
	
	#recruit #ryakureki{
		margin: -10px auto 40px;
		padding: 10px 0 0px 20px;
		width: calc(100% - 32px);
	}
	#recruit #ryakureki .column3-1,
	#recruit #ryakureki .column3-2{
		width: calc(100% - 20px);
	}
	
	#recruit table#jobinfo{
		width: auto;
	}
	#recruit table th,
	#recruit table td{
		display: block;
		padding: 10px;
	}
	#recruit table#jobinfo th{
		width: auto;
		border-top: 3px double #cecece;
		border-left: none;
	}
	#recruit table#jobinfo td ul.kyuka > li > ul.caution{
		margin: 5px 0 0 20px
	}
	#recruit table#jobinfo td ul.fukuri > li{
		float: unset;
		width: auto;
	}
}

/***********************************
 contact
***********************************/
form table{
	margin: 20px 0;
}
form table th span,
span.required,
span.error{
	color: red;
}
form table + p.memo{
	margin: 0 0 20px;
	text-align: left;
}

form label{
	position: relative;
	display: inline-block;
	margin: 3px 30px 3px 0;
	min-width: 100px;
	cursor: pointer;
}
input[type="checkbox"]{
	margin-right: 5px;
	width: 18px;
	height: 18px;
	font-weight: bold;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	margin: 1px 0;
	padding: 5px 5px;
	line-height: 1.3em;
	color: #000000;
	width: 80%;
}
input[type="text"],
input[type="tel"],
input[type="email"]{
	line-height: 2em;
}
textarea{
	height: 6em;
}

input[type="button"].btn,
input[type="submit"].btn{
	padding: 8px 20px;
	min-width: 300px;
	background: #e1e1e1;
	border: solid 1px #adadad;
}
form input[type="button"].btn:hover,
form input[type="submit"].btn:hover{
	background: #ecf7e7;
	border: solid 1px #5fb73a;
}

/* placeholder */
textarea[name="detail"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder IE */
textarea[name="detail"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder Edge */
@supports (-ms-ime-align: auto){
	textarea[name="detail"]::-ms-input-placeholder,
	input[type="text"]::-ms-input-placeholder,
	input[type="tel"]::-ms-input-placeholder,
	input[type="email"]::-ms-input-placeholder{
		color: #b3b3b3;
		line-height: 2em;
		opacity: 1;
	}
}

#contact table th{
	width: 150px;
}

#thanksBox{
	margin: 4em 0 5em;
	line-height: 2em;
}
#thanksBox br:nth-child(2){
	display: none;
}

@media screen and (max-width: 640px) {
	#contact table th,
	#contact table td{
		display: block;
	}
	#contact table th{
		width: auto;
		border-top: 3px double #cecece;
		border-left: none;
	}
	#contact .row .column3-2{
		margin-bottom: 25px;
	}
	
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	textarea{
		width: 95%;
	}

	#thanksBox br:nth-child(2){
		display: block;
	}
}

/***********************************
 privacy
***********************************/
p.law{
	padding: 0 20px 10px;
	text-align: left;
}
dl.law{
	margin: 0 20px 15px;
	text-align: left;
}
dl.law dt{
	margin: 0 0 10px 0;
	font-weight: bold;
}
dl.law dd{
	margin: 0 0 10px 20px;
}

