﻿@charset "utf-8";

/**************************************************************************************
TOP
--------------------------------------------------------------------------------------

***************************************************************************************/

/* メインビジュアル
========================================== */

#mv {
	background:url(../img/top/bg_mv.jpg);
	background-size:cover;
    display: block;
}
#mv:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden; font-size:0;
}
#mv #mvPic {
	width:50%;
	float:left;
	text-align:right;
	display: block;
	overflow: hidden;
}
#mv #mvPic ul li img {
	margin: 0 auto;
}
#mv dl#mvTxt {
	width:50%;
	float:left;
	display:block;
	position:relative;
}
#mv dl#mvTxt dt {
	font-size:12px;
	color:#ea5404;
	position: absolute;
	top:30%;
	margin-left:20px;
}
#mv dl#mvTxt dd {
	position: absolute;
	top:30%;
	margin-top:50px;
	margin-left:20px;
}
#mv dl#mvTxt dd img {
	width:454px;
}
@media screen and (max-width:767px) {
	#mv #mvPic {
		width:100%;
		display:block;
		height:inherit;
	}
    #mv #mvPic ul {
        width: 100%;
    }
	#mv dl#mvTxt {
		width:100%;
		padding:30px 0;
		height:inherit;
	}
	#mv dl#mvTxt dt {
		position:inherit;
		text-align:center;
		top: inherit;
		left: inherit;
		margin-left:0;
	}
	#mv dl#mvTxt dd {
		text-align:center;
		position:inherit;
		top: inherit;
		left: inherit;
		margin:20px 20px 0;		
	}
	#mv dl#mvTxt dd img {
		max-width:454px;
		width:100%;
	}
}
.mask {
	-webkit-clip-path: url(#svgPath);
	clip-path: url(#svgPath);
	position:relative;
}
.mask_wrap svg {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}

/* 大和フーヅを知る
========================================== */

#top01 {
	padding-top:50px;
	text-align:center;
	background:url(../img/common/bg_noiz.png);
}
#top01 p {
	text-align:center;
}
#top01 p.tit_line img {
	width:275px;
	height:inherit;
}
#top01 ul.catch {
	height:220px;
	position:relative;
}
#top01 ul.catch li {
	position:absolute;
}
#top01 ul.catch li:nth-of-type(1){
	left:50%;
	margin-left:-157px;
	top:100px;
}
#top01 ul.catch li:nth-of-type(1) img {
	width:315px;
}
#top01 ul.catch li:nth-of-type(2){
	left:10%;
	top:150px;
}
#top01 ul.catch li:nth-of-type(3){
	left:20%;
	top:80px;
}
#top01 ul.catch li:nth-of-type(4){
	left:80%;
	top:60px;
}
#top01 ul.catch li:nth-of-type(5){
	left:90%;
	top:120px;
}
#top01 ul.picNav {
	margin-top:50px;
}
#top01 ul.picNav:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden; font-size:0;
}
#top01 ul.picNav li {
	float:left;
	position:relative;
	width:250px;
}
#top01 ul.picNav li a {
}
#top01 ul.picNav li a em {
	display:block;
	position:absolute;
	background:rgba(0,0,0,0.5);
	color:#FFF;
	bottom:0;
	width:100%;
	text-align:center;
	font-size:13px;
	height:43px;
	max-width:230px;
	line-height:43px;
	transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#top01 ul.picNav li a:hover em {
	height:200px;
	line-height:200px;
	background:rgba(255,202,40 ,0.8);
	font-weight:bold;
	color:#000;
}

@media screen and (max-width:767px) {

	#top01 ul.catch li:nth-of-type(1) {
		text-align:center;
	}
	#top01 ul.catch li img {
		width:50%;
	}

	#top01 ul.picNav {
		text-align:center;
	}
	#top01 ul.picNav li {
		width: inherit;
		text-align:center;
		float:none;
		display:inline-block;
	}
	#top01 ul.picNav li:nth-of-type(n+3) {
		margin-top:10px;
	}
	#top01 ul.picNav li a:hover em {
		height:100%;
	}
}

/* 営業部トップ
========================================== */

#top02 {
	padding-top:80px;
    padding-bottom: 120px;
	background:url(../img/common/bg_noiz.png);
}
#top02 ul {
	background:url(../img/top/txt_top02.png) no-repeat top;
	background-size:304px;
	padding-top:200px;
	margin-top:50px;
}
#top02 ul:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden; font-size:0;
}
#top02 ul li {
	position: relative;
	text-align:center;
	padding:30px;
	width:50%;
	float:left;
}
#top02 ul li:nth-of-type(1){
	background:#f0a379;
}
#top02 ul li:nth-of-type(2){
	background:#81c784;
}
#top02 ul li a {
}
#top02 ul li a img {
	opacity:0.5;
	transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#top02 ul li a:hover img {
	opacity:1;
}
#top02 ul li a dl {
	position:absolute;
	left:41px;
	top:108px;
	width:400px;
}
#top02 ul li a dl dt {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#402528;
	letter-spacing:0.15em;
	text-align:center;
	display: inline-block;
	padding: 1em;
}

#top02 ul li a dl dd {
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.18em;
	text-align:center;
	position: absolute;
	left:34px;
	top:91px;
	margin-left:40px;
}
#top02 ul li a dl dd:after,
#top02 ul li a dl dd:before {
	position:absolute;
	font-weight:bold;
	font-size:25px;
}
#top02 ul li a dl dd:before {
	content:"「";
	left:-40px;
	top:-15px;
}
#top02 ul li a dl dd:after {
	content:"」";
	right:-40px;
	bottom:-15px;
}

@media screen and (max-width:767px) {
	#top02 ul {
		background-size:240px;
		padding-top:150px;
	}
	#top02 ul li {
		float:none;
		padding:5px;
		width:100%;
	}
	#top02 ul li a dl {
		width:inherit;
		top:20%;
		left:5%;
	}
	#top02 ul li a dl dt {
		font-size:10px;
		width: inherit;
	}
	#top02 ul li a dl dd {
		font-size:10px;
		left:0;
		width:210px;
	}
	.tit_line img {
		height:20px;
	}
}

/* 社員インタビュー
========================================== */

#wave01,#wave02 {
    width: 100%;
    display: block;
    height: 96px;
}
#wave01 {
    background: url(../img/top/bg_interview_top.svg);
    background-size: 1200px;
	position:absolute;
	z-index:999;
	top:-96px;
}
#wave02 {
    background: url(../img/top/bg_interview_btm.svg);
    background-size: 1200px;
    position: absolute;
    height: 95px;
    bottom: -93px;
}
#top03 {
    background: #fff;
    position: relative;
    padding-top: 40px;
}
#top03 p.tit {
	text-align:center;
	background:url(../img/top/tit_top03.png) no-repeat top;
	background-size:202px;
	padding-top:80px;
    position: relative;
    display: inline-block;
}
#top03 p.tit:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/top/ic_interview.svg);
    background-size: 98px;
    top: -15px;
    right: -10px;
    width: 98px;
    height: 45px;
}
#top03 ul.interviewList {
	margin-top:80px;
	padding-bottom:80px;
}
#top03 ul.interviewList li {
    padding:10px 30px 30px;
}
#top03 ul.interviewList li:nth-of-type(1) {
    background: url(../img/top/bg_interview01.svg) no-repeat 9px 3px;
}
#top03 ul.interviewList li:nth-of-type(2) {
    background: url(../img/top/bg_interview02.svg) no-repeat 10px -20px;
}
#top03 ul.interviewList li:nth-of-type(3) {
    background: url(../img/top/bg_interview03.svg) no-repeat 15px -15px;
}

#top03 a.btn {
    margin-bottom: 80px;
    width: 300px;
}

@media screen and (max-width:767px) {
#top03 a.btn {
    width: 80%;
}
}
/*　リクエスト
========================================== */

#recruitLink {
	padding-top:500px;
	background:url(../img/top/bg_recruit01.jpg) no-repeat center top;
}
@media screen and (max-width:767px) {
#recruitLink {
	padding-top:0px;
	padding-bottom:80px;
	background:none;
}