@charset "UTF-8";

@media(min-width:769px) {
	.recruit.top {
		min-width: 1200px;
	}
	#contents {
		padding-top: 0;
	}
}
.re-top #mainVis {
	height: 0;
	overflow: hidden;
	text-align: center;
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.re-top nav {
	font-size: 0;
	color: #fff;
	text-align: center;
	background: rgba(230,230,230,1);
	padding: 30px 23px;
	margin-bottom: 38px;
  display: flex;
}
.re-top nav [class*="nav0"] {
	display: inline-block;
	width: calc(100%/4);
  /*width: calc((100% - 30px) / 4);*/
  height: 60px;
  padding: 0px 5px;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  border-radius: 10px;
  /*margin-right: 10px;*/
  font-size: 16px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.re-top nav [class*="nav0"]:last-child {
    margin-right: 0;
}
.re-top nav a[class*="nav0"]:before,
.re-top nav div[class*="nav0"] p:before,
.re-top nav a[class*="nav0"]:after,
.re-top nav div[class*="nav0"] p:after {
	content: "";
	display: block;
	position: absolute;
	top: 30%;
	right: 20px;
	margin: 0 auto;
}
.re-top nav a[class*="nav0"]:before,
.re-top nav div[class*="nav0"] p:before {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff;
	z-index: 3;
}
.re-top nav a[class*="nav0"]:after,
.re-top nav div[class*="nav0"] p:after {
	width: 6px;
	height: 6px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 41%;
	z-index: 3;
  right: 27px;
}
.re-top nav [class*="nav0"]:hover,
.re-top .top-cont03 a:hover{
	opacity: 0.5;
}
.re-top nav [class*="nav0"] img {
	display: block;
	max-width: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding-bottom: 10px;
	box-sizing: border-box;
	width: 95%;
}
.re-top nav a.nav01 {
	background: #7bbd7a;
  border-bottom: #3b8c3a 6px solid;
}
.re-top nav a.nav01:before,
.re-top nav a.nav01:after {
	border-color: #389445;
}

.re-top nav a.nav02 {
	background: #e7c036;
  border-bottom: #d1910b 6px solid;
}
.re-top nav a.nav02:before,
.re-top nav a.nav02:after {
	border-color: #f17906;
}
.re-top nav a {
	color: #fff;
}
.re-top nav a[class*="not-pub"]:hover {
	opacity: 1;
}
.re-top nav a[class*="not-pub"] img {
	padding-bottom: 0px;
}
.re-top nav a[class*="not-pub"]:before,
.re-top nav a[class*="not-pub"]:after {
	content: none;
}
.re-top nav a.not-pub {
	cursor: auto;
}
.re-top nav a.nav03 {
	background: #dd8cb4;
  border-bottom: #c04d7f 6px solid;
}
.re-top nav a.nav03:before,
.re-top nav a.nav03:after {
	border-color: #da5075;
}
.re-top nav .nav04 {
	padding: 0;
	background: #75afc2;
  border-bottom: #367894 6px solid;
}
.re-top nav .nav04 {
  padding: 0;
  display: block;
}
.re-top nav .nav04 .link-btn {
  height: 60px;
	padding: 0px;
	position: relative;
	z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  padding-right: 30px;
}
.re-top nav .nav04 ul {
	position: relative;
	z-index: 1;
	display: none;
  line-height: 1.5;
  padding-top: 10px;
}
.re-top nav .nav04 ul:after{
  content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #367894;
    display: block;
    position: absolute;
    top: 2px;
    right:50%;
}
.re-top nav .nav04:hover .link-btn + ul {
	display: block;
}
.re-top nav .nav04 ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	display: block;
	border-bottom: 2px solid #75afc2;
	padding: 11px 10px;
  text-align: left;
  background: #367894;
}
.re-top nav .nav04 ul a:hover{
  color: #FFF;
  background: #75afc2;
}
.re-top nav .nav04:hover/*,
.re-top nav .nav04:hover p */{
	opacity: 1 !important;
}
.re-top nav .nav04 ul li:last-child a {
	border-bottom: none;
}
.re-top nav .nav04 p:before,
.re-top nav .nav04 p:after {
	border-color: #2478b0 !important;
}
.re-top nav .nav04 .link-btn:after {
  top:40%;
}
.re-top nav a.nav05 {
	background: #ddac4d;
}
.re-top nav a.nav05:before,
.re-top nav a.nav05:after {
	border-color: #ddac4d;
}

/*.re-top .top-cont04 {
	max-width: 476px;
    width: 100%;
    overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.re-top .top-cont04 a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 233px;
	width: calc(100%/2);
	height: 50px;
	line-height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 50px;
	font-size: 107%;
	background: #fff;
}
.re-top .top-cont04 a:nth-last-child(n+4) {
	margin-bottom: 9px;
}
.re-top .top-cont04 a:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	border: 3px #333333 solid;
	border-radius: 50%;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.re-top .top-cont04 a:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	content: "";
	background-image: url(../images/icon-blank.png);
	width: 22px;
	height: 22px;
	background-size: 100%;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.re-top .top-cont04 a:hover:after {
	background-image: url(../images/icon-blank_hover.png);
}
.re-top .top-cont04 a:hover {
	border-color: #b50081;
	color: #b50081;
}
.re-top .top-cont04 a:hover:before {
	border-color: #b50081;
}
.re-top .top-cont04 a span {
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}
*/
.re-top .top-cont05 {
	border-top: 2px solid #cacaca;
	margin-top: 58px;
	overflow: hidden;
	height: 391px;
	box-sizing: border-box;
}
.re-top .top-cont05 .left {
	float: left;
	margin-left: 4%;
	padding-top: 45px;
}
.re-top .top-cont05 .left h4 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 20px;
}
.re-top .top-cont05 .left p {
	font-size: 108%;
	line-height: 22px;
}
.re-top .top-cont05 p:nth-child(n+3) {
	margin-top: 24px;
}
.re-top .top-cont05 .left span {
	width: 98px;
	height: 22px;
	line-height: 23px;
	background: #b50081;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.re-top .top-cont05 .right {
	float: right;
	width: 57%;
}
.re-top .top-cont05 iframe {
	max-width: 550px;
	max-height: 391px;
}
.re-top .top-cont05 #map {
	width: 550px;
	height: 391px;
}
#re-corpBlock {
	padding-bottom: 0px;
}
.re-top #mainVis {
	background-image: url(../images/main_img.jpg);
}
.re-top #mainVis h1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 375px;
}
#mainVis #animations li {
	position: absolute;
}
#mainVis #animations li img {
	width: 100%;
	height: auto;
}
#mainVis #animation01 {
	top: 22.6%;
	right: 10.3%;
	width: 3.5%;
}
#mainVis #animation02 {
	top: 54%;
	left: 32.1%;
	width: 3.5%;
}
#mainVis #animation03 {
	top: 44%;
	left: 37.4%;
	width: 2.8%;
}
#mainVis #animation04 {
	top: 25%;
	right: 24.7%;
	width: 7%;
}
#mainVis #animation05 {
	top: 59.9%;
	left: 4.4%;
	width: 21.7%;
}
#mainVis #animation06 {
	top: 75.6%;
	right: 48.1%;
	width: 3.6%;
}
#mainVis #animation07 {
	top: 64.9%;
	right: 26.1%;
	width: 9.6%;
}
#mainVis #animation08 {
	width: 6.3%;
}
@keyframes moveimg {
	0% {
		top: 30%;
		left: -8%;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: -20%;
		left: 29%;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
#mainVis #animation08 {
	animation: moveimg 4s infinite;
}

#mainVis #animation09 {
	width: 6%;
}
@keyframes moveimg-a {
	0% {
		top: -12%;
		left: 35%;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 59%;
		left: -20%;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
#mainVis #animation09 {
	animation: moveimg-a 5s infinite;
}

#mainVis #animation10 {
	width: 6.3%;
}
@keyframes moveimg-b {
	0% {
		top: 110%;
		right: 27%;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 47%;
		right: -20%;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
#mainVis #animation10 {
	animation: moveimg-b 5s infinite;
}

#mainVis #animation11 {
	top: 87.8%;
	right: -1.5%;
	width: 6.3%;
}
@keyframes moveimg-c {
	0% {
		top: 76%;
		right: -10%;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 110%;
		right: 12%;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
#mainVis #animation11 {
	animation: moveimg-c 3s infinite;
}


@media(min-width:769px) {
	.re-top .main {
		position: relative;
		min-height: 449px;
		overflow: hidden;
		height: 45vw;
	}
	.re-top #mainVis {
		padding-bottom: 61.5%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
}

@media (max-width: 1200px) {
	.re-top .top-cont05 .right {
		width: 55%;
	}
}
@media (max-width: 768px) {
	.re-top #mainVis {
		height: 100vw;
		background-image: url(../images/main_img_sp.jpg);
		margin-top: -36px;
	}
	.re-top nav [class*="nav0"] {
		width: calc( calc(100%/2) - 10px);
		height: calc( 123px / 2 );
		margin-bottom: 6px;
    margin-right: 20px;
    font-size: 0.75rem;
    border-radius: 6px;
    justify-content: flex-start;
    padding-left: 3%;
    text-align: left;
	}

	.re-top nav .nav02 {
		margin-right: 0;
	}
	.re-top nav {
		padding: 18px 3.33%;
		margin: 0 auto 18px;
		position: relative;
    flex-wrap: wrap;
	}
	.re-top nav a[class*="nav0"]:before,
	.re-top nav div[class*="nav0"] p:before {
		width: 15px;
		height: 15px;
		bottom: -6px;
    right: 10px;
	}
	.re-top nav a[class*="nav0"]:after,
	.re-top nav div[class*="nav0"] p:after {
		width: 5px;
		height: 5px;
		bottom: 1px;
		border-width: 2px;
    top: 37%;
    right: 15px;
	}
	.re-top nav [class*="nav0"] img {
		max-width: calc(340px / 2 );
	}
	.re-top nav .nav04 {
		cursor: pointer;
    position: static;
	}
	.re-top nav .nav04 p {
		position: relative;
		height: 61px !important;
	}
  .re-top nav .nav04 .link-btn{
    justify-content: flex-start;
    padding: 0 5px;
    text-align: left;
  }
  .re-top nav .nav04 .link-btn:hover{
    background: #367894;
    border-radius: 6px;
    justify-content: flex-start;
  }
  .re-top nav .nav04 .link-btn:after {
    top:37%;
  }
	.re-top nav .nav04 ul {
		position: absolute;
		top: calc(100% - 18px);
		left: 0;
		width: 100%;
	}
  .re-top nav .nav04 ul li a{
    padding: 20px 20px;
  }
  .re-top nav .nav04 ul:after{
    content: "";
    right: 25%;
  }
	.re-top .top-cont01 {
		background-image: url(../images/cont01_main_img_sp.png);
		background-size: 92%;
		background-position: 65% 22px;
		margin-top: 10px;
		padding: 40px 12px 7px;
		margin-bottom: 20px;
	}
	.re-top .top-cont01 ul {
		padding-top: 87%;
	}
	.re-top .top-cont01 ul li {
		width: 100%;
	}
	.re-top .top-cont01 li[class*="cont01-"]:nth-child(n+2) {
		margin-bottom: 4.2%;
	}
	.re-top .top-cont01 ul li {
		box-shadow: 0px 0px 7px rgba(154,124,85,0.7);
		-moz-box-shadow: 0px 0px 7px rgba(154,124,85,0.7);
		-webkit-box-shadow: 0px 0px 7px rgba(154,124,85,0.7);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 24px 31px 26px;
	}
	.re-top .top-cont01 ul li h3 {
		margin-bottom: 19px;
	}
	.re-top .top-cont02 {
		border: 2px solid #c6c6c6;
		padding: 11px 11px 15px;
		box-sizing: border-box;
		background: url(../images/diver_main.jpg) no-repeat center 1vw;
		background-size: 97.6%;
		margin-bottom: 30px;
	}
	.re-top .top-cont02 h3 {
		width: 81%;
		margin: 0 auto;
	}
	.re-top .top-cont02 h3 img {
		width: 100%;
		height: auto;
	}
	.re-top .top-cont02 .detail a {
		font-size: 14px;
		margin: 14px auto 0px;
		height: 60px;
		line-height: 61px;
		width: 100%;
	}
	.slideList {
		margin-top: 20px;
	}
	.re-top .top-cont03 .ct03-img-txt {
		margin: 15px 0px 13px;
	}
	.re-top .top-cont03 .ct03-img-txt img {
		width: 73%;
		height: auto;
	}
	.slideList .slick-next {
		right: -9px;
	}
	.slideList .slick-prev {
		left: -9px;
	}
	.slideList .slick-arrow {
		top: 34%;
	}
	.re-top .top-cont03 {
		margin-bottom: 24px;
	}
	.re-top .top-cont04 {
		margin: 20px auto 0px;
		width: 93%;
	}
	.re-top .top-cont04 a {
		max-width: 50%;
		width: 49%;
		height: auto;
		padding-left: 31px;
		padding-right: 10px;
		font-size: 0.75rem;
	}
	.re-top .top-cont04 a:after {
		width: 16px;
		height: 16px;
		background-size: 100%;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.re-top .top-cont04 a:before {
		width: 13px;
		height: 13px;
		border: 3px #333333 solid;
		border-radius: 50%;
		left: 8px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.re-top .top-cont04 a:nth-last-child(n+3) {
		margin-bottom: 10px;
	}
	.re-top .top-cont05 {
		border-top: none;
		margin: 0;
		height: auto;
	}
	.re-top .top-cont05 .left {
		float: none;
		margin-left: 0%;
		padding: 17px 25px 0px;
		box-sizing: border-box;
	}
	.re-top .top-cont05 .right {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.re-top .top-cont05 iframe {
		max-width: 100%;
		max-height: 266px;
		width: 100vw;
	}
	.re-top .top-cont05 #map {
		height: 266px;
		width: 100vw;
	}
	#re-corpBlock .top-cont05 .re-corpInner {
		padding: 0px;
	}
	.re-top .top-cont05 .left p {
		font-size: 13px;
		line-height: 20px;
	}
	.re-top .top-cont05 .left span {
		width: auto;
		display: inline-block;
		padding: 0px 10px;
	}
	.re-top .top-cont05 .left h4 {
		margin-bottom: 15px;
	}
	.re-top .top-cont05 address a {
		height: 40px;
		line-height: 41px;
		background: #323333;
		color: #fff;
		display: block;
		text-align: center;
		margin: 6px 0px 8px;
		font-size: 15px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		position: relative;
	}
	.re-top .top-cont05 address a:before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		content: "";
		background-image: url(../images/tel_icon.png);
		width: 13px;
		height: 17px;
		background-size: 100%;
		left: 26%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.re-top .top-cont01 ul li h3 img {
		width: 65%;
		height: auto;
	}
}

@media (max-width: 550px) {
	.re-top .top-cont01 ul li h3 img {
		width: 98%;
		height: auto;
	}
}


/*文字サイズ大*/
.large .re-top .top-cont01 ul li.cont01-1,
.large .re-top .top-cont01 ul li.cont01-2 {
	height: 340px;
}
.large .re-top .top-cont01 ul li.cont01-3,
.large .re-top .top-cont01 ul li.cont01-4 {
	height: 321px;
}
.large .re-top .top-cont05 .left span {
	width: 110px;
}
@media (max-width: 1200px) {
	.large .re-top .top-cont01 ul li.cont01-1,
	.large .re-top .top-cont01 ul li.cont01-2 {
		min-height: 395px;
	}
	.large .re-top .top-cont01 ul li.cont01-3,
	.large .re-top .top-cont01 ul li.cont01-4 {
		min-height: 383px;
	}
	.large .re-top .top-cont05 .right {
		width: 49%;
	}
}


/*news_area*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.re-corpInner .news_area dl {
    display: flex;
    justify-self: start;
    flex-wrap: wrap;
}
.re-corpInner .news_area dl dt {
    color: #b50081;
    box-sizing: border-box;
}
.re-corpInner .news_area dl dd {
	box-sizing: border-box;
}
.re-corpInner .news_area dl dd a:hover {
	color: #b50081;
}
.re-corpInner .news_area-btn a {
	float: right;
	color: #b50081;
}
@media(min-width:769px) {
	.re-corpInner .news_area {
		font-size: 14px;
	}
	.re-corpInner .news_area dl {
		width: 850px;
	}
	.re-corpInner .news_area dl dt {
		width: 140px;
		padding: 0 17px 46px 0;
		margin-bottom: 20px;
		border-right: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}
	.re-corpInner .news_area dl dd {
		width: 670px;
		padding: 0 23px 25px 19px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
	}
	.re-corpInner .news_area-btn {
		margin-bottom: 29px;
	}
	.re-corpInner .news_area-btn a {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.re-corpInner .news_area {
		font-size: 0.75rem;
	}
	.re-corpInner .news_area dl {
		width: 100%;
	}
	.re-corpInner .news_area dl dt {
		width: 100%;
		padding: 0 3.3%;
		margin-bottom: 5.4%;
	}
	.re-corpInner .news_area dl dd {
		width: 100%;
		padding: 0 3.3% 4.6%;
		margin-bottom: 4.6%;
		border-bottom: 1px solid #ebebeb;
	}
	.re-corpInner .news_area-btn {
		margin-bottom: 8.1%;
    padding-right: 6.666%;
	}
	.re-corpInner .news_area-btn a {
		font-size: 0.625rem;
	}
}
/*thought*/
.thought {
	width: 100%;
}
.thought .inner {
    margin: 0 auto;
    width: 90%;
}
.thought .thought_ttl {
	font-family :YuGothic, 'Yu Gothic', sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.thought .thought_ttl span{
  background: linear-gradient(transparent 95%, #fff 95%);
}
.thought .thought_txt {
    text-align: center;
    color: #fff;
}
@media(min-width:769px) {
	.thought {
		min-height: 350px;
		background: url(../images/vision_bg.png) no-repeat;
		background-color: #fdfeec;
		background-position: bottom;
		background-size: cover;
	}
	.thought .inner {
		padding: 53px 0 48px;
		max-width: 850px;
	}
	.thought .thought_ttl {
		font-size: 50px;
		margin-bottom: 31px;
    letter-spacing: 0.05em;
	}
	.thought .thought_txt {
		font-size: 20px;
		line-height: 46px;
		margin-bottom: 95px;
    letter-spacing: .08em;
    font-weight: bold;
	}
}
@media (max-width: 768px) {
	.thought {
		min-height: calc(777px / 2);
		background: url(../images/sp/vision_bg.png) no-repeat;
		background-color: #fdfeec;
		background-position: top;
		background-size: contain;
	}
	.thought .inner {
		padding: 10% 0 16.2%;
	}
	.thought .thought_ttl {
		font-size: 1.312rem;
		margin-bottom: 18px;
		line-height: 35px;
		letter-spacing: 0.2rem;
	}
	.thought .thought_txt {
		font-size: 0.937rem;
		line-height: 30px;
		margin-bottom: 44px;
	}
}

/*vision*/
.vision {
	background: #fdfeec;
}
.vision .vision_ttl {
	position: relative;
}
.vision .vision_ttl img {
    position: absolute;
}
.vision .vision_kana {
	display: block;
	position: relative;
	font-weight: bold;
	text-align: center;
}
.vision .vision_kana::before {
	position: absolute;
	content: "";
	margin: auto;
}
.vision ul {
	width: 100%;
}
.vision .vision_flex {
	display: flex;
	margin: 0 auto;
}
.vision .flex-end {
	justify-content: flex-end;
}
.vision .vision_flex_ttl {
	font-family :YuGothic, 'Yu Gothic', sans-serif;
	font-weight: bold;
	position: relative;
}
.vision .role .vision_flex_ttl {
	color: #60afd4;
}
.vision .food .vision_flex_ttl {
	color: #78c285;
}
.vision .wellness .vision_flex_ttl {
	color: #f8b026;
  margin-top: -43px;
}
.vision ul .vision_flex_ttl::before {
	position: absolute;
    content: "";
}
.vision .vision_txt {
	color: #333;
}
@media(min-width:769px) {
	.vision .vision_ttl img {
		top: -116px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
   /* width: 19.263%;*/
	}
	.vision .vision_kana {
		font-size: 20px;
		padding-top: 39px;
	}
	.vision .vision_kana::before {
		border-top: 4px solid #b50081;
		width: 64px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
    margin-top: 20px;
	}
	.vision ul {
		margin-top: 40px;
	}
	.vision ul li {
		min-height: 380px;
	}
	.vision .vision_flex {
		width: 790px;
	}
	.vision .vision_flex-txt {
		width: 50%;
	}
	.vision .vision_flex_ttl {
		font-size: 30px;
		letter-spacing: 0.08rem;
		margin-bottom: 16px;
    line-height: 1.333;
	}
	.vision .role .vision_flex_ttl::before {
		background: url(../images/icon_role.png) no-repeat;
		width: 490px;
		height: 371px;
		top: -21px;
		right: 425px;
	}
	.vision .food .vision_flex_ttl::before {
		background: url(../images/icon_food.png) no-repeat;
		width: 508px;
		height: 425px;
		top: -194px;
		left: 396px;
	}
	.vision .wellness .vision_flex_ttl::before {
		background: url(../images/icon_wellness.png) no-repeat;
		width: 554px;
		height: 412px;
		top: -76px;
		right: 427px;
	}
	.vision .vision_txt {
		font-size: 16px;
		line-height: 34px;
	}
}
@media (max-width: 768px) {
	.vision .vision_ttl img {
		width: calc(486px / 3.573);
		top: -133px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.vision .vision_kana {
		font-size: 0.937rem;
		padding-top: 0;
	}
	.vision .vision_kana::before {
		border-top: 3px solid #b50081;
		width: 55px;
		top: -13px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.vision ul {
		margin-top: 7px;
		margin-bottom: 0;
	}
	.vision ul li {
		min-height: 312px;
	}
	.vision .vision_flex {
		width: 100%;
	}
	.vision .vision_flex-txt {
		width: 100%;
	}
	.vision .vision_flex_ttl {
		font-size: 1.5rem;
		letter-spacing: 0.08rem;
		margin-bottom: 14px;
	}
	.vision .role .vision_flex_ttl {
		margin-top: 149px;
		text-align: right;
		margin-right: 6.6%;
	}
	.vision .food .vision_flex_ttl {
		margin-top: 76px;
		text-align: left;
		margin-left: 6.6%;
	}
	.vision .wellness .vision_flex_ttl {
		margin-top: -14px;
		text-align: right;
		margin-right: 6.6%;
	}
	.vision .role .vision_flex_ttl::before {
		background: url(../images/sp/icon_role.png) no-repeat;
		background-size: contain;
		background-position: center;
		width: calc(537px / 2);
		height: calc(443px / 2);
		top: -127px;
		left: 0;
	}
	.vision .food .vision_flex_ttl::before {
		background: url(../images/sp/icon_food.png) no-repeat;
		background-size: contain;
		background-position: center;
		width: calc(652px / 2);
		height: calc(509px / 2);
		top: -191px;
		right: -52px;
	}
	.vision .wellness .vision_flex_ttl::before {
		background: url(../images/sp/icon_wellness.png) no-repeat;
		background-size: contain;
		background-position: center;
		width: calc(662px / 2);
		height: calc(494px / 2);
		top: -31px;
		left: -91px;
    /*width: 88.26vw;
    height: 65.87vw;*/
	}
	.vision .vision_txt {
		font-size: 0.75rem;
		line-height: 23px;
		margin: 0 6.6%;
	}
  .vision .wellness .vision_txt{
    text-align: right;
  }
}


/*to_area*/
.to_area {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.to_area .inner {
	margin: 0 auto;
}
.to_area .to_ttl {
	text-align: center;
    position: absolute;
    margin: auto;
}
.to_area .to_area_kana {
	display: block;
    position: relative;
    font-weight: bold;
    text-align: center;
    color: #333333;
}
.to_area .to_area_kana::before {
    position: absolute;
    content: "";
    margin: auto;
}
.to_area .to_area_txt {
    font-weight: bold;
    text-align: center;
    color: #333333;
}
.to_area .btn a {
    margin: 0 auto;
	color: #fff;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
}
.to_area .btn a:hover {
	opacity: 0.8;
}
.to_area .btn a::before,
.to_area .btn a::after {
	content: none;
}
@media(min-width:769px) {
	.to_area {
		min-height: 436px;
		padding: 0 0 60px 0;
		background: url(../images/to2025_bg.png) no-repeat;
		background-position: top;
		background-size: cover;
    margin-top: -30px;
	}
	.to_area .inner {
		width: 790px;
	}
	.to_area .to_ttl {
		top: -20px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.to_area .to_ttl img {
		margin-bottom: 19px;
    /*width: 20.631%;*/
	}
	.to_area .to_area_kana {
		font-size: 20px;
		padding-top: 27px;
    letter-spacing: .1em;
	}
	.to_area .to_area_kana::before {
		border-top: 4px solid #b50081;
		width: 64px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.to_area .to_area_txt {
		padding-top: 143px;
		font-size: 20px;
		line-height: 40px;
    letter-spacing: .1em;
	}
	.to_area .btn a {
		background: url(../images/btn_to_area.png) no-repeat;
		width: 310px;
		height: 70px;
		padding-left: 28px;
		margin-top: 46px;
		font-size: 18px;
		line-height: 70px;
	}
}
@media (max-width: 768px) {
	.to_area {
		min-height: 374px;
		padding: 0 0 40px 0;
		background: url(../images/sp/to2025_bg.png) no-repeat;
		background-position: top;
		background-size: cover;
	}
	.to_area .inner {
		width: auto;
		padding: 0 6.6%;
	}
	.to_area .to_ttl {
		top: -15px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.to_area .to_ttl img {
		width: calc(521px / 3.5442);
		margin-bottom: 18px;
	}
	.to_area .to_area_kana {
		font-size: 0.937rem;
		padding-top: 27px;
	}
	.to_area .to_area_kana::before {
		border-top: 3px solid #b50081;
		width: 55px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.to_area .to_area_txt {
		padding-top: 125px;
		font-size: 0.875rem;
		line-height: 30px;
    text-align: center;
	}
	.to_area .btn a {
		background: url(../images/sp/btn_to_area.png) no-repeat;
		background-size: cover;
		background-position: center;
		width: 250px;
		height: 50px;
		padding-left: 28px;
		margin-top: 30px;
		font-size: 0.875rem;
		display: flex;
		align-items: center;
	}
}
/*message*/
.message {
	width: 100%;
    box-sizing: border-box;
}
.message img {
	vertical-align: bottom;
}
.message .inner {
	margin: 0 auto;
}
.message .ttl_message {
	text-align: center;
	line-height: 1;
}
.message .ttl_message .message_kana {
	display: block;
    position: relative;
    text-align: center;
}
.message .btn a {
    margin: 0 auto;
    color: #b50081;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
}
.message .btn a:hover {
	opacity: 0.8;
}
.message .btn a::before,
.message .btn a::after {
	content: none;
}
@media(min-width:769px) {
	.message {
		background: url(../images/message_bg.png) no-repeat;
		background-position: center;
		background-size: cover;
		min-height: 475px;
		padding: 28px 0;
		margin-bottom: 45px;
	}
	.message .inner {
		width: 870px;
	}
	.message .ttl_message .message_kana {
		font-size: 13px;
		padding-top: 14px;
		margin-bottom: 19px;
	}
	.message .btn a {
		background: url(../images/btn_message.png) no-repeat;
		width: 310px;
		height: 50px;
		padding-left: 28px;
		margin-top: 21px;
		font-size: 16px;
		line-height: 50px;
	}
	.message .btn a:hover {
		opacity: 0.8;
	}
	.message .btn a::before,
	.message .btn a::after {
		content: none;
	}
}
@media (max-width: 768px) {
	.message {
		background: url(../images/sp/message_bg.jpg) no-repeat;
		background-position: center;
		background-size: cover;
		min-height: 366px;
		padding: 31px 0 32px;
		margin-bottom: 0;
	}
	.message .inner {
		width: auto;
		text-align: center;
	}
	.message .ttl_message img {
		width: calc(305px / 2);
	}
	.message .ttl_message .message_kana {
		font-size: 0.625rem;
		padding-top: 14px;
		margin-bottom: 20px;
	}
	.message .message_imgarea img {
		width: calc(650px / 2);
	}
	.message .btn a {
		background: url(../images/sp/btn_message.png) no-repeat;
		background-size: cover;
		background-position: center;
		width: 265px;
		height: calc(100px / 2);
		padding-left: 27px;
		margin-top: 18px;
		font-size: 0.875rem;
		display: flex;
		align-items: center;
	}
	.message .btn a:hover {
		opacity: 0.8;
	}
	.message .btn a::before,
	.message .btn a::after {
		content: none;
	}
}

/*about*/
.about {
	position: relative;
}
.about .top-cont04 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .top-cont04 a:hover {
  border-color: #b50081;
  color: #b50081;
}
.about .top-cont04 a:hover:before {
  border-color: #b50081;
}
.about .top-cont04 a:hover:after {
  background-image: url(../images/icon-blank_hover.png);
}
.about .top-cont04 a span span{
  font-size: 70%;
  letter-spacing: -.01em;
  display: inline-block;
}
@media(min-width:769px) {
  .about {
    margin: 0 auto;
    max-width: 850px;
    width: 90%;
  }
  .about .about_ttl img {
    padding-bottom: 0;
    width: 100%;
  }
  .about .top-cont04 {
    top: 8%;
    right: 4%;
    bottom: 4%;
    max-width: 520px;
    width: 61.176%; /* Android4.3以下用フォールバック */
    width: -webki-calc(520 / 850 * 100%);
    width: calc(520 / 850 * 100%);
  }
  .about .top-cont04 a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
    min-height: 65px;
    height: 65px;
    line-height: 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 41px;

    font-size: 14px;
    background: #fff;
    width: 48.076%;
    width: -webki-calc(250 / 520 * 100%);
    width: calc(250 / 520 * 100%);
    margin-bottom: 1.5%;
    display: flex;
  }
  .about .top-cont04 a:nth-child(n + 5) {
    height: 68px;
  }
  .about .top-cont04 a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border: 3px #333333 solid;
    border-radius: 50%;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .about .top-cont04 a span {
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .about .top-cont04 a:nth-of-type(5) span {
    line-height: 15px;
    position: absolute;
    top: 38%;
    width: 85%;
  }
  .about .top-cont04 a span span {
    display: block;
    font-size: 70%;
    padding-top: 6%;
  }
  .about .top-cont04 a:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    content: "";
    background-image: url(../images/icon-blank.png);
    width: 22px;
    height: 22px;
    background-size: 100%;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
	.recruit .re-corpInner {
		padding: 0 !important;
	}
	.about .about_ttl img {
    width: 100%;

	}

  .about .top-cont04 {
    max-width: inherit;
    width: 86.66%;
    margin: auto;
    top: 26vw;
    left: 6.66vw;
  }
  .about .top-cont04 a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 13.33vw;
    height: 13.33vw;
    line-height: 2.125vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    font-weight: bold;
    padding-left: 7.47vw;
    padding-right: 2.67vw;
    font-size: 3.2vw;
    background: #fff;
    width: 48.461%;
    width: -webki-calc(315 / 650 * 100%);
    width: calc(315 / 650 * 100%);
    margin-bottom: 3.08vw;
    display: flex;
  }
  .about .top-cont04 a:nth-child(n + 5) {
    max-height: 14.33vw;
    height: 14.33vw;
  }

  .about .top-cont04 a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    content: "";
    width: 3.47vw;
    height: 3.47vw;
    border: 2px #333333 solid;
    border-radius: 50%;
    left: 2.62vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .about .top-cont04 a span {
    line-height: 4.5vw;
    display: inline-block;
    vertical-align: middle;
  }
  /*.about .top-cont04 a:nth-child(n + 5):before {
    top: 27% !important;
  }*/
  .about .top-cont04 a:nth-of-type(5) span{
    line-height: 3.2vw;
  }
  .about .top-cont04 a span span {
    display: block;
    font-size: 70%;
  }

  .about .top-cont04 a:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    content: "";
    background-image: url(../images/icon-blank.png);
    width: 4.4vw;
    height: 4.4vw;
    background-size: 100%;
    right: 2.67vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 320px) {
  .about .top-cont04 a span span{
    font-size: 50%;
  }
  .about .top-cont04 a:nth-child(n + 5) {
    max-height: 17.33vw;
    height: 17.33vw;
  }
  .about .top-cont04 a:nth-of-type(5) span{
    line-height: 3.2vw;
  }
}

.mov {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 60px;
}

.mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}