/******************
全体[共通]
******************/
html{
	font-size:62.5%;
}
body {
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic","游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:1.6rem;
	font-weight:500;
	color:#282828;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	overflow-wrap:break-word;
	word-break: break-all;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object,img{
	margin: 0;
	padding: 0;
}
*, *::before, *::after {
	box-sizing: border-box;
}

img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

ul li{
	list-style-type:none;
}

a{
	color:#282828;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover{
	color:#88598c;
}

a img{
    -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;
		outline:none;
}

a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
}

table{
	border-collapse:collapse;
	border-color: #333333;
}

th{
	font-weight:500;
}

td{
	vertical-align:middle;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
/******************
テンプレートレイアウト
******************/
.wp-block-image{
	margin:auto;
}
.wp-block-media-text > .wp-block-media-text__content{
	padding:0 0 0 8% !important;
}
.has-media-on-the-right.wp-block-media-text > .wp-block-media-text__content{
	padding:0 8% 0 0 !important;
}
.wp-element-caption{
	color:#000 !important;
	font-size:1.6rem !important;
	font-weight:500;
}
@media screen and (max-width: 780px) {
	.wp-block-columns{
		gap:0;
	}
	.wp-element-caption{
		margin-bottom:0 !important;
	}
}
@media screen and (max-width: 600px) {
	.wp-block-media-text > .wp-block-media-text__content{
		padding:0 0 0 0 !important;
		margin-top:30px;
	}
	.has-media-on-the-right.wp-block-media-text > .wp-block-media-text__content{
		padding:0 0 0 0 !important;
		margin-top:30px;
	}
}

/******************
汎用[共通]
******************/
#wrapperTop, #wrapper{
	width:100%;
	overflow:hidden;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#header{
	position:relative;
	/*background-image: linear-gradient(180deg, rgba(251, 242, 236, 1), rgba(255, 255, 233, 1));*/
}

#breadcrumbWrap{
	width:96%;
	clear:both;
	padding:7px;
	margin:20px auto 40px;
}

#breadcrumbWrap p{
	max-width:1100px;
	margin:0 auto;
	position:relative;
}
.editPostLink{
	clear:both;
	max-width:1100px;
	margin:10px auto 0;
	display:none;
}

.editPostLink a{
	display:inline-block;
	padding:5px;
	background-color:#2466dd;
	color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.editPostLink a:hover{
	background-color:#4486fd;
	text-decoration:none;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom:20px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#3e3e3e;
	background: #dddddd;
}
 
.pagination a:hover{
	color:#fff;
	background: #888888;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #f29528;
	color:#fff;
}
@media screen and (max-width: 960px) {
	#breadcrumbWrap{
		font-size:1.4rem;
	}
}
/************
ヘッダーメニュー
*************/
/*
#headerBg{
	width:90%;
	max-width:1920px;
	margin:auto;
	position:fixed;
	top:60px;
	left:0;
	right:0;
	z-index:20;
	background-color:#fff;
	border-radius:10px;
	box-shadow:3px 6px 10px #b0b7b0;
}
*/
#headerBox{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:96%;
	margin:auto;
	padding:30px 0;
}
#headerLogo{
	line-height:1;
}
#h-menu{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
nav ul li{
	margin-right:60px;
}
@media screen and (max-width: 1520px) {
nav ul li{
	margin-right:30px;
}
}
@media print,screen and (min-width: 961px) {
	#sp-menu{
		display:none;
	}
nav ul{
	display:flex;
}
nav ul li{
	position:relative;
}
nav ul li a{
	font-size:2rem;
	padding:15px 0px;
	display:block;
	position:relative;
	width:100%;
}
nav ul li a.spToggle{
	margin-right:25px;
}
nav ul li a.spToggle span::before{
	content:'';
	right:3%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color:transparent;
	top: 0px;
	bottom: 5px;
	width:8px;
	height:8px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	left:auto;
	position:absolute;
	margin: auto;
	vertical-align:middle;
}
nav ul li a.spToggle:hover span::before{
	border-top:1px solid #88598c;
	border-right:1px solid #88598c;
	left:auto;
	position:absolute;
	margin: auto;
	vertical-align:middle;
}
nav ul li a:hover{
	color:#88598c;
}
nav ul li span::after {
    background-color: #88598c;
    content: '';
    display: block;
    height: 1px;
    margin: 2px auto 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 0;
}
nav ul li a:hover span:after{
	width:100%;
}
ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 100;
}
nav ul li ul.sub-menu {
	display:block;
	position: absolute;
	top: 100%;
	left: -40px;
	box-sizing: border-box;
	width: 260px;
	padding: 0;
	background: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.75);
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.75);
}

nav ul li:hover ul.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

nav ul li ul.sub-menu > li {
	width: 100%;
	border: none;
	margin:0;
}
nav ul li ul.sub-menu a{
	display:block;
	font-size:1.4rem;
	padding:10px 20px;
	border-bottom:1px dotted #ccc;
	position:relative;
}
nav ul li ul.sub-menu a::after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top:18px;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #88598c;
	border-right: 1px solid #88598c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
nav ul li ul.sub-menu a:hover{
	background-color:#fff4ff;
}
}
@media screen and (max-width: 1160px) {
	#headerLogo{
		max-width:300px;
	}
	nav ul li a{
		font-size:1.6rem;
	}
}
@media screen and (max-width: 960px) {
#headerBox{
	width:100%;
	height:60px;
	position:fixed;
	top:0;
	left:0;
	margin:auto;
	background-color:#fbf2ec;
	display: flex;
	align-items: center;
	justify-content: start;
	z-index:1000;
	padding:0;
}
#headerLeft{
	width:calc(100% - 85px);
	max-width:224px;
	margin-left:5px;
}
#headerLogo{
	text-align:left;
	line-height:1;
}
#hMenuBtnWrap {
	position:fixed;
	z-index:5500;
	top:0px;
	right:0px;
	width:60px;
	height:60px;
	cursor:pointer;
	-webkit-transition:opacity .2s ease .3s, top 0s ease .3s;
	-moz-transition:opacity .2s ease .3s, top 0s ease .3s;
	-ms-transition:opacity .2s ease .3s, top 0s ease .3s;
	transition:opacity .2s ease .3s, top 0s ease .3s;
	background-color:#d5895c;
	transition: .3s;
}

#hMenuBtnWrap .hMenuBtnBox {
	padding:8px 12px 9px 13px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
.hMenuBtnBox:after,
.hMenuBtnBox:before,
.hMenuBtnBox div.hMenuBtnMiddle:before {
	content:"";
	display:block;
	width:15px;
	height:2px;
	margin:2px 0;
	background-color:#92959E;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;

	outline:1px solid transparent;
}

#header .morph-menu-active{
	position:fixed;
	background-color:transparent;
}

#header .morph-menu-active .hMenuBtnBox:after,
#header .morph-menu-active .hMenuBtnBox:before,
#header .morph-menu-active .hMenuBtnBox div.hMenuBtnMiddle:before {
	background-color:#fff;
}

#headerMenuWrap {
	position:relative;
	top:60px;
	width:250px;
	margin:0;
	-webkit-transform:translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
}

#header .morph-menu-active .hMenuBtnBox{
	padding:20px 12px 17px 13px;
}

.headerMenu{
	 width:100%;
	 height:100%;
}
	#header .headerMenu ul li{
		width:auto;
		text-align:left;
		overflow:hidden !important;
		height:auto;
		margin:auto;
	}

	#header .headerMenu ul li:first-child a{
		border-top:1px dotted #d5895c;
	}
#header .headerMenu ul li a{
	border-bottom:1px dotted #d5895c;
	font-size:1.8rem;
	font-weight:500;
	color:#000;
	display:block;
	padding:10px 20px;
}

.headerMenu ul li a, #sp-menu li {
	opacity:0;
	-webkit-transform:translateX(30px);
	-moz-transform:translateX(30px);
	transform:translateX(30px);
}

#header .headerMenuWrap-active .headerMenu ul li a, #header .headerMenuWrap-active #sp-menu li {
	opacity:1;
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	transform:translateX(0);
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(1) a {
	-webkit-transition:opacity .3s ease .2s, -webkit-transform .5s ease .2s;
	-moz-transition:opacity .3s ease .2s, -moz-transform .5s ease .2s;
	transition:opacity .3s ease .2s, transform .5s ease .2s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(2) a {
	-webkit-transition:opacity .3s ease .25s, -webkit-transform .5s ease .25s;
	-moz-transition:opacity .3s ease .25s, -moz-transform .5s ease .25s;
	transition:opacity .3s ease .25s, transform .5s ease .25s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(3) a {
	-webkit-transition:opacity .3s ease .3s, -webkit-transform .5s ease .3s;
	-moz-transition:opacity .3s ease .3s, -moz-transform .5s ease .3s;
	transition:opacity .3s ease .3s, transform .5s ease .3s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(4) a {
	-webkit-transition:opacity .3s ease .35s, -webkit-transform .5s ease .35s;
	-moz-transition:opacity .3s ease .35s, -moz-transform .5s ease .35s;
	transition:opacity .3s ease .35s, transform .5s ease .35s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(5) a {
	-webkit-transition:opacity .3s ease .4s, -webkit-transform .5s ease .4s;
	-moz-transition:opacity .3s ease .4s, -moz-transform .5s ease .4s;
	transition:opacity .3s ease .4s, transform .5s ease .4s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(6) a {
	-webkit-transition:opacity .3s ease .45s, -webkit-transform .5s ease .45s;
	-moz-transition:opacity .3s ease .45s, -moz-transform .5s ease .45s;
	transition:opacity .3s ease .45s, transform .5s ease .45s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(7) a {
	-webkit-transition:opacity .3s ease .5s, -webkit-transform .5s ease .5s;
	-moz-transition:opacity .3s ease .5s, -moz-transform .5s ease .5s;
	transition:opacity .3s ease .5s, transform .5s ease .5s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(8) a {
	-webkit-transition:opacity .3s ease .55s, -webkit-transform .5s ease .55s;
	-moz-transition:opacity .3s ease .55s, -moz-transform .5s ease .55s;
	transition:opacity .3s ease .55s, transform .5s ease .55s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(9) a {
	-webkit-transition:opacity .3s ease .6s, -webkit-transform .5s ease .6s;
	-moz-transition:opacity .3s ease .6s, -moz-transform .5s ease .6s;
	transition:opacity .3s ease .6s, transform .5s ease .6s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(10) a {
	-webkit-transition:opacity .3s ease .65s, -webkit-transform .5s ease .65s;
	-moz-transition:opacity .3s ease .65s, -moz-transform .5s ease .65s;
	transition:opacity .3s ease .65s, transform .5s ease .65s;
}

.headerMenu .menu {
	list-style:none;
	margin:0;
	padding:0;
}

.headerMenu .menu li {
	position:relative;
	margin:0;
	padding:0;
	border:none;
	z-index:auto;
}

.headerMenu .menu li span {
	display:block;
	z-index:999;
	cursor:pointer;
	font-weight:normal;
}

.headerMenu .menu li a:hover span {
	    color: #f0f0f0;
}

.headerMenu .menu ul {
	list-style:none;
	margin:8px 0 23px 0;
	padding:0;
	display:none;
}

/* MAIN WRAPPER
**************************************************/
/* main wrapper */
#headerMenuMainWrap {
	position:fixed;
	z-index:3500;
	top:0;
	right:0;
	width:250px;
	height:100%;
	margin:0;
	padding:0;
	color:#fff;
	overflow:hidden !important;
	-webkit-transform:translateX(310px);
	-moz-transform:translateX(310px);
	-ms-transform:translateX(310px);
	transform:translateX(310px);
	-webkit-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-moz-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-ms-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition:all .4s cubic-bezier(.37,.15,.32,.94);
}

#header .headerMenuMainWrap-active {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

#header .headerMenuMainWrap-active .sphInquiryBox{
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

/* main inner wrapper */
.headerMenuMainBox {
	position:relative;
	width:287px;
	height:100%;
	overflow-y:scroll !important;
	overflow-x:hidden;
	/* smooth scroll on iOS */
	-webkit-overflow-scrolling:touch;
	-webkit-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-moz-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-ms-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition-duration:0.5s;
}

/* content inner */
.headerMenuMain {
	/* 100.1% to get around mobile Safari's schrinking address bar conflict */
	height:100.1%;
}

/* sidebar background overlay */
#headerMenuBgOverlay {
	position:fixed;
	z-index:2500;
	top:-1000%;
	left:0;
	right:0;
	width:100%;
	/* 110% height to avoid iOS browser scroll mishap */
	height:110%;
	background-color:#000;
	opacity:0;
	display:block;
	-webkit-transition:top 0s ease .35s, opacity .35s ease;
	-moz-transition:top 0s ease .35s, opacity .35s ease;
	-ms-transition:top 0s ease .35s, opacity .35s ease;
	transition:top 0s ease .35s, opacity .35s ease;
}

#header .headerMenuBgOverlay-active {
	top:0;
	opacity:.5;
	-webkit-transition:top 0s ease 0s, opacity .35s ease;
	-moz-transition:top 0s ease 0s, opacity .35s ease;
	-ms-transition:top 0s ease 0s, opacity .35s ease;
	transition:top 0s ease 0s, opacity .35s ease;
}

/*
MISC
**************************************************/
/* if absolute positioning active */
.morph-absolute {
	position:absolute;
}

/*--------------------------------------------------------------
 Morph menu
*/

.hMenuBtnBox::after, .hMenuBtnBox::before, .hMenuBtnBox div.hMenuBtnMiddle::before {
    background-color: #92959e;
    content: "";
    display: block;
    height: 1px;
    margin: 10px 0;
    outline: 1px solid transparent;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width:35px;
}

/********************************************************/
/* MAIN BACKGROUND
**************************************************/
/* main background */

#headerMenuBg {
	position:fixed;
	z-index:3400;
	top:0;
	right:0;
	width:250px;
	height:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	display:block;
/*
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
*/
	-webkit-transform:translateX(310px);
	-moz-transform:translateX(310px);
	-ms-transform:translateX(310px);
	transform:translateX(310px);
	-webkit-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-moz-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-ms-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition-duration:0.5s;
}

#header .headerMenuBgActive {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

/* menu button */
.hMenuBtnBox:after,
.hMenuBtnBox:before,
.hMenuBtnBox div.hMenuBtnMiddle:before {
	background-color: #ffffff;
}

/* main menu button hover */
.hMenuBtnBox:hover:after,
.hMenuBtnBox:hover:before,
.hMenuBtnBox:hover div.hMenuBtnMiddle:before {
	background-color: #ffffff;
}

/* menu button active */
#header .morph-menu-active .hMenuBtnBox:after,
#header .morph-menu-active .hMenuBtnBox:before,
#header .morph-menu-active .hMenuBtnBox div.hMenuBtnMiddle:before { 
	background-color: #000;
}

/* menu button active hover */
#header .morph-menu-active .hMenuBtnBox:hover:after,
#header .morph-menu-active .hMenuBtnBox:hover:before,
#header .morph-menu-active .hMenuBtnBox:hover div.hMenuBtnMiddle:before { 
	background-color: #000;
}

/* menu button animations (-/X) */
/* top bar animation (3 lines) */
#header .morph-menu-active .hMenuBtnBox:before {
	margin:0;
	transform:translateY(10px) rotate(45deg);
	-moz-transform:translateY(10px) rotate(45deg);
	-ms-transform:translateY(10px) rotate(45deg);
	-webkit-transform:translateY(10px) rotate(45deg);
}

/* bottom bar animation (3 lines) */
#header .morph-menu-active .hMenuBtnBox:after {
	margin:0;
	transform:translateY(-12px) rotate(-45deg);
	-moz-transform:translateY(-12px) rotate(-45deg);
	-ms-transform:translateY(-12px) rotate(-45deg);
	-webkit-transform:translateY(-12px) rotate(-45deg);
}

/* middle bar fade out (3 lines) */
#header .morph-menu-active div.hMenuBtnMiddle:before {
	opacity:0;
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	-ms-transition:all .15s ease;
	transition:all .15s ease;
}

#headerMenuMainWrap {
	transition-duration:0s;
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s; 
	-o-transition-duration:0s;
	-ms-transition-duration:0s;
}

body.headerMenuActive {
    width: 100%;
    height: 100%;
    position: fixed;
}
	#sp-menu{
		margin:30px auto 0;
		max-width:240px;
		width:90%;
		padding-bottom:60px;
	}
	#header .headerMenuWrap-active #sp-menu li{
		-webkit-transition:opacity .3s ease .45s, -webkit-transform .5s ease .45s;
		-moz-transition:opacity .3s ease .45s, -moz-transform .5s ease .45s;
		transition:opacity .3s ease .45s, transform .5s ease .45s;
	}
	#sp-menu li{
		margin-top:15px;
	}
	#sp-menu li a{
		display:block;
		padding:5px 10px 5px 30px;
		text-align:center;
		color:#d5895c;
		border:1px solid #d5895c;
		position:relative;
		transition:.3s;
	}
	#sp-menu li#sp-mail a::before{
		content: '\f0e0';
		font-family: 'Font Awesome 5 Free';
		position: absolute;
		top: 5px;
		left: 30px;
		font-weight: bold;
		transition: .3s;
	}
	#sp-menu li#sp-home a::before{
		content: '\f35d';
		font-family: 'Font Awesome 5 Free';
		position: absolute;
		top: 5px;
		left: 30px;
		font-weight: bold;
		transition: .3s;
	}
	#sp-menu li a:hover{
		color:#fff;
		background-color:#d5895c;
	}
	#sp-menu li#sp-mail a:hover::before{
		color:#fff;
	}
	#sp-menu li#sp-home a:hover::before{
		color:#fff;
	}
}
/************
コンテンツ
*************/
#swiperWrap{
	position:relative;
	margin-left:auto;
	z-index:10;
	width:96%
}
.swiper-slide{
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
}
.slide-img1{
	background-image:url('./images/recruit/main-image.png');
}
#wrapper #contents{
	position:relative;
	margin:0 auto 10px;
}
#contents{
	position:relative;
	margin:0 auto;
}
#contents::before {
	position: absolute;
	background: rgb(255, 255, 255);
	content: "";
	right: 0px;
	bottom: -30px;
	border-radius: 0px 0px 0px 20px;
	padding-top:20px;
	width: 20%;
	z-index: 2;
}
#main{
	margin:auto;
	padding:20px 0 100px;
}
.main{
	max-width:1200px;
	width:96%;
	margin:auto;
}
.main2{
	width:96%;
	max-width:1100px;
	margin:auto;
}
.md1-recruit{
	padding:130px 0 100px;
	position:relative;
	text-align:center;
}
.md1-recruit span{
	font-size:3.6rem;
	position:relative;
	z-index:2;
	color:#7d1a52;
}
.md1-recruit::before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	z-index: 1;
	background: url(./images/recruit/bg-image2.png) no-repeat center top/cover;
	height: 300px;
	bottom: 0px;
}
@media screen and (max-width: 960px) {
	.md1-recruit{
		padding:80px 0;
	}
	.md1-recruit::before{
		height:200px;
	}
	.md1-recruit span{
		font-size:3rem;
	}
	#wrapperTop h2 img{
		height:100px;
		width:auto;
	}
	#swiperWrap{
		padding-top:60px;
	}
}
@media screen and (max-width: 780px) {
	.slide-img1{
		background-image:url('./images/recruit/main-image-sp.png');
	}
	.swiper-slide{
		padding-top:130%;
	}
}
@media screen and (max-width: 430px) {
	.md1-recruit{
		padding:50px 0;
	}
	.md1-recruit::before{
		height:100px;
	}
	.md1-recruit span{
		font-size:2.4rem;
	}
	#wrapperTop h2{
		max-width:260px;
		width:70%;
	}
	#wrapperTop h2 img{
		width:auto;
		height:auto;
	}
}
#bgColor1{
	/*background-image: linear-gradient(180deg, rgba(251, 242, 236, 1), rgba(255, 255, 233, 1) 50%, rgba(253, 229, 216, 1));*/
	background-image: linear-gradient(180deg, rgba(251, 242, 236, 1) 30%, rgba(255, 255, 233, 1) 70%, rgba(253, 229, 216, 1));

}
#bgColor2{
	padding:120px 0 200px;
	/*background-image: linear-gradient(180deg, rgba(255, 255, 233, 1), rgba(253, 229, 216, 1));*/
	position:relative;
}
#bgColor2::before{
	position: absolute;
	background: #fde5d8;
	content:"";
	right: 0;
	bottom: -20px;
	border-radius: 0 0 0 20px;
	padding-top: 20px;
	width:40%;
	z-index:2
}
#bgColor3{
	/*background-image: linear-gradient(180deg, rgba(251, 242, 236, 1), rgba(255, 255, 233, 1) 50%, rgba(253, 229, 216, 1));*/
	/*background-image: linear-gradient(180deg, rgba(251, 242, 236, 1) 30%, rgba(255, 255, 233, 1) 70%, rgba(253, 229, 216, 1));*/
	background-color:#fbf2ec;

}
@media screen and (max-width: 960px) {
	#bgColor3{
		padding-top:60px;
	}
}
@media screen and (max-width: 780px) {
	#bgColor2{
		padding:60px 0 100px;
	}
}
@media screen and (max-width: 430px) {
	#bgColor2{
		padding:60px 0 60px;
	}
}
/*求める人物*/
#person{
	position:relative;
	z-index:5;
}
#personBg{
	padding:120px 0 200px;
	/*background-image: linear-gradient(180deg, rgba(255, 255, 233, 1), rgba(253, 229, 216, 1));*/
	position:relative;
}
#personBg::before{
	position: absolute;
	background: #fde5d8;
	content:"";
	right: 0;
	bottom: -20px;
	border-radius: 0 0 0 20px;
	padding-top: 20px;
	width:40%;
	z-index:2
}
#personBox1{
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin:0 auto 60px;
}
#personBox2{
	display:flex;
	justify-content:space-between;
}
#personTitle{
	font-size:2.8rem;
	font-weight:bold;
	line-height:1.4;
	color:#283175;
}
#personImg{
	width:55%;
	margin:0 10% 0 0;
}
#demandBox{
	width:45%;
}
.demand-title{
	font-size:2.6rem;
	font-weight:bold;
}
.demand-txt{
	font-size:2rem;
	margin-bottom:30px;
	padding:6px 10px 16px 0;
	border-bottom:1px solid #000;
}

@media screen and (max-width: 1160px) {
	#personImg{
		margin:0 5% 0 0;
	}
	#demandBox{
		width:50%;
	}
}
@media screen and (max-width: 960px) {
	#personBox1{
		display:block;
	}
	#personTitle{
		margin-top:40px;
	}
}
@media screen and (max-width: 780px) {
	#personBox2{
		display:block;
	}
	#personImg{
		width:96%;
		max-width:460px;
		margin:0 auto 30px;
	}
	#demandBox{
		width:100%;
	}
}
@media screen and (max-width: 430px) {
	#personBox1{
		margin-bottom:20px;
	}
	#personTitle{
		font-size:2rem;
	}
	.demand-title{
		font-size:2rem;
	}
	.demand-txt{
		font-size:1.6rem;
	}
}
/*メッセージ*/
#messageBg{
	padding:80px 0;
	position:relative;
	background-image: linear-gradient(180deg, rgba(241, 247, 213, 1), rgba(255, 247, 235, 1));
}
#messageBg::after{
	position: absolute;
	background: #f1f7d5;
	content:"";
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 0 20px 0 0;
	padding-top: 40px;
	width:60%;
}
#messageBg::before {
	position: absolute;
	background: #fff7eb;
	content: "";
	left: 0;
	bottom: -20px;
	border-radius: 0 0 20px 0;
	padding-top: 20px;
	width: 20%;
	z-index: 2;
}
#md2-message{
}
#messageTxt{
	width:72%;
	font-size:1.8rem;
	line-height:2;
	letter-spacing:0.2rem;
	margin:60px 0;
	position:relative;
	z-index:14;
}
#messageImg{
	background-image: url('./images/recruit/message-img.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	width: 26%;
	height: auto;
	padding-top:39%;
	position: absolute;
	top: -5%;
	right: -20px;
	z-index: 10;
	border-radius:20px;
}
@media screen and (max-width: 960px) {
	#messageImg{
		width: 40%;
		padding-top:58%;
		top: 0;
	}
	#messageTxt{
		background-color:rgba(241,247,213,0.4);
		padding:20px;
	}
}
@media screen and (max-width: 780px) {
	#messageTxt{
		width:100%;
		background-color:unset;
		margin:30px auto 20px;
	}
	#messageImg{
		position:static;
		background-image: url('./images/recruit/1A1A5072-2.jpg');
		background-size:cover;
		width:90%;
		margin:0 auto 30px;
		padding-top:57%;
	}
}
@media screen and (max-width: 430px) {
	#messageBg{
		padding:60px 0;
	}
	#messageBg::after{
		padding-top:20px;
	}
	#messageTxt{
		font-size:1.6rem;
		letter-spacing:0;
		padding:0;
	}
}
/*募集職種*/
#jobBg{
	position:relative;
	padding:100px 0;
	background-image: linear-gradient(180deg, rgba(201, 229, 211, 1) 20%, rgba(207, 227, 233, 1) 55%, rgba(209, 227, 239, 1) 80%);
}
#jobBg::after {
	position: absolute;
	background: #c9e5d3;
	content: "";
	right: 0px;
	bottom: 100%;
	border-radius: 20px 0  0 0;
	padding-top: 40px;
	width: 80%;
}
#jobBg::before {
	position: absolute;
	background: #d1e3ef;
	content: "";
	right: 0;
	bottom: -20px;
	border-radius: 0 0 0 20px;
	padding-top: 20px;
	width: 20%;
	z-index: 2;
}
.jobTxt{
	max-width:400px;
	margin:20px auto 60px;
	color:#fff;
	background-color:#de8c9e;
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	padding:10px 30px;
	border-radius:30px;
	letter-spacing:0.2rem;
}
.jobRecruit{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.jobRecruit li{
	width:31.33333%;
	margin:0 1% 30px;
}
.jobRecruit li a{
	font-size:2rem;
	font-weight:bold;
	background-color:#fff;
	border:2px solid #de8c9e;
	border-radius:20px;
	display:block;
	text-align:center;
	padding:20px;
}
.jobRecruit li a:hover{
	color:#fff;
	background-color:#de8c9e;
}
.noneTxt{
	font-size:2rem;
	font-weight:bold;
	text-align:center;
	max-width:400px;
	width:90%;
	margin:0 auto 60px;
	background-color:#fff;
	padding:5px 10px;
}
@media screen and (max-width: 780px) {
	.jobRecruit li{
		width:48%;
	}
}
@media screen and (max-width: 430px) {
	#jobBg{
		padding:60px 0;
	}
	#jobBg::after{
		padding-top:20px;
	}
	.jobTxt{
		font-size:1.8rem;
		line-height:1.4;
		margin-bottom:20px;
	}
	.jobRecruit li{
		margin:0 1% 15px;
	}
	.jobRecruit li a{
		font-size:1.4rem;
		padding:10px;
		border-radius:10px;
	}
}
/*福利厚生*/
#benefitBg{
	position:relative;
	padding:100px 0 80px;
	background-image: linear-gradient(180deg, rgba(241, 247, 213, 1), rgba(255, 235, 235, 1) 70%);
}
#benefitBg::after {
	position: absolute;
	background: #f1f7d5;
	content: "";
	left: 0px;
	bottom: 100%;
	border-radius: 0 20px 0 0;
	padding-top: 40px;
	width: 80%;
}
#benefitBg::before {
	position: absolute;
	background: #ffebeb;
	content: "";
	right: 0;
	bottom: -20px;
	border-radius: 0 0 0 20px;
	padding-top: 20px;
	width: 60%;
	z-index: 2;
}
#benefitFrame{
	display:flex;
	flex-wrap:wrap;
	margin:40px auto;
}
.benefitIcon{
	width:80%;
	max-width:170px;
	margin:auto;
}
.benefitBox{
	width:23%;
	margin:0 1% 40px;
}
.benefitTxt{
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	margin-top:10px;
}
.benefitTxtSub1{
	display:block;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.4;
}
.benefitTxtSub2{
	display:block;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.4
}
#worklifeBox{
	width:96%;
	max-width:900px;
	margin:0 auto 60px;
	background-color:#fff;
	border:3px solid #a77022;
	padding:20px 30px 30px;
	border-radius:15px;
}
#worklifeTxt{
	font-size:3rem;
	font-weight:bold;
	border-bottom:1px solid #989898;
	padding-bottom:5px;
	margin-bottom:20px;
}
#worklifeUl{
	display:flex;
	flex-wrap:wrap;
	font-size:2rem;
}
#worklifeUl li{
	position:relative;
	margin:5px 40px 5px 30px;
	padding-left:25px;
	line-height:1.4;
}
#worklifeUl li span{
	font-size:1.6rem;
	padding-left:20px;
}
#worklifeUl li::before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	border-radius:15px;
	background: #000;
	content: "";
}
@media screen and (max-width: 960px) {
	.benefitBox{
		width:31.33333%;
	}
	#worklifeUl li{
		margin:5px 0 5px 30px;
	}
}
@media screen and (max-width: 780px) {
	.benefitBox{
		width:48%;
	}
	#worklifeTxt{
		font-size:2.4rem;
	}
	#worklifeUl li{
		margin:5px 0 5px 10px;
		font-size:1.6rem;
	}
	#worklifeUl li::before{
		top:3px;
	}
	#worklifeUl li span{
		display:block;
		padding:0;
	}
}
@media screen and (max-width: 430px) {
	#benefitBg{
		padding:60px 0;
	}
	#benefitBg::after{
		padding-top:20px;
	}
	#benefitFrame{
		margin-bottom:0;
	}
	.benefitTxt{
		font-size:1.4rem;
	}
	.benefitIcon{
		width:70%;
	}
	.benefitTxtSub1{
		font-size:1rem;
		display:table;
		margin:auto;
		text-align:left;
		text-indent:-1rem;
		padding-left:1rem;
	}
	.benefitTxtSub2{
		font-size:1rem;
		display:table;
		margin:auto;
		text-align:left;
		text-indent:-1rem;
		padding-left:1rem;
	}
	#worklifeTxt{
		font-size:2rem;
	}
	#worklifeBox{
		padding:10px;
		margin-bottom:20px;
	}
}
/*先輩の声*/
#voiceBg{
	position:relative;
	padding:100px 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 245, 1) 30%, rgba(241, 247, 213, 1));
}
#voiceBg::after {
	position: absolute;
	background: #fffff5;
	content: "";
	left: 0px;
	bottom: 100%;
	border-radius: 0 20px 0 0;
	padding-top: 40px;
	width: 40%;
}
#voiceBg::before {
	position: absolute;
	background: #f1f7d5;
	content: "";
	left: 0;
	bottom: -20px;
	border-radius: 0 0 20px 0;
	padding-top: 20px;
	width: 60%;
	z-index: 2;
}
#voiceFrame{
/*
	display:flex;
	flex-wrap:wrap;
*/
	max-width:1600px;
	width:90%;
	margin:80px auto 0;
}
#voiceFrame2{
	max-width:1600px;
	width:90%;
	margin:auto;
}
.voiceBox{
}
.voiceImg{
	position:relative;
}
.voiceImg img{
	width:100%;
}
.voicePlace{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	font-weight:bold;
	max-width:300px;
	width:90%;
	border-radius:20px 20px 0 0;
	padding:10px 0 5px;
	text-align:center;
	font-size:1.4rem;
}
.place-color1, .v-cate01{
	background-color:#8c99b5;
}
.place-color2, .v-cate02{
	background-color:#6aa8cb;
}
.place-color3, .v-cate03{
	background-color:#be8d7a;
}
.place-color4, .v-cate04{
	background-color:#b58bad;
}
.place-color5, .v-cate05{
	background-color:#7b9d9f;
}
.place-color6, .v-cate06{
	background-color:#94ad92;
}
.place-color7, .v-cate07{
	background-color:#ecabbe;
}
.voiceType{
	font-size:2rem;
	font-weight:bold;
	text-align:center;
	margin:10px auto 5px;
}
.voiceTxt{
	font-size:1.8rem;
	padding:0 10px 20px;
	display:block;
}
#voiceFrame .slick-img{
	margin:0 10px;
	position: relative;
	display: flex;
	flex-direction: column;
}
#voiceFramet .slick-track{
	margin:0;
}
.slide-none{
	display: flex !important;
	justify-content: center;
}
.slide-none .slick-img{
	width:calc(25% - 10px) !important;
}
.slide-arrow {
	cursor: pointer;
	margin: auto;
	position: absolute;
	top:40%;
	-webkit-transform: translate(0, -40%);
	-ms-transform: translate(0, -40%);
	transform: translate(0, -40%);
	width: 24px;
}
.prev-arrow {
	left: -30px;
	z-index:1;
}
.next-arrow {
	right: -30px;
	z-index:1;
}
#voiceFrame .slick-img a:hover{
	background-color:#fff;
}
#recruitBtn{
	max-width:280px;
	margin:50px auto 0;
}
#recruitBtn a{
	color:#a18300;
	border:1px solid #a18300;
	background-color:#fff;
	display:block;
	text-align:center;
	font-size:2rem;
	font-weight:500;
	padding:10px 20px 10px 10px;
	border-radius:100vh;
	position:relative;
}
#recruitBtn a::after {
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #a18300;
	border-right: 1px solid #a18300;
	-webkit-transform:translate(0,-50%) rotate(45deg);
	transform:translate(0,-50%) rotate(45deg);
	transition:.3s;
}
#recruitBtn a:hover{
	color:#fff;
	background-color:#a18300;
}
#recruitBtn a:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


@media screen and (max-width: 640px) {
	.prev-arrow {
		left: 0px;
		width:20px;
	}
	.next-arrow {
		right: 0px;
		width:20px;
	}
}
@media screen and (max-width: 430px) {
	#voiceBg{
	padding:60px 0 80px;
	}
	#voiceBg::after {
		padding-top: 20px;
	}
	#voiceFrame{
		margin:40px auto 0;
	}
	#voiceFrame2{
		margin:0 auto 30px;
	}
	.voiceTxt{
		font-size:1.4rem;
	}
	#recruitBtn{
		margin-top:0px;
	}
	#recruitBtn a{
		font-size:1.4rem;
	}
}
/*教育育成*/
#traningBg{
	position:relative;
	padding:100px 0 40px;
	background-image: linear-gradient(180deg, rgba(219, 235, 240, 1) 30%, rgba(248, 230, 232, 1));
}
#traningBg::after {
	position: absolute;
	background: #dbebf0;
	content: "";
	right: 0px;
	bottom: 100%;
	border-radius: 20px 0 0 0;
	padding-top: 40px;
	width: 40%;
}
#traningBg::before {
	position: absolute;
	background: #f8e6e8;
	content: "";
	right: 0;
	bottom: -20px;
	border-radius: 0 0 0 20px;
	padding-top: 20px;
	width: 20%;
	z-index: 2;
}
#traningBox {
	position: relative;
	margin-top:60px;
	margin-left: calc(50% - 50vw);
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
#md3-traning{
	font-size:3rem;
	border-bottom:1px solid #000;
	padding-bottom:5px;
	margin-bottom:20px;
}
#traningTxt{
	width:50%;
	margin-left:10%;
	font-size:1.8rem;
	line-height:2;
}
#traningImg {
	width:40%;
}
#traningImg img{
	border-radius:0 20px 0 0;
}
.traning-txt1{
	font-weight:bold;
	margin:10px 0;
}
#traningBtn{
	max-width:400px;
	margin:50px auto;
}
#traningBtn a{
	color:#a18300;
	border:1px solid #a18300;
	background-color:#fff;
	display:block;
	text-align:center;
	font-size:2rem;
	font-weight:500;
	padding:15px 20px 15px 10px;
	border-radius:25px;
	position:relative;
	width:100%;
}
#traningBtn a::after {
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #a18300;
	border-right: 1px solid #a18300;
	-webkit-transform:translate(0,-50%) rotate(45deg);
	transform:translate(0,-50%) rotate(45deg);
	transition:.3s;
}
#traningBtn a:hover{
	color:#fff;
	background-color:#a18300;
}
#traningBtn a:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.spImg{
	display:none;
}
@media screen and (max-width: 960px) {
	#traningTxt{
		margin-left:5%;
	}
	#traningImg{
		width:45%;
	}
	#traningImg img{
		border-radius:0 20px 20px 0;
	}
}
@media screen and (max-width: 780px) {
	#traningBox {
		margin:30px 0 0;
		display: block;
	}
	#traningTxt{
		width:100%;
		margin-left:0;
		font-size:1.6rem;
	}
	.pcImg{
		display:none;
	}
	.spImg{
		display:block;
	}
	#traningImg {
		width:90%;
		margin:0 auto 40px;
	}
	#traningImg img{
		border-radius:20px;
	}
}
@media screen and (max-width: 430px) {
	#traningBg{
		padding:60px 0 40px;
	}
	#traningBg::after {
		padding-top: 20px;
	}
	#traningBtn a{
		font-size:1.4rem;
	}
}
/*募集職種 下部*/
#jobBg2{
	position:relative;
	padding:60px 0 100px;
	background-image: linear-gradient(180deg, rgba(201, 229, 211, 1) 20%, rgba(207, 227, 233, 1) 55%, rgba(209, 227, 239, 1) 80%);
}
#jobBg2::after {
	position: absolute;
	background: #c9e5d3;
	content: "";
	left: 0px;
	bottom: 100%;
	border-radius: 0 20px 0 0;
	padding-top: 40px;
	width: 80%;
}
#jobBg2::before {
	position: absolute;
	background: #d1e3ef;
	content: "";
	left: 0;
	bottom: -20px;
	border-radius: 0 0 20px 0;
	padding-top: 20px;
	width: 20%;
	z-index:5;
}
@media screen and (max-width: 430px) {
	#jobBg2{
		padding:40px 0 60px;
	}
	#jobBg2::after {
		padding-top: 20px;
	}
}
/*下部　お問い合わせ先*/
#contactBg{
	position:relative;
	padding:100px 0 80px;
	background-image: linear-gradient(180deg, rgba(248, 243, 228, 1) 40%, rgba(248, 230, 232, 1));
}
#contactBg::after {
	position: absolute;
	background: #f8f3e4;
	content: "";
	right: 0px;
	bottom: 100%;
	border-radius: 20px 0 0 0;
	padding-top: 40px;
	width: 80%;
}
#contactTxt1{
	font-size:3.6rem;
	font-weight:bold;
	line-height:1.4;
	color:#b5a000;
	text-align:center;
}
#contactTxt2{
	font-size:1.8rem;
	text-align:center;
	margin:30px auto 40px;
}
#md2-contact{
	font-size:3rem;
	text-align:center;
	margin:0 auto 30px;
}
#contactBox{
	max-width:900px;
	display:flex;
	justify-content: space-between;
	margin:0 auto 60px;
}
#contactBox p{
	width:46%;
	margin:0 2%;
	display: flex;
}
#contactTel, #contactMail{
}
#contactTel a{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
	font-size:3.5rem;
	font-weight:bold;
	border:2px solid #b5a000;
	padding:15px 20px;
	text-align:center;
	background-color:#fff;
	border-radius:25px;
	line-height:1.4;
}
#contactTel span{
	display:block;
	font-size:2rem;
	font-weight:500;
	line-height:1.2;
	margin-bottom:5px;
}
#contactMail a{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
	font-size:2.4rem;
	font-weight:bold;
	border:2px solid #b5a000;
	padding:10px 20px 10px 80px;
	text-align:center;
	background-color:#fff;
	border-radius:25px;
	background-image: url(./images/recruit/mail-icon.png);
	background-repeat: no-repeat;
	background-position: 60px 50%;
	background-size: 40px auto;
}
#contactTel a:hover, #contactMail a:hover{
	color:#000;
	background-color:#fff4ff;
	border:2px solid #88598c;
}
@media screen and (max-width: 960px) {
	#contactTel a{
		font-size:3rem;
	}
	#contactMail a{
		font-size:2.2rem;
		background-position: 40px 50%;
	}
	#contactTel span{
		font-size:1.6rem;
	}
}
@media screen and (max-width: 780px) {
	#contactTxt1{
		font-size:2.6rem;
	}
	#contactBox{
		display:block;
	}
	#contactBox p{
		width:100%;
		max-width:400px;
		margin:0 auto 30px;
	}
	#contactTel a{
		padding:8px 20px;
	}
	#contactMail a{
		padding:20px 20px 20px 80px;
	}
}
@media screen and (max-width: 430px) {
	#contactBg{
		padding:60px 0 5px;
	}
	#contactBg::after {
		padding-top: 20px;
	}
	#contactTxt1{
		text-align:left;
	}
	#contactTxt2{
		margin:10px auto 20px;
		font-size:1.4rem;
		text-align:left;
	}
	#md2-contact{
		font-size:2.4rem;
		margin-bottom:15px;
	}
	#contactTel a{
		font-size:2.6rem;
		border-radius:18px;
	}
	#contactMail a{
		font-size:1.8rem;
		border-radius:18px;
		background-position: 30px 50%;
		background-size: 30px auto;
		padding:10px 20px 10px 50px;
		border-radius:15px;
	}
}
/************
フッター
*************/
#footer{
	position:relative;
	clear:both;
	padding:40px 0 0;
}
#footerLogo{
	text-align:center;
}
#footerBox{
	max-width:1100px;
	width:96%;
	margin:auto;
	position:relative;
	z-index:5;
}
/*
#footerMenu{
	display:flex;
	margin:50px auto;
	justify-content: space-between;
}
#footerMenu li{
	width:12.5%;
	text-align:center;
	line-height:1.4;
	border-left:1px solid #000;
}
#footerMenu li:first-child{
	border:none;
}
#footerMenu li a{
	display:block;
	padding:0px 0px 0 30px;
}
#footerMenu li span::after {
    background-color: #88598c;
    content: '';
    display: block;
    height: 1px;
    margin: 2px auto 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 0;
}
#footerMenu li a:hover span:after{
	width:100%;
}
*/
#footerLowMenu{
	display:flex;
	justify-content:center;
	margin:0 0 20px 4%;
}
#footerLowMenu li{
	line-height:1.4;
}
#footerLowMenu li:first-child{
	border-right:1px solid #000;
}
#footerLowMenu li a{
	padding:0 40px 0 20px;
	display:block;
	position:relative;
}
#footerLowMenu li a::before{
	content: '\f35d';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0px;
	right: 15px;
	font-weight: bold;
	transition: .3s;
}
#copyright{
	text-align:center;
	padding:20px 0;
	font-size:1.4rem;
}

#pageTopBtn{
	position:fixed;
	bottom:20px;
	right:2%;
	z-index:100;
}
@media screen and (max-width: 960px) {
	#footerLowMenu li a{
		font-size:1.4rem;
	}
	#copyright{
		font-size:1rem;
	}
}
@media screen and (max-width: 780px) {
	#pageTopBtn{
		width:40px;
	}
}
@media screen and (max-width: 430px) {
	#footerLowMenu li a{
		font-size:1.2rem;
		padding:0 35px 0 10px;
	}

	/*
	#footerLowMenu{
		display:block;
		margin:auto;
	}
	#footerLowMenu li{
		margin:10px 0;
		text-align:center;
	}
	#footerLowMenu li:first-child{
		border:none;
	}
	*/
}
/*先輩の声　一覧ページ*/
#voiceList ul{
	display:flex;
}
#voiceList ul li{
	width:32%;
	margin:0 0 30px;
}
#voiceList ul li:nth-child(3n-1){
	margin:0 2% 30px;
}
.voiceListImg{
	display:block;
}
.voiceListImg img{
	width:100%;
}
.voiceListCate{
	/*
	display:inline-block;
	color:#fff;
	padding:2px 20px;
	font-size:1.4rem;
	margin:10px auto;
	*/
}
.voiceListType{
	display:table;
	margin:10px auto 0;
	font-size:1.8rem;
	font-weight:bold;
}
@media screen and (max-width: 960px) {
	#voiceList ul li{
		width:48%;
		margin:0 0 30px;
	}
	#voiceList ul li:nth-child(3n-1){
		margin:0 0 30px;
	}
	#voiceList ul li:nth-child(2n){
		margin:0 2% 30px;
	}
}
@media screen and (max-width: 430px) {
	#voiceList ul{
		display:block;
	}
	#voiceList ul li{
		width:100%;
		margin:0 auto 20px;
	}
	#voiceList ul li:nth-child(2n){
		margin:0 auto 20px;
	}
}
/*先輩の声 詳細ページ*/
.seniorBox{
	/*
	width:96%;
	max-width:1100px;
	*/
	display:flex;
	justify-content:space-between;
	margin:0 auto 80px;
}
.seniorLeft{
	width:50%;
}
.seniorLeft img{
	width:100%;
}
.seniorRight{
	width:45%;
}
.md2-voice{
	font-size:3.2rem;
	margin-bottom:20px;
	border-bottom:1px solid #a3939c;
	padding:0 0 5px;
}
.main2 h2{
	font-size:3rem;
	margin-bottom:40px;
	position: relative;
	border-bottom:2px solid #7d1a52;
}
.main2 h3{
	font-size:2.5rem;
	border-bottom:2px solid #f08432;
	margin-bottom:30px;
	padding:10px 5px 5px 20px;
	position:relative;
}
.main2 h3::before {
    position: absolute;
    top: 3px;
    left: 7px;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #f08432;
    content: '';
}

.main2 h3::after {
    position: absolute;
    transform: rotate(15deg);
    top: 17px;
    left: 0;
    height: 8px;
    width: 8px;
    background: #f08432;
    content: '';
}
h3.md3-voice{
	border:none;
	text-align:center;
	margin:100px auto 60px;
	padding:0;
	position:relative;
	font-size:3rem;
	line-height:1.4;
}
h3.md3-voice span{
	color:#b5a000;
	display:block;
	font-size:2.5rem;
	line-height:1;
}
/*
h3.md3-voice:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color:#b5a000;
}
*/
h3.md3-voice::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%);
	width: 1px;
	height: 30px;
	background-color: #b5a000;
}
.seniorTable{
	width:100%;
	font-size:1.8rem;
	margin:0 auto 60px;
}
.seniorTable th{
	width:140px;
	padding:10px 0;
	border-bottom: 1px dotted #ccc;
	background-color: #fff9fd;
}
.seniorTable td{
	line-height:1.6;
	padding:10px 15px;
	border-bottom:1px dotted #ccc;
}
.seniorPlace{
	font-size:1.8rem;
}
.seniorDate{
	font-size:1.8rem;	
	margin:5px 0 30px;
}
.seniorTxt{
	font-size:2.2rem;
}
.question{
	width:100%;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:0px !important;
	position:relative;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	padding-left:50px;
	line-height:1.4;
}
.question::before{
	position: absolute;
	left: 10px;
	content:"Q";
	font-size:1.6rem;
	font-weight:bold;
	background-color:#226ba3;
	color:#fff;
	line-height: 30px;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:30px;
}
.answer{
	font-size:1.8rem;
	position:relative;
	padding:30px 20px 30px 50px;
	/*background-color:#fffafa;*/
	margin-bottom:40px;
}
.answer::before{
	position: absolute;
	left: 10px;
	content: "A";
	font-weight: bold;
	font-size: 1.8rem;
	background-color:#ff8d8d;
	color: #fff;
	line-height: 30px;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:30px;
}
.message{
	font-size:2rem;
	padding:0 2%;
}
@media screen and (max-width: 780px) {
	.seniorBox{
		display:block;
	}
	.seniorLeft{
		width:100%;
		max-width:600px;
		margin:0 auto 15px;
	}
	.seniorRight{
		width:100%;
	}
	.seniorTable{
		margin:0 auto 30px;
	}
	.seniorTxt{
		font-size:1.8rem;
	}
}
@media screen and (max-width: 430px) {
	.main2 h2{
		font-size:2.2rem;
	}
	.main2 h3{
		font-size:2rem;
	}
	h3.md3-voice{
		font-size:2.2rem;
	}
	h3.md3-voice span{
		font-size:1.6rem;
	}
	.seniorTable{
		margin:0 auto 10px;
	}
	.seniorTable th{
		width:auto;
		display:block;
		padding:5px 10px;
		text-align:left;
	}
	.seniorTable td{
		width:auto;
		display:block;
		padding:10px 10px 20px 20px;
		border:none;
	}
	.question{
		font-size:1.8rem;
		padding-left:40px;
	}
	.question::before, .answer::before{
		left:5px;
		font-size:1.6rem;
		line-height: 26px;
		width: 26px;
		height: 26px;
	}
	.answer{
		font-size:1.6rem;
		padding:10px 5px 15px 40px;
	}
}
/*募集職種*/
.jobTable{
	width:100%;
}
.jobTable th{
	width:200px;
	padding:20px 0;
	border: 1px solid #a3939c;
	background-color: #fff9fd;
}
.jobTable td{
	line-height:1.6;
	padding:20px 15px;
	border:1px solid #a3939c;
}
#entryBtn{
	max-width:360px;
	margin:60px auto 0;
}
#entryBtn a{
	font-size:2.4rem;
	font-weight:bold;
	color:#323232;
	border:2px solid #a18300;
	display:block;
	text-align:center;
	font-weight:500;
	padding:10px 20px 10px 10px;
	border-radius:25px;
	position:relative;
}
#entryBtn a::after {
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #a18300;
	border-right: 2px solid #a18300;
	-webkit-transform:translate(0,-50%) rotate(45deg);
	transform:translate(0,-50%) rotate(45deg);
	transition:.3s;
}
#entryBtn a:hover{
	color:#fff;
	background-color:#a18300;
}
#entryBtn a:hover::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media screen and (max-width: 780px) {
	.jobTable th{
		width:auto;
		display:block;
		padding:5px 10px;
		border:none;
		border-bottom: 1px solid #a3939c;
		text-align:left;
	}
	.jobTable td{
		width:auto;
		display:block;
		padding:10px 5px 20px 20px;
		border:none;
	}
	#entryBtn{
		margin-top:20px;
	}
}
@media screen and (max-width: 430px) {
	#entryBtn{
	}
	#entryBtn a{
		font-size:1.8rem;
		border-radius:18px;
	}
	#entryBtn a::after{
		right: 15px;
		width: 8px;
		height: 8px;
	}
}
/******************
お問い合わせ[PC]
******************/
/* contact form 7 */
input, textarea {
	font-size:1.6rem;
	border: 1px solid #cccccc;
	outline: none;
 	border-radius: 2px;
 	-moz-border-radius: 2px;
 	-webkit-border-radius: 2px;
 	padding: 5px;
}
.contactTxt{
	text-align:center;
	margin:40px auto 20px;
	font-size:2.0rem;
}
.siteLink{
	text-align:center;
	margin:0 auto 60px;
}
.siteLink a{
	display:inline-block;
	border:1px solid #323232;
	padding:10px 40px 10px 25px;
	position:relative;
}
.siteLink a::after {
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #323232;
	border-right: 2px solid #323232;
	-webkit-transform:translate(0,-50%) rotate(45deg);
	transform:translate(0,-50%) rotate(45deg);
	transition:.3s;
}
.siteLink a:hover{
	color:#fff;
	background-color:#323232;
}
.siteLink a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#contactForm{
	margin:0 auto;
}
#contactForm input,
#contactForm select{
	/*-webkit-appearance: none;*/
	padding: 5px 1% 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 2px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	color: #323232;
	border:1px solid #777;
	background-color:#fff;
	position:relative;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#contactForm textarea{
	overflow: auto;
	height:120px;
	padding: 5px 1% 4px;
	line-height:1.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #323232;
	border:1px solid #777;
	width:90%;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
input:focus, textarea:focus {
	outline: 2px solid #00f;
}
input[type=checkbox]:focus{
	outline:none;
}
.wpcf7-select{
	font-size:1.4rem;
}
#contactForm table{
	width:100%;
	border-spacing: 0;
	border-top:1px solid #ccc;
}
#contactForm tr{
	clear:both;
}
#contactForm th{
	position:relative;
	width:32%;
	text-align:left;
	font-weight:500;
	padding:20px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	background-color: #fffcf9;
	box-sizing:border-box;
}
#contactForm td{
	width:68%;
	padding:20px 10px 20px 20px;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
span.required{
	background-color:#ee947e;
	display:inline-block;
	color:white;
	padding:4px 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position:absolute;
	right:15%;
	font-size:1.2rem;
	line-height:1;
}
#sendingBox{
	width:96%;
	border-bottom:1px solid #ccc;
	margin:auto;
	text-align:center;
	padding:30px 0;
}
#sendingTxt{
	font-weight:bold;
	font-size:120%;
}
#caveat{
	line-height:1.4;
	font-size:1.4rem;
	color:#ff0000;
	display:table;
	margin:auto;
	text-indent:-1.4rem;
	padding-left:1.4rem;
}
#formBtnBox{
	max-width:280px;
	width:90%;
	margin:40px auto 0;
	display:flex;
	justify-content: space-between;
}
.kakuninBtn{
	width:152px;
}
.kakuninBtn input{
	width:150px;
	height:46px;
	cursor:pointer;
	outline:none;
	background-color:#a18300;
	color:white;
	border:none;
	letter-spacing:1px;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	transition:.3s;
	font-weight:500;
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.kakuninBtn input:hover{
	background-color:#52d154;
}
.returnBtn input{
	height:46px;
	outline:none;
	border:none;
	padding:5px 10px;
	background-color:#ccc;
	border:1px solid #ccc;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	transition:.3s;
	font-weight:500;
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.returnBtn input:hover{
	cursor:pointer;
	background-color: #aaaaaa;
}
.confirmForm span.required{
	display:none;
}
#contactForm select{
	-webkit-appearance: checkbox;
}
::placeholder {
}
#formBox{
	margin:0 auto;
}
.sent #formBox{
	display: none;
}
.sentout_message{
	margin:0 auto 80px;
}
/*
.sentout_message{
	display: none;
}
.sent .sentout_message{
	display: block;
}
*/
/*送信成功*/
div.wpcf7 form.sent .wpcf7-response-output{
	background:#d5edda;
	color:#185626;
	border:1px solid #c4e5cc !important;
	padding:10px 10px 10px 20px !important;
}
/*送信NG・失敗*/
div.wpcf7 form.failed .wpcf7-response-output,
div.wpcf7 form.aborted .wpcf7-response-output,
div.wpcf7 form.invalid .wpcf7-response-output,
div.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7 form.payment-required .wpcf7-response-output{
	background:#f7d7da;
	color:#711d26;
	border:1px solid #f4c6cb !important;
	padding:10px 10px 10px 20px !important;
} 
/*スパムなどで送信ブロックされた場合*/
div.wpcf7 form.spam .wpcf7-response-output{
	background:#fff2cf;
	color:#846314;
	border:1px solid #feedbd !important;
	padding:10px 10px 10px 20px !important;
}
#contactForm .wpcf7-not-valid {
	background: #ffebef !important;
}
.wpcf7 .wpcf7-submit:disabled{
	background-color:#a18300;
}
span.wpcf7-radio, span.wpcf7-checkbox{
  display: flex;
  flex-direction: column;
}
span.wpcf7-list-item{
	margin:0;
}
#sendingCheck{
	font-size:1.6rem;
	line-height:1.4;
}
.hosoku-txt,.hosoku-txt1,.hosoku-txt2{
	font-size:1.4rem;
	line-height:1.4;
}
.hosoku-txt{
	margin-left:8px;
}
.hosoku-txt1{
	margin-top:10px;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
.hosoku-txt2{
	color:#f00;
	margin-top:10px;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
.hosoku-txt3{
	color:#f00;
	margin-top:10px;
	padding-left: 14rem;
	text-indent: -14rem;
}
#formTel{
	font-size:120%;
	font-weight:bold;
	margin:20px auto 30px;
}
#recruitMain .sentout_message h2{
	margin: 0 auto 30px;
	font-size: 180%;
	font-weight: bold;
	line-height: 120%;
	position: relative;
	padding: 5px 8px 8px;
	border-bottom: 2px solid #0b9b93;
	text-align:left;
}
#formLink{
	margin-top:30px;
}
.fm-ck .wpcf7-list-item{
	display:block;
}
.wpcf7-free-text{
	display:block;
}
.has-free-text{
	position:relative;
}
.kengaku .wpcf7-free-text{
	margin:5px 0 0 110px;
	display:block;
	position:relative;
}

.kengaku .has-free-text::before {
	content: "見学希望日時";
	position:absolute;
	left: 20px;
	top: 35px;
	font-size: 1.4rem;
}
.other .wpcf7-free-text{
	width:300px;
	margin:0 0 0 5px;
	display:inline-block;
	position:relative;
}
@media screen and (max-width: 780px) {
	.contactTxt{
		text-align:left;
		margin:0px auto 40px;
	}
	#contactForm{
		width:100%;
	}
	#contactForm table{
		border:none;
	}
	#contactForm th{
		width:100%;
		display:block;
		padding:10px 0 10px 10px;
		border:none;
}
	#contactForm td{
		width:100%;
		display:block;
		padding:15px 10px 30px 20px;
		border-bottom:none;
}
	#contactForm input.wpcf7-text, #contactForm input.wpcf7-email, #contactForm input.wpcf7-textarea {
		width:90%;
		max-width:400px;
	}
	#contactForm input.p-postal-code{
		max-width:auto;
		width:auto;
	}
	span.required{
		position:static;
		margin:0 0 0 20px;
	}
	.hosoku-txt{
		margin-top:10px;
		display:block;
	}
	#contactForm select{
		font-size:1.4rem;
	}
	span.wpcf7-list-item{
		margin-bottom:4px;
	}
	.other .wpcf7-free-text{
		margin:5px 0 0 5px;
	}
}
@media screen and (max-width: 430px) {
	#formBtnBox{
		max-width:250px;
	}
	.other .wpcf7-free-text{
		width:90%;
	}
}

/************
印刷用
*************/

@page{
	margin: 16mm 10mm;
}

@-moz-document url-prefix(){
@page{
	margin: auto;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
@page{
	margin: auto;
}
}

/************
スマートフォンのみ電話リンク有効化
*************/
/*
@media screen and (min-width: 641px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
*/