@charset "UTF-8";
/**
/* トップページ CSS
----------------------------------------------- */
.frontWrap{
	background: #ffffff;
}
.frontWrap .page-guide .front-ttl{
	text-align: center;
	margin-bottom: 50px;
}
.frontWrap .page-guide .front-ttl .roma{
	font-family: 'HammersmithOne';
	text-transform: capitalize;
	color: #666666;
	font-size: 60px;
	line-height: 1;
}
.frontWrap .page-guide .front-ttl .h2_ttl{
	font-family: 'Kiwi Maru', serif;
	color: #f17b87;
	font-size: 18px;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.frontWrap .page-guide .front-ttl{
		margin-bottom: 8%;
	}
	.frontWrap .page-guide .front-ttl .roma{
		font-size: 10vw;
	}
	.frontWrap .page-guide .front-ttl .h2_ttl{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .page-guide .front-ttl{
		margin-bottom: 30px;
	}
	.frontWrap .page-guide .front-ttl .roma{
		font-size: 46px;
	}
	.frontWrap .page-guide .front-ttl .h2_ttl{
		font-size: 16px;
	}
}
/*　　インタビュー　　*/
.frontWrap .interview-guide{
	padding: 100px 0 150px 0;
}
.frontWrap .interview-guide .inner{
	max-width: 1650px;
}
.frontWrap .interview-guide .front-ttl .roma{
	letter-spacing: 0.06em;
}
.interview-guide .interview-slider{
	margin-right: 30px;
}
.interview-slider .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 30%;
	z-index: 10;
	opacity: 0.7;
}
.interview-slider .slick-arrow:hover{
	cursor: pointer;
	opacity: 1;
}
.interview-slider .prev-arrow {
	left: -35px;
}
.interview-slider .next-arrow {
	right: -65px;
	transform: rotate(180deg);
}
.frontWrap .interview-guide .interview-list .interview-items{
	background: transparent;
	margin-right: 0;
	margin: 0 0 0 30px;
}
.frontWrap .interview-guide .interview-list .interview-items .imgArea img{
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.frontWrap .interview-guide .interview-list .interview-items .contentArea{
	padding: 25px 0 0 0;
}
.frontWrap .interview-guide .block_btn{
	margin-top: 40px;
}
@media only screen and (max-width: 1440px) {
	.frontWrap .interview-guide .interview-list:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background: rgb(255,255,255,0);
		background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%);
	}
}
@media only screen and (max-width: 767px) {
	.frontWrap .interview-guide{
		padding: 10% 0 15% 0;
	}
	.frontWrap .interview-guide .inner{
		width: 100%;
	}
	.interview-guide .interview-slider{
		margin-right: 0;
	}
	.interview-slider .slick-prev,
	.interview-slider .slick-next{
		display: none;
	}
	.interview-slider .slick-prev{
		left: -15px;
		z-index: 2;
	}
	.interview-slider .slick-next{
		right: -10px;
	}
	.interview-slider .slick-arrow,
	.interview-slider .slick-prev:before,
	.interview-slider .slick-next:before{
		display: none!important;
	}
	.frontWrap .interview-guide .interview-list:after{
		content: none;
	}
	.frontWrap .interview-guide .interview-list .interview-items{
		background: transparent;
		margin-right: 0;
		margin: 0 0 0 20px;
	}
	.frontWrap .interview-guide .interview-list .interview-items .imgArea img{
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	.frontWrap .interview-guide .interview-list .interview-items .contentArea{
		padding: 5% 0 0 0;
	}
	.frontWrap .interview-guide .interview-list .interview-items h3{
		font-size: 4vw;
		margin-bottom: 3%;
	}
	.frontWrap .interview-guide .interview-list .interview-items h3 span{
		font-size: 3.2vw;
		margin-left: 15px;
	}
	.frontWrap .interview-guide .interview-list .interview-items p.job-year{
		font-size: 3.2vw;
	}
	.frontWrap .interview-guide .interview-list .interview-items p.staff-work{
		font-size: 3.2vw;
		margin-bottom: 5%;
	}
	.frontWrap .interview-guide .block_btn{
		margin-top: 8%;
	}
	.frontWrap .interview-guide .block_btn li{
		width: 60%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .interview-guide{
		padding: 80px 0 100px 0;
	}
	.interview-guide .interview-slider{
		margin-right: 10px;
	}
	.interview-slider .prev-arrow,
	.interview-slider .next-arrow{
		width: 35px;
	}
	.interview-slider .prev-arrow{
		left: -20px;
	}
	.interview-slider .next-arrow{
		right: -30px;
	}
	.frontWrap .interview-guide .interview-list:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background: rgb(255,255,255,0);
		background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%);
	}
	.frontWrap .interview-guide .interview-list .interview-items{
		margin: 0 0 0 10px;
	}
	.frontWrap .interview-guide .interview-list .interview-items .imgArea img{
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}
	.frontWrap .interview-guide .interview-list .interview-items .contentArea{
		padding: 15px 0 0 0;
	}
	.frontWrap .interview-guide .block_btn{
		margin-top: 30px;
	}
}
/*　　トミオケアを知る　　*/
.about-guide{
	position: relative;
	background: url(../image/bg-beige.jpg) center center;
}
.about-guide:before{
	background: url(../image/icon/img-watercolor04.png) center center;
	background-size: cover;
	content: '';
	position: absolute;
	width: 342px;
	height: 351px;
	top: -150px;
	left: 50%;
	margin-left: -171px;
}
.about-guide:after{
	background: url(../image/icon/img-watercolor05.png) center center;
	background-size: cover;
	content: '';
	position: absolute;
	width: 384px;
	height: 319px;
	bottom: -225px;
	left: -20px;
}
.frontWrap .about-guide .front-ttl{
	text-align: left;
}
.about-guide .about-grid{
	position: relative;
	align-items: flex-start;
	z-index: 2;
	max-width: 1650px;
	margin-left: auto;
}
.about-guide .about-grid .imgArea{
	position: relative;
	width: 55%;
	max-width: 950px;
	margin-top: -150px;
}
.about-guide .about-grid .imgArea .main-img{
	height: 530px;
}
.about-guide .about-grid .imgArea .main-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
}
.about-guide .about-grid .imgArea .sub-img1{
	position: absolute;
	width: 254px;
	bottom: -64px;
	left: -130px;
}
.about-guide .about-grid .imgArea .sub-img2{
	position: absolute;
	width: 356px;
	bottom: -320px;
	left: 180px;
}
.about-guide .about-grid .contentArea{
	width: 45%;
	max-width: 960px;
	padding: 0 60px 0 40px;
}
.about-guide .about-grid .contentArea p{
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
.about-guide .about-grid .contentArea .block_btn{
	text-align: left;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.about-guide:before{
		width: 180px;
		height: 185px;
		top: -70px;
		left: auto;
		margin-left: 0;
		right: -80px;
	}
	.about-guide:after{
		width: 195px;
		height: 160px;
		bottom: auto;
		top: 90px;
		left: -90px;
	}
	.frontWrap .about-guide .front-ttl{
		text-align: center;
	}
	.about-guide .about-grid .imgArea{
		width: 95%;
		margin-top: 0;
		margin-left: auto;
		margin-bottom: 8%;
	}
	.about-guide .about-grid .imgArea .main-img{
		height: auto;
		margin-bottom: 5%;
	}
	.about-guide .about-grid .imgArea .main-img img{
		border-radius: 30px 0 0 30px;
		-webkit-border-radius: 30px 0 0 30px;
		-moz-border-radius: 30px 0 0 30px;
	}
	.about-guide .about-grid .imgArea .sub-img1{
		position: relative;
		width: 40%;
		bottom: auto;
		left: 0;
	}
	.about-guide .about-grid .imgArea .sub-img2{
		position: relative;
		width: 60%;
		bottom: auto;
		left: 35%;
		margin-top: -8%;
	}
	.about-guide .about-grid .contentArea{
		width: 100%;
		padding: 0 5%;
	}
	.about-guide .about-grid .contentArea p{
		font-size: 3.6vw;
	}
	.about-guide .about-grid .contentArea .block_btn{
		margin-top: 8%;
		text-align: center;
	}
	.about-guide .about-grid .contentArea .block_btn li{
		width: 60%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.about-guide:before{
		width: 230px;
		height: 240px;
		top: -100px;
		left: 50%;
		margin-left: -115px;
	}
	.about-guide:after{
		width: 265px;
		height: 220px;
		bottom: -160px;
		left: -20px;
	}
	.about-guide .about-grid .imgArea{
		width: 50%;
		margin-top: -90px;
	}
	.about-guide .about-grid .imgArea .main-img{
		height: 320px;
	}
	.about-guide .about-grid .imgArea .main-img img{
		border-radius: 50px 0 0 50px;
		-webkit-border-radius: 50px 0 0 50px;
		-moz-border-radius: 50px 0 0 50px;
	}
	.about-guide .about-grid .imgArea .sub-img1{
		width: 170px;
		bottom: -80px;
		left: -55px;
	}
	.about-guide .about-grid .imgArea .sub-img2{
		width: 250px;
		bottom: -260px;
		left: 110px;
	}
	.about-guide .about-grid .contentArea{
		width: 50%;
		padding: 0 25px 0 30px;
	}
	.about-guide .about-grid .contentArea p{
		font-size: 14px;
	}
	.about-guide .about-grid .contentArea .block_btn{
		margin-top: 30px;
	}
}
/*　　求人情報　　*/
.frontWrap .recruit-nav-guide{
	position: relative;
	padding: 220px 0 90px 0;
}
.frontWrap .recruit-nav-guide:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 45%;
	bottom: 0;
	right: 0;
	background: url(../image/bg-beige.jpg) center center;
}
.recruit-nav-guide .page-grid{
	position: relative;
}
.recruit-nav-guide .page-grid:before{
	background: url(../image/icon/img-watercolor06.png) center center;
	background-size: cover;
	content: '';
	position: absolute;
	width: 272px;
	height: 306px;
	top: 0;
	right: 20px;
}
.recruit-nav-guide .page-grid:after{
	background: url(../image/icon/img-watercolor07.png) center center;
	background-size: cover;
	content: '';
	position: absolute;
	width: 393px;
	height: 401px;
	bottom: -185px;
	left: -20px;
}
.recruit-nav-guide .recruit-nav-list{
	position: relative;
    z-index: 1;
}
.recruit-nav-guide .recruit-nav-list .recruit-nav-items{
	background: #ffffff;
	width: 48%;
	margin-right: 4%;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.recruit-nav-guide .recruit-nav-list .recruit-nav-items:last-child{
	margin-right: 0;
}
.recruit-nav-guide .recruit-nav-list .recruit-nav-items a:hover {
	opacity: 0.7;
}
.recruit-nav-guide .recruit-nav-list .recruit-nav-items .imgArea img{
	border-radius: 40px 40px 0 0;
	-webkit-border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
}
.recruit-nav-guide .recruit-nav-list .recruit-nav-items p{
	position: relative;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 30px 20px 40px;
	margin-left: 25px;
}
.recruit-nav-guide .recruit-nav-list .recruit-nav-items p::before,
.recruit-nav-guide .recruit-nav-list .recruit-nav-items p::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.recruit-nav-guide .recruit-nav-list .recruit-nav-items p::before{
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 1px solid #f17b87;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.recruit-nav-guide .recruit-nav-list .recruit-nav-items p::after{
	left: 12px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 8px solid #f17b87;
}
@media only screen and (max-width: 767px) {
	.frontWrap .recruit-nav-guide{
		padding: 10% 0;
	}
	.frontWrap .recruit-nav-guide:before{
		height: 45%;
	}
	.recruit-nav-guide .page-grid:before{
		width: 140px;
		height: 150px;
		top: 15px;
		right: 0;
	}
	.recruit-nav-guide .page-grid:after{
		width: 180px;
		height: 179px;
		bottom: -75px;
		left: -20px;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items{
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items:last-child{
		margin-bottom: 0;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items .imgArea img{
		border-radius: 20px 20px 0 0;
		-webkit-border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items p{
		font-size: 4.4vw;
		padding: 20px 30px 20px 40px;
		margin-left: 15px;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items p::before{
		width: 25px;
		height: 25px;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items p::after{
		left: 10px;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 6px solid #f17b87;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .recruit-nav-guide{
		padding: 80px 0 60px 0;
	}
	.frontWrap .recruit-nav-guide:before{
		height: 45%;
	}
	.recruit-nav-guide .page-grid:before{
		width: 155px;
		height: 180px;
		top: 0;
		right: 20px;
	}
	.recruit-nav-guide .page-grid:after{
		width: 220px;
		height: 220px;
		bottom: -135px;
		left: -40px;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items{
		width: 49%;
		margin-right: 2%;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items p{
		font-size: 20px;
		padding: 15px 20px 15px 30px;
		margin-left: 20px;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items p::before{
		width: 26px;
		height: 26px;
	}
	.recruit-nav-guide .recruit-nav-list .recruit-nav-items p::after{
		left: 10px;
	}
}
/*　　ナビ　　*/
.frontWrap .nav-guide{
	position: relative;
}
.frontWrap .nav-guide:before{
	background: url(../image/icon/img-watercolor08.png) center center;
	background-size: cover;
	content: '';
	position: absolute;
	width: 455px;
	height: 456px;
	top: 40px;
	right: -100px;
}
.frontWrap .nav-guide .nav-list{
	position: relative;
    z-index: 1;
}
.frontWrap .nav-guide .nav-list .nav-items{
	width: 48%;
}
.frontWrap .nav-guide .nav-list .nav-items a:hover{
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.frontWrap .nav-guide:before{
		content: none;
	}
	.frontWrap .nav-guide .nav-list .nav-items{
		width: 100%;
		margin-bottom: 5%;
	}
	.frontWrap .nav-guide .nav-list .nav-items:last-child{
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .nav-guide:before{
		width: 340px;
		height: 340px;
		top: 20px;
		right: -60px;
	}
	.frontWrap .nav-guide .nav-list .nav-items{
		width: 48%;
	}
}
/**
/* トミオケアを知るページ CSS
----------------------------------------------- */
.pageWrap .nav-guide{
	padding: 90px 0 0 0;
}
.nav-guide .about-us-nav li{
	background: #f3eddf;
	position: relative;
	display: flex;
    align-items: center;
	width: 19%;
	margin-right: 1.25%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.nav-guide .about-us-nav li:last-child{
	margin-right: 0;
}
.nav-guide .about-us-nav li:hover{
	opacity: 0.7;
}
.nav-guide .about-us-nav li a{
	display: block;
	width: 100%;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 30px 10px;
}
.nav-guide .about-us-nav li:after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 50%;
	bottom: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #f17b87 transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
	.pageWrap .nav-guide{
		padding: 10% 0 0 0;
	}
	.nav-guide .about-us-nav li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 3%;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	.nav-guide .about-us-nav li:nth-child(2n){
		margin-right: 0;
	}
	.nav-guide .about-us-nav li a{
		font-size: 3.8vw;
		line-height: 1.2;
		padding: 20px 5px 30px 5px;
	}
	.nav-guide .about-us-nav li:after{
		bottom: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pageWrap .nav-guide{
		padding: 60px 0 0 0;
	}
	.nav-guide .about-us-nav li{
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	.nav-guide .about-us-nav li a{
		font-size: 16px;
		line-height: 1.2;
		padding: 25px 5px;
	}
	.nav-guide .about-us-nav li:after{
		bottom: 10px;
	}
}
/*　選ばれる理由　*/
.pageWrap .chosen-guide .page-ttl{
	margin-bottom: 80px;
}
.chosen-guide .text{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 60px;
}
.chosen-guide .chosen-list .chosen-items{
	background: #ffffff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	align-items: center;
	padding: 40px;
	margin-bottom: 30px;
}
.chosen-guide .chosen-list .chosen-items .imageArea{
	width: 30%;
}
.chosen-guide .chosen-list .chosen-items .contentArea{
	width: 70%;
	padding-right: 40px;
}
.chosen-guide .chosen-list .chosen-items h3{
	display: flex;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 10px;
}
.chosen-guide .chosen-list .chosen-items h3 span{
	font-family: 'Caveat-Regular';
	display: inline-block;
	vertical-align: middle;
	color: #f17b87;
	font-size: 72px;
	font-weight: 400;
	line-height: 1;
	margin-top: -20px;
	margin-right: 10px;
}
.chosen-guide .chosen-list .chosen-items p{
	 font-size: 16px;
	 line-height:1.9;
}
@media only screen and (max-width: 767px) {
	.pageWrap .chosen-guide .page-ttl{
		margin-bottom: 10%;
	}
	.chosen-guide .text{
		font-size: 3.8vw;
		margin-bottom: 8%;
	}
	.chosen-guide .chosen-list .chosen-items{
		padding: 6%;
		margin-bottom: 5%;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}
	.chosen-guide .chosen-list .chosen-items .imageArea{
		width: 100%;
		margin-bottom: 8%;
	}
	.chosen-guide .chosen-list .chosen-items .contentArea{
		width: 100%;
		padding-right: 0;
	}
	.chosen-guide .chosen-list .chosen-items h3{
		font-size: 4.4vw;
		margin-bottom: 3%;
	}
	.chosen-guide .chosen-list .chosen-items h3 span{
		font-size: 12vw;
		margin-top: -5%;
		margin-right: 3%;
	}
	.chosen-guide .chosen-list .chosen-items p{
		 font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pageWrap .chosen-guide .page-ttl{
		margin-bottom: 50px;
	}
	.chosen-guide .text{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.chosen-guide .chosen-list .chosen-items{
		padding: 25px;
		margin-bottom: 20px;
	}
	.chosen-guide .chosen-list .chosen-items .imageArea{
		width: 30%;
	}
	.chosen-guide .chosen-list .chosen-items .contentArea{
		width: 70%;
		padding-right: 25px;
	}
	.chosen-guide .chosen-list .chosen-items h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.chosen-guide .chosen-list .chosen-items h3 span{
		font-size: 56px;
		margin-top: -20px;
		margin-right: 10px;
	}
	.chosen-guide .chosen-list .chosen-items p{
		 font-size: 14px;
	}
}
/*　数字で見るトミオケア　*/
.numbers-guide{
	background: #ffffff;
}
.numbers-guide .numbers-list .numbers-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	width: 33.3333%;
	border-right: dotted 3px #cccccc;
	border-bottom: dotted 3px #cccccc;
	padding: 40px 25px;
}
.numbers-guide .numbers-list .numbers-items:nth-child(3n){
	border-right: none;
}
.numbers-guide .numbers-list .numbers-items:nth-child(n+7){
	border-bottom: none;
}
.numbers-guide .numbers-list .numbers-items .contentArea{
	width: 100%;
	position: relative;
	margin-right: -50%;
}
.numbers-guide .numbers-list .numbers-items h3{
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.numbers-guide .numbers-list .numbers-items .number{
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	color: #f17b87;
	font-size: 90px;
	line-height: 0.8;
	letter-spacing: -0.06em;
	font-weight: 600;
	margin-right: 5px;
}
.numbers-guide .numbers-list .numbers-items .numbers-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.numbers-guide .numbers-list .numbers-items .text{
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}
.numbers-guide .numbers-list .numbers-items .text2{
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
}
.numbers-guide .numbers-list .numbers-items .numbers-row .numbers{
	margin-right: 15px;
}
.numbers-guide .numbers-list .numbers-items .numbers-row .number{
	font-size: 62px;
}
.numbers-guide .numbers-list .numbers-items .imageArea{
	width: 50%;
	text-align: right;
}
.numbers-guide .numbers-list .numbers-items .imageArea img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
@media only screen and (max-width: 767px) {
	.numbers-guide .numbers-list .numbers-items{
		width: 100%;
		border-right: none;
		border-bottom: dotted 3px #cccccc;
		padding: 0 3% 8% 3%;
		margin-bottom: 8%;
	}
	.numbers-guide .numbers-list .numbers-items:nth-child(3n){
		border-right: none;
	}
	.numbers-guide .numbers-list .numbers-items:nth-child(n+7){
		border-bottom: dotted 3px #cccccc;
	}
	.numbers-guide .numbers-list .numbers-items:last-child{
		border-bottom: none;
		padding: 0 3% 0 3%;
		margin-bottom: 0;
	}
	.numbers-guide .numbers-list .numbers-items h3{
		font-size: 5.4vw;
		margin-bottom: 3%;
	}
	.numbers-guide .numbers-list .numbers-items .number{
		font-size: 20vw;
		line-height: 0.8;
		letter-spacing: -0.06em;
		margin-right: 5px;
	}
	.numbers-guide .numbers-list .numbers-items .text{
		font-size: 4vw;
	}
	.numbers-guide .numbers-list .numbers-items .text2{
		font-size: 5.4vw;
	}
	.numbers-guide .numbers-list .numbers-items .numbers-row .numbers{
		margin-right: 5%;
	}
	.numbers-guide .numbers-list .numbers-items .numbers-row .number{
		font-size: 15vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.numbers-guide .numbers-list .numbers-items{
		width: 50%;
		border-right: dotted 3px #cccccc;
		border-bottom: dotted 3px #cccccc;
		padding: 30px 20px;
	}
	.numbers-guide .numbers-list .numbers-items:nth-child(3n){
		border-right: dotted 3px #cccccc;
	}
	.numbers-guide .numbers-list .numbers-items:nth-child(2n){
		border-right: none;
	}
	.numbers-guide .numbers-list .numbers-items:nth-child(n+7){
		border-bottom: none;
	}
	.numbers-guide .numbers-list .numbers-items h3{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.numbers-guide .numbers-list .numbers-items .number{
		font-size: 80px;
		line-height: 0.8;
		letter-spacing: -0.06em;
		margin-right: 5px;
	}
	.numbers-guide .numbers-list .numbers-items .text{
		font-size: 14px;
	}
	.numbers-guide .numbers-list .numbers-items .text2{
		font-size: 22px;
	}
	.numbers-guide .numbers-list .numbers-items .numbers-row .numbers{
		margin-right: 15px;
	}
	.numbers-guide .numbers-list .numbers-items .numbers-row .number{
		font-size: 54px;
	}
}
/*　福利厚生　*/
.pageWrap .welfare-guide .page-ttl{
	margin-bottom: 80px;
}
.welfare-guide .welfare-list .welfare-items{
	background: #ffffff;
	width: 24%;
	margin-right: 1.3333%;
	margin-bottom: 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 30px 24px;
}
.welfare-guide .welfare-list .welfare-items:nth-child(4n){
	margin-right: 0;
}
.welfare-guide .welfare-list .welfare-items .iconArea{
	text-align: center;
	margin-bottom: 20px;
}
.welfare-guide .welfare-list .welfare-items .iconArea img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.welfare-guide .welfare-list .welfare-items h3{
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.welfare-guide .welfare-list .welfare-items:nth-child(11) h3{
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 0;
}
.welfare-guide .welfare-list .welfare-items ul.flex_wrap li{
	width: 50%;
}
.welfare-guide .welfare-list .welfare-items ul li{
    position: relative;
    font-size: 16px;
    padding: 0 0 0 16px;
}
.welfare-guide .welfare-list .welfare-items ul li:before {
	content: "●";
	position: absolute;
	font-size: 12px;
	left: 0;
	color: #f17b87;
	top: 4px;
}
@media only screen and (max-width: 767px) {
	.pageWrap .welfare-guide .page-ttl{
		margin-bottom: 10%;
	}
	.welfare-guide .welfare-list .welfare-items{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
		padding: 5%;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}
	.welfare-guide .welfare-list .welfare-items .iconArea{
		width: 30%;
		margin-bottom: 0;
	}
	.welfare-guide .welfare-list .welfare-items .contentArea{
		width: 70%;
		padding-left: 5%;
	}
	.welfare-guide .welfare-list .welfare-items h3{
		text-align: left;
		font-size: 4.4vw;
		margin-bottom: 3%;
	}
	.welfare-guide .welfare-list .welfare-items:nth-child(11){
		align-items: center;
	}
	.welfare-guide .welfare-list .welfare-items:nth-child(11) h3{
		font-size: 4.4vw;
		margin-bottom: 0;
		margin-top: 0;
	}
	.welfare-guide .welfare-list .welfare-items ul.flex_wrap li{
		width: 50%;
	}
	.welfare-guide .welfare-list .welfare-items ul li{
	    font-size: 3.6vw;
	    padding: 0 0 0 8%;
	}
	.welfare-guide .welfare-list .welfare-items ul li:before {
		font-size: 3.2vw;
		left: 0;
		top: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pageWrap .welfare-guide .page-ttl{
		margin-bottom: 50px;
	}
	.welfare-guide .welfare-list .welfare-items{
		width: 32.4%;
		margin-right: 1.3333%;
		margin-bottom: 10px;
		padding: 30px 20px;
	}
	.welfare-guide .welfare-list .welfare-items:nth-child(4n){
		margin-right: 1.3333%;
	}
	.welfare-guide .welfare-list .welfare-items:nth-child(3n){
		margin-right: 0;
	}
	.welfare-guide .welfare-list .welfare-items .iconArea{
		margin-bottom: 15px;
	}
	.welfare-guide .welfare-list .welfare-items h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.welfare-guide .welfare-list .welfare-items:nth-child(11) h3{
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.welfare-guide .welfare-list .welfare-items ul.flex_wrap li{
		width: 50%;
	}
	.welfare-guide .welfare-list .welfare-items ul li{
	    font-size: 14px;
	    padding: 0 0 0 12px;
	}
	.welfare-guide .welfare-list .welfare-items ul li:before {
		font-size: 10px;
		left: 0;
		top: 4px;
	}
}
/*　代表メッセージ　*/
.message-guide{
	background: #ffffff;
}
.pageWrap .message-guide .page-ttl{
	margin-bottom: 80px;
}
.message-guide .message-items .imgArea{
	width: 48%;
}
.message-guide .message-items .contentArea{
	width: 50%;
	padding-left: 20px;
}
.message-guide .message-items .contentArea p{
	font-size: 16px;
	line-height:1.9;
	margin-bottom: 30px;
}
.message-guide .message-items .contentArea p:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.pageWrap .message-guide .page-ttl{
		margin-bottom: 12%;
	}
	.message-guide .message-items .imgArea{
		width: 100%;
		margin-bottom: 5%;
	}
	.message-guide .message-items .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.message-guide .message-items .contentArea p{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pageWrap .message-guide .page-ttl{
		margin-bottom: 60px;
	}
	.message-guide .message-items .imgArea{
		width: 48%;
	}
	.message-guide .message-items .contentArea{
		width: 50%;
		padding-left: 20px;
	}
	.message-guide .message-items .contentArea p{
		font-size: 16px;
		margin-bottom: 20px;
	}
}
/*　会社概要　*/
.pageWrap .company-guide .page-ttl{
	margin-bottom: 60px;
}
.company-guide .company-box{
	max-width: 1000px;
	margin: auto;
}
.company-guide .company-box table.tbl-r td a{
	text-decoration: underline;
	color: #f17b87;
}
.company-guide .company-box table.tbl-r td span{
	color: #f17b87;
}
@media only screen and (max-width: 767px) {
	.pageWrap .company-guide .page-ttl{
		margin-bottom: 8%;
	}
	.pageWrap .company-guide table.tbl-r th,
	.pageWrap .company-guide table.tbl-r td{
		display: table-cell;
	}
	.pageWrap .company-guide table.tbl-r th{
		border-bottom: 1px solid #e7e2d5;
		width: 30%;
		padding: 5% 0;
	}
	.pageWrap .company-guide table.tbl-r td{
		padding: 5% 0;
	}
	.pageWrap .company-guide table.tbl-r tr:last-child th,
	.pageWrap .company-guide table.tbl-r tr:last-child td{
		border-bottom: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pageWrap .company-guide .page-ttl{
		margin-bottom: 40px;
	}
	.company-guide .company-box{
		width: 90%;
	}
}
/**
/* 求人情報ページ CSS
----------------------------------------------- */
/*　現在募集中の職種　*/
.recruit-guide .recruiting-category{
	background: #ffffff;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	padding: 50px;
	margin-bottom: 100px;
}
.recruit-guide .recruiting-category h2{
	font-family: 'Kiwi Maru', serif;
	background: #f17a87;
	color: #ffffff;
	position: relative;
	display: block;
	width: 100%;
	line-height: 3;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 50px;
	margin-bottom: 50px;
}
.recruit-guide .recruiting-category h2:after{
	position: absolute;
	top: 6px;
	left: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 4px dotted #fff;
	border-radius: 50px;
}
.recruiting-category .category-list{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.recruiting-category .category-list .category-items{
	width: 32%;
}
.recruiting-category .category-list .category-items h3{
	position: relative;
	color: #f17b87;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 20px;
	margin-bottom: 30px;
}
.recruiting-category .category-list .category-items h3:before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #f17b87;
	border-radius: 50px;
}
.recruiting-category .category-list .category-items ul li{
	margin-bottom: 5px;
}
.recruiting-category .category-list .category-items ul li a{
	color: #333333;
	font-size: 16px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.recruit-guide .recruiting-category{
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		padding: 8% 8% 0 8%;
		margin-bottom: 8%;
	}
	.recruit-guide .recruiting-category h2{
		font-size: 5vw;
		margin-bottom: 10%;
	}
	.recruit-guide .recruiting-category h2:after{
		top: 3px;
		left: 3px;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border: 2px dotted #fff;
	}
	.recruiting-category .category-list .category-items{
		width: 100%;
		padding: 0 3%;
		margin-bottom: 8%;
	}
	.recruiting-category .category-list .category-items h3{
		font-size: 4vw;
		padding-left: 15px;
		margin-bottom: 5%;
	}
	.recruiting-category .category-list .category-items h3:before{
		width: 6px;
	}
	.recruiting-category .category-list .category-items ul li{
		margin-bottom: 5px;
	}
	.recruiting-category .category-list .category-items ul li a{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.recruit-guide .recruiting-category{
		padding: 30px 20px;
		margin-bottom: 40px;
	}
	.recruit-guide .recruiting-category h2{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.recruit-guide .recruiting-category h2:after{
		top: 6px;
		left: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		border: 4px dotted #fff;
	}
	.recruiting-category .category-list .category-items{
		width: 33%;
	}
	.recruiting-category .category-list .category-items h3{
		font-size: 17px;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.recruiting-category .category-list .category-items h3:before{
		width: 6px;
	}
	.recruiting-category .category-list .category-items ul li{
		margin-bottom: 5px;
	}
	.recruiting-category .category-list .category-items ul li a{
		font-size: 14px;
	}
}
/*　一覧　*/
.pageWrap .recruit-guide .page-ttl.pc{
	display: block;
}
.recruit-guide .recruit-list .recruit-items{
	background: #ffffff;
	display: flex;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.recruit-guide .recruit-list .recruit-items:nth-child(3n){
	margin-right: 0;
}
.recruit-guide .recruit-list .recruit-items a{
	display: flex;
	flex-direction: column;
}
.recruit-guide .recruit-list .recruit-items a:hover{
	opacity: 0.7;
}
.recruit-guide .recruit-list .recruit-items .imgArea img{
	border-radius: 40px 40px 0 0;
	-webkit-border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
}
.recruit-guide .recruit-list .recruit-items .contentArea{
	padding: 25px 25px 0 25px;
}
.recruit-guide .recruit-list .recruit-items .the_category{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.recruit-guide .recruit-list .recruit-items .the_category li{
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px 15px 0 15px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.recruit-guide .recruit-list .recruit-items .the_category li.full-time{
	background: #6baaea;
}
.recruit-guide .recruit-list .recruit-items .the_category li.part{
	background: #a4b944;
}
.recruit-guide .recruit-list .recruit-items h3{
	color: #333333;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.recruit-guide .recruit-list .recruit-items p{
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
}
.recruit-guide .recruit-list .recruit-items .more_btn{
	text-align: right;
	margin-top: auto;
	padding: 0 25px 25px 25px;
}
.recruit-guide .recruit-list .recruit-items .more_btn li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 20px;
}
.recruit-guide .recruit-list .recruit-items .more_btn li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #f17b87;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
@media only screen and (max-width: 767px) {
	.pageWrap .recruit-guide .page-ttl.pc{
		display: none;
	}
	.recruit-guide .recruit-list .recruit-items{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	.recruit-guide .recruit-list .recruit-items:last-child{
		margin-bottom: 8%;
	}
	.recruit-guide .recruit-list .recruit-items .imgArea img{
		border-radius: 20px 20px 0 0;
		-webkit-border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
	}
	.recruit-guide .recruit-list .recruit-items .contentArea{
		padding: 5% 5% 0 5%;
	}
	.recruit-guide .recruit-list .recruit-items .the_category{
		margin-bottom: 3%;
	}
	.recruit-guide .recruit-list .recruit-items .the_category li{
		font-size: 3.4vw;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 2px 15px 0 15px;
	}
	.recruit-guide .recruit-list .recruit-items h3{
		font-size: 4.4vw;
		margin-bottom: 3%;
	}
	.recruit-guide .recruit-list .recruit-items p{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.recruit-guide .recruit-list .recruit-items .more_btn{
		padding: 0 5% 5% 5%;
	}
	.recruit-guide .recruit-list .recruit-items .more_btn li{
		font-size: 4vw;
		padding-left: 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.recruit-guide .recruit-list .recruit-items{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.recruit-guide .recruit-list .recruit-items .contentArea{
		padding: 15px 15px 0 15px;
	}
	.recruit-guide .recruit-list .recruit-items .the_category{
		margin-bottom: 5px;
	}
	.recruit-guide .recruit-list .recruit-items .the_category li{
		font-size: 13px;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 2px 10px 0 10px;
	}
	.recruit-guide .recruit-list .recruit-items h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.recruit-guide .recruit-list .recruit-items p{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.recruit-guide .recruit-list .recruit-items .more_btn{
		padding: 0 15px 15px 15px;
	}
	.recruit-guide .recruit-list .recruit-items .more_btn li{
		font-size: 14px;
		padding-left: 15px;
	}
}
/*　詳細　*/
.jobinfo-guide .jobinfo-body{
	margin-bottom: 60px;
}
.jobinfo-guide .jobinfo-body .js-tab-wrap .tab-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.jobinfo-guide .jobinfo-body .tab-list .tab-menu{
	background: #f3eddf;
	color: #666666;
	width: 32.5%;
	margin-right: 1.25%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	padding: 25px 20px 18px 20px;
	cursor: pointer;
	
}
.jobinfo-guide .jobinfo-body .tab-list .tab-menu.current{
	background: #c2b493;
	color: #ffffff;
}
.jobinfo-guide .jobinfo-body .tab-list .tab-menu:last-child{
	margin-right: 0;
}
.jobinfo-guide .jobinfo-body .content-box{
	display: none;
	background: #ffffff;
	border-top: 4px solid #c2b493;
	padding: 60px;
	border-radius: 0 0 50px 50px;
	-webkit-border-radius: 0 0 50px 50px;
	-moz-border-radius: 0 0 50px 50px;
}
.jobinfo-guide .jobinfo-body .content-box.current{
	display: block;
}
.jobinfo-guide .jobinfo-body .content-box table.tbl-r th{
	width: 120px;
}
.jobinfo-guide .jobinfo-body .content-box .entry_btn{
	text-align: center;
	margin-top: 50px;
}
.jobinfo-guide .jobinfo-body .content-box .entry_btn li{
	max-width: 400px;
}
.jobinfo-guide .block_btn .btn:hover{
	opacity: 0.7;
}
.jobinfo-guide .js-tab-contents p{
	margin-top:10px;
}
@media only screen and (max-width: 767px) {
	.jobinfo-guide .jobinfo-body{
		margin-bottom: 8%;
	}
	.jobinfo-guide .jobinfo-body .tab-list .tab-menu{
		font-size: 3.6vw;
		padding: 4% 2% 2.5% 2%;
		border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
	}
	.jobinfo-guide .jobinfo-body .content-box{
		border-top: 3px solid #c2b493;
		padding: 5% 5% 10% 5%;
		border-radius: 0 0 30px 30px;
		-webkit-border-radius: 0 0 30px 30px;
		-moz-border-radius: 0 0 30px 30px;
	}
	.jobinfo-guide .jobinfo-body .content-box table.tbl-r th{
		width: 100%;
	}
	.jobinfo-guide .jobinfo-body .content-box .entry_btn{
		margin-top: 8%;
	}
	.jobinfo-guide .jobinfo-body .content-box .entry_btn li{
		max-width: initial;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.jobinfo-guide .jobinfo-body{
		margin-bottom: 40px;
	}
	.jobinfo-guide .jobinfo-body .tab-list .tab-menu{
		font-size: 14px;
		padding: 15px 10px 12px 10px;
	}
	.jobinfo-guide .jobinfo-body .content-box{
		border-top: 3px solid #c2b493;
		padding: 30px 30px 40px 30px;
	}
	.jobinfo-guide .jobinfo-body .content-box table.tbl-r th{
		width: 90px;
	}
	.jobinfo-guide .jobinfo-body .content-box .entry_btn{
		margin-top: 30px;
	}
	.jobinfo-guide .jobinfo-body .content-box .entry_btn li{
		max-width: 350px;
	}
}
/**
/* 職種紹介ページ CSS
----------------------------------------------- */
.job_category-guide .job_category-list .job_category-items{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 2px dotted #cccbca;
}
.job_category-guide .job_category-list .job_category-items:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.job_category-guide .job_category-list .job_category-items .imgArea{
	width: 30%;
}
.job_category-guide .job_category-list .job_category-items .contentArea{
	width: 70%;
	padding-left: 40px;
}
.job_category-guide .job_category-list .job_category-items h2{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 20px;
}
.job_category-guide .job_category-list .job_category-items h2:before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #f17b87;
	border-radius: 50px;
}
.job_category-guide .job_category-list .job_category-items p{
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 20px;
}
.job_category-guide .job_category-list .job_category-items p:last-child{
	margin-bottom: 0;
}
.job_category-guide .job_category-list .job_category-items ul{
	margin-top: 20px;
}
.job_category-guide .job_category-list .job_category-items ul li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	padding-left: 20px;
}
.job_category-guide .job_category-list .job_category-items ul li a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #f17b87;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
.job_category-guide .job_category-list .job_category-items ul li a:hover{
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.job_category-guide .job_category-list .job_category-items{
		margin-bottom: 10%;
		padding-bottom: 10%;
	}
	.job_category-guide .job_category-list .job_category-items .imgArea{
		width: 100%;
		margin-bottom: 5%;
	}
	.job_category-guide .job_category-list .job_category-items .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.job_category-guide .job_category-list .job_category-items h2{
		font-size: 4.4vw;
		padding-left: 15px;
		margin-bottom: 5%;
	}
	.job_category-guide .job_category-list .job_category-items h2:before{
		width: 6px;
	}
	.job_category-guide .job_category-list .job_category-items p{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.job_category-guide .job_category-list .job_category-items ul{
		margin-top: 5%;
	}
	.job_category-guide .job_category-list .job_category-items ul li a{
		font-size: 4vw;
		padding-left: 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.job_category-guide .job_category-list .job_category-items{
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.job_category-guide .job_category-list .job_category-items .imgArea{
		width: 35%;
	}
	.job_category-guide .job_category-list .job_category-items .contentArea{
		width: 65%;
		padding-left: 20px;
	}
	.job_category-guide .job_category-list .job_category-items h2{
		font-size: 20px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.job_category-guide .job_category-list .job_category-items p{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.job_category-guide .job_category-list .job_category-items ul{
		margin-top: 15px;
	}
	.job_category-guide .job_category-list .job_category-items ul li a{
		font-size: 14px;
		padding-left: 20px;
	}
}
/**
/* インタビューページ CSS
----------------------------------------------- */
/*　一覧　*/
.interview-guide .interview-list .interview-items{
	background: #ffffff;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.interview-guide .interview-list .interview-items:nth-child(3n){
	margin-right: 0;
}
.interview-guide .interview-list .interview-items a{
	display: flex;
	flex-direction: column;
}
.interview-guide .interview-list .interview-items a:hover{
	opacity: 0.7;
}
.interview-guide .interview-list .interview-items .imgArea img{
	border-radius: 40px 40px 0 0;
	-webkit-border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
}
.interview-guide .interview-list .interview-items .contentArea{
	padding: 25px 25px 0 25px;
}
.interview-guide .interview-list .interview-items .the_category{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.interview-guide .interview-list .interview-items .the_category li{
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px 15px 0 15px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.interview-guide .interview-list .interview-items .the_category li.careworker{
	background: #f17a87;
}
.interview-guide .interview-list .interview-items .the_category li.nursingcarestaff{
	background: #f17a87;
}
.interview-guide .interview-list .interview-items .the_category li.nursingstaff{
	background: #ee8bcf;
}
.interview-guide .interview-list .interview-items .the_category li.caremanager{
	background: #f9ac3c;
}
.interview-guide .interview-list .interview-items .the_category li.socialworker{
	background: #60b875;
}
.interview-guide .interview-list .interview-items .the_category li.functiontraining{
	background: #54b5b6;
}
.interview-guide .interview-list .interview-items .the_category li.administrator{
	background: #a48cf1;
}
.interview-guide .interview-list .interview-items h3{
	color: #333333;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.interview-guide .interview-list .interview-items h3 span{
	font-family: 'Poppins', sans-serif;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	margin-left: 15px;
}
.interview-guide .interview-list .interview-items p.job-year{
	color: #666666;
	font-size: 15px;
}
.interview-guide .interview-list .interview-items p.staff-work{
	color: #666666;
	font-size: 15px;
	margin-bottom: 20px;
}
.interview-guide .interview-list .interview-items .more_btn{
	text-align: right;
	margin-top: auto;
	padding: 0 25px 25px 25px;
}
.interview-guide .interview-list .interview-items .more_btn li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 20px;
}
.interview-guide .interview-list .interview-items .more_btn li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #f17b87;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
@media only screen and (max-width: 767px) {
	.interview-guide .interview-list .interview-items{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	.interview-guide .interview-list .interview-items .imgArea img{
		border-radius: 20px 20px 0 0;
		-webkit-border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
	}
	.interview-guide .interview-list .interview-items .contentArea{
		padding: 5% 5% 0 5%;
	}
	.interview-guide .interview-list .interview-items .the_category{
		margin-bottom: 3%;
	}
	.interview-guide .interview-list .interview-items .the_category li{
		font-size: 3.4vw;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 2px 10px 0 10px;
	}
	.interview-guide .interview-list .interview-items h3{
		font-size: 4.4vw;
		margin-bottom: 3%;
	}
	.interview-guide .interview-list .interview-items h3 span{
		font-size: 3.4vw;
		margin-left: 15px;
	}
	.interview-guide .interview-list .interview-items p.job-year{
		font-size: 3.4vw;
	}
	.interview-guide .interview-list .interview-items p.staff-work{
		font-size: 3.4vw;
		margin-bottom: 5%;
	}
	.interview-guide .interview-list .interview-items .more_btn{
		padding: 0 5% 5% 5%;
	}
	.interview-guide .interview-list .interview-items .more_btn li{
		font-size: 4vw;
		padding-left: 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.interview-guide .interview-list .interview-items{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.interview-guide .interview-list .interview-items .contentArea{
		padding: 15px 15px 0 15px;
	}
	.interview-guide .interview-list .interview-items .the_category{
		margin-bottom: 5px;
	}
	.interview-guide .interview-list .interview-items .the_category li{
		font-size: 13px;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 2px 10px 0 10px;
	}
	.interview-guide .interview-list .interview-items h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.interview-guide .interview-list .interview-items h3 span{
		font-size: 13px;
		margin-left: 10px;
	}
	.interview-guide .interview-list .interview-items p.job-year{
		font-size: 14px;
	}
	.interview-guide .interview-list .interview-items p.staff-work{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.interview-guide .interview-list .interview-items .more_btn{
		padding: 0 15px 15px 15px;
	}
	.interview-guide .interview-list .interview-items .more_btn li{
		font-size: 14px;
		padding-left: 15px;
	}
}
/*　詳細　*/
.single-interviewlist .view-ttl{
	max-width: 1080px;
	margin: auto;
	padding: 0;
	left: 5%;
	right: auto;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	text-align: left;
}
.single-interviewlist .view-ttl h1{
	margin-bottom: 40px;
}
.single-interviewlist .view-ttl .the_category{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.single-interviewlist .view-ttl .the_category li{
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px 15px 2px 15px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.single-interviewlist .view-ttl .the_category li.careworker{
	background: #f17a87;
}
.single-interviewlist .view-ttl .the_category li.nursingcarestaff{
	background: #f17a87;
}
.single-interviewlist .view-ttl .the_category li.nursingstaff{
	background: #ee8bcf;
}
.single-interviewlist .view-ttl .the_category li.caremanager{
	background: #f9ac3c;
}
.single-interviewlist .view-ttl .the_category li.socialworker{
	background: #60b875;
}
.single-interviewlist .view-ttl .the_category li.functiontraining{
	background: #54b5b6;
}
.single-interviewlist .view-ttl .the_category li.administrator{
	background: #a48cf1;
}
.single-interviewlist .view-ttl h3{
	color: #333333;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.single-interviewlist .view-ttl h3 span{
	color: #666666;
	font-size: 18px;
	font-weight: 400;
	margin-left: 15px;
}
.single-interviewlist .view-ttl p.job-year,
.single-interviewlist .view-ttl p.staff-work{
	color: #666666;
	font-size: 16px;
}
.interview-guide .interview-body{
	margin-bottom: 100px;
}
.interview-guide .interview-body .interview-items{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 2px dotted #cccbca;
}
.interview-guide .interview-body .interview-items.flex:nth-child(odd){
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.interview-guide .interview-body .interview-items.flex .imgArea{
	width: 40%;
}
.interview-guide .interview-body .interview-items.flex .contentArea{
	width: 56%;
}
.interview-guide .interview-body .interview-items .question{
	margin-bottom: 15px;
}
.interview-guide .interview-body .interview-items .question dt,
.interview-guide .interview-body .interview-items .answer dt{
	width: 60px;
}
.interview-guide .interview-body .interview-items .question dd,
.interview-guide .interview-body .interview-items .answer dd{
	width: calc(100% - 60px);
}
.interview-guide .interview-body .interview-items .question dt span,
.interview-guide .interview-body .interview-items .answer dt span{
	font-family: 'Caveat-Regular';
	font-size: 60px;
	line-height: 1;
}
.interview-guide .interview-body .interview-items .question dt span{
	color: #c2b493;
}
.interview-guide .interview-body .interview-items .question dd{
	font-size: 24px;
	font-weight: bold;
}
.interview-guide .interview-body .interview-items .answer dt span{
	color: #f17a87;
}
.interview-guide .interview-body .interview-items .answer dd{
	font-size: 16px;
	line-height: 1.9;
	font-weight: 500;
}
.interview-guide .schedule-body{
	max-width: 960px;
	margin: auto;
	background: #ffffff;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	padding: 60px;
	margin-bottom: 60px;
}
.interview-guide .schedule-body .timeline > li{
	display: flex;
	margin: 0;
	position: relative;
}
.interview-guide .schedule-body .timeline-date{
	width: 105px;
	font-family: 'Poppins', sans-serif;
	color: #f17b87;
	font-size: 24px;
	font-weight: 500;
	text-align: right;
	padding-right: 38px;
	line-height: 0.8;
}
.interview-guide .schedule-body .timeline-content{
	width: calc(100% - 100px);
	border-left: 3px #d4cdb9 solid;
	padding-left: 40px;
	padding-bottom: 40px;
}
.interview-guide .schedule-body .timeline-content:before{
	content: '●';
	font-size: 16px;
	color: #f17b87;
	position: absolute;
	left: 98px;
	top: 0;
	line-height: 1;
}
.interview-guide .schedule-body .timeline-content h3{
	font-size: 20px;
	margin-top: -5px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.interview-guide .schedule-body .timeline-content p{
	color: #666666;
	font-size: 16px;
	font-weight: 500;
}
.single-interviewlist .interview-guide .block_btn .btn:hover{
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.single-interviewlist .view-ttl{
		padding: 0 5%;
		position: relative;
		top: auto;
		left: 0;
		bottom: 20px;
		-webkit-transform: translate(0%,-50%);
		-moz-transform: translate(0%,-50%);
		-ms-transform: translate(0%,-50%);
		-o-transform: translate(0%,-50%);
		transform: translate(0%,0%);
	}
	.single-interviewlist .view-ttl h1{
		margin-bottom: 5%;
	}
	.single-interviewlist .view-ttl .the_category{
		margin-bottom: 2%;
	}
	.single-interviewlist .view-ttl .the_category li{
		font-size: 3.4vw;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 2px 15px 2px 15px;
	}
	.single-interviewlist .view-ttl h3{
		font-size: 4.4vw;
		margin-bottom: 2%;
	}
	.single-interviewlist .view-ttl h3 span{
		font-size: 3.8vw;
		margin-left: 10px;
	}
	.single-interviewlist .view-ttl p.job-year,
	.single-interviewlist .view-ttl p.staff-work{
		font-size: 3.6vw;
	}
	.interview-guide .interview-body{
		margin-bottom: 10%;
	}
	.interview-guide .interview-body .interview-items{
		margin-bottom: 8%;
		padding-bottom: 8%;
	}
	.interview-guide .interview-body .interview-items.flex .imgArea{
		width: 100%;
		margin-bottom: 5%;
	}
	.interview-guide .interview-body .interview-items.flex .contentArea{
		width: 100%;
	}
	.interview-guide .interview-body .interview-items .question{
		margin-bottom: 3%;
	}
	.interview-guide .interview-body .interview-items .question dt,
	.interview-guide .interview-body .interview-items .answer dt{
		width: 8%;
	}
	.interview-guide .interview-body .interview-items .question dd,
	.interview-guide .interview-body .interview-items .answer dd{
		width: calc(100% - 8%);
	}
	.interview-guide .interview-body .interview-items .question dt span,
	.interview-guide .interview-body .interview-items .answer dt span{
		font-size: 8vw;
	}
	.interview-guide .interview-body .interview-items .question dd{
		font-size: 4.4vw;
	}
	.interview-guide .interview-body .interview-items .answer dd{
		font-size: 3.6vw;
	}
	.interview-guide .schedule-body{
		padding: 8% 5%;
		margin-bottom: 8%;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	.interview-guide .schedule-body .timeline-date{
		width: 25%;
		font-size: 4.4vw;
		padding-right: 10%;
	}
	.interview-guide .schedule-body .timeline-content{
		width: calc(100% - 24%);
		padding-left: 10%;
		padding-bottom: 8%;
	}
	.interview-guide .schedule-body .timeline-content:before{
		font-size: 4vw;
		left: 22.8%;
	}
	.interview-guide .schedule-body .timeline-content h3{
		font-size: 4vw;
		margin-top: -5px;
		margin-bottom: 3%;
	}
	.interview-guide .schedule-body .timeline-content p{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.single-interviewlist .view-ttl{
		width: 50%;
		padding: 0;
	}
	.single-interviewlist .view-ttl h1{
		margin-bottom: 40px;
	}
	.single-interviewlist .view-ttl .the_category{
		margin-bottom: 5px;
	}
	.single-interviewlist .view-ttl .the_category li{
		font-size: 13px;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 2px 10px 0 10px;
	}
	.single-interviewlist .view-ttl h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.single-interviewlist .view-ttl h3 span{
		font-size: 16px;
		margin-left: 10px;
	}
	.single-interviewlist .view-ttl p.job-year,
	.single-interviewlist .view-ttl p.staff-work{
		font-size: 14px;
	}
	.interview-guide .interview-body{
		margin-bottom: 50px;
	}
	.interview-guide .interview-body .interview-items{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.interview-guide .interview-body .interview-items.flex .imgArea{
		width: 40%;
	}
	.interview-guide .interview-body .interview-items.flex .contentArea{
		width: 57%;
	}
	.interview-guide .interview-body .interview-items .question{
		margin-bottom: 10px;
	}
	.interview-guide .interview-body .interview-items .question dt,
	.interview-guide .interview-body .interview-items .answer dt{
		width: 40px;
	}
	.interview-guide .interview-body .interview-items .question dd,
	.interview-guide .interview-body .interview-items .answer dd{
		width: calc(100% - 40px);
	}
	.interview-guide .interview-body .interview-items .question dt span,
	.interview-guide .interview-body .interview-items .answer dt span{
		font-size: 40px;
	}
	.interview-guide .interview-body .interview-items .question dd{
		font-size: 20px;
	}
	.interview-guide .interview-body .interview-items .answer dd{
		font-size: 14px;
	}
	.interview-guide .schedule-body{
		padding: 40px;
		margin-bottom: 40px;
	}
	.interview-guide .schedule-body .timeline-date{
		width: 85px;
		font-size: 20px;
		padding-right: 30px;
	}
	.interview-guide .schedule-body .timeline-content{
		width: calc(100% - 80px);
		padding-left: 30px;
		padding-bottom: 30px;
	}
	.interview-guide .schedule-body .timeline-content:before{
		font-size: 16px;
		left: 78px;
	}
	.interview-guide .schedule-body .timeline-content h3{
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: 5px;
	}
	.interview-guide .schedule-body .timeline-content p{
		font-size: 14px;
	}
}
/**
/* 事業所案内ページ CSS
----------------------------------------------- */
.facility-guide .facility-list .facility-items{
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 2px dotted #cccbca;
}
.facility-guide .facility-list .facility-items:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.facility-guide .facility-list .facility-items .imgArea{
	width: 59.5%;
}
.facility-guide .facility-list .facility-items .contentArea{
	width: 40.5%;
	padding-right: 35px;
}
.facility-guide .facility-list .facility-items h2{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 20px;
}
.facility-guide .facility-list .facility-items h2:before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #f17b87;
	border-radius: 50px;
}
.facility-guide .facility-list .facility-items table{
	margin-bottom: 35px;
}
.facility-guide .facility-list .facility-items table th{
	width: 80px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
.facility-guide .facility-list .facility-items table td{
	font-size: 16px;
	padding: 5px;
}
.facility-guide .facility-list .facility-items .mapArea{
	line-height: 1;
}
.facility-guide .facility-list .facility-items .mapArea iframe{
	width: 100%;
	height: 284px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
@media only screen and (max-width: 767px) {
	.facility-guide .facility-list .facility-items{
		margin-bottom: 10%;
		padding-bottom: 10%;
	}
	.facility-guide .facility-list .facility-items .imgArea{
		width: 100%;
		margin-bottom: 5%;
	}
	.facility-guide .facility-list .facility-items .contentArea{
		width: 100%;
		padding-right: 0;
	}
	.facility-guide .facility-list .facility-items h2{
		font-size: 4.4vw;
		padding-left: 15px;
		margin-bottom: 5%;
	}
	.facility-guide .facility-list .facility-items h2:before{
		width: 6px;
	}
	.facility-guide .facility-list .facility-items table{
		margin-bottom: 5%;
	}
	.facility-guide .facility-list .facility-items table th{
		width: 20%;
		font-size: 3.6vw;
		padding: 5px 0;
	}
	.facility-guide .facility-list .facility-items table td{
		font-size: 3.6vw;
		padding: 5px;
	}
	.facility-guide .facility-list .facility-items .mapArea iframe{
		height: 250px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.facility-guide .facility-list .facility-items{
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.facility-guide .facility-list .facility-items .imgArea{
		width: 55%;
	}
	.facility-guide .facility-list .facility-items .contentArea{
		width: 45%;
		padding-right: 20px;
	}
	.facility-guide .facility-list .facility-items h2{
		font-size: 20px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.facility-guide .facility-list .facility-items table{
		margin-bottom: 20px;
	}
	.facility-guide .facility-list .facility-items table th{
		width: 70px;
		font-size: 14px;
	}
	.facility-guide .facility-list .facility-items table td{
		font-size: 14px;
		padding: 5px;
	}
	.facility-guide .facility-list .facility-items .mapArea iframe{
		height: 240px;
	}
}
/**
/* 投稿一覧 CSS
----------------------------------------------- */
.post-guide .post-list .post-items{
	position: relative;
	border-bottom: 2px dotted #cccbca;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.post-guide .post-list .post-items dt{
	margin-bottom: 5px;
}
.post-guide .post-list .post-items .post-date{
	display: inline-block;
	color: #777777;
	font-size: 14px;
	line-height: 1.4;
}
.post-guide .post-list .post-items dt span{
	margin-left: 20px;
}
.post-guide .post-list .post-items dt span a{
	display: inline-block;
	background: #f17b87;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4;
	padding: 2px 20px;
	text-align: center;
	border-radius: 1em;
}
.post-guide .post-list .post-items dt span a:hover{
	background: #eb5666;
	color: #ffffff;
}
.post-guide .post-list .post-items dd a{
	display: block;
	font-size: 16px;
	color: #333333;
}
@media only screen and (max-width: 767px) {
	.post-guide .post-list .post-items{
		padding-bottom: 3%;
		margin-bottom: 3%;
	}
	.post-guide .post-list .post-items dt{
		margin-bottom: 5px;
	}
	.post-guide .post-list .post-items .post-date{
		font-size: 3.4vw;
	}
	.post-guide .post-list .post-items dt span{
		margin-left: 3%;
	}
	.post-guide .post-list .post-items dt span a{
		font-size: 3.4vw;
		padding: 2px 10px;
	}
	.post-guide .post-list .post-items dd a{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.post-guide .post-list .post-items{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.post-guide .post-list .post-items dt{
		margin-bottom: 5px;
	}
	.post-guide .post-list .post-items .post-date{
		font-size: 13px;
	}
	.post-guide .post-list .post-items dt span{
		margin-left: 10px;
	}
	.post-guide .post-list .post-items dt span a{
		font-size: 13px;
		padding: 2px 15px;
	}
	.post-guide .post-list .post-items dd a{
		font-size: 14px;
	}
}
/**
/* 投稿詳細 CSS
----------------------------------------------- */
.single-guide .entry-header{
	border-bottom: 2px dotted #cccccc;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.single-guide .entry-header .entry-deta{
	font-size: 14px;
	color: #898989;
}
.single-guide .entry-header .h2-ttl{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 5px;
}
.single-guide .entry-header .the_category{
	margin-bottom: 5px;
}
.single-guide .entry-header .the_category li,
.single-guide .entry-header .the_tag li{
	display: inline-block;
	margin-right: 1em;
}
.single-guide .entry-header .the_category li a,
.single-guide .entry-header .the_tag li a{
	display: block;
	font-size: 12px;
	line-height: 2em;
	padding: 0 1em;
	border-radius: 1em;
}
.single-guide .entry-header .the_category li a{
	background: #f17b87;
	color: #ffffff;
}
.single-guide .entry-header .the_tag li a{
	background-color: #f2f2f2;
	color: #666;
}
.single-guide .entry-header .the_category a:hover{
	background: #eb5666;
	color: #ffffff;
}
.single-guide .entry-body{
	margin-bottom: 100px;
}
.single-guide .entry-body h2{
	background: #f17b87;
	color: #ffffff;
	font-size: 26px;
	font-weight: 500;
	margin: 20px 0;
	padding: 5px 10px;
}
.single-guide .entry-body h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	border-left: 6px solid #f17b87;
	margin: 30px 0 10px 0;
	padding-left: 10px;
}
.single-guide .entry-body h4{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}
.single-guide .entry-body p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin: 1em 0 1em 20px;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin: 1em 0 1em 20px;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
.single-guide .entry-body figcaption {
	font-size: 90%;
	color: #888888;
}
.alignleft{
	display: inline;
	float: left;
}
.alignright{
	display: inline;
	float: right;
}
.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0 1em 0 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 0 1em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}
@media only screen and (max-width: 767px) {
	.single-guide .entry-header{
		border-bottom: 2px dotted #cccccc;
		padding-bottom: 5%;
		margin-bottom: 5%;
	}
	.single-guide .entry-header .entry-deta{
		font-size: 3.4vw;
	}
	.single-guide .entry-header .h2-ttl{
		font-size: 4.8vw;
		margin-bottom: 3%;
	}
	.single-guide .entry-header .the_category{
		margin-bottom: 5px;
	}
	.single-guide .entry-header .the_category li,
	.single-guide .entry-header .the_tag li{
		margin-right: 0.5em;
	}
	.single-guide .entry-header .the_category li a,
	.single-guide .entry-header .the_tag li a{
		font-size: 3.2vw;
	}
	.single-guide .entry-body{
		margin-bottom: 10%;
	}
	.single-guide .entry-body h2{
		font-size: 4.6vw;
		margin: 5% 0 3% 0;
		padding: 5px 3%;
	}
	.single-guide .entry-body h3{
		font-size: 4.4vw;
		border-left: 4px solid #f17b87;
		margin: 5% 0 3% 0;
		padding-left: 3%;
	}
	.single-guide .entry-body h4{
		font-size: 4.2vw;
		margin-bottom: 3%;
	}
	.single-guide .entry-body p{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 3.6vw;
	}
	.alignleft,
	.alignright{
		display: block;
		float: none;
		margin: 0;
	}
	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0;
	}
	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.single-guide .entry-header{
		border-bottom: 2px dotted #cccccc;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.single-guide .entry-header .entry-deta{
		font-size: 13px;
	}
	.single-guide .entry-header .h2-ttl{
		font-size: 24px;
	}
	.single-guide .entry-header .the_category{
		margin-bottom: 5px;
	}
	.single-guide .entry-header .the_category li,
	.single-guide .entry-header .the_tag li{
		margin-right: 0.5em;
		font-size: 12px;
	}
	.single-guide .entry-header .the_category li a,
	.single-guide .entry-header .the_tag li a{
		margin-right: 0.5em;
		font-size: 12px;
	}
	.single-guide .entry-body{
		margin-bottom: 80px;
	}
	.single-guide .entry-body h2{
		font-size: 22px;
		margin: 15px 0;
		padding: 5px 10px;
	}
	.single-guide .entry-body h3{
		font-size: 22px;
		border-left: 5px solid #f17b87;
		margin: 20px 0 10px 0;
		padding-left: 7px;
	}
	.single-guide .entry-body h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.single-guide .entry-body p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 14px;
	}
}
/**
/* エラーページ CSS
----------------------------------------------- */
.error-guide .page-grid .entry p{
	font-size: 16px;
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 30px 0;
}
.error-guide .entry .block_btn{
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.error-guide .page-grid .entry p{
		font-size: 3.6vw;
	}
	.error-guide .entry .error_url{
		padding: 5% 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 8%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.error-guide .page-grid .entry p{
		font-size: 14px;
	}
	.error-guide .entry .error_url{
		padding: 20px 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 40px;
	}
}