
/* CSS Document */

/*==================================================

contents
=================================================*/

.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 0 auto 0;
}
.main-image .Txt{
	background: url("../img/common/title_back.png") center center no-repeat;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
.main-image .Txt h1 {
	color: #fff;
	margin: 0 auto;
	z-index: 1;
	padding: 40px 30px 50px;
	text-align: center;
	line-height: 1.8em;
    font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E, serif;
}
.main-image .photo {
	width: 100%;
	overflow: hidden;
	
}

.contents{
	max-width: 1000px;
	width: 96%;
	margin: 5% auto;
	position: relative;
}
.title_en{
	font-family: 'Open Sans', sans-serif;
	color: #d22c25;
	font-style: italic;
}
.contents h3{
	color: #d22c25;
	font-style: italic;
	display: flex;
	align-items: center;
}
.contents h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #d22c25;
	display: block;
	margin-left: 1em;
}
.backgrd{
	background: url("../img/common/back.svg") right top repeat-y;
	padding-bottom: 50px;
}
.backw{
	background: #fff;
	padding: 70px 80px 50px;
}
.backg{
	background: #f8f8f8;
	padding: 30px 80px 30px;
}
.Titleback{
	position: absolute;
	left: 0;
	top: -30px;
	width: 30%;
}
.aboutnav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 3% auto;
}
.aboutnav li{
	width: 50%;
	padding: 10px;
}
.aboutnav li a{
	display: block;
	border: 1px solid #cccccc;
	padding: 12px 10px;
	background: #fff;
	text-align: center;
}

.aboutnav li a span.arrow{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #d22c25;
    border-right: 2px solid #d22c25;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-right: 10px;
}


.btn_career{
	text-align: center;
	font-size: 1.6rem;
	margin: 6% auto 3%;
}
.btnlist{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.btn_career{
	width: 50%;
	padding: 20px;
}
.btn_career a{
	max-width: 400px;
	font-weight: 500;
	padding: 15px 15px;
	color: #333;
	border: 2px solid #bd3c42;
	background: #f7f4f0;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
}
.btn_career a:hover{
	max-width: 400px;
	padding: 15px 5px 15px 10px;
	color: #fff;
	background: #d22c25;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
}


.redwaku{
	margin: 3% auto 6%;
	padding: 20px;
	border: 2px solid #d22c25;;
	border-radius: 20px;
	text-align: center;
	background: #f6f4ef;
	
}
.ch_btn{
	text-align: center;
	font-size: 1.6rem;
	max-width: 500px;
	border:1px solid #dfdfdf;
	padding: 10px;
	margin: 10px;
	margin: auto;
	background: #fff;
}
/*==================================================

採用情報
=================================================*/

.catch{
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.8em;
    font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E, serif;
	letter-spacing: 0.1em;
}
.catchli{
	font-size: 2rem;
	line-height: 2.2em;
	text-align: center;
	line-height: 1.8em;
    font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E, serif;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
}
.catchli ul li{
	list-style:disc;
	text-align: left;
}
.zu{
	position: relative;
	margin: 3% auto;
	padding: 20px;
	text-align: center;
}
.zu img{
	max-width: 800px;
	width: 90%;
}

.zu2{
	position: relative;
	background: #f8f8f8;
	z-index: 1;
}
.Photomback{
	margin: -60px -20% 10px 30%;
	position: relative;
	width: 90%;
	
}
@media only screen and (min-width:1px) and (max-width: 960px) {


.main-image .Txt h1 {
	padding: 30px 10px 40px;
}
/*==================================================

採用情報
=================================================*/

.catch{
	font-size: 2.2rem;
}

.catchli{
	font-size: 1.8rem;
}
.Photomback{
	margin: -40px -10% 10px 20%;
	position: relative;
	width: 90%;
	
}
.btn_career{
	padding: 20px 10px;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.backgrd{
	background: url("../img/common/back.png") right top repeat-y;
	padding-bottom: 50px;
	background-size: 100% auto;
}

.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 60px auto 0;
}	
.main-image .Txt {
	width: 60%;
	left: 20%;
}
.main-image .Txt h1 {
	padding: 20px 10px;
}

.backgrd{
	padding-bottom: 30px;
}
.backw{
	background: #fff;
	padding: 30px 20px;
}
.backg{
	background: #f8f8f8;
	padding: 30px 20px;
}
.Titleback{
	position: absolute;
	left: 0;
	top: -20px;
	width: 40%;
}
/*==================================================

採用情報
=================================================*/

.catch{
	font-size: 2.0rem;
}
.catchli{
	font-size: 1.6rem;
	margin-left: 20px;
}
	
.message p{
	font-size: 1.5rem;
}
.Photomback{
	margin: -30px -20% 10px 30%;
	position: relative;
	width: 90%;
	
}
.btn_career{
	width: 80%;
	margin: auto 10%;
	padding: 10px 0;
}
/*==================================================

森永乳業との連携
=================================================*/

.zu{
	padding: 20px 10px;
}
.zu img{
	width: 100%;
}

.zu2{
	padding: 10px;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {


.backg{
	background: #f8f8f8;
	padding: 30px 10px 30px;
}	
.main-image .Txt h1 {
	padding: 10px;
}
/*==================================================

採用情報
=================================================*/

.catch{
	font-size: 1.8rem;
}
.catchli{
	font-size: 1.5rem;
	margin-left: 20px;
}
	.btnlist{
		margin-top: 10px;
	}
.btn_career a{
	font-size: 1.4rem;
}
}