@charset "UTF-8";


/********************/
/* subtitle */
/********************/
.subtitle02 {
	line-height: 1.4;
	border-bottom: 2px solid #d0cdca;
	margin-bottom: 25px;
}
.subtitle02 > span {
	display: inline-block;
}
.subtitle02 > span.text01 {
	font-size: 1.8em;
	font-weight: bold;
	color: #1d0f03;
}
.subtitle02 > span.text02 {
	font-size: 1.1em;
	font-weight: bold;
	color: #eb5a29;
	padding: 0 0 0 1em;
}


.subtitle03 > span {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	color: #304286;
	line-height: 1.2;
	margin-bottom: 10px;
}

.subtitle03_02 {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	color: #304286;
	line-height: 1.2;
	margin-bottom: 0;
	padding-left: 1em;
	position: relative;
}
.subtitle03_02:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #11807f;
	position: absolute;
	top: 0.18em;
	left: 0;
}





.areaMain {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}





/* #page__title__area */
/*------------------------------------------------------------------------------*/
#page__title__area {
	min-width: 1200px;
	background: url('../images/pagetitle_bg.jpg') no-repeat 0 92%;
	position: relative;
}
#page__title__area:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 30, 4, 0.1);
	position: absolute;
	top: 0;
	left: 0;
}
#page__title__area > .areaMain {
	display: table;
	width: 1200px;
	height: 200px;
	z-index: 10;
}
#page__title__area > .areaMain > .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
#page__title__area > .areaMain > .inner > h1 {
	display: inline-block;
	line-height: 1;
}
#page__title__area > .areaMain > .inner > h1 > span {
	display: block;
	font-weight: bold;
}
#page__title__area > .areaMain > .inner > h1 > span.text02 {
	margin: 10px 0 0 0;
}
#page__title__area > .areaMain > .inner > h1 > span > span {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
}
#page__title__area > .areaMain > .inner > h1 > span.text01 > span {
	font-size: 3.2em;
	padding: 0.2em 10px;
}
#page__title__area > .areaMain > .inner > h1 > span.text02 > span {
	font-size: 1.6em;
	color: #eb5a29;
	padding: 0.2em 12px;
}





/* #mainvisual_area */
/*------------------------------------------------------------------------------*/
#mainvisual_area {
	min-width: 1200px;
	min-height: 440px;
	height: auto;
	background: url('../images/mainvisual_bg.jpg') no-repeat center center;
	background-size: cover;
	padding-top: 27%;
	position: relative;
}
#mainvisual_area > .areaMain {
	width: 1200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 20;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
#mainvisual_area > .areaMain > p {
	font-size: 3em;
	font-weight: bold;
	color: #501f06;
	text-shadow:
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
	position: absolute;
	top: 18%;
	right: 40px;
}
#mainvisual_area > .areaMain > .staff__entry {
	display: table;
	width: 340px;
	height: 190px;
	background-color: #a0c350;
	border: 5px solid #fff;
	position: absolute;
	bottom: 20px;
	right: 80px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#mainvisual_area > .areaMain > .staff__entry > .staff__entry__main {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#mainvisual_area > .areaMain > .staff__entry > .staff__entry__main > .inner {
	display: inline-block;
}
#mainvisual_area > .areaMain > .staff__entry > .staff__entry__main > .inner > p {
	margin-bottom: 10px;
}
#mainvisual_area > .areaMain > .staff__entry > .staff__entry__main > .inner > p > span {
	display: block;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
#mainvisual_area > .areaMain > .staff__entry > .staff__entry__main > .inner > p > span:nth-of-type(1) {
	font-size: 3em;
}
#mainvisual_area > .areaMain > .staff__entry > .staff__entry__main > .inner > p > span:nth-of-type(2) {
	font-size: 3.8em;
}
#mainvisual_area > .areaMain > .staff__entry > .staff__entry__main > .inner > .btnEntry > a {
	display: block;
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #ff9000;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 0.5em;
	transition: all 0.2s;
}
#mainvisual_area > .areaMain > .staff__entry > .staff__entry__main > .inner > .btnEntry > a:hover {
	background-color: #FED915;
}


#mainvisual_area > .areaMain > .gyomu__ichiran {
	display: table;
	background-color: #30C1B5;
	border: 5px solid #fff;
	position: absolute;
	bottom: 20px;
	right: 80px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	padding: 20px;
}
#mainvisual_area > .areaMain > .gyomu__ichiran > .gyomu__ichiran__main {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#mainvisual_area > .areaMain > .gyomu__ichiran > .gyomu__ichiran__main > .inner {
	display: inline-block;
}
#mainvisual_area > .areaMain > .gyomu__ichiran > .gyomu__ichiran__main > .inner > p {
	margin-bottom: 10px;
}
#mainvisual_area > .areaMain > .gyomu__ichiran > .gyomu__ichiran__main > .inner > p > span {
	display: block;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
#mainvisual_area > .areaMain > .gyomu__ichiran > .gyomu__ichiran__main > .inner > p > span:nth-of-type(1) {
	font-size: 2.8em;
	margin-bottom: 0.3em;
}
#mainvisual_area > .areaMain > .gyomu__ichiran > .gyomu__ichiran__main > .inner > p > span:nth-of-type(2) {
	font-size: 3.4em;
	margin-bottom: 0.3em;
}
#mainvisual_area > .areaMain > .gyomu__ichiran > .gyomu__ichiran__main > .inner > .btnEntry > a {
	display: block;
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #006bcf;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 0.5em;
	transition: all 0.2s;
}
#mainvisual_area > .areaMain > .gyomu__ichiran > .gyomu__ichiran__main > .inner > .btnEntry > a:hover {
	background-color: #00a1cf;
}





/* #about__sp__area */
/*------------------------------------------------------------------------------*/
#about__sp__area {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 70px 0 60px 0;
}
#about__sp__area > h2 {
	font-size: 3.6em;
	font-weight: bold;
	color: #8b4f15;
	line-height: 1;
	margin-bottom: 50px;
}
#about__sp__area > p {
	font-size: 1.8em;
	color: #4d4d4d;
	line-height: 2.4;
}





/* #strength__area */
/*------------------------------------------------------------------------------*/
#strength__area {
	min-width: 1200px;
	min-height: 320px;
	height: auto;
	background: url('../images/top_strength_area_bg.jpg') no-repeat bottom center;
	background-size: cover;
	padding-top: 20%;
	position: relative;
}
#strength__area:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 213, 201, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#strength__area > .areaMain {
	width: 1200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 20;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
#strength__area > .areaMain > .textBox {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
#strength__area > .areaMain > .textBox > p.small {
	font-size: 1.6em;
	color: #100b0b;
	margin-bottom: 2em;
}
#strength__area > .areaMain > .textBox > p.small > span {
	color: #690a0a;
}
#strength__area > .areaMain > .textBox > p.big {
	font-size: 3em;
	font-weight: bold;
	color: #690a0a;
	line-height: 1.4;
}
#strength__area > .areaMain > .btnPageLink {
	width: 380px;
	position: absolute;
	top: 50%;
	right: 100px;
	-webkit-transform: translateY(-30%) translateX(0%);
	transform: translateY(-30%) translateX(0%);
}
#strength__area > .areaMain > .btnPageLink > a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	text-decoration: none;
	background-color: rgba(255, 237, 164, 0.8);
	border: 2px solid #690a0a;
	transition: all 0.2s;
}
#strength__area > .areaMain > .btnPageLink > a:hover {
	background-color: rgba(252, 97, 67, .2);
}
#strength__area > .areaMain > .btnPageLink > a > span {
	display: block;
	font-size: 2em;
	color: #690a0a;
	text-align: center;
	padding: 1.5em 0;
}





/* #entry__area */
/*------------------------------------------------------------------------------*/
#entry__area {
	min-width: 1200px;
	background-color: #f7f6eb;
	padding: 70px 0;
}
#entry__area > .areaMain {
	width: 1000px;
	height: 370px;
	margin: 0 auto;
	background: url('../images/top_entry_area_bg.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}
#entry__area > .areaMain:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 30, 4, 0.8);
}
#entry__area > .areaMain > .areaInner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	z-index: 10;
}
#entry__area > .areaMain > .areaInner > h2 {
	font-size: 3.6em;
	font-weight: bold;
	color: #fffefe;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}
#entry__area > .areaMain > .areaInner > p {
	font-size: 1.5em;
	color: #fffefe;
	text-align: center;
	line-height: 1.6;
}
#entry__area > .areaMain > .areaInner > p+p {
	margin-top: 10px;
	margin-bottom: 20px;
}
#entry__area > .areaMain > .areaInner > .btnPageLink {
	width: 760px;
	margin: 0 auto;
	padding-top: 20px;
}
#entry__area > .areaMain > .areaInner > .btnPageLink > a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 2em;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: rgba(255, 255, 255, .2);
	border: 2px solid #fff;
	padding: 1.5em 0;
	transition: all 0.2s;
}
#entry__area > .areaMain > .areaInner > .btnPageLink > a:hover {
	background-color: #973;
}





/* #case__area */
/*------------------------------------------------------------------------------*/
#case__area {
	min-width: 1200px;
	background: url('../images/top_case_area_bg.jpg') no-repeat bottom center;
	background-size: cover;
	padding: 70px 0 50px 0;
}
#case__area > .areaMain > h2 {
	font-size: 3.6em;
	font-weight: bold;
	color: #753f21;
	line-height: 1;
	text-align: center;
	margin-bottom: 60px;
}
#case__area > .areaMain > .areaInner {
	display: flex;
	width: 100%;
	margin-bottom: 50px;
}
#case__area > .areaMain > .areaInner > div {
	width: calc(100% / 3);
	text-align: center;
}
#case__area > .areaMain > .areaInner > div > div.imgBox {
	margin-bottom: 15px;
}
#case__area > .areaMain > .areaInner > div > div.textBox > p {
	font-size: 1.4em;
	color: #535353;
}
#case__area > .areaMain > .areaInner > div > div.textBox > p:nth-of-type(1) {
	font-weight: bold;
}
#case__area > .areaMain > .btnPageLink {
	width: 380px;
	margin: 0 auto;
}
#case__area > .areaMain > .btnPageLink > a {
	display: block;
	width: 100%;
	line-height: 1;
	text-decoration: none;
	background-color: #845124;
	border: 2px solid #753f21;
	transition: all 0.2s;
}
#case__area > .areaMain > .btnPageLink > a:hover {
	background-color: rgba(143, 57, 20, .8);
}
#case__area > .areaMain > .btnPageLink > a > span {
	display: block;
	font-size: 2em;
	color: #fff;
	text-align: center;
	background: url('../images/arr01.png') no-repeat 30px 50%;
	padding: 1.5em 0;
}





/* #topics__area */
/*------------------------------------------------------------------------------*/
#topics__area {
	min-width: 1200px;
	padding: 70px 0;
}
#topics__area > .areaMain {
	width: 990px;
	background-color: #ebdfd5;
	margin: 0 auto;
}
#topics__area > .areaMain > .titleBox {
	padding: 20px;
}
#topics__area > .areaMain > .titleBox > h2 {
	font-size: 2.4em;
	font-weight: bold;
	color: #463320;
	line-height: 1;
}
#topics__area > .areaMain > .titleBox > p {
	font-size: 1.3em;
	font-weight: bold;
	color: #646060;
	line-height: 2.4;
}
#topics__area > .areaMain > .mainBox {
	background-color: #fff;
	border-bottom: 10px solid #ebdfd5;
	border-left: 10px solid #ebdfd5;
	border-right: 10px solid #ebdfd5;
	padding: 25px 20px;
}
#topics__area > .areaMain > .mainBox > .newsbox {
	padding: 0 10px;
}
#topics__area > .areaMain > .mainBox > .newsbox+.newsbox {
	border-top: 1px solid #b7b3af;
	margin-top: 25px;
	padding-top: 25px;
}
#topics__area > .areaMain > .mainBox > .newsbox > p.date {
	margin-bottom: 1em;
}
#topics__area > .areaMain > .mainBox > .newsbox > p.date > span {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #ff5500;
	webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding: 0.3em 1em;
}
#topics__area > .areaMain > .mainBox > .newsbox > p.title {
	font-size: 1.6em;
	font-weight: bold;
	color: #484848;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#topics__area > .areaMain > .mainBox > .newsbox > div.newsMain {
	background-color: #f3f3f3;
	webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	padding: 1em;
}
#topics__area > .areaMain > .mainBox > .newsbox > div.newsMain > p {
	font-size: 1.3em;
	color: #484848;
}
#topics__area > .areaMain > .mainBox > .newsbox > div.newsMain > p+p {
	margin-top: 1em;
}





/* common */
/*------------------------------------------------------------------------------*/
.page__main__section {
	background-color: #fff;
	padding: 30px;
}

.page__catch__text {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #f2ebe4;
	padding: 1em;
}

.list__type01 > dt {
	font-weight: bold;
	color: #4c2400;
}
.list__type01 > dt:nth-of-type(n+2) {
	border-top: 1px dashed #ccc;
	margin-top: 1.5em;
	padding-top: 1.5em;
}
.list__type01 > dd {
	padding: 0 1em;
}

.list__table01 {
	padding: 0 1em;
}
.list__table01 > li {
	display: table;
	width: 100%;
}
.list__table01 > li > span {
	display: table-cell;
}
.list__table01 > li > span.title {
	width: 13%;
	font-weight: bold;
}





.table__style01 {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.table__style01 > div {
	display: table-row;
}
.table__style01 > div > div {
	display: table-cell;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
}
.table__style01 > div > div.title {
	font-weight: bold;
	width: 25%;
	background-color: #fffbeb;
}





.tell_num {
	color: #3E3E3F;
	text-decoration: none;
}
.tell_num:hover {
	color: #3E3E3F;
}





.imgArea01 > img {
	width: 100%;
	height: auto;
}





.section__concept .imgArea01 {
	width: 100%;
	margin: 0 auto;
}





.layout__type01 {
	display: flex;
}
.layout__type01+.layout__type01 {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
.layout__type01 > .textBox {
	padding-left: 30px;
}
.layout__type01 > .textBox > .boxMain+.boxMain {
	margin-top: 15px;
}





.mapArea {
	position: relative;
	width: 70%;
	height: 0;
	margin: 0 auto;
	padding-bottom: 35%;
	overflow: hidden;
}
.mapArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* 募集中の業務一覧 */
/*------------------------------------------------------------------------------*/
.page__gyomu_ichiran .section__main {
	/*background-color: #ccc;*/
}
.page__gyomu_ichiran .sction__box {
	display: flex;
	justify-content: space-between;
	width: 80%;
	border-collapse: collapse;
	margin: 0 auto;
}
.page__gyomu_ichiran .sction__box > div {
	width: 48%;
	background-color: #f6f6f6;
	webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	padding: 20px;
}
/* .page__gyomu_ichiran .sction__box > div.newEntryArea {
	background-color: #f2f2f2;
}
.page__gyomu_ichiran .sction__box > div.loginArea {
	background-color: #f2f2f2;
} */
.page__gyomu_ichiran .subtitle02 {
	text-align: center;
}
.page__gyomu_ichiran .sction__box > div > p {
	text-align: center;
	margin-bottom: 1em;
}
.page__gyomu_ichiran .sction__box > div > .btnNewEntry {
	text-align: center;
}
.page__gyomu_ichiran .sction__box > div > .btnNewEntry > a {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #ff9000;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 0.5em;
	transition: all 0.2s;
}
.page__gyomu_ichiran .sction__box > div > .btnNewEntry > a:hover {
	background-color: #FED915;
}

/* ID,Pass */
.area__before__login {
}
.area__before__login > div+div {
	margin-top: 10px;
}

.id__box .text,
.password__box .text {
	font-size: 1em;
}
.id__box .input > input,
.password__box .input > input {
	width: 100%;
	font-size: 1.2em;
}

.btn__login {
	text-align: center;
}
.btn__login > input {
	display: inline-block;
	width: 60%;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background: url('../images/arr01.png') no-repeat 10px 50% #d0a808;
	border: none;
	margin: 0;
	padding: 0.5em 0;
}
.btn__login > input:hover {
	background-color: #fdd01d;
}
.btnType01 > a > span.text {
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}


.loginnameArea {
	text-align: right;
	background-color: #CCEFE6;
	margin-bottom: 20px;
	padding: 0.5em;
}
.loginnameArea > span {
	font-size: 1.2em;
	font-weight: bold;
}


.gyomu_ichiran_area > .gyomu_ichiran_box {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.gyomu_ichiran_area > .gyomu_ichiran_box+.gyomu_ichiran_box {
	margin-top: 20px;
}
.gyomu_ichiran_area > .gyomu_ichiran_box > div {
	display: table-row;
}
.gyomu_ichiran_area > .gyomu_ichiran_box > div > div {
	display: table-cell;
	border: 1px solid #ccc;
	padding: 1em;
}
.gyomu_ichiran_area > .gyomu_ichiran_box > div > div.title {
	width: 25%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	background-color: #fffbeb;
}


.gyomu_ichiran_area > .btnEntryArea {
	text-align: center;
	padding: 30px 0 0 0;
}
.gyomu_ichiran_area > .btnEntryArea > a {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #ff9000;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 1em;
	transition: all 0.2s;
}
.gyomu_ichiran_area > .btnEntryArea > a:hover {
	background-color: #FED915;
}





.page__gyomu_aubo .nameBox > input {
	width: 50%;
}
.page__gyomu_aubo .mailBox > input {
	width: 50%;
}
.page__gyomu_aubo .telBox > input {
	width: 30%;
}
.page__gyomu_aubo .textAreaBox > textarea {
	width: 100%;
	border: 1px solid #b9b0a9;
	outline: none;
	padding: 0.5em;
}

.page__gyomu_aubo .btnEntryArea {
	text-align: center;
	padding: 30px 0 0 0;
}
.page__gyomu_aubo .btnEntryArea > input {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #006bcf;
	border: none;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 1em;
	transition: all 0.2s;
}
.page__gyomu_aubo .btnEntryArea > input:hover {
	background-color: #00a1cf;
}





/* お問い合わせ */
/*------------------------------------------------------------------------------*/
.page__contactus .contact_catch_text {
	font-size: 1.6em;
	margin-bottom: 1em;
}
.page__contactus .tel {
	margin-bottom: 20px;
}
.page__contactus .tel > .inner {
	display: inline-block;
	text-align: center;
	background-color: #f2f2f2;
	padding: 20px 60px;
}
.page__contactus .tel > .inner > h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.5em;
}
.page__contactus .tel > .inner li.num {
	margin-bottom: 0.5em;
}
.page__contactus .tel > .inner li.num > a {
	font-size: 2.4em;
	font-weight: bold;
	color: #333;
	line-height: 1;
	text-decoration: none;
}
.page__contactus .tel > .inner li.num > a > i {
	font-size: 0.9em;
}
.page__contactus .tel > .inner li.time {
	font-size: 1.1em;
	line-height: 1;
}

.page__contactus .contactus__main > h3 {
	margin-bottom: 10px;
}


.page__contactus .gyomu_ichiran_area > .gyomu_ichiran_box > div > div.title {
	background-color: #eaf7fb;
}
.page__contactus .textAreaBox > textarea {
	width: 100%;
	border: 1px solid #b9b0a9;
	outline: none;
	padding: 0.5em;
}
.page__contactus .company_nameBox > input,
.page__contactus .company_name_kanaBox > input,
.page__contactus .mailBox > input {
	width: 70%;
}
.page__contactus .nameBox > input {
	width: 50%;
}
.page__contactus .telBox > input,
.page__contactus .faxBox > input {
	width: 30%;
}

.page__contactus .contact_btn_area {
	text-align: center;
	padding: 30px 0 0 0;
}
.page__contactus .contact_btn_area > p {
	margin-bottom: 10px;
}
.page__contactus .contact_btn_box {
	text-align: center;
}
.page__contactus .contact_btn_box > div {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 10px;
}

.page__contactus .contact_btn_box > div > input {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 1em;
	transition: all 0.2s;
}
.page__contactus .contact_btn_box > div.btnConf > input {
	background-color: #006bcf;
}
.page__contactus .contact_btn_box > div.btnConf > input:hover {
	background-color: #00a1cf;
}
.page__contactus .contact_btn_box > div.btnClear > input {
	background-color: #DD5482;
}
.page__contactus .contact_btn_box > div.btnClear > input:hover {
	background-color: #DE8EAB;
}





/* 新規スタッフ登録 */
/*------------------------------------------------------------------------------*/
.page__staff_entry .contact_catch_text {
	font-size: 1.4em;
	margin-bottom: 0.8em;
}
.page__staff_entry .infoText {
	background-color: #f2f2f2;
	margin-bottom: 20px;
	padding: 10px;
}
.page__staff_entry .infoText ul {
	padding-left: 2em;
}
.page__staff_entry .infoText li {
	list-style-type: disc;
}

.page__staff_entry .table .inner {
	display: table;
}
.page__staff_entry .table .inner > span {
	display: table-cell;
	vertical-align: middle;
}

.page__staff_entry .table > ul > li+li {
	margin-top: 10px;
}


.page__staff_entry .mailBox .inner {
	width: 100%;
}
.page__staff_entry .mailBox .inner > .input {
	width: 50%;
}
.page__staff_entry .mailBox .inner > .input > input {
	width: 100%;
}
.page__staff_entry .mailBox .inner > .text {
	padding-left: 0.5em;
}
.page__staff_entry .mailBox02 .inner {
	width: 50%;
}
.page__staff_entry .mailBox02 .inner > .input > input {
	width: 100%;
}

.page__staff_entry .passBox .inner > .text {
	padding-left: 0.5em;
}


.page__staff_entry .nameBox > ul > li > ul {
	display: table;
}
.page__staff_entry .nameBox > ul > li > ul > li {
	display: table-cell;
}
.page__staff_entry .nameBox > ul > li+li {
	margin-top: 10px;
}
.page__staff_entry .nameBox > ul > li > ul > li+li {
	padding-left: 20px;
}
.page__staff_entry .nameBox > ul > li > ul > li > span {
	display: inline-block;
}
.page__staff_entry .nameBox > ul > li > ul > li > span:nth-of-type(1) {
	width: 2.5em;
}


.page__staff_entry .sexBox > span {
	display: table;
}
.page__staff_entry .sexBox > span > label {
	display: table-cell;
	vertical-align: middle;
}
.page__staff_entry .sexBox > span > label+label {
	padding-left: 1em;
}
.page__staff_entry .sexBox > span > label input {
	display: inline-block;
	margin-right: 0.3em;
}

.page__staff_entry .birthBox .inner > .text {
	padding: 0 0.2em;
}

.page__staff_entry .telBox .inner > .input {
	padding: 0 0.5em;
}
.page__staff_entry .telBox .inner > .input > span {
	display: inline-block;
}
.page__staff_entry .telBox .inner > .input > span:nth-of-type(1) {
	width: 2.5em;
}
.page__staff_entry .telBox .inner > .input > span > input {
	display: inline-block;
}

.page__staff_entry .addressBox .inner > .text:nth-of-type(1) {
	width: 5em;
}
.page__staff_entry .addressBox .inner > .text:nth-of-type(2) {
	padding-left: 1em;
}
.page__staff_entry .addressBox .inner > .input {
	padding: 0 0.2em;
}
.page__staff_entry .addressBox .inner > .input.postNum > input {
	display: inline-block;
}
.page__staff_entry .addressBox .inner > .input.address3 {
	width: 400px;
}
.page__staff_entry .addressBox .inner > .input.address3 > input {
	width: 100%
}

.page__staff_entry .remarksBox textarea {
	width: 100%;
	border: 1px solid #b9b0a9;
	outline: none;
	padding: 0.5em;
}

.page__staff_entry .photoBox > ul > li+li {
	margin-top: 10px;
}
.page__staff_entry .photoBox > ul > li > .img {
	margin-bottom: 5px;
}

.page__staff_entry .btnEntryArea {
	text-align: center;
	padding: 30px 0 0 0;
}
.page__staff_entry .btnEntryArea > input {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #ff9000;
	border: none;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 1em;
	transition: all 0.2s;
}
.page__staff_entry .btnEntryArea > input:hover {
	background-color: #FED915;
}





/* スタッフ登録解除 */
/*------------------------------------------------------------------------------*/
.page__staff_destroy .contact_catch_text {
	font-size: 1.6em;
	margin-bottom: 0.8em;
}
.page__staff_destroy .btnEntryArea {
	text-align: center;
	padding: 30px 0 0 0;
}
.page__staff_destroy .btnEntryArea > input {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #DD5482;
	border: none;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 1em;
	transition: all 0.2s;
}
.page__staff_destroy .btnEntryArea > input:hover {
	background-color: #DE8EAB;
}





/* プライバシーポリシー */
/*------------------------------------------------------------------------------*/
.page__policy #sp {
	margin-top:-160px;
  padding-top:160px;
}





/* パスワード再設定 */
/*------------------------------------------------------------------------------*/
.page__pw_confirm .mailBox .inner {
	width: 50%;
}
.page__pw_confirm .mailBox .inner input {
	width: 100%;
}
.page__pw_confirm .btnEntryArea {
	text-align: center;
	padding: 30px 0 0 0;
}
.page__pw_confirm .btnEntryArea > input {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #DD5482;
	border: none;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 1em;
	transition: all 0.2s;
}
.page__pw_confirm .btnEntryArea > input:hover {
	background-color: #DE8EAB;
}





/* 事業内容 */
/*------------------------------------------------------------------------------*/
#section__service {
/*	background-color: #ccc;*/
}
#section__service .serviceBox {
	background-color: #fffbf4;
	border: 1px solid #ccc;
	margin: 60px 0 0 0;
	padding: 50px 20px 20px 20px;
	position: relative;
}
#section__service .serviceBox > div.icon {
	width: 80px;
	height: 80px;
	font-size: 2.6em;
	color: #fff;
	background-color: #ff7b2c;
	border-radius: 100%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#section__service .serviceBox > div.icon > i {
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#section__service .serviceBox > h3 {
	text-align: center;
	margin-bottom: 15px;
}
#section__service .serviceBox > h3 > span {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	background-color: #ffada5;
	border-radius: 1em;
	padding: 0.3em 1em;
}
#section__service .serviceBox > .serviceBoxMain {
	display: flex;
	justify-content: space-between;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail {
	display: table;
	width: 49%;
	background-color: #fff;
	border: 2px solid #eee;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div {
	display: table-cell;
	vertical-align: top;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.img {
	width: 35%;
	position: relative;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.img > h4 {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	text-indent: -9999px;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.img.detail01 > h4 {
	background: url(../../images/service_img01.jpg) center center;
	background-size: cover;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.img.detail02 > h4 {
	background: url(../../images/service_img02.jpg) center center;
	background-size: cover;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.img.detail03 > h4 {
	background: url(../../images/service_img03.jpg) center center;
	background-size: cover;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.img.detail04 > h4 {
	background: url(../../images/service_img04.jpg) center center;
	background-size: cover;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.img.detail05 > h4 {
	background: url(../../images/service_img05.jpg) center center;
	background-size: cover;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.img.detail06 > h4 {
	background: url(../../images/service_img06.jpg) center center;
	background-size: cover;
}

#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.text {
	padding: 20px 10px 10px 10px;
}
#section__service .serviceBox > .serviceBoxMain > .serviceDetail > div.text > h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #005c62;
	line-height: 1.2;
	margin-bottom: 0.5em;
}





#work__flow {
	/*background-color: #ccc;*/
}
#work__flow .flow__box {
	display: flex;
	width: 100%;
	background-color: #fff;
	position: relative;
}
#work__flow .flow__box:after {
	content: "";
	display: block;
	width: 120px;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 20px solid black;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 10;
}
#work__flow .flow__box:nth-of-type(1):after {
	border-top-color: #fff5a5;
}
#work__flow .flow__box:nth-of-type(2):after {
	border-top-color: #ffe47a;
}
#work__flow .flow__box:nth-of-type(3):after {
	border-top-color: #ffc744;
}
#work__flow .flow__box:nth-of-type(4):after {
	border-top-color: #ffb300;
}
#work__flow .flow__box:nth-of-type(5):after {
	border-top-color: #ff9547;
}
#work__flow .flow__box:nth-of-type(6):after {
	border-top-color: #FF702D;
}
#work__flow .flow__box:nth-of-type(7):after {
	display: none;
}
#work__flow .flow__box:nth-of-type(even) {
	background-color: #f7f7f7;
}
/*#work__flow .flow__box > div {
	display: table-cell;
}*/
#work__flow .flow__box > div.step_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	padding-top: 15px;
}
#work__flow .flow__box:nth-of-type(1) > div.step_box {
	background-color: #fff5a5;
}
#work__flow .flow__box:nth-of-type(2) > div.step_box {
	background-color: #ffe47a;
}
#work__flow .flow__box:nth-of-type(3) > div.step_box {
	background-color: #ffc744;
}
#work__flow .flow__box:nth-of-type(4) > div.step_box {
	background-color: #ffb300;
}
#work__flow .flow__box:nth-of-type(5) > div.step_box {
	background-color: #ff9547;
}
#work__flow .flow__box:nth-of-type(6) > div.step_box {
	background-color: #FF702D;
}
#work__flow .flow__box:nth-of-type(7) > div.step_box {
	background-color: #ff5c35;
}
#work__flow .flow__box > div.step_box > span {
	font-size: 1.5em;
	font-weight: bold;
}

#work__flow .flow__box > div.text_box {
	width: calc(100% - 120px);
	padding: 20px;
}
#work__flow .flow__box > div.text_box > h2 {
	line-height: 1;
	margin-bottom: 10px;
}
#work__flow .flow__box > div.text_box > h2 > span {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #6b1d03;
}
#work__flow .flow__box > div.text_box > h2 > span.kome {
	font-size: 1.2em;
	color: #ff4b00;
}
#work__flow .flow__box > div.text_box > p,
#work__flow .flow__box > div.text_box > ul > li {
	font-size: 1.1em;
	line-height: 1.6;
}
#work__flow .flow__box > div.text_box > ul {
	padding-left: 5px;
}
#work__flow .flow__box > div.text_box > ul > li {
	padding-left: 11px;
	position: relative;
}
#work__flow .flow__box > div.text_box > ul > li:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #b18484;
	position: absolute;
	top: 0.6em;
	left: 0;
/*	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);*/
}

#work__flow .flow__box > div.text_box > .inner_box {
	padding-top: 10px;
}
#work__flow .flow__box > div.text_box > .inner_box > h3 {
	font-weight: bold;
}





.strong {
	font-weight: bold;
}














