@charset "UTF-8";
/* CSS Document */
.fixed {
	position: fixed;
	top: 0;
	/*top: -10px;*/
	width: 100%;
	z-index: 10000;
	background-color: rgba(255, 255, 255, 0.9);
	background-position: center center;
	background-size: cover;
}
.pad0 {
	padding-left: 0;
	padding-right: 0;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
.orange2 {
	color: #ff7400;
}
.orange3 {
	color: #ff5300;
}
.bg_dot {
	background-color: #fcfcfc;
	background-image: radial-gradient(rgba(238, 238, 238, 1.0) 10%, rgba(255, 255, 255, 1.0) 30%), radial-gradient(rgba(238, 238, 238, 1.0) 10%, rgba(255, 255, 255, 1.0) 30%);
	background-size: 15px 15px;
	background-position: 0 0, 10px 10px;
}
hr.style3 {
	border-top: 1px dashed #FFC300;
	margin: 0;
}
.square_btn {
	display: inline-block;
	padding: 5px 15px 3px;
	border-radius: 25px;
	text-decoration: none;
	color: #FFF;
	background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	margin-bottom: 0.3em;
}
/*フッター*/
.footer {
	padding-bottom: 50px;
	background-color: #ff5300;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.footer {
		padding-bottom: 30px;
		background-color: #ff5300;
		color: #ffffff;
	}
}
.footer a {
	color: #ffffff;
}
.footer .list02 {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
	list-style-type: none !important;
}
.footer .list02 li {
	margin: 0;
	padding: 0 0 0.4em 0;
	list-style-type: none !important;
	font-size: 0.9em;
	position: relative;
	line-height: 1.6em;
}
.footer .list02 li a {
	padding: 0 0 0 0.7em;
	text-decoration: none;
	color: #ffffff;
}
.footer .list02 li a:hover {
	text-decoration: underline;
}
.footer .list02 li::before { /*疑似要素*/
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	position: absolute;
	left: 0; /*左端からのアイコンまでの距離*/
	color: #ffffff; /*アイコン色*/
}
.copyright {
	text-align: center;
	/*margin:0 auto;*/
	display: block;
	border-top: dotted 1px #ccc;
}
@media only screen and (max-width: 767px) {
	.copyright {
		font-size: 11px !important;
		text-align: center;
		margin: 1em auto;
		display: block;
		/*padding-bottom: 106px;*/
		border-top: dotted 1px #ccc;
		color: #ffffff;
	}
}
.header img.index_logo {
	margin-top: 20px;
}
@media only screen and (max-width: 991px) {
	.header img.index_logo {
		margin-top: 0;
	}
}
/*---------------TOPページ*/
.box_top {
	width: 100%;
}
.box_top h2 {
	padding: 0.3em 0;
	border-bottom: 3px solid #cccccc;
	font-weight: bold;
}
.box_top h2 .en {
	color: #ff5300;
	font-size: 1.4em;
	font-style: italic;
	letter-spacing: 0.05em;
	margin-right: 20px;
}
.box_top h2 .jp {
	color: #2d2d2d;
	font-size: 0.7em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.box_top h2 {
		font-size: 1.6rem;
	}
}
.box_katsuyaku {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_katsuyaku .catch {
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
}
@media screen and (max-width: 768px) {
	.box_katsuyaku .catch {
		font-size: 1.5em;
		line-height: 1.4em;
	}
}
.box_karaage {
	width: 100%;
	padding-bottom: 40px;
}
.box_karaage ul.list_karaageshop {
	margin: 0 auto 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.box_karaage ul.list_karaageshop li {
	list-style: none;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 10px;
}
.box_karaage ul.list_karaageshop li:nth-child(3n) {
	margin-right: 0;
}
.box_karaage ul.list_karaageshop li p.open {
	margin-top: 5px;
	color: #a90000;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.box_karaage ul.list_karaageshop {
		justify-content: space-between;
	}
	.box_karaage ul.list_karaageshop li, .box_karaage ul.list_karaageshop li:nth-child(3n) {
		list-style: none;
		width: 46%;
		margin: inherit;
		margin-bottom: 10px;
	}
}
.box_karaage .mds02 {
	padding: 0 0 5px;
	border-bottom: 2px solid #ffb300;
	color: #333333;
	margin-bottom: 20px;
	font-weight: 700;
}
.box_karaage ul.list_karaageshop_open {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box_karaage ul.list_karaageshop_open li {
	list-style: none;
	margin-bottom: 10px;
}
.box_karaage ul.list_karaageshop_open li .branch_num {
	display: inline-block;
	min-width: 75px;
	background-color: #a90000;
	color: #ffffff;
	padding: 3px 10px;
	border-radius: 3px;
	margin-right: 20px;
	text-align: center;
}
.box_karaage .box_link_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	padding: 20px;
	background-color: #fff0ca;
}
.box_karaage .box_link_wrap .box_link {
	width: 46%;
	text-align: center;
}
.box_karaage .box_link_wrap .box_link a:hover {
	text-decoration: none;
}
.box_karaage .box_link .link a .link-btn {
	width: 100%;
	max-width: 200px;
	margin: auto;
	padding: 15px;
	background-color: #ff5300;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	transition: .3s;
}
.box_karaage .box_link .link a .link-btn:hover {
	background-color: #ff9500;
}
@media screen and (max-width: 480px) {
	.box_karaage .box_link_wrap .box_link {
		width: 100%;
		margin-bottom: 30px;
	}
}
.box_news {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_news .news1 {
	overflow: auto;
	clear: both;
	height: 230px;
	overflow-y: scroll;
	width: 100%;
	box-sizing: border-box;
}
.box_news .inner {
	padding: 0.4em 0.7em 0.4em 0.7em;
}
.box_news .inner ul {
	padding: 0;
	list-style: none;
	text-align: left;
}
.box_news .inner ul li {
	padding: 10px 10px;
	line-height: 1.6em;
	font-size: 1em;
}
.box_news .inner ul li a {
	color: #4d4d4d;
}
@media screen and (min-width: 481px) and (max-width: 600px) {
	/*　画面サイズが481pxからはここを読み込む　*/
	.box_news .inner ul li {
		font-size: 1.4rem;
		padding: 7px 7px;
	}
}
@media screen and (max-width: 480px) {
	.box_news .inner ul li {
		font-size: 1.3rem;
		padding: 7px 7px;
	}
}
.box_news .inner ul li .date {
	display: block;
	position: relative;
	font-weight: bold;
	margin-bottom: 7px;
	color: #ff5300;
	padding-left: 1.5em;
}
.box_news .inner ul li .date::before { /*疑似要素*/
	font-family: "Font Awesome 5 Free";
	content: "\f274";
	position: absolute;
	left: 0em; /*左端からのアイコンまで*/
	color: #ff5300; /*アイコン色*/
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	/*line-height: 1;*/
}
.box_aisatsu {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_aisatsu .komidashi {
	letter-spacing: 0.07em;
	font-size: 1.4em;
	font-weight: 400;
	color: #27a075;
}
@media screen and (max-width: 768px) {
	.box_aisatsu .komidashi {
		font-size: 1.3em;
	}
}
.box_aisatsu ul {
	padding: 0;
	list-style: none;
	text-align: left;
}
.box_aisatsu ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none !important;
}
.box_aisatsu ul li {
	margin: 0;
	padding: 0 0 0.3em 1.6em;
	list-style-type: none !important;
	font-size: 1em;
	position: relative;
}
.box_aisatsu ul li::before { /*疑似要素*/
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: bold;
	position: absolute;
	left: 0; /*左端からのアイコンまでの距離*/
	color: #98c9b3; /*アイコン色*/
}
.box_shoplist {
	width: 100%;
	/*padding-top: 60px;*/
	padding-bottom: 40px;
	text-align: left;
}
/*---------------第二階層*/
.page-title {
	clear: both;
	overflow: hidden;
	position: relative;
}
.page-title .inner {
	padding: 3rem 0 3rem 0;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title .inner h3 {
	text-align: left;
	font-size: 2.8rem;
	letter-spacing: 0.15em;
	color: #4c4c4c;
	margin-left: 15px;
	font-weight: bold;
	font-style: italic;
}
.page-title .inner h3:first-letter {
	color: #ff5300;
}
@media screen and (max-width: 768px) {
	.page-title .inner {
		padding: 2.8em 0 2.3em 0;
	}
	.page-title .inner h3 {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.page-title .inner {
		padding: 2.5em 0 2em 0;
	}
	.page-title .inner h3 {
		font-size: 1.9rem;
	}
}
.page-title #shop {
	background-image: url(../img/shop/bg_mds.png);
}
.page-title #outline {
	background-image: url(../img/outline/bg_mds.png);
}
.page-title #interview {
	background-image: url(../img/interview/bg_mds.png);
}
.page-title #gallery {
	background-image: url(../img/gallery/bg_mds.png);
}
.page-title #about {
	background-image: url(../img/about/bg_mds.png);
}
.page-title #vision {
	background-image: url(../img/vision/bg_mds.png);
}
.page-title #wbc {
	background-image: url(../img/wbc/bg_mds.png);
}
.page-title #strategy {
	background-image: url(../img/strategy/bg_mds.png);
}
.page-title #column {
	background-image: url(../img/column/bg_mds.png);
}
.page-title #news {
	background-image: url(../img/news/bg_mds.png);
}
.page-title #contact {
	background-image: url(../img/contact/bg_mds.png);
}
.page-title #sitemap {
	background-image: url(../img/sitemap/bg_mds.png);
}
.page-title #independence {
	background-image: url(../img/independence/bg_mds.png);
}
.page-title #education {
	background-image: url(../img/education/bg_mds.png);
}
.page-title #welfare {
	background-image: url(../img/welfare/bg_mds.png);
}
.page-title #recruit {
	background-image: url(../img/recruit/bg_mds.png);
}
.page-title #recruit_karaage {
	background-image: url(../img/recruit/bg_mds_karaage.png);
}
.page-title #privacy {
	background-image: url(../img/privacy/bg_mds.png);
}
.page-title #commendation {
	background-image: url(../img/commendation/bg_mds.png);
}
.page-title #hapikai {
	background-image: url(../img/hapikai/bg_mds.png);
}
.page-title #goal {
	background-image: url(../img/goal/bg_mds.png);
}
.page-title #future {
	background-image: url(../img/future/bg_mds.png);
}
.page-title #wkf {
	background-image: url("../img/wkf/bg_mds.png");
}
.box {
	width: 100%;
}
.box h2 {
	padding: 0.4em;
	font-weight: bold;
	color: #ff5300;
	font-size: 1.6em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	background-color: #EDEDED;
	border-radius: 5px;
	margin-top: 0;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.box h2 {
		font-size: 1.4em;
	}
}
/*---------------店舗紹介*/
.box_shop {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_shop .catch {
	font-size: 1.8em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 0.2em;
	border-bottom: 3px solid #cccccc;
}
.box_shop .catch2 {
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #ffa200;
}
.box_shop .shop_waku {
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 0.5em 1em;
}
.box_shop .shop_waku .shopname {
	font-size: 1.1em;
	color: #ff7400;
	font-weight: bold;
	margin-bottom: 5px;
}
.box_shop .shop_waku .square_btn {
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ffa200;
	background-image: none;
	border: solid 2px #ffa200;
	border-radius: 3px;
	transition: .4s;
	text-align: center;
}
.box_shop .shop_waku .square_btn:hover {
	color: #ffffff;
	background-color: #ffa200;
}
.box_shop .shop_waku .square_btn02 {
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ff5300;
	background-image: none;
	border: solid 2px #ff5300;
	border-radius: 3px;
	transition: .4s;
	text-align: center;
}
.box_shop .shop_waku .square_btn02:hover {
	color: #ffffff;
	background-color: #ff5300;
}
@media screen and (max-width: 768px) {
	.box_shop .catch {
		font-size: 1.5em;
		line-height: 1.4em;
	}
	.box_shop .catch2 {
		font-size: 1.2em;
	}
}
/*---------------店舗紹介詳細ページ*/
.box_shop_shosai {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_shop_shosai .intro {
	width: 100%;
	padding: 0.5em 1em;
	border: 2px solid #eeeeee;
	border-radius: 5px;
	position: relative;
}
.box_shop_shosai .intro .shopname {
	font-size: 1.8em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-bottom: 0.2em;
	border-bottom: 3px solid #cccccc;
}
.box_shop_shosai .intro .tel {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}
.box_shop_shosai .intro .square_btn {
	display: inline-block;
	width: 210px;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ffa200;
	background-image: none;
	background-color: #ffffff;
	border: solid 2px #ffa200;
	border-radius: 3px;
	transition: .4s;
	text-align: center;
}
.box_shop_shosai .intro .square_btn:hover {
	color: #ffffff;
	background-color: #ffa200;
}
.box_shop_shosai .intro .square_btn02 {
	display: inline-block;
	width: 210px;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ff5300;
	background-image: none;
	background-color: #ffffff;
	border: solid 2px #ff5300;
	border-radius: 3px;
	transition: .4s;
	text-align: center;
}
.box_shop_shosai .intro .square_btn02:hover {
	color: #ffffff;
	background-color: #ff5300;
}
.box_shop_shosai .dl_shoppro dl, dt, dd {
	margin: 0;
	padding: 0;
}
.box_shop_shosai .dl_shoppro dt, dd {
	padding: 0.5em;
}
.box_shop_shosai .dl_shoppro {
	border-bottom: 1px dotted #cccccc;
	font-size: 1em;
}
.box_shop_shosai .dl_shoppro dt {
	border-top: 1px dotted #cccccc;
	clear: left;
	float: left;
	width: 25%;
}
.box_shop_shosai .dl_shoppro dd {
	border-top: 1px dotted #cccccc;
	margin-left: 25%;
	padding: 0.5em;
}
@media screen and (max-width: 768px) {
	.box_shop_shosai .intro .shopname {
		font-size: 1.5em;
		line-height: 1.4em;
	}
	.box_shop_shosai .intro .square_btn {
		width: 100%;
		margin-top: 10px;
	}
	.box_shop_shosai .intro .square_btn02 {
		width: 100%;
		margin-top: 10px;
	}
	.box_shop_shosai .dl_shoppro {
		border-bottom: none;
		font-size: 0.9em;
	}
	.box_shop_shosai .dl_shoppro dt {
		float: none;
		width: 100%;
		border-top: 1px solid #eeeeee;
		background-color: #eeeeee;
	}
	.box_shop_shosai .dl_shoppro dd {
		border-top: none;
		margin-left: 0;
	}
}

/*---------------会社概要*/
.box_company {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
	position: relative;
}
.box_company .dl_com dl, dt, dd {
	margin: 0;
	padding: 0;
}
.box_company .dl_com dt, dd {
	padding: 0.5em;
	line-height: 1.6em;
}
.box_company .dl_com {
	border-bottom: 1px solid #dddddd;
	font-size: 1em;
}
.box_company .dl_com dt {
	border-top: 1px solid #dddddd;
	clear: left;
	float: left;
	width: 25%;
}
.box_company .dl_com dd {
	border-top: 1px solid #dddddd;
	margin-left: 25%;
	padding: 0.5em;
}
@media screen and (max-width: 768px) {
	.box_company .dl_com {
		border-bottom: none;
		font-size: 0.9em;
	}
	.box_company .dl_com dt {
		float: none;
		width: 100%;
		border-top: 1px solid #dddddd;
		background-color: #dddddd;
	}
	.box_company .dl_com dd {
		border-top: none;
		margin-left: 0;
	}
}
/*---------------スタッフ紹介_個人ページ*/
.box_interview_shosai {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_interview_shosai .intro {
	width: 100%;
	padding: 0.5em 1em;
	position: relative;
}
.box_interview_shosai .intro .left {
	width: 30%;
	float: left;
}
.box_interview_shosai .intro .right {
	width: 68%;
	float: right;
}
@media screen and (max-width: 480px) {
	.box_interview_shosai .intro .left {
		width: 100%;
		float: none;
	}
	.box_interview_shosai .intro .left img {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.box_interview_shosai .intro .right {
		width: 100%;
		float: none;
	}
}
.box_interview_shosai .intro .right .name {
	font-size: 1.6em;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.box_interview_shosai .intro .right .name span {
	font-size: 0.7em;
	display: block;
	margin-bottom: 10px;
}
.box_interview_shosai .intro .right .comment {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 30px;
	text-align: justify;
}
@media screen and (max-width: 480px) {
	.box_interview_shosai .intro .right .name {
		font-size: 1.4em;
		text-align: center;
		margin-top: 10px;
	}
	.box_interview_shosai .intro .right .name span {
		display: block;
		margin-bottom: 5px;
	}
	.box_interview_shosai .intro .right .comment {
		font-size: 1.1em;
		margin-top: 15px;
	}
}
.box_interview_shosai .intro .right .dl_profile dl, dt, dd {
	margin: 0;
	padding: 0;
}
.box_interview_shosai .intro .right .dl_profile dt, dd {
	padding: 0.5em;
	text-align: justify;
}
.box_interview_shosai .intro .right .dl_profile {
	border-bottom: 1px dotted #cccccc;
	font-size: 1em;
}
.box_interview_shosai .intro .right .dl_profile dt {
	border-top: 1px dotted #cccccc;
	clear: left;
	float: left;
	width: 25%;
}
.box_interview_shosai .intro .right .dl_profile dd {
	border-top: 1px dotted #cccccc;
	margin-left: 25%;
	padding: 0.5em;
}
@media screen and (max-width: 480px) {
	.box_interview_shosai .intro .right .dl_profile {
		font-size: 0.9em;
	}
	/*.box_interview_shosai .intro .right .dl_profile dt {
	float: none;
	width: 100%;
	border-top: 1px solid #eeeeee;
	background-color: #eeeeee;
}
.box_interview_shosai .intro .right .dl_profile dd {
	border-top: none;
	margin-left: 0;
}*/
}
.box_interview_shosai .dl_interview dl, dt, dd {
	margin: 0;
	padding: 0;
}
.box_interview_shosai .dl_interview dt, dd {
	padding: 0.5em;
	text-align: justify;
}
.box_interview_shosai .dl_interview {
	font-size: 1em;
	counter-reset: number;
}
.box_interview_shosai .dl_interview dt {
	font-size: 1.3em;
	color: #FF5300;
	border-bottom: 2px solid rgba(255, 174, 55, 1.00);
	padding: 0 0 0.3em 0;
	margin-bottom: 0.3em;
	line-height: 1.5em;
}
.box_interview_shosai .dl_interview dt.qa {
	position: relative;
	font-size: 1.3em;
	color: #FF5300;
	border-bottom: 2px solid rgba(255, 174, 55, 1.00);
	padding: 0 0 0.3em 3.3em;
	margin-bottom: 0.3em;
	line-height: 1.5em;
}
.box_interview_shosai .dl_interview dt.qa::before {
	position: absolute;
	counter-increment: number;
	content: "質問"counter(number);
	display: inline-block;
	padding: 0.05em 0.5em;
	color: #ffffff;
	background-color: #FB484B;
	border-radius: 3px;
	font-size: 0.75em;
	top: 0;
	left: 0;
}
@media screen and (max-width: 600px) {
	.box_interview_shosai .dl_interview dt, .box_interview_shosai .dl_interview dt.qa {
		font-size: 1.2em;
	}
}
.box_interview_shosai .dl_interview dd {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}
.box_interview_shosai .dl_interview dd > img {
	width: 20%;
}
.box_interview_shosai .square_btn2 {
	text-align: center;
}
.box_interview_shosai .square_btn2 a {
	display: inline-block;
	font-size: 1em;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ffffff;
	background: #FF9700;
	transition: .4s;
	border-radius: 25px;
}
.box_interview_shosai .square_btn2 a:hover {
	background: #FFB500;
	color: #ffffff;
}
/*---------------社内写真集*/
.box_gallery {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_gallery .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.box_gallery .item_wrap .item {
	width: 31%;
	margin: 1%;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
}
@media screen and (max-width: 680px) {
	.box_gallery .item_wrap .item {
		width: 48%;
		margin: 1%;
	}
}
.box_gallery .item_wrap .item .gallery-box {
	border-radius: 5px;
	border: 1px solid #dddddd;
	background-color: #efefef;
	padding: 4px;
}
.box_gallery .item_wrap .item .gallery-box a.overwhite {
	display: block;
	background-color: #ffffff;
	border-radius: 5px;
}
.box_gallery .item_wrap .item .gallery-box a.overwhite img {
	border: none;
	transition: .4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
}
.box_gallery .item_wrap .item .gallery-box a.overwhite:hover img {
	opacity: 0.7;
}
/*---------------横浜サザンハピネスとは*/
.box_about {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_about .intro {
	width: 100%;
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap;
}
.box_about .intro .intro-image {
	width: 35%;
}
.box_about .intro .intro-text {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.box_about .intro .intro-text .catch {
	font-size: 2em;
	letter-spacing: 0.1em;
	font-weight: 600;
}
@media screen and (max-width: 600px) {
	.box_about .intro .intro-text .catch {
		font-size: 1.8rem;
	}
}
.box_about ol {
	counter-reset: number; /*数字をリセット*/
	list-style-type: none !important; /*数字を一旦消す*/
	margin: 0;
	padding: 0;
}
.box_about ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	font-size: 1.2em;
	padding: 0.5em 0.5em 0.5em 40px;
	border-bottom: dashed 1px #044892;
}
@media screen and (max-width: 768px) {
	.box_about ol li {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 480px) {
	.box_about ol li {
		font-size: 1em;
		line-height: 1.4em;
	}
}
.box_about ol li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display: inline-block;
	background: #FF5300;
	color: white;
	font-weight: bold;
	border-radius: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box_about ol li span {
	color: #FF9500;
}
/*---------------企業理念*/
.box_vision {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_vision .mds {
	font-weight: 600;
}
.box_vision .mds span {
	font-size: 80%;
}
.box_vision .item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.box_vision .item_wrap .item {
	width: 23%;
	margin: 1%;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-image: url(../img/vision/bg_heart.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
@media screen and (max-width: 680px) {
	.box_vision .item_wrap .item {
		width: 48%;
		margin: 1%;
	}
}
.box_vision .item_wrap .item p {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 0;
	padding: 1.5em 0;
}
.box_vision .catch {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
	.box_vision .catch {
		font-size: 1.2em;
		line-height: 1.4em;
	}
}
.box_vision .catch2 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.box_vision .catch2 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
}
.box_vision .item_nowrap {
	display: flex;
	flex-direction: row;
}
.box_vision .item_nowrap .item_text {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	padding-right: 30px;
}
.box_vision .item_nowrap .item_text .catch2 {
	line-height: 1.8;
}
.box_vision .item_nowrap .item_text .line18 {
	line-height: 1.8;
}
.box_vision .item_nowrap .item_img {
	width: 40%;
}
@media screen and (max-width: 480px) {
	.box_vision .item_nowrap {
		flex-direction: column;
	}
	.box_vision .item_nowrap .item_text {
		width: 100%;
		margin-bottom: 10px;
	}
	.box_vision .item_nowrap .item_img {
		width: 100%;
	}
}
.box_vision .valuebox {
	position: relative;
}
.box_vision .valuebox .bg_valuebox {
	width: 50%;
	height: 100%;
	background-image: url("../img/vision/img03.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .7;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.box_vision .valuebox .bg_valuebox {
		width: 60%;
	}
}
@media screen and (max-width: 480px) {
	.box_vision .valuebox .bg_valuebox {
		background-image: url("../img/vision/img03_s.png");
		width: 100%;
	}
}
.box_vision .visionbox ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box_vision .visionbox li {
	padding-bottom: 1em;
}
.box_vision .visionbox li .lank {
	display: inline-block;
	color: #ffffff;
	padding: 0.3em 0.5em;
	border-radius: 5px;
	margin-bottom: 5px;
}
.box_vision .visionbox li .lank#a {
	background-color: #FF7400;
}
.box_vision .visionbox li .lank#b {
	background-color: #666666;
}
.box_vision .visionbox li .lank#c {
	background-color: #bbbbbb;
}
/*---------------WBC優勝受賞実績*/
.box_wbc {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_wbc h2 {
	padding: 0.4em;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	background-color: #FF7400;
	border-radius: 5px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.box_wbc h2 {
		font-size: 1.3em;
	}
}
.box_wbc .catch {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 1.8em;
	margin-bottom: 5px;
	color: #ff5300;
}
.box_wbc .catch::before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	left: 5px;
	color: #ff5300;
}
@media screen and (max-width: 768px) {
	.box_wbc .catch {
		font-size: 1.1em;
		line-height: 1.4em;
	}
}
.box_wbc ul, li {
	margin: 0;
	padding: 0;
}
.box_wbc ul {
	position: relative;
	list-style-type: none !important;
}
.box_wbc ul li {
	margin: 0;
	padding: 0 0 1em 1.8em;
	list-style-type: none !important;
	font-size: 1.2em;
	position: relative;
}
.box_wbc ul li::before { /*疑似要素*/
	font-family: "Font Awesome 5 Free";
	content: "\f521";
	font-weight: bold;
	position: absolute;
	left: 0; /*左端からのアイコンまでの距離*/
	color: #FFB500; /*アイコン色*/
}
@media screen and (max-width: 768px) {
	.box_wbc ul li {
		font-size: 1.1em;
		padding: 0 0 0.8em 1.8em;
	}
}
/*---------------中期経営計画*/
.box_strategy {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_strategy .catch2 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1em;
}
.box_strategy .box_strategy_inner {
	margin-bottom: 3em;
}
.box_strategy .text {
	line-height: 1.6;
}
.box_strategy .title {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	color: #FF7400;
	padding-left: 2em;
	margin-bottom: 0.7em;
	position: relative;
}
.box_strategy .title::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 2px;
	border-radius: 2px;
	background-color: #ff7400;
	position: absolute;
	left: 0;
	top: 0.8em;
}
.box_strategy .dl_st_vision {
	margin-bottom: 1.2em;
}
.box_strategy .dl_st_vision dt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: #EB0003;
	padding-left: 1.2em;
	margin-bottom: 0.2em;
	position: relative;
}
.box_strategy .dl_st_vision dt::before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	background-color: #EB0003;
	position: absolute;
	left: 0;
	top: 0.4em;
}
.box_strategy .dl_st_vision dd {
	font-size: 1.8rem;
	line-height: 1.6;
}
.box_strategy .text_scroll {
	display: none;
}
.box_strategy .tbl_2027 {
	width: 100%;
	border-collapse: collapse;
}
.box_strategy .tbl_2027 tr th {
	border: 1px solid #dddddd;
	background-color: #ffa200;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	padding: 0.5em 1em;
}
.box_strategy .tbl_2027 tr td {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	text-align: center;
	padding: 0.5em 1em;
}
.box_strategy .tbl_2027 tr td:nth-child(3) {
	text-align: left;
}
.box_strategy .item_efforts {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.box_strategy .item_efforts span.orange {
	color: #ffa200;
}
@media screen and (max-width: 768px) {
	.box_strategy .catch2 {
		font-size: 2rem;
	}
	.box_strategy .title {
		font-size: 1.8rem;
	}
	.box_strategy .dl_st_vision dt {
		font-size: 1.6rem;
	}
	.box_strategy .dl_st_vision dd {
		font-size: 1.6rem;
	}
	.box_strategy .item_efforts {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.box_strategy .catch2 {
		font-size: 2rem;
	}
	.box_strategy .title {
		font-size: 1.8rem;
	}
	.box_strategy .dl_st_vision dt {
		font-size: 1.5rem;
	}
	.box_strategy .dl_st_vision dd {
		font-size: 1.5rem;
	}
	.box_strategy .item_efforts {
		font-size: 1.6rem;
	}
	.box_strategy .scroll {
		overflow-x: scroll;
	}
	.box_strategy .text_scroll {
		display: block;
		margin-bottom: 10px;
	}
	.box_strategy .tbl_2027 {
		min-width: 480px;
	}
}

/*.box_strategy .happiness {
	counter-reset: number2;
}
.box_strategy .happiness h3 {
	position: relative;
	font-size: 1.3em;
	font-weight: 600;
	padding-left: 1.4em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.box_strategy .happiness h3:before {
	position: absolute;
	counter-increment: number2;
	content: counter(number2)".";
	left: 0;
}
.box_strategy .happiness ol {
	counter-reset: number;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}
.box_strategy .happiness ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	font-size: 1.1em;
	padding: 0.5em 0.5em 0.5em 40px;
	border-bottom: dashed 1px #FFC300;
}
.box_strategy .happiness ol li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #FF7400;
	color: white;
	font-weight: bold;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box_strategy .happiness ol li span {
	color: #FF9700;
	font-weight: 600;
}
.box_strategy .happiness .catch2 {
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0 0.5em 0 0.3em;
	margin-bottom: 0.5em;
	color: #FF9700;
}*/
/*---------------コラム*/
.box_column {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
	position: relative;
}
.box_column ul {
	list-style: none;
	padding: 0;
}
.box_column ul li {
	display: inline-block;
	margin-right: 0.3em;
	margin-bottom: 0.9em;
	padding: 0;
}
.box_column ul li a {
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0.4em 0.6em 0.4em 0.6em;
	background-color: #FF7400;
	color: #ffffff;
	border-radius: 3px;
	transition: .3s;
}
.box_column ul li.active a {
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0.4em 0.6em 0.4em 0.6em;
	background-color: #FFB500;
	color: #ffffff;
	border-radius: 3px;
	transition: .3s;
}
.box_column ul li a:hover {
	text-decoration: none;
	background-color: #FFB500;
}
.box_column .columnbox {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #dddddd;
}
.box_column .columnbox .left_columnbox {
	width: 40%;
	float: left;
}
.box_column .columnbox .right_columnbox {
	width: 58%;
	float: right;
}
.box_column .columnbox .right_columnbox .ttl {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 7px;
}
.box_column .columnbox .right_columnbox .category a {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0.4em 0.6em 0.5em 0.6em;
	background-color: #FF7400;
	color: #ffffff;
	border-radius: 3px;
	transition: .3s;
	margin-bottom: 10px;
}
.box_column .columnbox .right_columnbox .category a:hover {
	text-decoration: none;
	background-color: #FFB500;
}
.box_column .columnbox .right_columnbox .text {
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
	margin-bottom: 20px;
}
.box_column .columnbox .right_columnbox .date {
	font-size: 0.9em;
	color: #999999;
	font-weight: normal;
}
.box_column .columnbox .right_columnbox .square_btn2 {
	text-align: right;
}
.box_column .columnbox .right_columnbox .square_btn2 a {
	position: relative;
	display: inline-block;
	font-size: 1em;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ffffff;
	background: #FF9700;
	transition: .4s;
	border-radius: 25px;
	margin-top: 10px;
}
.box_column .columnbox .right_columnbox .square_btn2 a:hover {
	background: #FFB500;
	color: #ffffff;
}
@media screen and (max-width: 992px) {
	.box_column .columnbox .right_columnbox .ttl {
		font-size: 1.1em;
		font-weight: 600;
		line-height: 1.6em;
		margin-bottom: 7px;
	}
	.box_column .columnbox .right_columnbox .text {
		display: none;
	}
	.box_column .columnbox .right_columnbox .inner .text {
		display: block;
	}
}
/*↓↓↓コラム記事ページ↓↓↓*/
.box_column .inner .ttl {
	border-left: 7px solid #FF7400;
	padding: 0.2em 0.7em;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 0;
}
@media screen and (min-width: 481px) and (max-width: 600px) {
	.box_column .inner .ttl {
		font-size: 1.1em;
		line-height: 1.5em;
	}
}
@media screen and (max-width: 480px) {
	.box_column .inner .ttl {
		font-size: 1em;
		line-height: 1.4em;
	}
}
.box_column .inner .text {
	text-align: justify;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.box_column .inner .category a {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0.4em 0.6em 0.4em 0.6em;
	background-color: #FF7400;
	color: #ffffff;
	border-radius: 3px;
	transition: .3s;
	margin-bottom: 10px;
}
.box_column .inner .category a:hover {
	text-decoration: none;
	background-color: #FFB500;
}
.box_column .inner .square_btn2 {
	text-align: center;
}
.box_column .inner .square_btn2 a {
	position: relative;
	display: inline-block;
	font-size: 1em;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ffffff;
	background: #FF9700;
	transition: .4s;
	border-radius: 25px;
	margin-top: 10px;
}
.box_column .inner .square_btn2 a:hover {
	background: #FFB500;
	color: #ffffff;
}
/*---------------What's New詳細ページ*/
.box_news_s {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_news_s h3 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #FF9700;
	padding-bottom: 0.3em;
}
.box_news_s p {
	line-height: 1.6em;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.box_news_s h3 {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
}
.box_news_s .date {
	display: block;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
	color: #232323;
	padding-left: 1.6em;
}
.box_news_s .date:before { /*疑似要素*/
	font-family: "Font Awesome 5 Free";
	content: "\f133";
	position: absolute;
	left: 0em; /*左端からのアイコンまで*/
	color: #FF9700; /*アイコン色*/
}
.box_news_s .square_btn2 {
	text-align: center;
}
.box_news_s .square_btn2 a {
	display: inline-block;
	font-size: 1em;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ffffff;
	background: #FF9700;
	transition: .4s;
	border-radius: 25px;
}
.box_news_s .square_btn2 a:hover {
	background: #FFB500;
	color: #ffffff;
}
.box_news_s a {
	text-decoration: underline;
	color: #FF9700;
}
.box_news_s .vid_contents {
	width: 100%;
}
.box_news_s .vid_contents .vid_main {
	width: 100%;
}
/*---------------ご相談・お問合せ*/
.box_contact {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_contact .tel {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}
.box_contact p a {
	text-decoration: underline;
}
.box_contact .form-horizontal {
	padding: 0.5em;
	font-size: 16px;
}
.box_contact .form-horizontal span {
	font-size: 0.8em;
}
.box_contact .col-sm-3.control-label {
	text-align: left;
}
/*---------------サイトマップ*/
.box_sitemap {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_sitemap .list02 {
	padding: 0;
	margin: 0;
}
.box_sitemap .list02 {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
	list-style-type: none !important;
}
.box_sitemap .list02 li {
	margin: 0;
	padding: 0 0 0.5em 0;
	list-style-type: none !important;
	position: relative;
	font-size: 0.9em;
	line-height: 1.6em;
}
.box_sitemap .list02 li a {
	padding: 0 0 0 0.7em;
	text-decoration: none;
	color: #4c4c4c;
}
.box_sitemap .list02 li a:hover {
	text-decoration: underline;
}
.box_sitemap .list02 li::before { /*疑似要素*/
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	position: absolute;
	left: 0; /*左端からのアイコンまでの距離*/
	color: #4c4c4c; /*アイコン色*/
}
/*---------------プライバシーポリシー*/
.privacy p {
	text-align: justify;
}
.privacy h3 {
	margin: 0 0 5px 0;
	font-size: 1.5em;
	line-height: 1.6em;
	color: #FF9500;
}
@media screen and (max-width: 768px) {
	.privacy h3 {
		font-size: 1.2em;
		line-height: 1.3em;
	}
}
/*---------------採用・求人募集要項*/
.recruit {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.recruit .recruit_inner {
	margin-bottom: 3em;
}
.recruit .catch {
	font-size: 1.6em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
}
.recruit .catch2 {
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: bold;
	padding-bottom: 0.3em;
}
.recruit .catch3 {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
}
.recruit .title {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	padding-left: 1.2em;
	margin-bottom: 0.6em;
	position: relative;
}
.recruit .title::before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	background-color: #E40003;
	transform: rotate(45deg);
	position: absolute;
	left: 0.2em;
	top: 0.5em;
}
.recruit .text {
	line-height: 1.6;
}
.recruit .list_check {
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruit .list_check li {
	list-style: none;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 1.5em;
	position: relative;
}
.recruit .list_check li::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	left: 0;
	color: #ff5300;
}
.recruit .dl_rec {
	margin-bottom: 0;
	display: flex;
	border-bottom: 1px solid #dddddd;
}
.recruit .dl_rec dt {
	width: 120px;
	padding: 1em 0;
}
.recruit .dl_rec dd {
	flex: 1;
	padding: 1em 0 1em 1em;
}
.recruit .list_circle {
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruit .list_circle li {
	list-style: none;
	line-height: 1.6;
	margin-bottom: 0.4em;
	padding-left: 1em;
	position: relative;
}
.recruit .list_circle li::before {
	content: "";
	display: block;
	width: 0.3em;
	height: 0.3em;
	border-radius: 50%;
	background-color: #4c4c4c;
	position: absolute;
	left: 0;
	top: 0.65em;
}
.recruit .voice {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	padding-left: 1.5em;
	position: relative;
}
.recruit .voice::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-image: url("../img/common/ic_voice.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0.3em;
}
.recruit .text_link {
	color: #ffa200;
	text-decoration: underline;
}
.recruit .faq_item {
	padding: 1em 0;
	border-bottom: 1px dashed #ffa200;
}
.recruit .faq_item .faq_q {
	padding-left: 2em;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.6em;
	position: relative;
}
.recruit .faq_item .faq_q::before {
	content: "Q";
	display: block;
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	background-color:#FF4C4F;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.recruit .faq_item .faq_a {
	padding-left: 2em;
	line-height: 1.6;
	margin-bottom: 0;
	position: relative;
}
.recruit .faq_item .faq_a::before {
	content: "A";
	display: block;
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	background-color:#ffa200;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	.recruit .catch {
		font-size: 2.4rem;
	}
	.recruit .catch2 {
		font-size: 1.8rem;
	}
	.recruit .catch3 {
		font-size: 1.7rem;
	}
	.recruit .title {
		font-size: 1.7rem;
	}
	.recruit .list_check li {
		font-size: 1.7rem;
	}
	.recruit .voice {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.recruit .brnone {
		display: none;
	}
	.recruit .list_check li {
		font-size: 1.5rem;
	}
	.recruit .voice {
		font-size: 1.5rem;
	}
	.recruit .dl_rec dt {
		width: 100px;
	}
}

/*---------------スペシャリスト採用*/
.r_specialist {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.r_specialist .title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	border-bottom: 2px solid #ffa200;
	margin-bottom: 1em;
}
.r_specialist .text {
	line-height: 1.6;
	margin-bottom: 1em;
}
.r_specialist ul.list_pdf {
	margin: 0;
	padding: 0;
	list-style: none;
}
.r_specialist ul.list_pdf li {
	padding: 1em 0 1em 2.5em;
	border-bottom: 1px dashed #ffa200;
	/*margin-bottom: 1em;
	padding-left: 2.5em;*/
	position: relative;
}
/*.r_specialist ul.list_pdf li::before {
	font-family: 'Material Icons';
  content: "picture_as_pdf";
	position: absolute;
	left: 0;
	font-size: 2rem;
	color: #ff5300;
}*/
.r_specialist ul.list_pdf li::before {
	content: "";
	display: block;
	width: 1.3em;
	height: 1.3em;
	background-image: url("../img/common/ic_pdf.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 1.1em;
}
.r_specialist ul.list_pdf li a {
	transition: .2s;
}
.r_specialist ul.list_pdf li a:hover {
	color: #ffa200;
}
/*---------------ハピ会とは*/
.box_hapikai {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_hapikai .item_nowrap {
	display: flex;
	flex-wrap: wrap;
}
.box_hapikai .catch {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
	.box_hapikai .catch {
		font-size: 1.2em;
		line-height: 1.4em;
	}
}
.box_hapikai .catch2 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.box_hapikai .catch2 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
}
.box_hapikai .item_nowrap {
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
}
.box_hapikai .item_nowrap .item_text {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}
.box_hapikai .item_nowrap .item_img {
	width: 38%;
}
@media screen and (max-width: 480px) {
	.box_hapikai .item_nowrap {
		flex-direction: column;
	}
	.box_hapikai .item_nowrap .item_text {
		width: 100%;
	}
	.box_hapikai .item_nowrap .item_img {
		width: 100%;
	}
}
.box_hapikai dl, dt, dd {
	margin: 0;
	padding: 0;
}
.box_hapikai .dl_mokuteki {
	counter-reset: number;
}
.box_hapikai .dl_mokuteki dt {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	font-size: 1.1em;
	padding: 0.5em 0.5em 0.5em 40px;
	color: #FF9700;
}
/*@media screen and (max-width: 768px){
.box_hapikai dl dt {
	font-size: 1.1em;
}
}
@media screen and (max-width: 480px){
.box_hapikai dl dt {
	font-size: 1em;
	line-height: 1.4em;
}
}*/
.box_hapikai .dl_mokuteki dt.plan_number:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #FF7400;
	color: white;
	font-weight: bold;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box_hapikai .dl_mokuteki dd {
	border-bottom: dashed 1px #FFC300;
	padding: 0 0.5em 0.5em 40px;
	margin-bottom: 0.5em;
}
.box_hapikai .item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.box_hapikai .item_wrap .item_text {
	width: 65%;
}
.box_hapikai .item_wrap .item_img {
	width: 35%;
}
@media screen and (max-width: 768px) {
	.box_hapikai .item_wrap .item_text {
		width: 100%;
	}
	.box_hapikai .item_wrap .item_img {
		width: 100%;
	}
}
.box_hapikai .item_text .dl_hapi dl,
.box_hapikai .item_text .dl_hapidt,
.box_hapikai .item_text .dl_hapidd {
	margin: 0;
	padding: 0;
}
.box_hapikai .item_text .dl_hapi dt,
.box_hapikai .item_text .dl_hapi dd {
	padding: 0.5em;
	line-height: 1.6em;
}
.box_hapikai .item_text .dl_hapi {
	border-bottom: 1px dotted #ffb500;
	font-size: 1em;
}
.box_hapikai .item_text .dl_hapi dt {
	border-top: 1px dotted #ffb500;
	clear: left;
	float: left;
	width: 20%;
}
.box_hapikai .item_text .dl_hapi dd {
	border-top: 1px dotted #ffb500;
	margin-left: 20%;
	padding: 0.5em;
}
@media screen and (max-width: 768px) {
	.box_hapikai .item_text .dl_hapi {
		border-bottom: none;
		font-size: 0.9em;
	}
	.box_hapikai .item_text .dl_hapi dt {
		float: none;
		width: 100%;
		border-top: 1px solid #ff9700;
		background-color: #ff9700;
		color: #ffffff;
	}
	.box_hapikai .item_text .dl_hapi dd {
		border-top: none;
		margin-left: 0;
	}
}
/*---------------独立支援制度*/
.box_independence {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.box_independence ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box_independence ul li {
	margin: 0;
	padding: 0.7em 0 0.7em 1.5em;
	list-style: none;
	position: relative;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: 1px dotted #ff9500;
}
.box_independence ul li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	position: absolute;
	left: 0;
	color: #ff5300; /*アイコン色*/
}
/*---------------教育研修制度*/
.education {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.education .catch {
	font-size: 1.6em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
}
@media screen and (max-width: 768px) {
	.education .catch {
		font-size: 1.4em;
		line-height: 1.3em;
	}
}
.education .catch2 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #ffc100;
}
@media screen and (max-width: 768px) {
	.education .catch2 {
		font-size: 1.2em;
		line-height: 1.4em;
	}
}
/*---------------福利厚生・教育研修制度*/
.welfare .ttl {
	background-color: #ffefbb;
	border-bottom: 3px solid #ed7c00;
	padding: 0.5em 0 0.3em 0.5em;
}
.welfare .komidashi {
	font-size: 1.2em;
	line-height: 1.4em;
}
.welfare img.kenshu {
	width: 100%;
	max-width: 600px;
}
@media screen and (max-width: 768px) {
	.welfare .komidashi {
		font-size: 1.1em;
		line-height: 1.4em;
	}
}
@media screen and (max-width: 480px) {
	.welfare .komidashi {
		font-size: 1em;
		line-height: 1.4em;
	}
}
.welfare .item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.welfare .item_wrap .item {
	width: 48%;
	margin: 1%;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
}
@media screen and (max-width: 480px) {
	.welfare .item_wrap .item {
		width: 98%;
		margin: 1%;
	}
}
.welfare .item_wrap .item .item_inner {
	background-color: #ffedbb;
	padding: 1em;
	width: 100%;
	border-radius: 5px;
}
.welfare .item_wrap .item .item_inner .komidashi {
	padding-bottom: 0.2em;
	border-bottom: 2px dotted #ff9500;
}
.welfare .item_wrap .item .item_inner ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none !important;
}
.welfare .item_wrap .item .item_inner ul li {
	margin: 0;
	padding: 0 0 0.4em 1.5em;
	list-style-type: none !important;
	position: relative;
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {
	.welfare .item_wrap .item .item_inner ul li {
		font-size: 0.9em;
	}
}
.welfare .item_wrap .item .item_inner ul li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	left: 0;
	color: #ff9500;
}
/*---------------経営ビジョン*/
.goal {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.goal .catch {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	color: #ff5300;
	border-bottom: 3px solid #FED066;
	margin-bottom: 20px;
}
.goal .text {
	line-height: 1.6;
}
.goal .vision_3_item {
	margin-bottom: 10px;
	line-height: 1.6;
	display: flex;
	align-items: flex-start;
}
.goal .vision_3_item .year {
	width: 80px;
	padding: 0.3em 0.5em;
	margin-right: 0.5em;
	background-color: #FF550A;
	color: #ffffff;
	border-radius: 5px;
	font-weight: 700;
	text-align: center;
}
.goal .vision_3_item .item_text {
	flex: 1;
	font-size: 2.2rem;
	font-weight: 700;
}
.goal .item_goal {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.goal .catch {
		font-size: 2.4rem;
	}
	.goal .vision_3_item .year {
		width: 70px;
		font-size: 1.5rem;
	}
	.goal .vision_3_item .item_text {
		font-size: 1.8rem;
	}
	.goal .item_goal {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.goal .catch {
		font-size: 1.8rem;
	}
	.goal .vision_3_item .year {
		font-size: 1.4rem;
	}
	.goal .vision_3_item .item_text {
		font-size: 1.6rem;
	}
	.goal .item_goal {
		font-size: 1.6rem;
	}
}
/*---------------社員さんの未来像*/
.future {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
	counter-reset: number;
}
.future .catch {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-bottom: 0.2em;
}
.future h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-bottom: 0.2em;
}
.future h2:before {
	counter-increment: number;
	content: counter(number)". ";
}
@media screen and (max-width: 768px) {
	.future .catch {
		font-size: 1.2em;
		line-height: 1.4em;
	}
}
.future ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.future ul li {
	margin: 0;
	padding: 0.5em 0 0.5em 1.5em;
	list-style: none;
	position: relative;
	border-bottom: 1px dashed #ff9500;
}
.future ul li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	position: absolute;
	left: 0;
	color: #ff5300;
}
/*---------------ワールドキッチンアンドファクトリー*/
.wkf {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.wkf .catch {
	font-size: 1.6em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
}
.wkf .catch2 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	padding-bottom: 0.3em;
}
.wkf .catch3 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}
.wkf .list_shop {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wkf .list_shop li {
	width: 31%;
	margin-bottom: 20px;
}
.wkf .list_shop li img {
	margin-bottom: 10px;
}
.wkf .list_menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wkf .list_menu li {
	width: 48%;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.wkf .catch {
		font-size: 1.4em;
		line-height: 1.3em;
	}
	.wkf .catch2 {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.wkf .catch3 {
		font-size: 1.1em;
		line-height: 1.4em;
	}
	.wkf .list_shop li {
		width: 48%;
	}
}